diff --git a/.gitattributes b/.gitattributes index dfe0770424b..a6bfb838587 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,3 @@ # Auto detect text files and perform LF normalization * text=auto +* -crlf diff --git a/.github/workflows/test-shard-template.yml b/.github/workflows/test-shard-template.yml index 185764c86a8..9fc41d1b965 100644 --- a/.github/workflows/test-shard-template.yml +++ b/.github/workflows/test-shard-template.yml @@ -29,4 +29,4 @@ jobs: - name: Install Node.js dependencies run: npm ci - name: Run tests - run: npx vitest --project ${{ inputs.project }} --shard=${{ inputs.shard }}/${{ inputs.totalShards }} ${{ !runner.debug && '--silent' || '' }} + run: npx vitest --project ${{ inputs.project }} --no-isolate --shard=${{ inputs.shard }}/${{ inputs.totalShards }} ${{ !runner.debug && '--silent' || '' }} diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d30d8adba38..167a108e58c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -15,29 +15,8 @@ on: types: [checks_requested] jobs: - pre-test: - name: Run Pre-test - runs-on: ubuntu-latest - steps: - - name: Check out Git repository - uses: actions/checkout@v4 - with: - submodules: 'recursive' - path: tests-action - - name: Set up Node.js - uses: actions/setup-node@v4 - with: - node-version: 20 - - name: Install Node.js dependencies - working-directory: tests-action - run: npm ci - - name: Run Pre-test - working-directory: tests-action - run: npx vitest run --project pre ${{ !runner.debug && '--silent' || '' }} - run-tests: name: Run Tests - needs: [pre-test] strategy: matrix: shard: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10] diff --git a/biome.jsonc b/biome.jsonc index 3ec4552d359..c5e1d713d86 100644 --- a/biome.jsonc +++ b/biome.jsonc @@ -50,7 +50,8 @@ "noUndeclaredVariables": "off", "noUnusedVariables": "error", "noSwitchDeclarations": "warn", // TODO: refactor and make this an error - "noVoidTypeReturn": "warn" // TODO: Refactor and make this an error + "noVoidTypeReturn": "warn", // TODO: Refactor and make this an error + "noUnusedImports": "error" }, "style": { "noVar": "error", diff --git a/index.css b/index.css index 49e570bdccc..62ad6266d30 100644 --- a/index.css +++ b/index.css @@ -68,6 +68,10 @@ input:-internal-autofill-selected { background-clip: text; } +input:-webkit-autofill { + -webkit-text-fill-color: #a1a1a1; +} + /* Need adjust input font-size */ input { font-size: 3.2rem; diff --git a/lefthook.yml b/lefthook.yml index 4eff2ad1f8e..ddf875f15de 100644 --- a/lefthook.yml +++ b/lefthook.yml @@ -8,12 +8,6 @@ pre-commit: skip: - merge - rebase - -pre-push: - commands: - biome-lint: - glob: "*.{js,ts,jsx,tsx}" - run: npx @biomejs/biome check --write --reporter=summary {push_files} --no-errors-on-unmatched post-merge: commands: diff --git a/package-lock.json b/package-lock.json index 87e2e150c65..d72bd6dcc58 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,49 +1,49 @@ { "name": "pokemon-rogue-battle", - "version": "1.7.7", + "version": "1.8.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "pokemon-rogue-battle", - "version": "1.7.7", + "version": "1.8.1", "hasInstallScript": true, "dependencies": { "@material/material-color-utilities": "^0.2.7", "crypto-js": "^4.2.0", - "i18next": "^23.11.1", - "i18next-browser-languagedetector": "^7.2.1", - "i18next-http-backend": "^2.6.1", + "i18next": "^24.2.2", + "i18next-browser-languagedetector": "^8.0.4", + "i18next-http-backend": "^3.0.2", "i18next-korean-postposition-processor": "^1.0.0", - "json-stable-stringify": "^1.1.0", + "json-stable-stringify": "^1.2.0", "jszip": "^3.10.1", "phaser": "^3.70.0", - "phaser3-rex-plugins": "^1.1.84" + "phaser3-rex-plugins": "^1.80.14" }, "devDependencies": { "@biomejs/biome": "1.9.4", - "@eslint/js": "^9.3.0", - "@hpcc-js/wasm": "^2.18.0", - "@stylistic/eslint-plugin-ts": "^2.6.0-beta.0", + "@eslint/js": "^9.23.0", + "@hpcc-js/wasm": "^2.22.4", + "@stylistic/eslint-plugin-ts": "^4.1.0", "@types/jsdom": "^21.1.7", "@types/node": "^20.12.13", - "@typescript-eslint/eslint-plugin": "^8.0.0-alpha.54", - "@typescript-eslint/parser": "^8.0.0-alpha.54", - "@vitest/coverage-istanbul": "^2.1.9", + "@typescript-eslint/eslint-plugin": "^8.28.0", + "@typescript-eslint/parser": "^8.28.0", + "@vitest/coverage-istanbul": "^3.0.9", "dependency-cruiser": "^16.3.10", - "eslint": "^9.7.0", - "eslint-plugin-import-x": "^4.2.1", - "inquirer": "^11.0.2", - "jsdom": "^24.0.0", - "lefthook": "^1.6.12", - "msw": "^2.4.9", + "eslint": "^9.23.0", + "eslint-plugin-import-x": "^4.9.4", + "inquirer": "^12.4.2", + "jsdom": "^26.0.0", + "lefthook": "^1.11.5", + "msw": "^2.7.3", "phaser3spectorjs": "^0.0.8", - "typedoc": "^0.26.4", - "typescript": "^5.5.3", - "typescript-eslint": "^8.0.0-alpha.54", - "vite": "^5.4.14", - "vite-tsconfig-paths": "^4.3.2", - "vitest": "^2.1.9", + "typedoc": "^0.28.1", + "typescript": "^5.8.2", + "typescript-eslint": "^8.28.0", + "vite": "^6.2.0", + "vite-tsconfig-paths": "^5.1.4", + "vitest": "^3.0.9", "vitest-canvas-mock": "^0.3.3" }, "engines": { @@ -64,6 +64,27 @@ "node": ">=6.0.0" } }, + "node_modules/@asamuzakjp/css-color": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@asamuzakjp/css-color/-/css-color-3.1.1.tgz", + "integrity": "sha512-hpRD68SV2OMcZCsrbdkccTw5FXjNDLo5OuqSHyHZfwweGsDWZwDJ2+gONyNAbazZclobMirACLw0lk8WVxIqxA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@csstools/css-calc": "^2.1.2", + "@csstools/css-color-parser": "^3.0.8", + "@csstools/css-parser-algorithms": "^3.0.4", + "@csstools/css-tokenizer": "^3.0.3", + "lru-cache": "^10.4.3" + } + }, + "node_modules/@asamuzakjp/css-color/node_modules/lru-cache": { + "version": "10.4.3", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz", + "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==", + "dev": true, + "license": "ISC" + }, "node_modules/@babel/code-frame": { "version": "7.24.7", "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.7.tgz", @@ -423,9 +444,10 @@ } }, "node_modules/@babel/runtime": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.24.8.tgz", - "integrity": "sha512-5F7SDGs1T72ZczbRwbGO9lQi0NLjQxzl6i4lJxLxfW9U5UluCSyEJeniWvnhl3/euNiqQVbo8zruhsDfid0esA==", + "version": "7.27.0", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.27.0.tgz", + "integrity": "sha512-VtPOkrdPHZsKc/clNqyi9WUA8TINkZ4cGk63UUE3u4pmB2k+ZMQRDuIOagv8UVd6j7k0T3+RRIb7beKTebNbcw==", + "license": "MIT", "dependencies": { "regenerator-runtime": "^0.14.0" }, @@ -658,13 +680,13 @@ } }, "node_modules/@bundled-es-modules/cookie": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@bundled-es-modules/cookie/-/cookie-2.0.0.tgz", - "integrity": "sha512-Or6YHg/kamKHpxULAdSqhGqnWFneIXu1NKvvfBBzKGwpVsYuFIQ5aBPHDnnoR3ghW1nvSkALd+EF9iMtY7Vjxw==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@bundled-es-modules/cookie/-/cookie-2.0.1.tgz", + "integrity": "sha512-8o+5fRPLNbjbdGRRmJj3h6Hh1AQJf2dk3qQ/5ZFb+PXkRNiSoMGGUKlsgLfrxneb72axVJyIYji64E2+nNfYyw==", "dev": true, "license": "ISC", "dependencies": { - "cookie": "^0.5.0" + "cookie": "^0.7.2" } }, "node_modules/@bundled-es-modules/statuses": { @@ -688,10 +710,159 @@ "tough-cookie": "^4.1.4" } }, + "node_modules/@csstools/color-helpers": { + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/@csstools/color-helpers/-/color-helpers-5.0.2.tgz", + "integrity": "sha512-JqWH1vsgdGcw2RR6VliXXdA0/59LttzlU8UlRT/iUUsEeWfYq8I+K0yhihEUTTHLRm1EXvpsCx3083EU15ecsA==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/csstools" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/csstools" + } + ], + "license": "MIT-0", + "engines": { + "node": ">=18" + } + }, + "node_modules/@csstools/css-calc": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/@csstools/css-calc/-/css-calc-2.1.2.tgz", + "integrity": "sha512-TklMyb3uBB28b5uQdxjReG4L80NxAqgrECqLZFQbyLekwwlcDDS8r3f07DKqeo8C4926Br0gf/ZDe17Zv4wIuw==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/csstools" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/csstools" + } + ], + "license": "MIT", + "engines": { + "node": ">=18" + }, + "peerDependencies": { + "@csstools/css-parser-algorithms": "^3.0.4", + "@csstools/css-tokenizer": "^3.0.3" + } + }, + "node_modules/@csstools/css-color-parser": { + "version": "3.0.8", + "resolved": "https://registry.npmjs.org/@csstools/css-color-parser/-/css-color-parser-3.0.8.tgz", + "integrity": "sha512-pdwotQjCCnRPuNi06jFuP68cykU1f3ZWExLe/8MQ1LOs8Xq+fTkYgd+2V8mWUWMrOn9iS2HftPVaMZDaXzGbhQ==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/csstools" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/csstools" + } + ], + "license": "MIT", + "dependencies": { + "@csstools/color-helpers": "^5.0.2", + "@csstools/css-calc": "^2.1.2" + }, + "engines": { + "node": ">=18" + }, + "peerDependencies": { + "@csstools/css-parser-algorithms": "^3.0.4", + "@csstools/css-tokenizer": "^3.0.3" + } + }, + "node_modules/@csstools/css-parser-algorithms": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-3.0.4.tgz", + "integrity": "sha512-Up7rBoV77rv29d3uKHUIVubz1BTcgyUK72IvCQAbfbMv584xHcGKCKbWh7i8hPrRJ7qU4Y8IO3IY9m+iTB7P3A==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/csstools" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/csstools" + } + ], + "license": "MIT", + "engines": { + "node": ">=18" + }, + "peerDependencies": { + "@csstools/css-tokenizer": "^3.0.3" + } + }, + "node_modules/@csstools/css-tokenizer": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-3.0.3.tgz", + "integrity": "sha512-UJnjoFsmxfKUdNYdWgOB0mWUypuLvAfQPH1+pyvRJs6euowbFkFC6P13w1l8mJyi3vxYMxc9kld5jZEGRQs6bw==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/csstools" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/csstools" + } + ], + "license": "MIT", + "engines": { + "node": ">=18" + } + }, + "node_modules/@emnapi/core": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.4.0.tgz", + "integrity": "sha512-H+N/FqT07NmLmt6OFFtDfwe8PNygprzBikrEMyQfgqSmT0vzE515Pz7R8izwB9q/zsH/MA64AKoul3sA6/CzVg==", + "dev": true, + "license": "MIT", + "optional": true, + "dependencies": { + "@emnapi/wasi-threads": "1.0.1", + "tslib": "^2.4.0" + } + }, + "node_modules/@emnapi/runtime": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.4.0.tgz", + "integrity": "sha512-64WYIf4UYcdLnbKn/umDlNjQDSS8AgZrI/R9+x5ilkUVFxXcA1Ebl+gQLc/6mERA4407Xof0R7wEyEuj091CVw==", + "dev": true, + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@emnapi/wasi-threads": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.0.1.tgz", + "integrity": "sha512-iIBu7mwkq4UQGeMEM8bLwNK962nXdhodeScX4slfQnRhEMMzvYivHhutCIk8uojvmASXXPC2WNEjwxFWk72Oqw==", + "dev": true, + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, "node_modules/@esbuild/aix-ppc64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.21.5.tgz", - "integrity": "sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==", + "version": "0.25.2", + "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.25.2.tgz", + "integrity": "sha512-wCIboOL2yXZym2cgm6mlA742s9QeJ8DjGVaL39dLN4rRwrOgOyYSnOaFPhKZGLb2ngj4EyfAFjsNJwPXZvseag==", "cpu": [ "ppc64" ], @@ -702,13 +873,13 @@ "aix" ], "engines": { - "node": ">=12" + "node": ">=18" } }, "node_modules/@esbuild/android-arm": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.21.5.tgz", - "integrity": "sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==", + "version": "0.25.2", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.25.2.tgz", + "integrity": "sha512-NQhH7jFstVY5x8CKbcfa166GoV0EFkaPkCKBQkdPJFvo5u+nGXLEH/ooniLb3QI8Fk58YAx7nsPLozUWfCBOJA==", "cpu": [ "arm" ], @@ -719,13 +890,13 @@ "android" ], "engines": { - "node": ">=12" + "node": ">=18" } }, "node_modules/@esbuild/android-arm64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.21.5.tgz", - "integrity": "sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==", + "version": "0.25.2", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.25.2.tgz", + "integrity": "sha512-5ZAX5xOmTligeBaeNEPnPaeEuah53Id2tX4c2CVP3JaROTH+j4fnfHCkr1PjXMd78hMst+TlkfKcW/DlTq0i4w==", "cpu": [ "arm64" ], @@ -736,13 +907,13 @@ "android" ], "engines": { - "node": ">=12" + "node": ">=18" } }, "node_modules/@esbuild/android-x64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.21.5.tgz", - "integrity": "sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==", + "version": "0.25.2", + "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.25.2.tgz", + "integrity": "sha512-Ffcx+nnma8Sge4jzddPHCZVRvIfQ0kMsUsCMcJRHkGJ1cDmhe4SsrYIjLUKn1xpHZybmOqCWwB0zQvsjdEHtkg==", "cpu": [ "x64" ], @@ -753,13 +924,13 @@ "android" ], "engines": { - "node": ">=12" + "node": ">=18" } }, "node_modules/@esbuild/darwin-arm64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.21.5.tgz", - "integrity": "sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==", + "version": "0.25.2", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.25.2.tgz", + "integrity": "sha512-MpM6LUVTXAzOvN4KbjzU/q5smzryuoNjlriAIx+06RpecwCkL9JpenNzpKd2YMzLJFOdPqBpuub6eVRP5IgiSA==", "cpu": [ "arm64" ], @@ -770,13 +941,13 @@ "darwin" ], "engines": { - "node": ">=12" + "node": ">=18" } }, "node_modules/@esbuild/darwin-x64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.21.5.tgz", - "integrity": "sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==", + "version": "0.25.2", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.25.2.tgz", + "integrity": "sha512-5eRPrTX7wFyuWe8FqEFPG2cU0+butQQVNcT4sVipqjLYQjjh8a8+vUTfgBKM88ObB85ahsnTwF7PSIt6PG+QkA==", "cpu": [ "x64" ], @@ -787,13 +958,13 @@ "darwin" ], "engines": { - "node": ">=12" + "node": ">=18" } }, "node_modules/@esbuild/freebsd-arm64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.21.5.tgz", - "integrity": "sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==", + "version": "0.25.2", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.2.tgz", + "integrity": "sha512-mLwm4vXKiQ2UTSX4+ImyiPdiHjiZhIaE9QvC7sw0tZ6HoNMjYAqQpGyui5VRIi5sGd+uWq940gdCbY3VLvsO1w==", "cpu": [ "arm64" ], @@ -804,13 +975,13 @@ "freebsd" ], "engines": { - "node": ">=12" + "node": ">=18" } }, "node_modules/@esbuild/freebsd-x64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.21.5.tgz", - "integrity": "sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==", + "version": "0.25.2", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.25.2.tgz", + "integrity": "sha512-6qyyn6TjayJSwGpm8J9QYYGQcRgc90nmfdUb0O7pp1s4lTY+9D0H9O02v5JqGApUyiHOtkz6+1hZNvNtEhbwRQ==", "cpu": [ "x64" ], @@ -821,13 +992,13 @@ "freebsd" ], "engines": { - "node": ">=12" + "node": ">=18" } }, "node_modules/@esbuild/linux-arm": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.21.5.tgz", - "integrity": "sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==", + "version": "0.25.2", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.25.2.tgz", + "integrity": "sha512-UHBRgJcmjJv5oeQF8EpTRZs/1knq6loLxTsjc3nxO9eXAPDLcWW55flrMVc97qFPbmZP31ta1AZVUKQzKTzb0g==", "cpu": [ "arm" ], @@ -838,13 +1009,13 @@ "linux" ], "engines": { - "node": ">=12" + "node": ">=18" } }, "node_modules/@esbuild/linux-arm64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.21.5.tgz", - "integrity": "sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==", + "version": "0.25.2", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.25.2.tgz", + "integrity": "sha512-gq/sjLsOyMT19I8obBISvhoYiZIAaGF8JpeXu1u8yPv8BE5HlWYobmlsfijFIZ9hIVGYkbdFhEqC0NvM4kNO0g==", "cpu": [ "arm64" ], @@ -855,13 +1026,13 @@ "linux" ], "engines": { - "node": ">=12" + "node": ">=18" } }, "node_modules/@esbuild/linux-ia32": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.21.5.tgz", - "integrity": "sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==", + "version": "0.25.2", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.25.2.tgz", + "integrity": "sha512-bBYCv9obgW2cBP+2ZWfjYTU+f5cxRoGGQ5SeDbYdFCAZpYWrfjjfYwvUpP8MlKbP0nwZ5gyOU/0aUzZ5HWPuvQ==", "cpu": [ "ia32" ], @@ -872,13 +1043,13 @@ "linux" ], "engines": { - "node": ">=12" + "node": ">=18" } }, "node_modules/@esbuild/linux-loong64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.21.5.tgz", - "integrity": "sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==", + "version": "0.25.2", + "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.25.2.tgz", + "integrity": "sha512-SHNGiKtvnU2dBlM5D8CXRFdd+6etgZ9dXfaPCeJtz+37PIUlixvlIhI23L5khKXs3DIzAn9V8v+qb1TRKrgT5w==", "cpu": [ "loong64" ], @@ -889,13 +1060,13 @@ "linux" ], "engines": { - "node": ">=12" + "node": ">=18" } }, "node_modules/@esbuild/linux-mips64el": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.21.5.tgz", - "integrity": "sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==", + "version": "0.25.2", + "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.25.2.tgz", + "integrity": "sha512-hDDRlzE6rPeoj+5fsADqdUZl1OzqDYow4TB4Y/3PlKBD0ph1e6uPHzIQcv2Z65u2K0kpeByIyAjCmjn1hJgG0Q==", "cpu": [ "mips64el" ], @@ -906,13 +1077,13 @@ "linux" ], "engines": { - "node": ">=12" + "node": ">=18" } }, "node_modules/@esbuild/linux-ppc64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.21.5.tgz", - "integrity": "sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==", + "version": "0.25.2", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.25.2.tgz", + "integrity": "sha512-tsHu2RRSWzipmUi9UBDEzc0nLc4HtpZEI5Ba+Omms5456x5WaNuiG3u7xh5AO6sipnJ9r4cRWQB2tUjPyIkc6g==", "cpu": [ "ppc64" ], @@ -923,13 +1094,13 @@ "linux" ], "engines": { - "node": ">=12" + "node": ">=18" } }, "node_modules/@esbuild/linux-riscv64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.21.5.tgz", - "integrity": "sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==", + "version": "0.25.2", + "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.25.2.tgz", + "integrity": "sha512-k4LtpgV7NJQOml/10uPU0s4SAXGnowi5qBSjaLWMojNCUICNu7TshqHLAEbkBdAszL5TabfvQ48kK84hyFzjnw==", "cpu": [ "riscv64" ], @@ -940,13 +1111,13 @@ "linux" ], "engines": { - "node": ">=12" + "node": ">=18" } }, "node_modules/@esbuild/linux-s390x": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.21.5.tgz", - "integrity": "sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==", + "version": "0.25.2", + "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.25.2.tgz", + "integrity": "sha512-GRa4IshOdvKY7M/rDpRR3gkiTNp34M0eLTaC1a08gNrh4u488aPhuZOCpkF6+2wl3zAN7L7XIpOFBhnaE3/Q8Q==", "cpu": [ "s390x" ], @@ -957,13 +1128,13 @@ "linux" ], "engines": { - "node": ">=12" + "node": ">=18" } }, "node_modules/@esbuild/linux-x64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.21.5.tgz", - "integrity": "sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==", + "version": "0.25.2", + "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.25.2.tgz", + "integrity": "sha512-QInHERlqpTTZ4FRB0fROQWXcYRD64lAoiegezDunLpalZMjcUcld3YzZmVJ2H/Cp0wJRZ8Xtjtj0cEHhYc/uUg==", "cpu": [ "x64" ], @@ -974,13 +1145,30 @@ "linux" ], "engines": { - "node": ">=12" + "node": ">=18" + } + }, + "node_modules/@esbuild/netbsd-arm64": { + "version": "0.25.2", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.2.tgz", + "integrity": "sha512-talAIBoY5M8vHc6EeI2WW9d/CkiO9MQJ0IOWX8hrLhxGbro/vBXJvaQXefW2cP0z0nQVTdQ/eNyGFV1GSKrxfw==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "netbsd" + ], + "engines": { + "node": ">=18" } }, "node_modules/@esbuild/netbsd-x64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.21.5.tgz", - "integrity": "sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==", + "version": "0.25.2", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.25.2.tgz", + "integrity": "sha512-voZT9Z+tpOxrvfKFyfDYPc4DO4rk06qamv1a/fkuzHpiVBMOhpjK+vBmWM8J1eiB3OLSMFYNaOaBNLXGChf5tg==", "cpu": [ "x64" ], @@ -991,13 +1179,30 @@ "netbsd" ], "engines": { - "node": ">=12" + "node": ">=18" + } + }, + "node_modules/@esbuild/openbsd-arm64": { + "version": "0.25.2", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.2.tgz", + "integrity": "sha512-dcXYOC6NXOqcykeDlwId9kB6OkPUxOEqU+rkrYVqJbK2hagWOMrsTGsMr8+rW02M+d5Op5NNlgMmjzecaRf7Tg==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "openbsd" + ], + "engines": { + "node": ">=18" } }, "node_modules/@esbuild/openbsd-x64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.21.5.tgz", - "integrity": "sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==", + "version": "0.25.2", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.25.2.tgz", + "integrity": "sha512-t/TkWwahkH0Tsgoq1Ju7QfgGhArkGLkF1uYz8nQS/PPFlXbP5YgRpqQR3ARRiC2iXoLTWFxc6DJMSK10dVXluw==", "cpu": [ "x64" ], @@ -1008,13 +1213,13 @@ "openbsd" ], "engines": { - "node": ">=12" + "node": ">=18" } }, "node_modules/@esbuild/sunos-x64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.21.5.tgz", - "integrity": "sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==", + "version": "0.25.2", + "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.25.2.tgz", + "integrity": "sha512-cfZH1co2+imVdWCjd+D1gf9NjkchVhhdpgb1q5y6Hcv9TP6Zi9ZG/beI3ig8TvwT9lH9dlxLq5MQBBgwuj4xvA==", "cpu": [ "x64" ], @@ -1025,13 +1230,13 @@ "sunos" ], "engines": { - "node": ">=12" + "node": ">=18" } }, "node_modules/@esbuild/win32-arm64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.21.5.tgz", - "integrity": "sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==", + "version": "0.25.2", + "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.25.2.tgz", + "integrity": "sha512-7Loyjh+D/Nx/sOTzV8vfbB3GJuHdOQyrOryFdZvPHLf42Tk9ivBU5Aedi7iyX+x6rbn2Mh68T4qq1SDqJBQO5Q==", "cpu": [ "arm64" ], @@ -1042,13 +1247,13 @@ "win32" ], "engines": { - "node": ">=12" + "node": ">=18" } }, "node_modules/@esbuild/win32-ia32": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.21.5.tgz", - "integrity": "sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==", + "version": "0.25.2", + "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.25.2.tgz", + "integrity": "sha512-WRJgsz9un0nqZJ4MfhabxaD9Ft8KioqU3JMinOTvobbX6MOSUigSBlogP8QB3uxpJDsFS6yN+3FDBdqE5lg9kg==", "cpu": [ "ia32" ], @@ -1059,13 +1264,13 @@ "win32" ], "engines": { - "node": ">=12" + "node": ">=18" } }, "node_modules/@esbuild/win32-x64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.21.5.tgz", - "integrity": "sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==", + "version": "0.25.2", + "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.25.2.tgz", + "integrity": "sha512-kM3HKb16VIXZyIeVrM1ygYmZBKybX8N4p754bw390wGO3Tf2j4L2/WYL+4suWujpgf6GBYs3jv7TyUivdd05JA==", "cpu": [ "x64" ], @@ -1076,7 +1281,7 @@ "win32" ], "engines": { - "node": ">=12" + "node": ">=18" } }, "node_modules/@eslint-community/eslint-utils": { @@ -1096,9 +1301,9 @@ } }, "node_modules/@eslint-community/regexpp": { - "version": "4.11.0", - "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.11.0.tgz", - "integrity": "sha512-G/M/tIiMrTAxEWRfLfQJMmGNX28IxBg4PBz8XqQhqUHLFI6TL2htpIB1iQCj144V5ee/JaKyT9/WZ0MGZWfA7A==", + "version": "4.12.1", + "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.1.tgz", + "integrity": "sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==", "dev": true, "license": "MIT", "engines": { @@ -1106,13 +1311,13 @@ } }, "node_modules/@eslint/config-array": { - "version": "0.17.1", - "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.17.1.tgz", - "integrity": "sha512-BlYOpej8AQ8Ev9xVqroV7a02JK3SkBAaN9GfMMH9W6Ch8FlQlkjGw4Ir7+FgYwfirivAf4t+GtzuAxqfukmISA==", + "version": "0.19.2", + "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.19.2.tgz", + "integrity": "sha512-GNKqxfHG2ySmJOBSHg7LxeUx4xpuCoFjacmlCoYWEbaPXLwvfIjixRI12xCQZeULksQb23uiA8F40w5TojpV7w==", "dev": true, "license": "Apache-2.0", "dependencies": { - "@eslint/object-schema": "^2.1.4", + "@eslint/object-schema": "^2.1.6", "debug": "^4.3.1", "minimatch": "^3.1.2" }, @@ -1144,10 +1349,33 @@ "node": "*" } }, + "node_modules/@eslint/config-helpers": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.2.0.tgz", + "integrity": "sha512-yJLLmLexii32mGrhW29qvU3QBVTu0GUmEf/J4XsBtVhp4JkIUFN/BjWqTF63yRvGApIDpZm5fa97LtYtINmfeQ==", + "dev": true, + "license": "Apache-2.0", + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + } + }, + "node_modules/@eslint/core": { + "version": "0.12.0", + "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.12.0.tgz", + "integrity": "sha512-cmrR6pytBuSMTaBweKoGMwu3EiHiEC+DoyupPmlZ0HxBJBtIxwe+j/E4XPIKNx+Q74c8lXKPwYawBf5glsTkHg==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@types/json-schema": "^7.0.15" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + } + }, "node_modules/@eslint/eslintrc": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.1.0.tgz", - "integrity": "sha512-4Bfj15dVJdoy3RfZmmo86RK1Fwzn6SstsvK9JS+BaVKqC6QQQQyXekNaC+g+LKNgkQ+2VhGAzm6hO40AhMR3zQ==", + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.1.tgz", + "integrity": "sha512-gtF186CXhIl1p4pJNGZw8Yc6RlshoePRvE0X91oPGb3vZ8pM3qOS9W9NGPat9LziaBV7XrJWGylNQXkGcnM3IQ==", "dev": true, "license": "MIT", "dependencies": { @@ -1190,6 +1418,7 @@ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", "dev": true, + "license": "MIT", "dependencies": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" @@ -1199,13 +1428,15 @@ "version": "0.4.1", "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@eslint/eslintrc/node_modules/minimatch": { "version": "3.1.2", "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", "dev": true, + "license": "ISC", "dependencies": { "brace-expansion": "^1.1.7" }, @@ -1214,9 +1445,9 @@ } }, "node_modules/@eslint/js": { - "version": "9.7.0", - "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.7.0.tgz", - "integrity": "sha512-ChuWDQenef8OSFnvuxv0TCVxEwmu3+hPNKvM9B34qpM0rDRbjL8t5QkQeHHeAfsKQjuH9wS82WeCi1J/owatng==", + "version": "9.23.0", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.23.0.tgz", + "integrity": "sha512-35MJ8vCPU0ZMxo7zfev2pypqTwWTofFZO6m4KAtdoFhRpLJUpHTZZ+KB3C7Hb1d7bULYwO4lJXGCi5Se+8OMbw==", "dev": true, "license": "MIT", "engines": { @@ -1224,25 +1455,92 @@ } }, "node_modules/@eslint/object-schema": { - "version": "2.1.4", - "resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.4.tgz", - "integrity": "sha512-BsWiH1yFGjXXS2yvrf5LyuoSIIbPrGUWob917o+BTKuZ7qJdxX8aJLRxs1fS9n6r7vESrq1OUqb68dANcFXuQQ==", + "version": "2.1.6", + "resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.6.tgz", + "integrity": "sha512-RBMg5FRL0I0gs51M/guSAj5/e14VQ4tpZnQNWwuDT66P14I43ItmPfIZRhO9fUVIPOAQXU47atlywZ/czoqFPA==", "dev": true, "license": "Apache-2.0", "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" } }, - "node_modules/@hpcc-js/wasm": { - "version": "2.18.0", - "resolved": "https://registry.npmjs.org/@hpcc-js/wasm/-/wasm-2.18.0.tgz", - "integrity": "sha512-M9XVIvAXGH4Xcyb5UoiohWcn6fil89pcos/gClNdBZG2v+W48xSf2bjcA8BW131X/AFHUerVY28n1P1Jw81/9A==", + "node_modules/@eslint/plugin-kit": { + "version": "0.2.7", + "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.2.7.tgz", + "integrity": "sha512-JubJ5B2pJ4k4yGxaNLdbjrnk9d/iDz6/q8wOilpIowd6PJPgaxCuHBnBszq7Ce2TyMrywm5r4PnKm6V3iiZF+g==", "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@eslint/core": "^0.12.0", + "levn": "^0.4.1" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + } + }, + "node_modules/@gerrit0/mini-shiki": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/@gerrit0/mini-shiki/-/mini-shiki-3.2.2.tgz", + "integrity": "sha512-vaZNGhGLKMY14HbF53xxHNgFO9Wz+t5lTlGNpl2N9xFiKQ0I5oIe0vKjU9dh7Nb3Dw6lZ7wqUE0ri+zcdpnK+Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "@shikijs/engine-oniguruma": "^3.2.1", + "@shikijs/langs": "^3.2.1", + "@shikijs/themes": "^3.2.1", + "@shikijs/types": "^3.2.1", + "@shikijs/vscode-textmate": "^10.0.2" + } + }, + "node_modules/@hpcc-js/wasm": { + "version": "2.22.4", + "resolved": "https://registry.npmjs.org/@hpcc-js/wasm/-/wasm-2.22.4.tgz", + "integrity": "sha512-58JkRkxZffiBAbZhc7z+9iaaAOmn1cyxLL3rRwsUvco/I0Wwb7uVAlHM9HiU6XASe2k11jrIjCFff1t9QKjlqg==", + "dev": true, + "license": "Apache-2.0", "dependencies": { "yargs": "17.7.2" }, "bin": { - "dot-wasm": "bin/dot-wasm.js" + "dot-wasm": "node ./node_modules/@hpcc-js/wasm-graphviz-cli/bin/index.js" + } + }, + "node_modules/@humanfs/core": { + "version": "0.19.1", + "resolved": "https://registry.npmjs.org/@humanfs/core/-/core-0.19.1.tgz", + "integrity": "sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==", + "dev": true, + "license": "Apache-2.0", + "engines": { + "node": ">=18.18.0" + } + }, + "node_modules/@humanfs/node": { + "version": "0.16.6", + "resolved": "https://registry.npmjs.org/@humanfs/node/-/node-0.16.6.tgz", + "integrity": "sha512-YuI2ZHQL78Q5HbhDiBA1X4LmYdXCKCMQIfw0pw7piHJwyREFebJUvrQN4cMssyES6x+vfUbx1CIpaQUKYdQZOw==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@humanfs/core": "^0.19.1", + "@humanwhocodes/retry": "^0.3.0" + }, + "engines": { + "node": ">=18.18.0" + } + }, + "node_modules/@humanfs/node/node_modules/@humanwhocodes/retry": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.3.1.tgz", + "integrity": "sha512-JBxkERygn7Bv/GbN5Rv8Ul6LVknS+5Bp6RgDC/O8gEBU/yeH5Ui5C/OlWrTb6qct7LjjfT6Re2NxB0ln0yYybA==", + "dev": true, + "license": "Apache-2.0", + "engines": { + "node": ">=18.18" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/nzakas" } }, "node_modules/@humanwhocodes/module-importer": { @@ -1260,9 +1558,9 @@ } }, "node_modules/@humanwhocodes/retry": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.3.0.tgz", - "integrity": "sha512-d2CGZR2o7fS6sWB7DG/3a95bGKQyHMACZ5aW8qGkkqQpUoZV6C0X7Pc7l4ZNMZkfNBf4VWNe9E1jRsf0G146Ew==", + "version": "0.4.2", + "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.4.2.tgz", + "integrity": "sha512-xeO57FpIu4p1Ri3Jq/EXq4ClRm86dVF2z/+kvFnyqVYRavTZmaFaUBbWCOuuTh0o/g7DSsk6kc2vrS4Vl5oPOQ==", "dev": true, "license": "Apache-2.0", "engines": { @@ -1274,68 +1572,78 @@ } }, "node_modules/@inquirer/checkbox": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@inquirer/checkbox/-/checkbox-3.0.1.tgz", - "integrity": "sha512-0hm2nrToWUdD6/UHnel/UKGdk1//ke5zGUpHIvk5ZWmaKezlGxZkOJXNSWsdxO/rEqTkbB3lNC2J6nBElV2aAQ==", + "version": "4.1.4", + "resolved": "https://registry.npmjs.org/@inquirer/checkbox/-/checkbox-4.1.4.tgz", + "integrity": "sha512-d30576EZdApjAMceijXA5jDzRQHT/MygbC+J8I7EqA6f/FRpYxlRtRJbHF8gHeWYeSdOuTEJqonn7QLB1ELezA==", "dev": true, "license": "MIT", "dependencies": { - "@inquirer/core": "^9.2.1", - "@inquirer/figures": "^1.0.6", - "@inquirer/type": "^2.0.0", + "@inquirer/core": "^10.1.9", + "@inquirer/figures": "^1.0.11", + "@inquirer/type": "^3.0.5", "ansi-escapes": "^4.3.2", "yoctocolors-cjs": "^2.1.2" }, "engines": { "node": ">=18" + }, + "peerDependencies": { + "@types/node": ">=18" + }, + "peerDependenciesMeta": { + "@types/node": { + "optional": true + } } }, "node_modules/@inquirer/confirm": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-4.0.1.tgz", - "integrity": "sha512-46yL28o2NJ9doViqOy0VDcoTzng7rAb6yPQKU7VDLqkmbCaH4JqK4yk4XqlzNWy9PVC5pG1ZUXPBQv+VqnYs2w==", + "version": "5.1.8", + "resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-5.1.8.tgz", + "integrity": "sha512-dNLWCYZvXDjO3rnQfk2iuJNL4Ivwz/T2+C3+WnNfJKsNGSuOs3wAo2F6e0p946gtSAk31nZMfW+MRmYaplPKsg==", "dev": true, "license": "MIT", "dependencies": { - "@inquirer/core": "^9.2.1", - "@inquirer/type": "^2.0.0" + "@inquirer/core": "^10.1.9", + "@inquirer/type": "^3.0.5" }, "engines": { "node": ">=18" + }, + "peerDependencies": { + "@types/node": ">=18" + }, + "peerDependenciesMeta": { + "@types/node": { + "optional": true + } } }, "node_modules/@inquirer/core": { - "version": "9.2.1", - "resolved": "https://registry.npmjs.org/@inquirer/core/-/core-9.2.1.tgz", - "integrity": "sha512-F2VBt7W/mwqEU4bL0RnHNZmC/OxzNx9cOYxHqnXX3MP6ruYvZUZAW9imgN9+h/uBT/oP8Gh888J2OZSbjSeWcg==", + "version": "10.1.9", + "resolved": "https://registry.npmjs.org/@inquirer/core/-/core-10.1.9.tgz", + "integrity": "sha512-sXhVB8n20NYkUBfDYgizGHlpRVaCRjtuzNZA6xpALIUbkgfd2Hjz+DfEN6+h1BRnuxw0/P4jCIMjMsEOAMwAJw==", "dev": true, "license": "MIT", "dependencies": { - "@inquirer/figures": "^1.0.6", - "@inquirer/type": "^2.0.0", - "@types/mute-stream": "^0.0.4", - "@types/node": "^22.5.5", - "@types/wrap-ansi": "^3.0.0", + "@inquirer/figures": "^1.0.11", + "@inquirer/type": "^3.0.5", "ansi-escapes": "^4.3.2", "cli-width": "^4.1.0", - "mute-stream": "^1.0.0", + "mute-stream": "^2.0.0", "signal-exit": "^4.1.0", - "strip-ansi": "^6.0.1", "wrap-ansi": "^6.2.0", "yoctocolors-cjs": "^2.1.2" }, "engines": { "node": ">=18" - } - }, - "node_modules/@inquirer/core/node_modules/@types/node": { - "version": "22.5.5", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.5.5.tgz", - "integrity": "sha512-Xjs4y5UPO/CLdzpgR6GirZJx36yScjh73+2NlLlkFRSoQN8B0DpfXPdZGnvVmLRLOsqDpOfTNv7D9trgGhmOIA==", - "dev": true, - "license": "MIT", - "dependencies": { - "undici-types": "~6.19.2" + }, + "peerDependencies": { + "@types/node": ">=18" + }, + "peerDependenciesMeta": { + "@types/node": { + "optional": true + } } }, "node_modules/@inquirer/core/node_modules/emoji-regex": { @@ -1360,13 +1668,6 @@ "node": ">=8" } }, - "node_modules/@inquirer/core/node_modules/undici-types": { - "version": "6.19.8", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz", - "integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==", - "dev": true, - "license": "MIT" - }, "node_modules/@inquirer/core/node_modules/wrap-ansi": { "version": "6.2.0", "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz", @@ -1383,39 +1684,55 @@ } }, "node_modules/@inquirer/editor": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@inquirer/editor/-/editor-3.0.1.tgz", - "integrity": "sha512-VA96GPFaSOVudjKFraokEEmUQg/Lub6OXvbIEZU1SDCmBzRkHGhxoFAVaF30nyiB4m5cEbDgiI2QRacXZ2hw9Q==", + "version": "4.2.9", + "resolved": "https://registry.npmjs.org/@inquirer/editor/-/editor-4.2.9.tgz", + "integrity": "sha512-8HjOppAxO7O4wV1ETUlJFg6NDjp/W2NP5FB9ZPAcinAlNT4ZIWOLe2pUVwmmPRSV0NMdI5r/+lflN55AwZOKSw==", "dev": true, "license": "MIT", "dependencies": { - "@inquirer/core": "^9.2.1", - "@inquirer/type": "^2.0.0", + "@inquirer/core": "^10.1.9", + "@inquirer/type": "^3.0.5", "external-editor": "^3.1.0" }, "engines": { "node": ">=18" + }, + "peerDependencies": { + "@types/node": ">=18" + }, + "peerDependenciesMeta": { + "@types/node": { + "optional": true + } } }, "node_modules/@inquirer/expand": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@inquirer/expand/-/expand-3.0.1.tgz", - "integrity": "sha512-ToG8d6RIbnVpbdPdiN7BCxZGiHOTomOX94C2FaT5KOHupV40tKEDozp12res6cMIfRKrXLJyexAZhWVHgbALSQ==", + "version": "4.0.11", + "resolved": "https://registry.npmjs.org/@inquirer/expand/-/expand-4.0.11.tgz", + "integrity": "sha512-OZSUW4hFMW2TYvX/Sv+NnOZgO8CHT2TU1roUCUIF2T+wfw60XFRRp9MRUPCT06cRnKL+aemt2YmTWwt7rOrNEA==", "dev": true, "license": "MIT", "dependencies": { - "@inquirer/core": "^9.2.1", - "@inquirer/type": "^2.0.0", + "@inquirer/core": "^10.1.9", + "@inquirer/type": "^3.0.5", "yoctocolors-cjs": "^2.1.2" }, "engines": { "node": ">=18" + }, + "peerDependencies": { + "@types/node": ">=18" + }, + "peerDependenciesMeta": { + "@types/node": { + "optional": true + } } }, "node_modules/@inquirer/figures": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.6.tgz", - "integrity": "sha512-yfZzps3Cso2UbM7WlxKwZQh2Hs6plrbjs1QnzQDZhK2DgyCo6D8AaHps9olkNcUFlcYERMqU3uJSp1gmy3s/qQ==", + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.11.tgz", + "integrity": "sha512-eOg92lvrn/aRUqbxRyvpEWnrvRuTYRifixHkYVpJiygTgVSBIHDqLh0SrMQXkafvULg3ck11V7xvR+zcgvpHFw==", "dev": true, "license": "MIT", "engines": { @@ -1423,129 +1740,190 @@ } }, "node_modules/@inquirer/input": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@inquirer/input/-/input-3.0.1.tgz", - "integrity": "sha512-BDuPBmpvi8eMCxqC5iacloWqv+5tQSJlUafYWUe31ow1BVXjW2a5qe3dh4X/Z25Wp22RwvcaLCc2siHobEOfzg==", + "version": "4.1.8", + "resolved": "https://registry.npmjs.org/@inquirer/input/-/input-4.1.8.tgz", + "integrity": "sha512-WXJI16oOZ3/LiENCAxe8joniNp8MQxF6Wi5V+EBbVA0ZIOpFcL4I9e7f7cXse0HJeIPCWO8Lcgnk98juItCi7Q==", "dev": true, "license": "MIT", "dependencies": { - "@inquirer/core": "^9.2.1", - "@inquirer/type": "^2.0.0" + "@inquirer/core": "^10.1.9", + "@inquirer/type": "^3.0.5" }, "engines": { "node": ">=18" + }, + "peerDependencies": { + "@types/node": ">=18" + }, + "peerDependenciesMeta": { + "@types/node": { + "optional": true + } } }, "node_modules/@inquirer/number": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/@inquirer/number/-/number-2.0.1.tgz", - "integrity": "sha512-QpR8jPhRjSmlr/mD2cw3IR8HRO7lSVOnqUvQa8scv1Lsr3xoAMMworcYW3J13z3ppjBFBD2ef1Ci6AE5Qn8goQ==", + "version": "3.0.11", + "resolved": "https://registry.npmjs.org/@inquirer/number/-/number-3.0.11.tgz", + "integrity": "sha512-pQK68CsKOgwvU2eA53AG/4npRTH2pvs/pZ2bFvzpBhrznh8Mcwt19c+nMO7LHRr3Vreu1KPhNBF3vQAKrjIulw==", "dev": true, "license": "MIT", "dependencies": { - "@inquirer/core": "^9.2.1", - "@inquirer/type": "^2.0.0" + "@inquirer/core": "^10.1.9", + "@inquirer/type": "^3.0.5" }, "engines": { "node": ">=18" + }, + "peerDependencies": { + "@types/node": ">=18" + }, + "peerDependenciesMeta": { + "@types/node": { + "optional": true + } } }, "node_modules/@inquirer/password": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@inquirer/password/-/password-3.0.1.tgz", - "integrity": "sha512-haoeEPUisD1NeE2IanLOiFr4wcTXGWrBOyAyPZi1FfLJuXOzNmxCJPgUrGYKVh+Y8hfGJenIfz5Wb/DkE9KkMQ==", + "version": "4.0.11", + "resolved": "https://registry.npmjs.org/@inquirer/password/-/password-4.0.11.tgz", + "integrity": "sha512-dH6zLdv+HEv1nBs96Case6eppkRggMe8LoOTl30+Gq5Wf27AO/vHFgStTVz4aoevLdNXqwE23++IXGw4eiOXTg==", "dev": true, "license": "MIT", "dependencies": { - "@inquirer/core": "^9.2.1", - "@inquirer/type": "^2.0.0", + "@inquirer/core": "^10.1.9", + "@inquirer/type": "^3.0.5", "ansi-escapes": "^4.3.2" }, "engines": { "node": ">=18" + }, + "peerDependencies": { + "@types/node": ">=18" + }, + "peerDependenciesMeta": { + "@types/node": { + "optional": true + } } }, "node_modules/@inquirer/prompts": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/@inquirer/prompts/-/prompts-6.0.1.tgz", - "integrity": "sha512-yl43JD/86CIj3Mz5mvvLJqAOfIup7ncxfJ0Btnl0/v5TouVUyeEdcpknfgc+yMevS/48oH9WAkkw93m7otLb/A==", + "version": "7.4.0", + "resolved": "https://registry.npmjs.org/@inquirer/prompts/-/prompts-7.4.0.tgz", + "integrity": "sha512-EZiJidQOT4O5PYtqnu1JbF0clv36oW2CviR66c7ma4LsupmmQlUwmdReGKRp456OWPWMz3PdrPiYg3aCk3op2w==", "dev": true, "license": "MIT", "dependencies": { - "@inquirer/checkbox": "^3.0.1", - "@inquirer/confirm": "^4.0.1", - "@inquirer/editor": "^3.0.1", - "@inquirer/expand": "^3.0.1", - "@inquirer/input": "^3.0.1", - "@inquirer/number": "^2.0.1", - "@inquirer/password": "^3.0.1", - "@inquirer/rawlist": "^3.0.1", - "@inquirer/search": "^2.0.1", - "@inquirer/select": "^3.0.1" + "@inquirer/checkbox": "^4.1.4", + "@inquirer/confirm": "^5.1.8", + "@inquirer/editor": "^4.2.9", + "@inquirer/expand": "^4.0.11", + "@inquirer/input": "^4.1.8", + "@inquirer/number": "^3.0.11", + "@inquirer/password": "^4.0.11", + "@inquirer/rawlist": "^4.0.11", + "@inquirer/search": "^3.0.11", + "@inquirer/select": "^4.1.0" }, "engines": { "node": ">=18" + }, + "peerDependencies": { + "@types/node": ">=18" + }, + "peerDependenciesMeta": { + "@types/node": { + "optional": true + } } }, "node_modules/@inquirer/rawlist": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@inquirer/rawlist/-/rawlist-3.0.1.tgz", - "integrity": "sha512-VgRtFIwZInUzTiPLSfDXK5jLrnpkuSOh1ctfaoygKAdPqjcjKYmGh6sCY1pb0aGnCGsmhUxoqLDUAU0ud+lGXQ==", + "version": "4.0.11", + "resolved": "https://registry.npmjs.org/@inquirer/rawlist/-/rawlist-4.0.11.tgz", + "integrity": "sha512-uAYtTx0IF/PqUAvsRrF3xvnxJV516wmR6YVONOmCWJbbt87HcDHLfL9wmBQFbNJRv5kCjdYKrZcavDkH3sVJPg==", "dev": true, "license": "MIT", "dependencies": { - "@inquirer/core": "^9.2.1", - "@inquirer/type": "^2.0.0", + "@inquirer/core": "^10.1.9", + "@inquirer/type": "^3.0.5", "yoctocolors-cjs": "^2.1.2" }, "engines": { "node": ">=18" + }, + "peerDependencies": { + "@types/node": ">=18" + }, + "peerDependenciesMeta": { + "@types/node": { + "optional": true + } } }, "node_modules/@inquirer/search": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/@inquirer/search/-/search-2.0.1.tgz", - "integrity": "sha512-r5hBKZk3g5MkIzLVoSgE4evypGqtOannnB3PKTG9NRZxyFRKcfzrdxXXPcoJQsxJPzvdSU2Rn7pB7lw0GCmGAg==", + "version": "3.0.11", + "resolved": "https://registry.npmjs.org/@inquirer/search/-/search-3.0.11.tgz", + "integrity": "sha512-9CWQT0ikYcg6Ls3TOa7jljsD7PgjcsYEM0bYE+Gkz+uoW9u8eaJCRHJKkucpRE5+xKtaaDbrND+nPDoxzjYyew==", "dev": true, "license": "MIT", "dependencies": { - "@inquirer/core": "^9.2.1", - "@inquirer/figures": "^1.0.6", - "@inquirer/type": "^2.0.0", + "@inquirer/core": "^10.1.9", + "@inquirer/figures": "^1.0.11", + "@inquirer/type": "^3.0.5", "yoctocolors-cjs": "^2.1.2" }, "engines": { "node": ">=18" + }, + "peerDependencies": { + "@types/node": ">=18" + }, + "peerDependenciesMeta": { + "@types/node": { + "optional": true + } } }, "node_modules/@inquirer/select": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@inquirer/select/-/select-3.0.1.tgz", - "integrity": "sha512-lUDGUxPhdWMkN/fHy1Lk7pF3nK1fh/gqeyWXmctefhxLYxlDsc7vsPBEpxrfVGDsVdyYJsiJoD4bJ1b623cV1Q==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/@inquirer/select/-/select-4.1.0.tgz", + "integrity": "sha512-z0a2fmgTSRN+YBuiK1ROfJ2Nvrpij5lVN3gPDkQGhavdvIVGHGW29LwYZfM/j42Ai2hUghTI/uoBuTbrJk42bA==", "dev": true, "license": "MIT", "dependencies": { - "@inquirer/core": "^9.2.1", - "@inquirer/figures": "^1.0.6", - "@inquirer/type": "^2.0.0", + "@inquirer/core": "^10.1.9", + "@inquirer/figures": "^1.0.11", + "@inquirer/type": "^3.0.5", "ansi-escapes": "^4.3.2", "yoctocolors-cjs": "^2.1.2" }, "engines": { "node": ">=18" + }, + "peerDependencies": { + "@types/node": ">=18" + }, + "peerDependenciesMeta": { + "@types/node": { + "optional": true + } } }, "node_modules/@inquirer/type": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@inquirer/type/-/type-2.0.0.tgz", - "integrity": "sha512-XvJRx+2KR3YXyYtPUUy+qd9i7p+GO9Ko6VIIpWlBrpWwXDv8WLFeHTxz35CfQFUiBMLXlGHhGzys7lqit9gWag==", + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/@inquirer/type/-/type-3.0.5.tgz", + "integrity": "sha512-ZJpeIYYueOz/i/ONzrfof8g89kNdO2hjGuvULROo3O8rlB2CRtSseE5KeirnyE4t/thAn/EwvS/vuQeJCn+NZg==", "dev": true, "license": "MIT", - "dependencies": { - "mute-stream": "^1.0.0" - }, "engines": { "node": ">=18" + }, + "peerDependencies": { + "@types/node": ">=18" + }, + "peerDependenciesMeta": { + "@types/node": { + "optional": true + } } }, "node_modules/@isaacs/cliui": { @@ -1664,9 +2042,9 @@ "license": "Apache-2.0" }, "node_modules/@mswjs/interceptors": { - "version": "0.35.8", - "resolved": "https://registry.npmjs.org/@mswjs/interceptors/-/interceptors-0.35.8.tgz", - "integrity": "sha512-PFfqpHplKa7KMdoQdj5td03uG05VK2Ng1dG0sP4pT9h0dGSX2v9txYt/AnrzPb/vAmfyBBC0NQV7VaBEX+efgQ==", + "version": "0.37.6", + "resolved": "https://registry.npmjs.org/@mswjs/interceptors/-/interceptors-0.37.6.tgz", + "integrity": "sha512-wK+5pLK5XFmgtH3aQ2YVvA3HohS3xqV/OxuVOdNx9Wpnz7VE/fnC+e1A7ln6LFYeck7gOJ/dsZV6OLplOtAJ2w==", "dev": true, "license": "MIT", "dependencies": { @@ -1681,6 +2059,19 @@ "node": ">=18" } }, + "node_modules/@napi-rs/wasm-runtime": { + "version": "0.2.7", + "resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-0.2.7.tgz", + "integrity": "sha512-5yximcFK5FNompXfJFoWanu5l8v1hNGqNHh9du1xETp9HWk/B/PzvchX55WYOPaIeNglG8++68AAiauBAtbnzw==", + "dev": true, + "license": "MIT", + "optional": true, + "dependencies": { + "@emnapi/core": "^1.3.1", + "@emnapi/runtime": "^1.3.1", + "@tybys/wasm-util": "^0.9.0" + } + }, "node_modules/@nodelib/fs.scandir": { "version": "2.1.5", "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", @@ -1755,246 +2146,370 @@ "node": ">=14" } }, + "node_modules/@pkgr/core": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/@pkgr/core/-/core-0.2.0.tgz", + "integrity": "sha512-vsJDAkYR6qCPu+ioGScGiMYR7LvZYIXh/dlQeviqoTWNCVfKTLYD/LkNWH4Mxsv2a5vpIRc77FN5DnmK1eBggQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": "^12.20.0 || ^14.18.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/unts" + } + }, "node_modules/@rollup/rollup-android-arm-eabi": { - "version": "4.22.4", - "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.22.4.tgz", - "integrity": "sha512-Fxamp4aEZnfPOcGA8KSNEohV8hX7zVHOemC8jVBoBUHu5zpJK/Eu3uJwt6BMgy9fkvzxDaurgj96F/NiLukF2w==", + "version": "4.38.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.38.0.tgz", + "integrity": "sha512-ldomqc4/jDZu/xpYU+aRxo3V4mGCV9HeTgUBANI3oIQMOL+SsxB+S2lxMpkFp5UamSS3XuTMQVbsS24R4J4Qjg==", "cpu": [ "arm" ], "dev": true, + "license": "MIT", "optional": true, "os": [ "android" ] }, "node_modules/@rollup/rollup-android-arm64": { - "version": "4.22.4", - "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.22.4.tgz", - "integrity": "sha512-VXoK5UMrgECLYaMuGuVTOx5kcuap1Jm8g/M83RnCHBKOqvPPmROFJGQaZhGccnsFtfXQ3XYa4/jMCJvZnbJBdA==", + "version": "4.38.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.38.0.tgz", + "integrity": "sha512-VUsgcy4GhhT7rokwzYQP+aV9XnSLkkhlEJ0St8pbasuWO/vwphhZQxYEKUP3ayeCYLhk6gEtacRpYP/cj3GjyQ==", "cpu": [ "arm64" ], "dev": true, + "license": "MIT", "optional": true, "os": [ "android" ] }, "node_modules/@rollup/rollup-darwin-arm64": { - "version": "4.22.4", - "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.22.4.tgz", - "integrity": "sha512-xMM9ORBqu81jyMKCDP+SZDhnX2QEVQzTcC6G18KlTQEzWK8r/oNZtKuZaCcHhnsa6fEeOBionoyl5JsAbE/36Q==", + "version": "4.38.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.38.0.tgz", + "integrity": "sha512-buA17AYXlW9Rn091sWMq1xGUvWQFOH4N1rqUxGJtEQzhChxWjldGCCup7r/wUnaI6Au8sKXpoh0xg58a7cgcpg==", "cpu": [ "arm64" ], "dev": true, + "license": "MIT", "optional": true, "os": [ "darwin" ] }, "node_modules/@rollup/rollup-darwin-x64": { - "version": "4.22.4", - "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.22.4.tgz", - "integrity": "sha512-aJJyYKQwbHuhTUrjWjxEvGnNNBCnmpHDvrb8JFDbeSH3m2XdHcxDd3jthAzvmoI8w/kSjd2y0udT+4okADsZIw==", + "version": "4.38.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.38.0.tgz", + "integrity": "sha512-Mgcmc78AjunP1SKXl624vVBOF2bzwNWFPMP4fpOu05vS0amnLcX8gHIge7q/lDAHy3T2HeR0TqrriZDQS2Woeg==", "cpu": [ "x64" ], "dev": true, + "license": "MIT", "optional": true, "os": [ "darwin" ] }, + "node_modules/@rollup/rollup-freebsd-arm64": { + "version": "4.38.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.38.0.tgz", + "integrity": "sha512-zzJACgjLbQTsscxWqvrEQAEh28hqhebpRz5q/uUd1T7VTwUNZ4VIXQt5hE7ncs0GrF+s7d3S4on4TiXUY8KoQA==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "freebsd" + ] + }, + "node_modules/@rollup/rollup-freebsd-x64": { + "version": "4.38.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.38.0.tgz", + "integrity": "sha512-hCY/KAeYMCyDpEE4pTETam0XZS4/5GXzlLgpi5f0IaPExw9kuB+PDTOTLuPtM10TlRG0U9OSmXJ+Wq9J39LvAg==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "freebsd" + ] + }, "node_modules/@rollup/rollup-linux-arm-gnueabihf": { - "version": "4.22.4", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.22.4.tgz", - "integrity": "sha512-j63YtCIRAzbO+gC2L9dWXRh5BFetsv0j0va0Wi9epXDgU/XUi5dJKo4USTttVyK7fGw2nPWK0PbAvyliz50SCQ==", + "version": "4.38.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.38.0.tgz", + "integrity": "sha512-mimPH43mHl4JdOTD7bUMFhBdrg6f9HzMTOEnzRmXbOZqjijCw8LA5z8uL6LCjxSa67H2xiLFvvO67PT05PRKGg==", "cpu": [ "arm" ], "dev": true, + "license": "MIT", "optional": true, "os": [ "linux" ] }, "node_modules/@rollup/rollup-linux-arm-musleabihf": { - "version": "4.22.4", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.22.4.tgz", - "integrity": "sha512-dJnWUgwWBX1YBRsuKKMOlXCzh2Wu1mlHzv20TpqEsfdZLb3WoJW2kIEsGwLkroYf24IrPAvOT/ZQ2OYMV6vlrg==", + "version": "4.38.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.38.0.tgz", + "integrity": "sha512-tPiJtiOoNuIH8XGG8sWoMMkAMm98PUwlriOFCCbZGc9WCax+GLeVRhmaxjJtz6WxrPKACgrwoZ5ia/uapq3ZVg==", "cpu": [ "arm" ], "dev": true, + "license": "MIT", "optional": true, "os": [ "linux" ] }, "node_modules/@rollup/rollup-linux-arm64-gnu": { - "version": "4.22.4", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.22.4.tgz", - "integrity": "sha512-AdPRoNi3NKVLolCN/Sp4F4N1d98c4SBnHMKoLuiG6RXgoZ4sllseuGioszumnPGmPM2O7qaAX/IJdeDU8f26Aw==", + "version": "4.38.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.38.0.tgz", + "integrity": "sha512-wZco59rIVuB0tjQS0CSHTTUcEde+pXQWugZVxWaQFdQQ1VYub/sTrNdY76D1MKdN2NB48JDuGABP6o6fqos8mA==", "cpu": [ "arm64" ], "dev": true, + "license": "MIT", "optional": true, "os": [ "linux" ] }, "node_modules/@rollup/rollup-linux-arm64-musl": { - "version": "4.22.4", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.22.4.tgz", - "integrity": "sha512-Gl0AxBtDg8uoAn5CCqQDMqAx22Wx22pjDOjBdmG0VIWX3qUBHzYmOKh8KXHL4UpogfJ14G4wk16EQogF+v8hmA==", + "version": "4.38.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.38.0.tgz", + "integrity": "sha512-fQgqwKmW0REM4LomQ+87PP8w8xvU9LZfeLBKybeli+0yHT7VKILINzFEuggvnV9M3x1Ed4gUBmGUzCo/ikmFbQ==", "cpu": [ "arm64" ], "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-loongarch64-gnu": { + "version": "4.38.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loongarch64-gnu/-/rollup-linux-loongarch64-gnu-4.38.0.tgz", + "integrity": "sha512-hz5oqQLXTB3SbXpfkKHKXLdIp02/w3M+ajp8p4yWOWwQRtHWiEOCKtc9U+YXahrwdk+3qHdFMDWR5k+4dIlddg==", + "cpu": [ + "loong64" + ], + "dev": true, + "license": "MIT", "optional": true, "os": [ "linux" ] }, "node_modules/@rollup/rollup-linux-powerpc64le-gnu": { - "version": "4.22.4", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.22.4.tgz", - "integrity": "sha512-3aVCK9xfWW1oGQpTsYJJPF6bfpWfhbRnhdlyhak2ZiyFLDaayz0EP5j9V1RVLAAxlmWKTDfS9wyRyY3hvhPoOg==", + "version": "4.38.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.38.0.tgz", + "integrity": "sha512-NXqygK/dTSibQ+0pzxsL3r4Xl8oPqVoWbZV9niqOnIHV/J92fe65pOir0xjkUZDRSPyFRvu+4YOpJF9BZHQImw==", "cpu": [ "ppc64" ], "dev": true, + "license": "MIT", "optional": true, "os": [ "linux" ] }, "node_modules/@rollup/rollup-linux-riscv64-gnu": { - "version": "4.22.4", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.22.4.tgz", - "integrity": "sha512-ePYIir6VYnhgv2C5Xe9u+ico4t8sZWXschR6fMgoPUK31yQu7hTEJb7bCqivHECwIClJfKgE7zYsh1qTP3WHUA==", + "version": "4.38.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.38.0.tgz", + "integrity": "sha512-GEAIabR1uFyvf/jW/5jfu8gjM06/4kZ1W+j1nWTSSB3w6moZEBm7iBtzwQ3a1Pxos2F7Gz+58aVEnZHU295QTg==", "cpu": [ "riscv64" ], "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-riscv64-musl": { + "version": "4.38.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.38.0.tgz", + "integrity": "sha512-9EYTX+Gus2EGPbfs+fh7l95wVADtSQyYw4DfSBcYdUEAmP2lqSZY0Y17yX/3m5VKGGJ4UmIH5LHLkMJft3bYoA==", + "cpu": [ + "riscv64" + ], + "dev": true, + "license": "MIT", "optional": true, "os": [ "linux" ] }, "node_modules/@rollup/rollup-linux-s390x-gnu": { - "version": "4.22.4", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.22.4.tgz", - "integrity": "sha512-GqFJ9wLlbB9daxhVlrTe61vJtEY99/xB3C8e4ULVsVfflcpmR6c8UZXjtkMA6FhNONhj2eA5Tk9uAVw5orEs4Q==", + "version": "4.38.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.38.0.tgz", + "integrity": "sha512-Mpp6+Z5VhB9VDk7RwZXoG2qMdERm3Jw07RNlXHE0bOnEeX+l7Fy4bg+NxfyN15ruuY3/7Vrbpm75J9QHFqj5+Q==", "cpu": [ "s390x" ], "dev": true, + "license": "MIT", "optional": true, "os": [ "linux" ] }, "node_modules/@rollup/rollup-linux-x64-gnu": { - "version": "4.22.4", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.22.4.tgz", - "integrity": "sha512-87v0ol2sH9GE3cLQLNEy0K/R0pz1nvg76o8M5nhMR0+Q+BBGLnb35P0fVz4CQxHYXaAOhE8HhlkaZfsdUOlHwg==", + "version": "4.38.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.38.0.tgz", + "integrity": "sha512-vPvNgFlZRAgO7rwncMeE0+8c4Hmc+qixnp00/Uv3ht2x7KYrJ6ERVd3/R0nUtlE6/hu7/HiiNHJ/rP6knRFt1w==", "cpu": [ "x64" ], "dev": true, + "license": "MIT", "optional": true, "os": [ "linux" ] }, "node_modules/@rollup/rollup-linux-x64-musl": { - "version": "4.22.4", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.22.4.tgz", - "integrity": "sha512-UV6FZMUgePDZrFjrNGIWzDo/vABebuXBhJEqrHxrGiU6HikPy0Z3LfdtciIttEUQfuDdCn8fqh7wiFJjCNwO+g==", + "version": "4.38.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.38.0.tgz", + "integrity": "sha512-q5Zv+goWvQUGCaL7fU8NuTw8aydIL/C9abAVGCzRReuj5h30TPx4LumBtAidrVOtXnlB+RZkBtExMsfqkMfb8g==", "cpu": [ "x64" ], "dev": true, + "license": "MIT", "optional": true, "os": [ "linux" ] }, "node_modules/@rollup/rollup-win32-arm64-msvc": { - "version": "4.22.4", - "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.22.4.tgz", - "integrity": "sha512-BjI+NVVEGAXjGWYHz/vv0pBqfGoUH0IGZ0cICTn7kB9PyjrATSkX+8WkguNjWoj2qSr1im/+tTGRaY+4/PdcQw==", + "version": "4.38.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.38.0.tgz", + "integrity": "sha512-u/Jbm1BU89Vftqyqbmxdq14nBaQjQX1HhmsdBWqSdGClNaKwhjsg5TpW+5Ibs1mb8Es9wJiMdl86BcmtUVXNZg==", "cpu": [ "arm64" ], "dev": true, + "license": "MIT", "optional": true, "os": [ "win32" ] }, "node_modules/@rollup/rollup-win32-ia32-msvc": { - "version": "4.22.4", - "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.22.4.tgz", - "integrity": "sha512-SiWG/1TuUdPvYmzmYnmd3IEifzR61Tragkbx9D3+R8mzQqDBz8v+BvZNDlkiTtI9T15KYZhP0ehn3Dld4n9J5g==", + "version": "4.38.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.38.0.tgz", + "integrity": "sha512-mqu4PzTrlpNHHbu5qleGvXJoGgHpChBlrBx/mEhTPpnAL1ZAYFlvHD7rLK839LLKQzqEQMFJfGrrOHItN4ZQqA==", "cpu": [ "ia32" ], "dev": true, + "license": "MIT", "optional": true, "os": [ "win32" ] }, "node_modules/@rollup/rollup-win32-x64-msvc": { - "version": "4.22.4", - "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.22.4.tgz", - "integrity": "sha512-j8pPKp53/lq9lMXN57S8cFz0MynJk8OWNuUnXct/9KCpKU7DgU3bYMJhwWmcqC0UU29p8Lr0/7KEVcaM6bf47Q==", + "version": "4.38.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.38.0.tgz", + "integrity": "sha512-jjqy3uWlecfB98Psxb5cD6Fny9Fupv9LrDSPTQZUROqjvZmcCqNu4UMl7qqhlUUGpwiAkotj6GYu4SZdcr/nLw==", "cpu": [ "x64" ], "dev": true, + "license": "MIT", "optional": true, "os": [ "win32" ] }, - "node_modules/@shikijs/core": { - "version": "1.12.0", - "resolved": "https://registry.npmjs.org/@shikijs/core/-/core-1.12.0.tgz", - "integrity": "sha512-mc1cLbm6UQ8RxLc0dZES7v5rkH+99LxQp/ZvTqV3NLyYsO/fD6JhEflP1H5b2SDq9gI0+0G36AVZWxvounfR9w==", - "dev": true, - "dependencies": { - "@types/hast": "^3.0.4" - } - }, - "node_modules/@stylistic/eslint-plugin-js": { - "version": "2.6.0-beta.0", - "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin-js/-/eslint-plugin-js-2.6.0-beta.0.tgz", - "integrity": "sha512-KQiNvzNzvl9AmMs1MiIBszLIy/Xy1bTExnyaVy5dSzOF9c+yT64JQfH0p0jP6XpGwoCnZsrPUNflwP30G42QBQ==", + "node_modules/@shikijs/engine-oniguruma": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/@shikijs/engine-oniguruma/-/engine-oniguruma-3.2.1.tgz", + "integrity": "sha512-wZZAkayEn6qu2+YjenEoFqj0OyQI64EWsNR6/71d1EkG4sxEOFooowKivsWPpaWNBu3sxAG+zPz5kzBL/SsreQ==", "dev": true, "license": "MIT", "dependencies": { - "@types/eslint": "^8.56.10", - "acorn": "^8.12.0", - "eslint-visitor-keys": "^4.0.0", - "espree": "^10.1.0" + "@shikijs/types": "3.2.1", + "@shikijs/vscode-textmate": "^10.0.2" + } + }, + "node_modules/@shikijs/langs": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/@shikijs/langs/-/langs-3.2.1.tgz", + "integrity": "sha512-If0iDHYRSGbihiA8+7uRsgb1er1Yj11pwpX1c6HLYnizDsKAw5iaT3JXj5ZpaimXSWky/IhxTm7C6nkiYVym+A==", + "dev": true, + "license": "MIT", + "dependencies": { + "@shikijs/types": "3.2.1" + } + }, + "node_modules/@shikijs/themes": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/@shikijs/themes/-/themes-3.2.1.tgz", + "integrity": "sha512-k5DKJUT8IldBvAm8WcrDT5+7GA7se6lLksR+2E3SvyqGTyFMzU2F9Gb7rmD+t+Pga1MKrYFxDIeyWjMZWM6uBQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@shikijs/types": "3.2.1" + } + }, + "node_modules/@shikijs/types": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/@shikijs/types/-/types-3.2.1.tgz", + "integrity": "sha512-/NTWAk4KE2M8uac0RhOsIhYQf4pdU0OywQuYDGIGAJ6Mjunxl2cGiuLkvu4HLCMn+OTTLRWkjZITp+aYJv60yA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@shikijs/vscode-textmate": "^10.0.2", + "@types/hast": "^3.0.4" + } + }, + "node_modules/@shikijs/vscode-textmate": { + "version": "10.0.2", + "resolved": "https://registry.npmjs.org/@shikijs/vscode-textmate/-/vscode-textmate-10.0.2.tgz", + "integrity": "sha512-83yeghZ2xxin3Nj8z1NMd/NCuca+gsYXswywDy5bHvwlWL8tpTQmzGeUuHd9FC3E/SBEMvzJRwWEOz5gGes9Qg==", + "dev": true, + "license": "MIT" + }, + "node_modules/@stylistic/eslint-plugin-ts": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin-ts/-/eslint-plugin-ts-4.2.0.tgz", + "integrity": "sha512-j2o2GvOx9v66x8hmp/HJ+0T+nOppiO5ycGsCkifh7JPGgjxEhpkGmIGx3RWsoxpWbad3VCX8e8/T8n3+7ze1Zg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@typescript-eslint/utils": "^8.23.0", + "eslint-visitor-keys": "^4.2.0", + "espree": "^10.3.0" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, "peerDependencies": { - "eslint": ">=8.40.0" + "eslint": ">=9.0.0" } }, - "node_modules/@stylistic/eslint-plugin-js/node_modules/eslint-visitor-keys": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.0.0.tgz", - "integrity": "sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw==", + "node_modules/@stylistic/eslint-plugin-ts/node_modules/eslint-visitor-keys": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz", + "integrity": "sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==", "dev": true, "license": "Apache-2.0", "engines": { @@ -2004,22 +2519,15 @@ "url": "https://opencollective.com/eslint" } }, - "node_modules/@stylistic/eslint-plugin-ts": { - "version": "2.6.0-beta.0", - "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin-ts/-/eslint-plugin-ts-2.6.0-beta.0.tgz", - "integrity": "sha512-WMz1zgmMC3bvg1L/tiYt5ygvDbTDKlbezoHoX2lV9MnUCAEQZUP4xJ9Wj3jmIKxb4mUuK5+vFZJVcOygvbbqow==", + "node_modules/@tybys/wasm-util": { + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.9.0.tgz", + "integrity": "sha512-6+7nlbMVX/PVDCwaIQ8nTOPveOcFLSt8GcXdx8hD0bt39uWxYT88uXzqTd4fTvqta7oeUJqudepapKNt2DYJFw==", "dev": true, "license": "MIT", + "optional": true, "dependencies": { - "@stylistic/eslint-plugin-js": "2.6.0-beta.0", - "@types/eslint": "^8.56.10", - "@typescript-eslint/utils": "^8.0.0-alpha.34" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "peerDependencies": { - "eslint": ">=8.40.0" + "tslib": "^2.4.0" } }, "node_modules/@types/cookie": { @@ -2029,21 +2537,17 @@ "dev": true, "license": "MIT" }, - "node_modules/@types/eslint": { - "version": "8.56.11", - "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-8.56.11.tgz", - "integrity": "sha512-sVBpJMf7UPo/wGecYOpk2aQya2VUGeHhe38WG7/mN5FufNSubf5VT9Uh9Uyp8/eLJpu1/tuhJ/qTo4mhSB4V4Q==", + "node_modules/@types/doctrine": { + "version": "0.0.9", + "resolved": "https://registry.npmjs.org/@types/doctrine/-/doctrine-0.0.9.tgz", + "integrity": "sha512-eOIHzCUSH7SMfonMG1LsC2f8vxBFtho6NGBznK41R84YzPuvSBzrhEps33IsQiOW9+VL6NQ9DbjQJznk/S4uRA==", "dev": true, - "license": "MIT", - "dependencies": { - "@types/estree": "*", - "@types/json-schema": "*" - } + "license": "MIT" }, "node_modules/@types/estree": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz", - "integrity": "sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==", + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.7.tgz", + "integrity": "sha512-w28IoSUCJpidD/TGviZwwMJckNESJZXFu7NBZ5YJ4mEUnNraUn9Pm8HSZm/jDF1pDWYKspWE7oVphigUPRakIQ==", "dev": true, "license": "MIT" }, @@ -2052,6 +2556,7 @@ "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz", "integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==", "dev": true, + "license": "MIT", "dependencies": { "@types/unist": "*" } @@ -2075,16 +2580,6 @@ "dev": true, "license": "MIT" }, - "node_modules/@types/mute-stream": { - "version": "0.0.4", - "resolved": "https://registry.npmjs.org/@types/mute-stream/-/mute-stream-0.0.4.tgz", - "integrity": "sha512-CPM9nzrCPPJHQNA9keH9CVkVI+WR5kMa+7XEs5jcGQ0VoAGnLv242w8lIVgwAEfmE4oufJRaTc9PNLQl0ioAow==", - "dev": true, - "license": "MIT", - "dependencies": { - "@types/node": "*" - } - }, "node_modules/@types/node": { "version": "20.14.11", "resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.11.tgz", @@ -2109,34 +2604,28 @@ "license": "MIT" }, "node_modules/@types/unist": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.2.tgz", - "integrity": "sha512-dqId9J8K/vGi5Zr7oo212BGii5m3q5Hxlkwy3WpYuKPklmBEvsbMYYyLxAQpSffdLl/gdW0XUpKWFvYmyoWCoQ==", - "dev": true - }, - "node_modules/@types/wrap-ansi": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@types/wrap-ansi/-/wrap-ansi-3.0.0.tgz", - "integrity": "sha512-ltIpx+kM7g/MLRZfkbL7EsCEjfzCcScLpkg37eXEtx5kmrAKBkTJwd1GIAjDSL8wTpM6Hzn5YO4pSb91BEwu1g==", + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz", + "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==", "dev": true, "license": "MIT" }, "node_modules/@typescript-eslint/eslint-plugin": { - "version": "8.0.0-alpha.58", - "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.0.0-alpha.58.tgz", - "integrity": "sha512-5G9oIj8jvosj8RTa0VDFXvRmUg1U6FxXJu7ZEfyJYMvFkdMJoY5YnzFvgAvHbYsXOj+YgXZu81fNOTRWQzwk5A==", + "version": "8.29.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.29.0.tgz", + "integrity": "sha512-PAIpk/U7NIS6H7TEtN45SPGLQaHNgB7wSjsQV/8+KYokAb2T/gloOA/Bee2yd4/yKVhPKe5LlaUGhAZk5zmSaQ==", "dev": true, "license": "MIT", "dependencies": { "@eslint-community/regexpp": "^4.10.0", - "@typescript-eslint/scope-manager": "8.0.0-alpha.58", - "@typescript-eslint/type-utils": "8.0.0-alpha.58", - "@typescript-eslint/utils": "8.0.0-alpha.58", - "@typescript-eslint/visitor-keys": "8.0.0-alpha.58", + "@typescript-eslint/scope-manager": "8.29.0", + "@typescript-eslint/type-utils": "8.29.0", + "@typescript-eslint/utils": "8.29.0", + "@typescript-eslint/visitor-keys": "8.29.0", "graphemer": "^1.4.0", "ignore": "^5.3.1", "natural-compare": "^1.4.0", - "ts-api-utils": "^1.3.0" + "ts-api-utils": "^2.0.1" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" @@ -2147,25 +2636,21 @@ }, "peerDependencies": { "@typescript-eslint/parser": "^8.0.0 || ^8.0.0-alpha.0", - "eslint": "^8.57.0 || ^9.0.0" - }, - "peerDependenciesMeta": { - "typescript": { - "optional": true - } + "eslint": "^8.57.0 || ^9.0.0", + "typescript": ">=4.8.4 <5.9.0" } }, "node_modules/@typescript-eslint/parser": { - "version": "8.0.0-alpha.58", - "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.0.0-alpha.58.tgz", - "integrity": "sha512-/RpgxIejBui6WXJgV9ukwzxmvbZt5TlfHUGGLB/BsNLj+NRZEbXVtWT9rKuxVOqsGb1Dn9c5gxvBI/XzyuIsMQ==", + "version": "8.29.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.29.0.tgz", + "integrity": "sha512-8C0+jlNJOwQso2GapCVWWfW/rzaq7Lbme+vGUFKE31djwNncIpgXD7Cd4weEsDdkoZDjH0lwwr3QDQFuyrMg9g==", "dev": true, - "license": "BSD-2-Clause", + "license": "MIT", "dependencies": { - "@typescript-eslint/scope-manager": "8.0.0-alpha.58", - "@typescript-eslint/types": "8.0.0-alpha.58", - "@typescript-eslint/typescript-estree": "8.0.0-alpha.58", - "@typescript-eslint/visitor-keys": "8.0.0-alpha.58", + "@typescript-eslint/scope-manager": "8.29.0", + "@typescript-eslint/types": "8.29.0", + "@typescript-eslint/typescript-estree": "8.29.0", + "@typescript-eslint/visitor-keys": "8.29.0", "debug": "^4.3.4" }, "engines": { @@ -2176,23 +2661,19 @@ "url": "https://opencollective.com/typescript-eslint" }, "peerDependencies": { - "eslint": "^8.57.0 || ^9.0.0" - }, - "peerDependenciesMeta": { - "typescript": { - "optional": true - } + "eslint": "^8.57.0 || ^9.0.0", + "typescript": ">=4.8.4 <5.9.0" } }, "node_modules/@typescript-eslint/scope-manager": { - "version": "8.0.0-alpha.58", - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.0.0-alpha.58.tgz", - "integrity": "sha512-bGgJXn8B3Pf3mzEOUQTPxEqhux54MOJSqw4HcgBReuP7dudz/hsN4TH9GqHbMXkFv8N4Ed1iqVRfgGeC8b1mGw==", + "version": "8.29.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.29.0.tgz", + "integrity": "sha512-aO1PVsq7Gm+tcghabUpzEnVSFMCU4/nYIgC2GOatJcllvWfnhrgW0ZEbnTxm36QsikmCN1K/6ZgM7fok2I7xNw==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/types": "8.0.0-alpha.58", - "@typescript-eslint/visitor-keys": "8.0.0-alpha.58" + "@typescript-eslint/types": "8.29.0", + "@typescript-eslint/visitor-keys": "8.29.0" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" @@ -2203,16 +2684,16 @@ } }, "node_modules/@typescript-eslint/type-utils": { - "version": "8.0.0-alpha.58", - "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.0.0-alpha.58.tgz", - "integrity": "sha512-spW/I/UAY6HM0lKj+/333Zb9arOvUoi8+H0cVNYHELPhOti9re9NjyyJFhck84PNiwi8WmpkEf3GXe7/h+Cquw==", + "version": "8.29.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.29.0.tgz", + "integrity": "sha512-ahaWQ42JAOx+NKEf5++WC/ua17q5l+j1GFrbbpVKzFL/tKVc0aYY8rVSYUpUvt2hUP1YBr7mwXzx+E/DfUWI9Q==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/typescript-estree": "8.0.0-alpha.58", - "@typescript-eslint/utils": "8.0.0-alpha.58", + "@typescript-eslint/typescript-estree": "8.29.0", + "@typescript-eslint/utils": "8.29.0", "debug": "^4.3.4", - "ts-api-utils": "^1.3.0" + "ts-api-utils": "^2.0.1" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" @@ -2221,16 +2702,15 @@ "type": "opencollective", "url": "https://opencollective.com/typescript-eslint" }, - "peerDependenciesMeta": { - "typescript": { - "optional": true - } + "peerDependencies": { + "eslint": "^8.57.0 || ^9.0.0", + "typescript": ">=4.8.4 <5.9.0" } }, "node_modules/@typescript-eslint/types": { - "version": "8.0.0-alpha.58", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.0.0-alpha.58.tgz", - "integrity": "sha512-6+jM4y31a6pwKeV3MVQuVXPZl6d3I1ySMvP5WjZdZ+n57uovMvasZ3ZJstXngoRpa7JtkjVZ7NrMhQ1J8dxKCQ==", + "version": "8.29.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.29.0.tgz", + "integrity": "sha512-wcJL/+cOXV+RE3gjCyl/V2G877+2faqvlgtso/ZRbTCnZazh0gXhe+7gbAnfubzN2bNsBtZjDvlh7ero8uIbzg==", "dev": true, "license": "MIT", "engines": { @@ -2242,45 +2722,20 @@ } }, "node_modules/@typescript-eslint/typescript-estree": { - "version": "8.0.0-alpha.58", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.0.0-alpha.58.tgz", - "integrity": "sha512-hm4nsoJnQcA7axMopUJrH7CD0MJhAMtE2zQt65uMFCy+U2YDdKPwE0g6qEAUBoKn6UBLQJWthJgUmwDbWrnwZg==", - "dev": true, - "license": "BSD-2-Clause", - "dependencies": { - "@typescript-eslint/types": "8.0.0-alpha.58", - "@typescript-eslint/visitor-keys": "8.0.0-alpha.58", - "debug": "^4.3.4", - "globby": "^11.1.0", - "is-glob": "^4.0.3", - "minimatch": "^9.0.4", - "semver": "^7.6.0", - "ts-api-utils": "^1.3.0" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependenciesMeta": { - "typescript": { - "optional": true - } - } - }, - "node_modules/@typescript-eslint/utils": { - "version": "8.0.0-alpha.58", - "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.0.0-alpha.58.tgz", - "integrity": "sha512-lZuGnpK23jr3huebgY4/qqrOKsWJ8dX0Q1Fo4oVYcyAy+sK6p+6nObK4VEPJG098gUmrriiavRiDKIhPDFm4Ig==", + "version": "8.29.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.29.0.tgz", + "integrity": "sha512-yOfen3jE9ISZR/hHpU/bmNvTtBW1NjRbkSFdZOksL1N+ybPEE7UVGMwqvS6CP022Rp00Sb0tdiIkhSCe6NI8ow==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-community/eslint-utils": "^4.4.0", - "@typescript-eslint/scope-manager": "8.0.0-alpha.58", - "@typescript-eslint/types": "8.0.0-alpha.58", - "@typescript-eslint/typescript-estree": "8.0.0-alpha.58" + "@typescript-eslint/types": "8.29.0", + "@typescript-eslint/visitor-keys": "8.29.0", + "debug": "^4.3.4", + "fast-glob": "^3.3.2", + "is-glob": "^4.0.3", + "minimatch": "^9.0.4", + "semver": "^7.6.0", + "ts-api-utils": "^2.0.1" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" @@ -2290,18 +2745,42 @@ "url": "https://opencollective.com/typescript-eslint" }, "peerDependencies": { - "eslint": "^8.57.0 || ^9.0.0" + "typescript": ">=4.8.4 <5.9.0" } }, - "node_modules/@typescript-eslint/visitor-keys": { - "version": "8.0.0-alpha.58", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.0.0-alpha.58.tgz", - "integrity": "sha512-V//E9PRY2216kh9fN/ihRvTtjpobAXEtmrsr3utlVUwHa2iklcofq1J12yl3KOjx9QBRfBrtfQnYaeruF7L0Fw==", + "node_modules/@typescript-eslint/utils": { + "version": "8.29.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.29.0.tgz", + "integrity": "sha512-gX/A0Mz9Bskm8avSWFcK0gP7cZpbY4AIo6B0hWYFCaIsz750oaiWR4Jr2CI+PQhfW1CpcQr9OlfPS+kMFegjXA==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/types": "8.0.0-alpha.58", - "eslint-visitor-keys": "^3.4.3" + "@eslint-community/eslint-utils": "^4.4.0", + "@typescript-eslint/scope-manager": "8.29.0", + "@typescript-eslint/types": "8.29.0", + "@typescript-eslint/typescript-estree": "8.29.0" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "eslint": "^8.57.0 || ^9.0.0", + "typescript": ">=4.8.4 <5.9.0" + } + }, + "node_modules/@typescript-eslint/visitor-keys": { + "version": "8.29.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.29.0.tgz", + "integrity": "sha512-Sne/pVz8ryR03NFK21VpN88dZ2FdQXOlq3VIklbrTYEt8yXtRFr9tvUhqvCeKjqYk5FSim37sHbooT6vzBTZcg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@typescript-eslint/types": "8.29.0", + "eslint-visitor-keys": "^4.2.0" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" @@ -2311,15 +2790,241 @@ "url": "https://opencollective.com/typescript-eslint" } }, + "node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz", + "integrity": "sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==", + "dev": true, + "license": "Apache-2.0", + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, + "node_modules/@unrs/resolver-binding-darwin-arm64": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-darwin-arm64/-/resolver-binding-darwin-arm64-1.3.3.tgz", + "integrity": "sha512-EpRILdWr3/xDa/7MoyfO7JuBIJqpBMphtu4+80BK1bRfFcniVT74h3Z7q1+WOc92FuIAYatB1vn9TJR67sORGw==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ] + }, + "node_modules/@unrs/resolver-binding-darwin-x64": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-darwin-x64/-/resolver-binding-darwin-x64-1.3.3.tgz", + "integrity": "sha512-ntj/g7lPyqwinMJWZ+DKHBse8HhVxswGTmNgFKJtdgGub3M3zp5BSZ3bvMP+kBT6dnYJLSVlDqdwOq1P8i0+/g==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ] + }, + "node_modules/@unrs/resolver-binding-freebsd-x64": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-freebsd-x64/-/resolver-binding-freebsd-x64-1.3.3.tgz", + "integrity": "sha512-l6BT8f2CU821EW7U8hSUK8XPq4bmyTlt9Mn4ERrfjJNoCw0/JoHAh9amZZtV3cwC3bwwIat+GUnrcHTG9+qixw==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "freebsd" + ] + }, + "node_modules/@unrs/resolver-binding-linux-arm-gnueabihf": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-arm-gnueabihf/-/resolver-binding-linux-arm-gnueabihf-1.3.3.tgz", + "integrity": "sha512-8ScEc5a4y7oE2BonRvzJ+2GSkBaYWyh0/Ko4Q25e/ix6ANpJNhwEPZvCR6GVRmsQAYMIfQvYLdM6YEN+qRjnAQ==", + "cpu": [ + "arm" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@unrs/resolver-binding-linux-arm-musleabihf": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-arm-musleabihf/-/resolver-binding-linux-arm-musleabihf-1.3.3.tgz", + "integrity": "sha512-8qQ6l1VTzLNd3xb2IEXISOKwMGXDCzY/UNy/7SovFW2Sp0K3YbL7Ao7R18v6SQkLqQlhhqSBIFRk+u6+qu5R5A==", + "cpu": [ + "arm" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@unrs/resolver-binding-linux-arm64-gnu": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-arm64-gnu/-/resolver-binding-linux-arm64-gnu-1.3.3.tgz", + "integrity": "sha512-v81R2wjqcWXJlQY23byqYHt9221h4anQ6wwN64oMD/WAE+FmxPHFZee5bhRkNVtzqO/q7wki33VFWlhiADwUeQ==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@unrs/resolver-binding-linux-arm64-musl": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-arm64-musl/-/resolver-binding-linux-arm64-musl-1.3.3.tgz", + "integrity": "sha512-cAOx/j0u5coMg4oct/BwMzvWJdVciVauUvsd+GQB/1FZYKQZmqPy0EjJzJGbVzFc6gbnfEcSqvQE6gvbGf2N8Q==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@unrs/resolver-binding-linux-ppc64-gnu": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-ppc64-gnu/-/resolver-binding-linux-ppc64-gnu-1.3.3.tgz", + "integrity": "sha512-mq2blqwErgDJD4gtFDlTX/HZ7lNP8YCHYFij2gkXPtMzrXxPW1hOtxL6xg4NWxvnj4bppppb0W3s/buvM55yfg==", + "cpu": [ + "ppc64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@unrs/resolver-binding-linux-s390x-gnu": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-s390x-gnu/-/resolver-binding-linux-s390x-gnu-1.3.3.tgz", + "integrity": "sha512-u0VRzfFYysarYHnztj2k2xr+eu9rmgoTUUgCCIT37Nr+j0A05Xk2c3RY8Mh5+DhCl2aYibihnaAEJHeR0UOFIQ==", + "cpu": [ + "s390x" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@unrs/resolver-binding-linux-x64-gnu": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-x64-gnu/-/resolver-binding-linux-x64-gnu-1.3.3.tgz", + "integrity": "sha512-OrVo5ZsG29kBF0Ug95a2KidS16PqAMmQNozM6InbquOfW/udouk063e25JVLqIBhHLB2WyBnixOQ19tmeC/hIg==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@unrs/resolver-binding-linux-x64-musl": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-x64-musl/-/resolver-binding-linux-x64-musl-1.3.3.tgz", + "integrity": "sha512-PYnmrwZ4HMp9SkrOhqPghY/aoL+Rtd4CQbr93GlrRTjK6kDzfMfgz3UH3jt6elrQAfupa1qyr1uXzeVmoEAxUA==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@unrs/resolver-binding-wasm32-wasi": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-wasm32-wasi/-/resolver-binding-wasm32-wasi-1.3.3.tgz", + "integrity": "sha512-81AnQY6fShmktQw4hWDUIilsKSdvr/acdJ5azAreu2IWNlaJOKphJSsUVWE+yCk6kBMoQyG9ZHCb/krb5K0PEA==", + "cpu": [ + "wasm32" + ], + "dev": true, + "license": "MIT", + "optional": true, + "dependencies": { + "@napi-rs/wasm-runtime": "^0.2.7" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@unrs/resolver-binding-win32-arm64-msvc": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-win32-arm64-msvc/-/resolver-binding-win32-arm64-msvc-1.3.3.tgz", + "integrity": "sha512-X/42BMNw7cW6xrB9syuP5RusRnWGoq+IqvJO8IDpp/BZg64J1uuIW6qA/1Cl13Y4LyLXbJVYbYNSKwR/FiHEng==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ] + }, + "node_modules/@unrs/resolver-binding-win32-ia32-msvc": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-win32-ia32-msvc/-/resolver-binding-win32-ia32-msvc-1.3.3.tgz", + "integrity": "sha512-EGNnNGQxMU5aTN7js3ETYvuw882zcO+dsVjs+DwO2j/fRVKth87C8e2GzxW1L3+iWAXMyJhvFBKRavk9Og1Z6A==", + "cpu": [ + "ia32" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ] + }, + "node_modules/@unrs/resolver-binding-win32-x64-msvc": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-win32-x64-msvc/-/resolver-binding-win32-x64-msvc-1.3.3.tgz", + "integrity": "sha512-GraLbYqOJcmW1qY3osB+2YIiD62nVf2/bVLHZmrb4t/YSUwE03l7TwcDJl08T/Tm3SVhepX8RQkpzWbag/Sb4w==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ] + }, "node_modules/@vitest/coverage-istanbul": { - "version": "2.1.9", - "resolved": "https://registry.npmjs.org/@vitest/coverage-istanbul/-/coverage-istanbul-2.1.9.tgz", - "integrity": "sha512-vdYE4FkC/y2lxcN3Dcj54Bw+ericmDwiex0B8LV5F/YNYEYP1mgVwhPnHwWGAXu38qizkjOuyczKbFTALfzFKw==", + "version": "3.0.9", + "resolved": "https://registry.npmjs.org/@vitest/coverage-istanbul/-/coverage-istanbul-3.0.9.tgz", + "integrity": "sha512-/TXh2qmOhclmVPjOnPTpIO4Xr6l2P5EwyXQygenwq4/ZQ/vPsrz+GCRZF9kBeQi6xrGcHv368Si9PGImWQawVg==", "dev": true, "license": "MIT", "dependencies": { "@istanbuljs/schema": "^0.1.3", - "debug": "^4.3.7", + "debug": "^4.4.0", "istanbul-lib-coverage": "^3.2.2", "istanbul-lib-instrument": "^6.0.3", "istanbul-lib-report": "^3.0.1", @@ -2327,48 +3032,48 @@ "istanbul-reports": "^3.1.7", "magicast": "^0.3.5", "test-exclude": "^7.0.1", - "tinyrainbow": "^1.2.0" + "tinyrainbow": "^2.0.0" }, "funding": { "url": "https://opencollective.com/vitest" }, "peerDependencies": { - "vitest": "2.1.9" + "vitest": "3.0.9" } }, "node_modules/@vitest/expect": { - "version": "2.1.9", - "resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-2.1.9.tgz", - "integrity": "sha512-UJCIkTBenHeKT1TTlKMJWy1laZewsRIzYighyYiJKZreqtdxSos/S1t+ktRMQWu2CKqaarrkeszJx1cgC5tGZw==", + "version": "3.0.9", + "resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-3.0.9.tgz", + "integrity": "sha512-5eCqRItYgIML7NNVgJj6TVCmdzE7ZVgJhruW0ziSQV4V7PvLkDL1bBkBdcTs/VuIz0IxPb5da1IDSqc1TR9eig==", "dev": true, "license": "MIT", "dependencies": { - "@vitest/spy": "2.1.9", - "@vitest/utils": "2.1.9", - "chai": "^5.1.2", - "tinyrainbow": "^1.2.0" + "@vitest/spy": "3.0.9", + "@vitest/utils": "3.0.9", + "chai": "^5.2.0", + "tinyrainbow": "^2.0.0" }, "funding": { "url": "https://opencollective.com/vitest" } }, "node_modules/@vitest/mocker": { - "version": "2.1.9", - "resolved": "https://registry.npmjs.org/@vitest/mocker/-/mocker-2.1.9.tgz", - "integrity": "sha512-tVL6uJgoUdi6icpxmdrn5YNo3g3Dxv+IHJBr0GXHaEdTcw3F+cPKnsXFhli6nO+f/6SDKPHEK1UN+k+TQv0Ehg==", + "version": "3.0.9", + "resolved": "https://registry.npmjs.org/@vitest/mocker/-/mocker-3.0.9.tgz", + "integrity": "sha512-ryERPIBOnvevAkTq+L1lD+DTFBRcjueL9lOUfXsLfwP92h4e+Heb+PjiqS3/OURWPtywfafK0kj++yDFjWUmrA==", "dev": true, "license": "MIT", "dependencies": { - "@vitest/spy": "2.1.9", + "@vitest/spy": "3.0.9", "estree-walker": "^3.0.3", - "magic-string": "^0.30.12" + "magic-string": "^0.30.17" }, "funding": { "url": "https://opencollective.com/vitest" }, "peerDependencies": { "msw": "^2.4.9", - "vite": "^5.0.0" + "vite": "^5.0.0 || ^6.0.0" }, "peerDependenciesMeta": { "msw": { @@ -2380,51 +3085,51 @@ } }, "node_modules/@vitest/pretty-format": { - "version": "2.1.9", - "resolved": "https://registry.npmjs.org/@vitest/pretty-format/-/pretty-format-2.1.9.tgz", - "integrity": "sha512-KhRIdGV2U9HOUzxfiHmY8IFHTdqtOhIzCpd8WRdJiE7D/HUcZVD0EgQCVjm+Q9gkUXWgBvMmTtZgIG48wq7sOQ==", + "version": "3.0.9", + "resolved": "https://registry.npmjs.org/@vitest/pretty-format/-/pretty-format-3.0.9.tgz", + "integrity": "sha512-OW9F8t2J3AwFEwENg3yMyKWweF7oRJlMyHOMIhO5F3n0+cgQAJZBjNgrF8dLwFTEXl5jUqBLXd9QyyKv8zEcmA==", "dev": true, "license": "MIT", "dependencies": { - "tinyrainbow": "^1.2.0" + "tinyrainbow": "^2.0.0" }, "funding": { "url": "https://opencollective.com/vitest" } }, "node_modules/@vitest/runner": { - "version": "2.1.9", - "resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-2.1.9.tgz", - "integrity": "sha512-ZXSSqTFIrzduD63btIfEyOmNcBmQvgOVsPNPe0jYtESiXkhd8u2erDLnMxmGrDCwHCCHE7hxwRDCT3pt0esT4g==", + "version": "3.0.9", + "resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-3.0.9.tgz", + "integrity": "sha512-NX9oUXgF9HPfJSwl8tUZCMP1oGx2+Sf+ru6d05QjzQz4OwWg0psEzwY6VexP2tTHWdOkhKHUIZH+fS6nA7jfOw==", "dev": true, "license": "MIT", "dependencies": { - "@vitest/utils": "2.1.9", - "pathe": "^1.1.2" + "@vitest/utils": "3.0.9", + "pathe": "^2.0.3" }, "funding": { "url": "https://opencollective.com/vitest" } }, "node_modules/@vitest/snapshot": { - "version": "2.1.9", - "resolved": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-2.1.9.tgz", - "integrity": "sha512-oBO82rEjsxLNJincVhLhaxxZdEtV0EFHMK5Kmx5sJ6H9L183dHECjiefOAdnqpIgT5eZwT04PoggUnW88vOBNQ==", + "version": "3.0.9", + "resolved": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-3.0.9.tgz", + "integrity": "sha512-AiLUiuZ0FuA+/8i19mTYd+re5jqjEc2jZbgJ2up0VY0Ddyyxg/uUtBDpIFAy4uzKaQxOW8gMgBdAJJ2ydhu39A==", "dev": true, "license": "MIT", "dependencies": { - "@vitest/pretty-format": "2.1.9", - "magic-string": "^0.30.12", - "pathe": "^1.1.2" + "@vitest/pretty-format": "3.0.9", + "magic-string": "^0.30.17", + "pathe": "^2.0.3" }, "funding": { "url": "https://opencollective.com/vitest" } }, "node_modules/@vitest/spy": { - "version": "2.1.9", - "resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-2.1.9.tgz", - "integrity": "sha512-E1B35FwzXXTs9FHNK6bDszs7mtydNi5MIfUWpceJ8Xbfb1gBMscAnwLbEu+B44ed6W3XjL9/ehLPHR1fkf1KLQ==", + "version": "3.0.9", + "resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-3.0.9.tgz", + "integrity": "sha512-/CcK2UDl0aQ2wtkp3YVWldrpLRNCfVcIOFGlVGKO4R5eajsH393Z1yiXLVQ7vWsj26JOEjeZI0x5sm5P4OGUNQ==", "dev": true, "license": "MIT", "dependencies": { @@ -2435,15 +3140,15 @@ } }, "node_modules/@vitest/utils": { - "version": "2.1.9", - "resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-2.1.9.tgz", - "integrity": "sha512-v0psaMSkNJ3A2NMrUEHFRzJtDPFn+/VWZ5WxImB21T9fjucJRmS7xCS3ppEnARb9y11OAzaD+P2Ps+b+BGX5iQ==", + "version": "3.0.9", + "resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-3.0.9.tgz", + "integrity": "sha512-ilHM5fHhZ89MCp5aAaM9uhfl1c2JdxVxl3McqsdVyVNN6JffnEen8UMCdRTzOhGXNQGo5GNL9QugHrz727Wnng==", "dev": true, "license": "MIT", "dependencies": { - "@vitest/pretty-format": "2.1.9", - "loupe": "^3.1.2", - "tinyrainbow": "^1.2.0" + "@vitest/pretty-format": "3.0.9", + "loupe": "^3.1.3", + "tinyrainbow": "^2.0.0" }, "funding": { "url": "https://opencollective.com/vitest" @@ -2504,14 +3209,11 @@ } }, "node_modules/agent-base": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.1.tgz", - "integrity": "sha512-H0TSyFNDMomMNJQBn8wFV5YC/2eJ+VXECwOadZJT554xP6cODZHPX3H9QMQECxvrgiSOP1pHjy1sMWQVYJOUOA==", + "version": "7.1.3", + "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.3.tgz", + "integrity": "sha512-jRR5wdylq8CkOe6hei19GGZnxM6rBGwFl3Bg0YItGDimvjGtAvdZk4Pu6Cl4u4Igsws4a1fd1Vq3ezrhn4KmFw==", "dev": true, "license": "MIT", - "dependencies": { - "debug": "^4.3.4" - }, "engines": { "node": ">= 14" } @@ -2579,16 +3281,6 @@ "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", "license": "Python-2.0" }, - "node_modules/array-union": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz", - "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, "node_modules/assertion-error": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/assertion-error/-/assertion-error-2.0.1.tgz", @@ -2604,15 +3296,7 @@ "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==", "dev": true, - "dependencies": { - "possible-typed-array-names": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } + "license": "MIT" }, "node_modules/balanced-match": { "version": "1.0.2", @@ -2688,16 +3372,44 @@ } }, "node_modules/call-bind": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.7.tgz", - "integrity": "sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==", + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.8.tgz", + "integrity": "sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww==", "license": "MIT", "dependencies": { + "call-bind-apply-helpers": "^1.0.0", "es-define-property": "^1.0.0", - "es-errors": "^1.3.0", - "function-bind": "^1.1.2", "get-intrinsic": "^1.2.4", - "set-function-length": "^1.2.1" + "set-function-length": "^1.2.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/call-bind-apply-helpers": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", + "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==", + "license": "MIT", + "dependencies": { + "es-errors": "^1.3.0", + "function-bind": "^1.1.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/call-bound": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz", + "integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==", + "license": "MIT", + "dependencies": { + "call-bind-apply-helpers": "^1.0.2", + "get-intrinsic": "^1.3.0" }, "engines": { "node": ">= 0.4" @@ -2738,9 +3450,9 @@ "license": "CC-BY-4.0" }, "node_modules/chai": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/chai/-/chai-5.1.2.tgz", - "integrity": "sha512-aGtmf24DW6MLHHG5gCx4zaI3uBq3KRtxeVs0DjFH6Z0rDNbsvTxFASFvdj79pxjxZ8/5u3PIiN3IwEIQkiiuPw==", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/chai/-/chai-5.2.0.tgz", + "integrity": "sha512-mCuXncKXk5iCLhfhwTc0izo0gtEmpz5CtG2y8GiOINBlMVS6v8TMRc5TaLWKS6692m9+dVVfzgeVxR5UxWHTYw==", "dev": true, "license": "MIT", "dependencies": { @@ -2908,9 +3620,9 @@ "license": "MIT" }, "node_modules/cookie": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz", - "integrity": "sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==", + "version": "0.7.2", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.2.tgz", + "integrity": "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==", "dev": true, "license": "MIT", "engines": { @@ -2932,9 +3644,9 @@ } }, "node_modules/cross-spawn": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", - "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", + "version": "7.0.6", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz", + "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==", "dev": true, "license": "MIT", "dependencies": { @@ -2960,23 +3672,28 @@ "license": "MIT" }, "node_modules/cssstyle": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-4.0.1.tgz", - "integrity": "sha512-8ZYiJ3A/3OkDd093CBT/0UKDWry7ak4BdPTFP2+QEP7cmhouyq/Up709ASSj2cK02BbZiMgk7kYjZNS4QP5qrQ==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-4.3.0.tgz", + "integrity": "sha512-6r0NiY0xizYqfBvWp1G7WXJ06/bZyrk7Dc6PHql82C/pKGUTKu4yAX4Y8JPamb1ob9nBKuxWzCGTRuGwU3yxJQ==", "dev": true, "license": "MIT", "dependencies": { - "rrweb-cssom": "^0.6.0" + "@asamuzakjp/css-color": "^3.1.1", + "rrweb-cssom": "^0.8.0" }, "engines": { "node": ">=18" } }, - "node_modules/cssstyle/node_modules/rrweb-cssom": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/rrweb-cssom/-/rrweb-cssom-0.6.0.tgz", - "integrity": "sha512-APM0Gt1KoXBz0iIkkdB/kfvGOwC4UuJFeG/c+yV7wSc7q96cG/kJ0HiYCnzivD9SB53cLV1MlHFNfOuPaadYSw==", - "dev": true + "node_modules/dagre": { + "version": "0.8.5", + "resolved": "https://registry.npmjs.org/dagre/-/dagre-0.8.5.tgz", + "integrity": "sha512-/aTqmnRta7x7MCCpExk7HQL2O4owCT2h8NT//9I1OQ9vt29Pa0BzSAkR5lwFUcQ7491yVi/3CXU9jQ5o0Mn2Sw==", + "license": "MIT", + "dependencies": { + "graphlib": "^2.1.8", + "lodash": "^4.17.15" + } }, "node_modules/data-urls": { "version": "5.0.0", @@ -3103,19 +3820,6 @@ "node": "^18.17||>=20" } }, - "node_modules/dir-glob": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz", - "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==", - "dev": true, - "license": "MIT", - "dependencies": { - "path-type": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/doctrine": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz", @@ -3129,6 +3833,20 @@ "node": ">=6.0.0" } }, + "node_modules/dunder-proto": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz", + "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==", + "license": "MIT", + "dependencies": { + "call-bind-apply-helpers": "^1.0.1", + "es-errors": "^1.3.0", + "gopd": "^1.2.0" + }, + "engines": { + "node": ">= 0.4" + } + }, "node_modules/eastasianwidth": { "version": "0.2.0", "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz", @@ -3177,13 +3895,10 @@ } }, "node_modules/es-define-property": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.0.tgz", - "integrity": "sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==", + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz", + "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==", "license": "MIT", - "dependencies": { - "get-intrinsic": "^1.2.4" - }, "engines": { "node": ">= 0.4" } @@ -3204,10 +3919,38 @@ "dev": true, "license": "MIT" }, + "node_modules/es-object-atoms": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz", + "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==", + "license": "MIT", + "dependencies": { + "es-errors": "^1.3.0" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/es-set-tostringtag": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz", + "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==", + "dev": true, + "license": "MIT", + "dependencies": { + "es-errors": "^1.3.0", + "get-intrinsic": "^1.2.6", + "has-tostringtag": "^1.0.2", + "hasown": "^2.0.2" + }, + "engines": { + "node": ">= 0.4" + } + }, "node_modules/esbuild": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.21.5.tgz", - "integrity": "sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==", + "version": "0.25.2", + "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.25.2.tgz", + "integrity": "sha512-16854zccKPnC+toMywC+uKNeYSv+/eXkevRAfwRD/G9Cleq66m8XFIrigkbvauLLlCfDL45Q2cWegSg53gGBnQ==", "dev": true, "hasInstallScript": true, "license": "MIT", @@ -3215,32 +3958,34 @@ "esbuild": "bin/esbuild" }, "engines": { - "node": ">=12" + "node": ">=18" }, "optionalDependencies": { - "@esbuild/aix-ppc64": "0.21.5", - "@esbuild/android-arm": "0.21.5", - "@esbuild/android-arm64": "0.21.5", - "@esbuild/android-x64": "0.21.5", - "@esbuild/darwin-arm64": "0.21.5", - "@esbuild/darwin-x64": "0.21.5", - "@esbuild/freebsd-arm64": "0.21.5", - "@esbuild/freebsd-x64": "0.21.5", - "@esbuild/linux-arm": "0.21.5", - "@esbuild/linux-arm64": "0.21.5", - "@esbuild/linux-ia32": "0.21.5", - "@esbuild/linux-loong64": "0.21.5", - "@esbuild/linux-mips64el": "0.21.5", - "@esbuild/linux-ppc64": "0.21.5", - "@esbuild/linux-riscv64": "0.21.5", - "@esbuild/linux-s390x": "0.21.5", - "@esbuild/linux-x64": "0.21.5", - "@esbuild/netbsd-x64": "0.21.5", - "@esbuild/openbsd-x64": "0.21.5", - "@esbuild/sunos-x64": "0.21.5", - "@esbuild/win32-arm64": "0.21.5", - "@esbuild/win32-ia32": "0.21.5", - "@esbuild/win32-x64": "0.21.5" + "@esbuild/aix-ppc64": "0.25.2", + "@esbuild/android-arm": "0.25.2", + "@esbuild/android-arm64": "0.25.2", + "@esbuild/android-x64": "0.25.2", + "@esbuild/darwin-arm64": "0.25.2", + "@esbuild/darwin-x64": "0.25.2", + "@esbuild/freebsd-arm64": "0.25.2", + "@esbuild/freebsd-x64": "0.25.2", + "@esbuild/linux-arm": "0.25.2", + "@esbuild/linux-arm64": "0.25.2", + "@esbuild/linux-ia32": "0.25.2", + "@esbuild/linux-loong64": "0.25.2", + "@esbuild/linux-mips64el": "0.25.2", + "@esbuild/linux-ppc64": "0.25.2", + "@esbuild/linux-riscv64": "0.25.2", + "@esbuild/linux-s390x": "0.25.2", + "@esbuild/linux-x64": "0.25.2", + "@esbuild/netbsd-arm64": "0.25.2", + "@esbuild/netbsd-x64": "0.25.2", + "@esbuild/openbsd-arm64": "0.25.2", + "@esbuild/openbsd-x64": "0.25.2", + "@esbuild/sunos-x64": "0.25.2", + "@esbuild/win32-arm64": "0.25.2", + "@esbuild/win32-ia32": "0.25.2", + "@esbuild/win32-x64": "0.25.2" } }, "node_modules/escalade": { @@ -3267,28 +4012,33 @@ } }, "node_modules/eslint": { - "version": "9.7.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.7.0.tgz", - "integrity": "sha512-FzJ9D/0nGiCGBf8UXO/IGLTgLVzIxze1zpfA8Ton2mjLovXdAPlYDv+MQDcqj3TmrhAGYfOpz9RfR+ent0AgAw==", + "version": "9.23.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.23.0.tgz", + "integrity": "sha512-jV7AbNoFPAY1EkFYpLq5bslU9NLNO8xnEeQXwErNibVryjk67wHVmddTBilc5srIttJDBrB0eMHKZBFbSIABCw==", "dev": true, "license": "MIT", "dependencies": { "@eslint-community/eslint-utils": "^4.2.0", - "@eslint-community/regexpp": "^4.11.0", - "@eslint/config-array": "^0.17.0", - "@eslint/eslintrc": "^3.1.0", - "@eslint/js": "9.7.0", + "@eslint-community/regexpp": "^4.12.1", + "@eslint/config-array": "^0.19.2", + "@eslint/config-helpers": "^0.2.0", + "@eslint/core": "^0.12.0", + "@eslint/eslintrc": "^3.3.1", + "@eslint/js": "9.23.0", + "@eslint/plugin-kit": "^0.2.7", + "@humanfs/node": "^0.16.6", "@humanwhocodes/module-importer": "^1.0.1", - "@humanwhocodes/retry": "^0.3.0", - "@nodelib/fs.walk": "^1.2.8", + "@humanwhocodes/retry": "^0.4.2", + "@types/estree": "^1.0.6", + "@types/json-schema": "^7.0.15", "ajv": "^6.12.4", "chalk": "^4.0.0", - "cross-spawn": "^7.0.2", + "cross-spawn": "^7.0.6", "debug": "^4.3.2", "escape-string-regexp": "^4.0.0", - "eslint-scope": "^8.0.2", - "eslint-visitor-keys": "^4.0.0", - "espree": "^10.1.0", + "eslint-scope": "^8.3.0", + "eslint-visitor-keys": "^4.2.0", + "espree": "^10.3.0", "esquery": "^1.5.0", "esutils": "^2.0.2", "fast-deep-equal": "^3.1.3", @@ -3298,15 +4048,11 @@ "ignore": "^5.2.0", "imurmurhash": "^0.1.4", "is-glob": "^4.0.0", - "is-path-inside": "^3.0.3", "json-stable-stringify-without-jsonify": "^1.0.1", - "levn": "^0.4.1", "lodash.merge": "^4.6.2", "minimatch": "^3.1.2", "natural-compare": "^1.4.0", - "optionator": "^0.9.3", - "strip-ansi": "^6.0.1", - "text-table": "^0.2.0" + "optionator": "^0.9.3" }, "bin": { "eslint": "bin/eslint.js" @@ -3315,7 +4061,15 @@ "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, "funding": { - "url": "https://opencollective.com/eslint" + "url": "https://eslint.org/donate" + }, + "peerDependencies": { + "jiti": "*" + }, + "peerDependenciesMeta": { + "jiti": { + "optional": true + } } }, "node_modules/eslint-import-resolver-node": { @@ -3341,22 +4095,25 @@ } }, "node_modules/eslint-plugin-import-x": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-import-x/-/eslint-plugin-import-x-4.2.1.tgz", - "integrity": "sha512-WWi2GedccIJa0zXxx3WDnTgouGQTtdYK1nhXMwywbqqAgB0Ov+p1pYBsWh3VaB0bvBOwLse6OfVII7jZD9xo5Q==", + "version": "4.10.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-import-x/-/eslint-plugin-import-x-4.10.0.tgz", + "integrity": "sha512-5ej+0WILhX3D6wkcdsyYmPp10SUIK6fmuZ6KS8nf9MD8CJ6/S/3Dl7m21g+MLeaTMsvcEXo3JunNAbgHwXxs/g==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/utils": "^8.1.0", - "debug": "^4.3.4", + "@pkgr/core": "^0.2.0", + "@types/doctrine": "^0.0.9", + "@typescript-eslint/utils": "^8.28.0", + "debug": "^4.4.0", "doctrine": "^3.0.0", "eslint-import-resolver-node": "^0.3.9", - "get-tsconfig": "^4.7.3", + "get-tsconfig": "^4.10.0", "is-glob": "^4.0.3", - "minimatch": "^9.0.3", - "semver": "^7.6.3", - "stable-hash": "^0.0.4", - "tslib": "^2.6.3" + "minimatch": "^9.0.3 || ^10.0.1", + "semver": "^7.7.1", + "stable-hash": "^0.0.5", + "tslib": "^2.8.1", + "unrs-resolver": "^1.3.3" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" @@ -3365,112 +4122,10 @@ "eslint": "^8.57.0 || ^9.0.0" } }, - "node_modules/eslint-plugin-import-x/node_modules/@typescript-eslint/scope-manager": { - "version": "8.5.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.5.0.tgz", - "integrity": "sha512-06JOQ9Qgj33yvBEx6tpC8ecP9o860rsR22hWMEd12WcTRrfaFgHr2RB/CA/B+7BMhHkXT4chg2MyboGdFGawYg==", - "dev": true, - "license": "MIT", - "dependencies": { - "@typescript-eslint/types": "8.5.0", - "@typescript-eslint/visitor-keys": "8.5.0" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - } - }, - "node_modules/eslint-plugin-import-x/node_modules/@typescript-eslint/types": { - "version": "8.5.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.5.0.tgz", - "integrity": "sha512-qjkormnQS5wF9pjSi6q60bKUHH44j2APxfh9TQRXK8wbYVeDYYdYJGIROL87LGZZ2gz3Rbmjc736qyL8deVtdw==", - "dev": true, - "license": "MIT", - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - } - }, - "node_modules/eslint-plugin-import-x/node_modules/@typescript-eslint/typescript-estree": { - "version": "8.5.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.5.0.tgz", - "integrity": "sha512-vEG2Sf9P8BPQ+d0pxdfndw3xIXaoSjliG0/Ejk7UggByZPKXmJmw3GW5jV2gHNQNawBUyfahoSiCFVov0Ruf7Q==", - "dev": true, - "license": "BSD-2-Clause", - "dependencies": { - "@typescript-eslint/types": "8.5.0", - "@typescript-eslint/visitor-keys": "8.5.0", - "debug": "^4.3.4", - "fast-glob": "^3.3.2", - "is-glob": "^4.0.3", - "minimatch": "^9.0.4", - "semver": "^7.6.0", - "ts-api-utils": "^1.3.0" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependenciesMeta": { - "typescript": { - "optional": true - } - } - }, - "node_modules/eslint-plugin-import-x/node_modules/@typescript-eslint/utils": { - "version": "8.5.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.5.0.tgz", - "integrity": "sha512-6yyGYVL0e+VzGYp60wvkBHiqDWOpT63pdMV2CVG4LVDd5uR6q1qQN/7LafBZtAtNIn/mqXjsSeS5ggv/P0iECw==", - "dev": true, - "license": "MIT", - "dependencies": { - "@eslint-community/eslint-utils": "^4.4.0", - "@typescript-eslint/scope-manager": "8.5.0", - "@typescript-eslint/types": "8.5.0", - "@typescript-eslint/typescript-estree": "8.5.0" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependencies": { - "eslint": "^8.57.0 || ^9.0.0" - } - }, - "node_modules/eslint-plugin-import-x/node_modules/@typescript-eslint/visitor-keys": { - "version": "8.5.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.5.0.tgz", - "integrity": "sha512-yTPqMnbAZJNy2Xq2XU8AdtOW9tJIr+UQb64aXB9f3B1498Zx9JorVgFJcZpEc9UBuCCrdzKID2RGAMkYcDtZOw==", - "dev": true, - "license": "MIT", - "dependencies": { - "@typescript-eslint/types": "8.5.0", - "eslint-visitor-keys": "^3.4.3" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - } - }, "node_modules/eslint-scope": { - "version": "8.0.2", - "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.0.2.tgz", - "integrity": "sha512-6E4xmrTw5wtxnLA5wYL3WDfhZ/1bUBGOXV0zQvVRDOtrR8D0p6W7fs3JweNYhwRYeGvd/1CKX2se0/2s7Q/nJA==", + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.3.0.tgz", + "integrity": "sha512-pUNxi75F8MJ/GdeKtVLSbYg4ZI34J6C0C7sbL4YOp2exGwen7ZsuBqKzUhXd0qMQ362yET3z+uPwKeg/0C2XCQ==", "dev": true, "license": "BSD-2-Clause", "dependencies": { @@ -3526,9 +4181,9 @@ } }, "node_modules/eslint/node_modules/eslint-visitor-keys": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.0.0.tgz", - "integrity": "sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz", + "integrity": "sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==", "dev": true, "license": "Apache-2.0", "engines": { @@ -3558,15 +4213,15 @@ } }, "node_modules/espree": { - "version": "10.1.0", - "resolved": "https://registry.npmjs.org/espree/-/espree-10.1.0.tgz", - "integrity": "sha512-M1M6CpiE6ffoigIOWYO9UDP8TMUw9kqb21tf+08IgDYjCsOvCuDt4jQcZmoYxx+w7zlKw9/N0KXfto+I8/FrXA==", + "version": "10.3.0", + "resolved": "https://registry.npmjs.org/espree/-/espree-10.3.0.tgz", + "integrity": "sha512-0QYC8b24HWY8zjRnDTL6RiHfDbAWn63qb4LMj1Z4b076A4une81+z03Kg7l7mn/48PUTqoLptSXez8oknU8Clg==", "dev": true, "license": "BSD-2-Clause", "dependencies": { - "acorn": "^8.12.0", + "acorn": "^8.14.0", "acorn-jsx": "^5.3.2", - "eslint-visitor-keys": "^4.0.0" + "eslint-visitor-keys": "^4.2.0" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" @@ -3575,10 +4230,23 @@ "url": "https://opencollective.com/eslint" } }, + "node_modules/espree/node_modules/acorn": { + "version": "8.14.1", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.14.1.tgz", + "integrity": "sha512-OvQ/2pUDKmgfCg++xsTX1wGxfTaszcHVcTctW4UJB4hibJx2HXxxO5UmVgyjMa+ZDsiaf5wWLXYpRWMmBI0QHg==", + "dev": true, + "license": "MIT", + "bin": { + "acorn": "bin/acorn" + }, + "engines": { + "node": ">=0.4.0" + } + }, "node_modules/espree/node_modules/eslint-visitor-keys": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.0.0.tgz", - "integrity": "sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz", + "integrity": "sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==", "dev": true, "license": "Apache-2.0", "engines": { @@ -3650,6 +4318,15 @@ "integrity": "sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==", "license": "MIT" }, + "node_modules/events": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz", + "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==", + "license": "MIT", + "engines": { + "node": ">=0.8.x" + } + }, "node_modules/expect-type": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/expect-type/-/expect-type-1.1.0.tgz", @@ -3683,9 +4360,9 @@ "license": "MIT" }, "node_modules/fast-glob": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz", - "integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==", + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz", + "integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==", "dev": true, "license": "MIT", "dependencies": { @@ -3693,7 +4370,7 @@ "@nodelib/fs.walk": "^1.2.3", "glob-parent": "^5.1.2", "merge2": "^1.3.0", - "micromatch": "^4.0.4" + "micromatch": "^4.0.8" }, "engines": { "node": ">=8.6.0" @@ -3733,9 +4410,9 @@ "dev": true }, "node_modules/fastq": { - "version": "1.17.1", - "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.17.1.tgz", - "integrity": "sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==", + "version": "1.19.1", + "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.19.1.tgz", + "integrity": "sha512-GwLTyxkCXjXbxqIhTsMI2Nui8huMPtnxg7krajPJAjnEG/iiOS7i+zCtWGZR9G0NBKbXKh6X9m9UIsYX/N6vvQ==", "dev": true, "license": "ISC", "dependencies": { @@ -3824,14 +4501,15 @@ } }, "node_modules/form-data": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz", - "integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==", + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.2.tgz", + "integrity": "sha512-hGfm/slu0ZabnNt4oaRZ6uREyfCj6P4fT/n6A1rGV+Z0VdGXjfOhVUpkn6qVQONHGIFwmveGXyDs75+nr6FM8w==", "dev": true, "license": "MIT", "dependencies": { "asynckit": "^0.4.0", "combined-stream": "^1.0.8", + "es-set-tostringtag": "^2.1.0", "mime-types": "^2.1.12" }, "engines": { @@ -3844,6 +4522,7 @@ "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", "dev": true, "hasInstallScript": true, + "license": "MIT", "optional": true, "os": [ "darwin" @@ -3882,16 +4561,21 @@ } }, "node_modules/get-intrinsic": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.4.tgz", - "integrity": "sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz", + "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==", "license": "MIT", "dependencies": { + "call-bind-apply-helpers": "^1.0.2", + "es-define-property": "^1.0.1", "es-errors": "^1.3.0", + "es-object-atoms": "^1.1.1", "function-bind": "^1.1.2", - "has-proto": "^1.0.1", - "has-symbols": "^1.0.3", - "hasown": "^2.0.0" + "get-proto": "^1.0.1", + "gopd": "^1.2.0", + "has-symbols": "^1.1.0", + "hasown": "^2.0.2", + "math-intrinsics": "^1.1.0" }, "engines": { "node": ">= 0.4" @@ -3900,10 +4584,23 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/get-proto": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz", + "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==", + "license": "MIT", + "dependencies": { + "dunder-proto": "^1.0.1", + "es-object-atoms": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + } + }, "node_modules/get-tsconfig": { - "version": "4.8.0", - "resolved": "https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-4.8.0.tgz", - "integrity": "sha512-Pgba6TExTZ0FJAn1qkJAjIeKoDJ3CsI2ChuLohJnZl/tTU8MVrq3b+2t5UOPfRa4RMsorClBjJALkJUMjG1PAw==", + "version": "4.10.0", + "resolved": "https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-4.10.0.tgz", + "integrity": "sha512-kGzZ3LWWQcGIAmg6iWvXn0ei6WDtV26wzHRMwDSzmAbcXrTEXxHy6IehI6/4eT6VRKyMP1eF1VqwrVUmE/LR7A==", "dev": true, "license": "MIT", "dependencies": { @@ -3955,27 +4652,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/globby": { - "version": "11.1.0", - "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz", - "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==", - "dev": true, - "license": "MIT", - "dependencies": { - "array-union": "^2.1.0", - "dir-glob": "^3.0.1", - "fast-glob": "^3.2.9", - "ignore": "^5.2.0", - "merge2": "^1.4.1", - "slash": "^3.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/globrex": { "version": "0.1.2", "resolved": "https://registry.npmjs.org/globrex/-/globrex-0.1.2.tgz", @@ -3984,12 +4660,12 @@ "license": "MIT" }, "node_modules/gopd": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz", - "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz", + "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==", "license": "MIT", - "dependencies": { - "get-intrinsic": "^1.1.3" + "engines": { + "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" @@ -4009,6 +4685,35 @@ "dev": true, "license": "MIT" }, + "node_modules/graphlib": { + "version": "2.1.8", + "resolved": "https://registry.npmjs.org/graphlib/-/graphlib-2.1.8.tgz", + "integrity": "sha512-jcLLfkpoVGmH7/InMC/1hIvOPSUh38oJtGhvrOFGzioE1DZ+0YW16RgmOJhHiuWTvGiJQ9Z1Ik43JvkRPRvE+A==", + "license": "MIT", + "dependencies": { + "lodash": "^4.17.15" + } + }, + "node_modules/graphology": { + "version": "0.25.4", + "resolved": "https://registry.npmjs.org/graphology/-/graphology-0.25.4.tgz", + "integrity": "sha512-33g0Ol9nkWdD6ulw687viS8YJQBxqG5LWII6FI6nul0pq6iM2t5EKquOTFDbyTblRB3O9I+7KX4xI8u5ffekAQ==", + "license": "MIT", + "dependencies": { + "events": "^3.3.0", + "obliterator": "^2.0.2" + }, + "peerDependencies": { + "graphology-types": ">=0.24.0" + } + }, + "node_modules/graphology-types": { + "version": "0.24.8", + "resolved": "https://registry.npmjs.org/graphology-types/-/graphology-types-0.24.8.tgz", + "integrity": "sha512-hDRKYXa8TsoZHjgEaysSRyPdT6uB78Ci8WnjgbStlQysz7xR52PInxNsmnB7IBOM1BhikxkNyCVEFgmPKnpx3Q==", + "license": "MIT", + "peer": true + }, "node_modules/graphql": { "version": "16.9.0", "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.9.0.tgz", @@ -4040,10 +4745,10 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/has-proto": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.3.tgz", - "integrity": "sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==", + "node_modules/has-symbols": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz", + "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==", "license": "MIT", "engines": { "node": ">= 0.4" @@ -4052,11 +4757,15 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/has-symbols": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz", - "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==", + "node_modules/has-tostringtag": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz", + "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==", + "dev": true, "license": "MIT", + "dependencies": { + "has-symbols": "^1.0.3" + }, "engines": { "node": ">= 0.4" }, @@ -4118,13 +4827,13 @@ } }, "node_modules/https-proxy-agent": { - "version": "7.0.5", - "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.5.tgz", - "integrity": "sha512-1e4Wqeblerz+tMKPIq2EMGiiWW1dIjZOksyHWSUm1rmuvw/how9hBHZ38lAGj5ID4Ik6EdkOw7NmWPy6LAwalw==", + "version": "7.0.6", + "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz", + "integrity": "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==", "dev": true, "license": "MIT", "dependencies": { - "agent-base": "^7.0.2", + "agent-base": "^7.1.2", "debug": "4" }, "engines": { @@ -4132,9 +4841,9 @@ } }, "node_modules/i18next": { - "version": "23.12.2", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.12.2.tgz", - "integrity": "sha512-XIeh5V+bi8SJSWGL3jqbTEBW5oD6rbP5L+E7dVQh1MNTxxYef0x15rhJVcRb7oiuq4jLtgy2SD8eFlf6P2cmqg==", + "version": "24.2.3", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-24.2.3.tgz", + "integrity": "sha512-lfbf80OzkocvX7nmZtu7nSTNbrTYR52sLWxPtlXX1zAhVw8WEnFk4puUkCR4B1dNQwbSpEHHHemcZu//7EcB7A==", "funding": [ { "type": "individual", @@ -4151,22 +4860,30 @@ ], "license": "MIT", "dependencies": { - "@babel/runtime": "^7.23.2" + "@babel/runtime": "^7.26.10" + }, + "peerDependencies": { + "typescript": "^5" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } } }, "node_modules/i18next-browser-languagedetector": { - "version": "7.2.1", - "resolved": "https://registry.npmjs.org/i18next-browser-languagedetector/-/i18next-browser-languagedetector-7.2.1.tgz", - "integrity": "sha512-h/pM34bcH6tbz8WgGXcmWauNpQupCGr25XPp9cZwZInR9XHSjIFDYp1SIok7zSPsTOMxdvuLyu86V+g2Kycnfw==", + "version": "8.0.4", + "resolved": "https://registry.npmjs.org/i18next-browser-languagedetector/-/i18next-browser-languagedetector-8.0.4.tgz", + "integrity": "sha512-f3frU3pIxD50/Tz20zx9TD9HobKYg47fmAETb117GKGPrhwcSSPJDoCposXlVycVebQ9GQohC3Efbpq7/nnJ5w==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.23.2" } }, "node_modules/i18next-http-backend": { - "version": "2.6.1", - "resolved": "https://registry.npmjs.org/i18next-http-backend/-/i18next-http-backend-2.6.1.tgz", - "integrity": "sha512-rCilMAnlEQNeKOZY1+x8wLM5IpYOj10guGvEpeC59tNjj6MMreLIjIW8D1RclhD3ifLwn6d/Y9HEM1RUE6DSog==", + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/i18next-http-backend/-/i18next-http-backend-3.0.2.tgz", + "integrity": "sha512-PdlvPnvIp4E1sYi46Ik4tBYh/v/NbYfFFgTjkwFl0is8A18s7/bx9aXqsrOax9WUbeNS6mD2oix7Z0yGGf6m5g==", "license": "MIT", "dependencies": { "cross-fetch": "4.0.0" @@ -4210,9 +4927,9 @@ "integrity": "sha512-XXOFtyqDjNDAQxVfYxuF7g9Il/IbWmmlQg2MYKOH8ExIT1qg6xc4zyS3HaEEATgs1btfzxq15ciUiY7gjSXRGQ==" }, "node_modules/import-fresh": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", - "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.1.tgz", + "integrity": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==", "dev": true, "license": "MIT", "dependencies": { @@ -4252,23 +4969,30 @@ } }, "node_modules/inquirer": { - "version": "11.0.2", - "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-11.0.2.tgz", - "integrity": "sha512-pnbn3nL+JFrTw/pLhzyE/IQ3+gA3n5JxTAZQDjB6qu4gbjOaiTnpZbxT6HY2DDCT7bzDjTTsd3snRP+B6N//Pg==", + "version": "12.5.0", + "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-12.5.0.tgz", + "integrity": "sha512-aiBBq5aKF1k87MTxXDylLfwpRwToShiHrSv4EmB07EYyLgmnjEz5B3rn0aGw1X3JA/64Ngf2T54oGwc+BCsPIQ==", "dev": true, "license": "MIT", "dependencies": { - "@inquirer/core": "^9.2.1", - "@inquirer/prompts": "^6.0.1", - "@inquirer/type": "^2.0.0", - "@types/mute-stream": "^0.0.4", + "@inquirer/core": "^10.1.9", + "@inquirer/prompts": "^7.4.0", + "@inquirer/type": "^3.0.5", "ansi-escapes": "^4.3.2", - "mute-stream": "^1.0.0", + "mute-stream": "^2.0.0", "run-async": "^3.0.0", - "rxjs": "^7.8.1" + "rxjs": "^7.8.2" }, "engines": { "node": ">=18" + }, + "peerDependencies": { + "@types/node": ">=18" + }, + "peerDependenciesMeta": { + "@types/node": { + "optional": true + } } }, "node_modules/interpret": { @@ -4376,16 +5100,6 @@ "node": ">=0.12.0" } }, - "node_modules/is-path-inside": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz", - "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, "node_modules/is-potential-custom-element-name": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz", @@ -4524,39 +5238,39 @@ } }, "node_modules/jsdom": { - "version": "24.1.0", - "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-24.1.0.tgz", - "integrity": "sha512-6gpM7pRXCwIOKxX47cgOyvyQDN/Eh0f1MeKySBV2xGdKtqJBLj8P25eY3EVCWo2mglDDzozR2r2MW4T+JiNUZA==", + "version": "26.0.0", + "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-26.0.0.tgz", + "integrity": "sha512-BZYDGVAIriBWTpIxYzrXjv3E/4u8+/pSG5bQdIYCbNCGOvsPkDQfTVLAIXAf9ETdCpduCVTkDe2NNZ8NIwUVzw==", "dev": true, "license": "MIT", "dependencies": { - "cssstyle": "^4.0.1", + "cssstyle": "^4.2.1", "data-urls": "^5.0.0", "decimal.js": "^10.4.3", - "form-data": "^4.0.0", + "form-data": "^4.0.1", "html-encoding-sniffer": "^4.0.0", "http-proxy-agent": "^7.0.2", - "https-proxy-agent": "^7.0.4", + "https-proxy-agent": "^7.0.6", "is-potential-custom-element-name": "^1.0.1", - "nwsapi": "^2.2.10", - "parse5": "^7.1.2", - "rrweb-cssom": "^0.7.0", + "nwsapi": "^2.2.16", + "parse5": "^7.2.1", + "rrweb-cssom": "^0.8.0", "saxes": "^6.0.0", "symbol-tree": "^3.2.4", - "tough-cookie": "^4.1.4", + "tough-cookie": "^5.0.0", "w3c-xmlserializer": "^5.0.0", "webidl-conversions": "^7.0.0", "whatwg-encoding": "^3.1.1", "whatwg-mimetype": "^4.0.0", - "whatwg-url": "^14.0.0", - "ws": "^8.17.0", + "whatwg-url": "^14.1.0", + "ws": "^8.18.0", "xml-name-validator": "^5.0.0" }, "engines": { "node": ">=18" }, "peerDependencies": { - "canvas": "^2.11.2" + "canvas": "^3.0.0" }, "peerDependenciesMeta": { "canvas": { @@ -4564,6 +5278,19 @@ } } }, + "node_modules/jsdom/node_modules/tough-cookie": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-5.1.2.tgz", + "integrity": "sha512-FVDYdxtnj0G6Qm/DhNPSb8Ju59ULcup3tuJxkFb5K8Bv2pUXILbf0xZWU8PX8Ov19OXljbUyveOFwRMwkXzO+A==", + "dev": true, + "license": "BSD-3-Clause", + "dependencies": { + "tldts": "^6.1.32" + }, + "engines": { + "node": ">=16" + } + }, "node_modules/jsesc": { "version": "2.5.2", "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", @@ -4591,12 +5318,13 @@ "dev": true }, "node_modules/json-stable-stringify": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-1.1.1.tgz", - "integrity": "sha512-SU/971Kt5qVQfJpyDveVhQ/vya+5hvrjClFOcr8c0Fq5aODJjMwutrOfCU+eCnVD5gpx1Q3fEqkyom77zH1iIg==", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-1.2.1.tgz", + "integrity": "sha512-Lp6HbbBgosLmJbjx0pBLbgvx68FaFU1sdkmBuckmhhJ88kL13OA51CDtR2yJB50eCNMH9wRqtQNNiAqQH4YXnA==", "license": "MIT", "dependencies": { - "call-bind": "^1.0.5", + "call-bind": "^1.0.8", + "call-bound": "^1.0.3", "isarray": "^2.0.5", "jsonify": "^0.0.1", "object-keys": "^1.1.1" @@ -4669,9 +5397,9 @@ } }, "node_modules/lefthook": { - "version": "1.7.4", - "resolved": "https://registry.npmjs.org/lefthook/-/lefthook-1.7.4.tgz", - "integrity": "sha512-lVv3nKH9l3KMDS3bySROvWJSw1+AsBHUO7xaA0rg1IEBZrj3+ePmM+a8elX+GU3Go1OzsZEYjo5AOOeLoZ7FQg==", + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/lefthook/-/lefthook-1.11.6.tgz", + "integrity": "sha512-j0VmMM50WlPDassmgvapRum9po29Tv1BXzBNFpzGkk9E91CEG9jKik/OHyH/r/na+q8qNIUUyPL6QQuTN/UhQQ==", "dev": true, "hasInstallScript": true, "license": "MIT", @@ -4679,20 +5407,22 @@ "lefthook": "bin/index.js" }, "optionalDependencies": { - "lefthook-darwin-arm64": "1.7.4", - "lefthook-darwin-x64": "1.7.4", - "lefthook-freebsd-arm64": "1.7.4", - "lefthook-freebsd-x64": "1.7.4", - "lefthook-linux-arm64": "1.7.4", - "lefthook-linux-x64": "1.7.4", - "lefthook-windows-arm64": "1.7.4", - "lefthook-windows-x64": "1.7.4" + "lefthook-darwin-arm64": "1.11.6", + "lefthook-darwin-x64": "1.11.6", + "lefthook-freebsd-arm64": "1.11.6", + "lefthook-freebsd-x64": "1.11.6", + "lefthook-linux-arm64": "1.11.6", + "lefthook-linux-x64": "1.11.6", + "lefthook-openbsd-arm64": "1.11.6", + "lefthook-openbsd-x64": "1.11.6", + "lefthook-windows-arm64": "1.11.6", + "lefthook-windows-x64": "1.11.6" } }, "node_modules/lefthook-darwin-arm64": { - "version": "1.7.4", - "resolved": "https://registry.npmjs.org/lefthook-darwin-arm64/-/lefthook-darwin-arm64-1.7.4.tgz", - "integrity": "sha512-6XpenaP0W7ZYA3lhHey/C1U+KmYz6eCq2cGswQsrTX+xdtHdWW3NbbOKngxATRTF8+CtF6m9UB2afP7qqkCghQ==", + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/lefthook-darwin-arm64/-/lefthook-darwin-arm64-1.11.6.tgz", + "integrity": "sha512-gWgdWrKgZgX+bKc6Vs/x7JkO+58lLOpRzpteLx//82D0MKVPlNZwjd4zz4AbIBXtM4Hcj+6gSsOzQ7QDXxjVvQ==", "cpu": [ "arm64" ], @@ -4704,9 +5434,9 @@ ] }, "node_modules/lefthook-darwin-x64": { - "version": "1.7.4", - "resolved": "https://registry.npmjs.org/lefthook-darwin-x64/-/lefthook-darwin-x64-1.7.4.tgz", - "integrity": "sha512-lpQXbPMHiaWE7+9fV+spjuMKiZ3J/+oI6hY1/l48MO3LmSpIv6DNy0VHho1fZVQnHdBU4bDh5c1G0r1f5T0irg==", + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/lefthook-darwin-x64/-/lefthook-darwin-x64-1.11.6.tgz", + "integrity": "sha512-Ia0TjTKuYcSaDTuoCnbWtpPZ2VEoKzgn33OB90VjNaSVs4ooE0PIdpO+w00x1elqIaf1pbrpq6HgeB26Du8KbQ==", "cpu": [ "x64" ], @@ -4718,9 +5448,9 @@ ] }, "node_modules/lefthook-freebsd-arm64": { - "version": "1.7.4", - "resolved": "https://registry.npmjs.org/lefthook-freebsd-arm64/-/lefthook-freebsd-arm64-1.7.4.tgz", - "integrity": "sha512-wv+JZgkD1/wi4X5aKKNodvxNcFcYmvL7uyzKkbtd/LgX5ssh9r5pO9J/71ULGtEuTXH4kqORRtez7u/ygqMEew==", + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/lefthook-freebsd-arm64/-/lefthook-freebsd-arm64-1.11.6.tgz", + "integrity": "sha512-PxIwj+hmjLahyzEmcIfalIBDhgklAQCavwM4sGCgbzDi4/+VQX+4aEs4pQqtd7v3aohmjtO/4n2emzTI8donww==", "cpu": [ "arm64" ], @@ -4732,9 +5462,9 @@ ] }, "node_modules/lefthook-freebsd-x64": { - "version": "1.7.4", - "resolved": "https://registry.npmjs.org/lefthook-freebsd-x64/-/lefthook-freebsd-x64-1.7.4.tgz", - "integrity": "sha512-xoYR0Ay8pbyY9W9mI+iI9VDkkCVYSXhMf9XyOChSlu2XmjKiqi23hjCXvSOpvHQ7jphGvAVpE3Byijr6Xjuihw==", + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/lefthook-freebsd-x64/-/lefthook-freebsd-x64-1.11.6.tgz", + "integrity": "sha512-3o1lMKxz1VtWaP/o117wgUn3ZOpefMoSf+8LuiTzI3/PDprIuzgyw2nXKlBZAMDpNPHMNnJeQNts9XLMRmkldg==", "cpu": [ "x64" ], @@ -4746,9 +5476,9 @@ ] }, "node_modules/lefthook-linux-arm64": { - "version": "1.7.4", - "resolved": "https://registry.npmjs.org/lefthook-linux-arm64/-/lefthook-linux-arm64-1.7.4.tgz", - "integrity": "sha512-WvXWzSM/e08n2f5lcC8j+pUMS0RzZftJK4zuBQ36TstSYXfBjWiw+FMnKCVZk6Q8Zc0icyF8sTmKQAyKCgX+UA==", + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/lefthook-linux-arm64/-/lefthook-linux-arm64-1.11.6.tgz", + "integrity": "sha512-nKPFZ5cA9f5tVn0ybDVqcXXlpTHZqo05N4KQRhWTj5Nem+JoD2YzJIlvZhdJhUrldERqj6deDMXChH5T3z4Rrw==", "cpu": [ "arm64" ], @@ -4760,9 +5490,9 @@ ] }, "node_modules/lefthook-linux-x64": { - "version": "1.7.4", - "resolved": "https://registry.npmjs.org/lefthook-linux-x64/-/lefthook-linux-x64-1.7.4.tgz", - "integrity": "sha512-eR5NxGzqPJm3wDTm4HStwGxOZ8Omb0ooodyuQdEOxtYidLrd4U18N14huwCEFd3BAOrjIWYV8plH+ReTZE56eg==", + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/lefthook-linux-x64/-/lefthook-linux-x64-1.11.6.tgz", + "integrity": "sha512-naN8dllLCOEeP+wznLnq+oXrs1dvt/iMLkcl+pOPWLqFccPfDiHzr8V8GslaTa+rSFsAnvjR7SJIOi5C29xedA==", "cpu": [ "x64" ], @@ -4773,10 +5503,38 @@ "linux" ] }, + "node_modules/lefthook-openbsd-arm64": { + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/lefthook-openbsd-arm64/-/lefthook-openbsd-arm64-1.11.6.tgz", + "integrity": "sha512-dPxhJfYQ667T+U3pz1+O3mTRNHzXH/BvPlXSH+oy8uiSry4AtVNRXkVvXPUcpLlrAy6HuFYodsrpCIlWFeYwiQ==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "openbsd" + ] + }, + "node_modules/lefthook-openbsd-x64": { + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/lefthook-openbsd-x64/-/lefthook-openbsd-x64-1.11.6.tgz", + "integrity": "sha512-9D26kcSsjiW4D0AuVDdi+0ZqrsOzRWOpMS/kcUbLfrU99yCvma0rMTqKbbDMkVur/znS7qL53oGahXCXDNA+IQ==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "openbsd" + ] + }, "node_modules/lefthook-windows-arm64": { - "version": "1.7.4", - "resolved": "https://registry.npmjs.org/lefthook-windows-arm64/-/lefthook-windows-arm64-1.7.4.tgz", - "integrity": "sha512-C+MdHH+0ylermetMHwfHsYYNI5HI6QEOx7N4Iw4Ea6c3Yuj3eG3LsAzrhsup7KLSSBmDgIHOCJUx/Mfh2z+ATw==", + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/lefthook-windows-arm64/-/lefthook-windows-arm64-1.11.6.tgz", + "integrity": "sha512-xdCenr4+BFnfBEhiXj6GJp02EPmcwTAGa7NYm6hVTfDwGXw24tuLv7lpnGjgK3kovN6EukgLH1FYkeyDOBEMnA==", "cpu": [ "arm64" ], @@ -4788,9 +5546,9 @@ ] }, "node_modules/lefthook-windows-x64": { - "version": "1.7.4", - "resolved": "https://registry.npmjs.org/lefthook-windows-x64/-/lefthook-windows-x64-1.7.4.tgz", - "integrity": "sha512-BDQhiRzmMYPFQFtVtkRfUfeZuSlemG1oJfGKYXlCGFskvK9Jm1nGFnG0Ig63FAQaFdW33DFoLdr9ZKFTUQeSwQ==", + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/lefthook-windows-x64/-/lefthook-windows-x64-1.11.6.tgz", + "integrity": "sha512-Fg2GzLhzeDV/GX8+ydrI0wBOytQWpPkNdngx+a8B/feCDbwjAiFklDG5oV4ytuWrtg1JPEEWLJd6nHefj4wtHA==", "cpu": [ "x64" ], @@ -4848,6 +5606,12 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", + "license": "MIT" + }, "node_modules/lodash.merge": { "version": "4.6.2", "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", @@ -4934,6 +5698,15 @@ "markdown-it": "bin/markdown-it.mjs" } }, + "node_modules/math-intrinsics": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz", + "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==", + "license": "MIT", + "engines": { + "node": ">= 0.4" + } + }, "node_modules/mdurl": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/mdurl/-/mdurl-2.0.0.tgz", @@ -4967,9 +5740,9 @@ } }, "node_modules/micromatch": { - "version": "4.0.7", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.7.tgz", - "integrity": "sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q==", + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz", + "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==", "dev": true, "license": "MIT", "dependencies": { @@ -5083,29 +5856,30 @@ "license": "MIT" }, "node_modules/msw": { - "version": "2.4.9", - "resolved": "https://registry.npmjs.org/msw/-/msw-2.4.9.tgz", - "integrity": "sha512-1m8xccT6ipN4PTqLinPwmzhxQREuxaEJYdx4nIbggxP8aM7r1e71vE7RtOUSQoAm1LydjGfZKy7370XD/tsuYg==", + "version": "2.7.3", + "resolved": "https://registry.npmjs.org/msw/-/msw-2.7.3.tgz", + "integrity": "sha512-+mycXv8l2fEAjFZ5sjrtjJDmm2ceKGjrNbBr1durRg6VkU9fNUE/gsmQ51hWbHqs+l35W1iM+ZsmOD9Fd6lspw==", "dev": true, "hasInstallScript": true, "license": "MIT", "dependencies": { - "@bundled-es-modules/cookie": "^2.0.0", + "@bundled-es-modules/cookie": "^2.0.1", "@bundled-es-modules/statuses": "^1.0.1", "@bundled-es-modules/tough-cookie": "^0.1.6", - "@inquirer/confirm": "^3.0.0", - "@mswjs/interceptors": "^0.35.8", + "@inquirer/confirm": "^5.0.0", + "@mswjs/interceptors": "^0.37.0", + "@open-draft/deferred-promise": "^2.2.0", "@open-draft/until": "^2.1.0", "@types/cookie": "^0.6.0", "@types/statuses": "^2.0.4", - "chalk": "^4.1.2", "graphql": "^16.8.1", "headers-polyfill": "^4.0.2", "is-node-process": "^1.2.0", - "outvariant": "^1.4.2", + "outvariant": "^1.4.3", "path-to-regexp": "^6.3.0", + "picocolors": "^1.1.1", "strict-event-emitter": "^0.5.1", - "type-fest": "^4.9.0", + "type-fest": "^4.26.1", "yargs": "^17.7.2" }, "bin": { @@ -5126,32 +5900,12 @@ } } }, - "node_modules/msw/node_modules/@inquirer/confirm": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-3.2.0.tgz", - "integrity": "sha512-oOIwPs0Dvq5220Z8lGL/6LHRTEr9TgLHmiI99Rj1PJ1p1czTys+olrgBqZk4E2qC0YTzeHprxSQmoHioVdJ7Lw==", + "node_modules/msw/node_modules/picocolors": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz", + "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==", "dev": true, - "license": "MIT", - "dependencies": { - "@inquirer/core": "^9.1.0", - "@inquirer/type": "^1.5.3" - }, - "engines": { - "node": ">=18" - } - }, - "node_modules/msw/node_modules/@inquirer/type": { - "version": "1.5.5", - "resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.5.5.tgz", - "integrity": "sha512-MzICLu4yS7V8AA61sANROZ9vT1H3ooca5dSmI1FjZkzq7o/koMsRfQSzRtFo+F3Ao4Sf1C0bpLKejpKB/+j6MA==", - "dev": true, - "license": "MIT", - "dependencies": { - "mute-stream": "^1.0.0" - }, - "engines": { - "node": ">=18" - } + "license": "ISC" }, "node_modules/msw/node_modules/type-fest": { "version": "4.26.1", @@ -5176,19 +5930,19 @@ } }, "node_modules/mute-stream": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-1.0.0.tgz", - "integrity": "sha512-avsJQhyd+680gKXyG/sQc0nXaC6rBkPOfyHYcFb9+hdkqQkR9bdnkJ0AMZhke0oesPqIO+mFFJ+IdBc7mst4IA==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-2.0.0.tgz", + "integrity": "sha512-WWdIxpyjEn+FhQJQQv9aQAYlHoNVdzIzUySNV1gHUPDSdZJ3yZn7pAAbQcV7B56Mvu881q9FZV+0Vx2xC44VWA==", "dev": true, "license": "ISC", "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + "node": "^18.17.0 || >=20.5.0" } }, "node_modules/nanoid": { - "version": "3.3.7", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz", - "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==", + "version": "3.3.11", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz", + "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==", "dev": true, "funding": [ { @@ -5196,6 +5950,7 @@ "url": "https://github.com/sponsors/ai" } ], + "license": "MIT", "bin": { "nanoid": "bin/nanoid.cjs" }, @@ -5256,10 +6011,11 @@ "dev": true }, "node_modules/nwsapi": { - "version": "2.2.12", - "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.12.tgz", - "integrity": "sha512-qXDmcVlZV4XRtKFzddidpfVP4oMSGhga+xdMc25mv8kaLUHtgzCDhUxkrN8exkGdTlLNaXj7CV3GtON7zuGZ+w==", - "dev": true + "version": "2.2.20", + "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.20.tgz", + "integrity": "sha512-/ieB+mDe4MrrKMT8z+mQL8klXydZWGR5Dowt4RAGKbJ3kIGEx3X4ljUo+6V73IXtUPWgfOlU5B9MlGxFO5T+cA==", + "dev": true, + "license": "MIT" }, "node_modules/object-keys": { "version": "1.1.1", @@ -5270,6 +6026,12 @@ "node": ">= 0.4" } }, + "node_modules/obliterator": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/obliterator/-/obliterator-2.0.5.tgz", + "integrity": "sha512-42CPE9AhahZRsMNslczq0ctAEtqk8Eka26QofnqC346BZdHDySk3LWka23LI7ULIw11NmltpiLagIq8gBozxTw==", + "license": "MIT" + }, "node_modules/optionator": { "version": "0.9.4", "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz", @@ -5369,13 +6131,13 @@ } }, "node_modules/parse5": { - "version": "7.1.2", - "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.1.2.tgz", - "integrity": "sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==", + "version": "7.2.1", + "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.2.1.tgz", + "integrity": "sha512-BuBYQYlv1ckiPdQi/ohiivi9Sagc9JG+Ozs0r7b/0iK3sKmrb0b9FdWdBbOdx6hBCM/F9Ir82ofnBhtZOjCRPQ==", "dev": true, "license": "MIT", "dependencies": { - "entities": "^4.4.0" + "entities": "^4.5.0" }, "funding": { "url": "https://github.com/inikulin/parse5?sponsor=1" @@ -5439,20 +6201,10 @@ "dev": true, "license": "MIT" }, - "node_modules/path-type": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", - "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, "node_modules/pathe": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/pathe/-/pathe-1.1.2.tgz", - "integrity": "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==", + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/pathe/-/pathe-2.0.3.tgz", + "integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==", "dev": true, "license": "MIT" }, @@ -5476,11 +6228,14 @@ } }, "node_modules/phaser3-rex-plugins": { - "version": "1.80.5", - "resolved": "https://registry.npmjs.org/phaser3-rex-plugins/-/phaser3-rex-plugins-1.80.5.tgz", - "integrity": "sha512-hdL3Cm6dK72w6phQdGnEiqqntlwT8SvjU0yit7DkdqiPy/Io1g3KnsRFqndtY+Hu69zaMEuckpIVeQK6yVwx4A==", + "version": "1.80.14", + "resolved": "https://registry.npmjs.org/phaser3-rex-plugins/-/phaser3-rex-plugins-1.80.14.tgz", + "integrity": "sha512-eHi3VgryO9umNu6D1yQU5IS6tH4TyC2Y6RgJ495nNp37X2fdYnmYpBfgFg+YaumvtaoOvCkUVyi/YqWNPf2X2A==", + "license": "MIT", "dependencies": { + "dagre": "^0.8.5", "eventemitter3": "^3.1.2", + "graphology": "^0.25.4", "i18next": "^22.5.1", "i18next-http-backend": "^2.5.2", "js-yaml": "^4.1.0", @@ -5518,6 +6273,15 @@ "@babel/runtime": "^7.20.6" } }, + "node_modules/phaser3-rex-plugins/node_modules/i18next-http-backend": { + "version": "2.7.3", + "resolved": "https://registry.npmjs.org/i18next-http-backend/-/i18next-http-backend-2.7.3.tgz", + "integrity": "sha512-FgZxrXdRA5u44xfYsJlEBL4/KH3f2IluBpgV/7riW0YW2VEyM8FzVt2XHAOi6id0Ppj7vZvCZVpp5LrGXnc8Ig==", + "license": "MIT", + "dependencies": { + "cross-fetch": "4.0.0" + } + }, "node_modules/phaser3spectorjs": { "version": "0.0.8", "resolved": "https://registry.npmjs.org/phaser3spectorjs/-/phaser3spectorjs-0.0.8.tgz", @@ -5544,19 +6308,10 @@ "url": "https://github.com/sponsors/jonschlinkert" } }, - "node_modules/possible-typed-array-names": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.0.0.tgz", - "integrity": "sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q==", - "dev": true, - "engines": { - "node": ">= 0.4" - } - }, "node_modules/postcss": { - "version": "8.4.47", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.47.tgz", - "integrity": "sha512-56rxCq7G/XfB4EkXq9Egn5GCqugWvDFjafDOThIdMBsI15iqPqR5r15TfSr1YPYeEI19YeaXMCbY6u88Y76GLQ==", + "version": "8.5.3", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.3.tgz", + "integrity": "sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A==", "dev": true, "funding": [ { @@ -5572,9 +6327,10 @@ "url": "https://github.com/sponsors/ai" } ], + "license": "MIT", "dependencies": { - "nanoid": "^3.3.7", - "picocolors": "^1.1.0", + "nanoid": "^3.3.8", + "picocolors": "^1.1.1", "source-map-js": "^1.2.1" }, "engines": { @@ -5582,10 +6338,11 @@ } }, "node_modules/postcss/node_modules/picocolors": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.0.tgz", - "integrity": "sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw==", - "dev": true + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz", + "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==", + "dev": true, + "license": "ISC" }, "node_modules/prelude-ls": { "version": "1.2.1", @@ -5666,7 +6423,8 @@ "type": "consulting", "url": "https://feross.org/support" } - ] + ], + "license": "MIT" }, "node_modules/readable-stream": { "version": "2.3.8", @@ -5782,9 +6540,9 @@ } }, "node_modules/reusify": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", - "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.1.0.tgz", + "integrity": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==", "dev": true, "license": "MIT", "engines": { @@ -5793,12 +6551,13 @@ } }, "node_modules/rollup": { - "version": "4.22.4", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.22.4.tgz", - "integrity": "sha512-vD8HJ5raRcWOyymsR6Z3o6+RzfEPCnVLMFJ6vRslO1jt4LO6dUo5Qnpg7y4RkZFM2DMe3WUirkI5c16onjrc6A==", + "version": "4.38.0", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.38.0.tgz", + "integrity": "sha512-5SsIRtJy9bf1ErAOiFMFzl64Ex9X5V7bnJ+WlFMb+zmP459OSWCEG7b0ERZ+PEU7xPt4OG3RHbrp1LJlXxYTrw==", "dev": true, + "license": "MIT", "dependencies": { - "@types/estree": "1.0.5" + "@types/estree": "1.0.7" }, "bin": { "rollup": "dist/bin/rollup" @@ -5808,30 +6567,35 @@ "npm": ">=8.0.0" }, "optionalDependencies": { - "@rollup/rollup-android-arm-eabi": "4.22.4", - "@rollup/rollup-android-arm64": "4.22.4", - "@rollup/rollup-darwin-arm64": "4.22.4", - "@rollup/rollup-darwin-x64": "4.22.4", - "@rollup/rollup-linux-arm-gnueabihf": "4.22.4", - "@rollup/rollup-linux-arm-musleabihf": "4.22.4", - "@rollup/rollup-linux-arm64-gnu": "4.22.4", - "@rollup/rollup-linux-arm64-musl": "4.22.4", - "@rollup/rollup-linux-powerpc64le-gnu": "4.22.4", - "@rollup/rollup-linux-riscv64-gnu": "4.22.4", - "@rollup/rollup-linux-s390x-gnu": "4.22.4", - "@rollup/rollup-linux-x64-gnu": "4.22.4", - "@rollup/rollup-linux-x64-musl": "4.22.4", - "@rollup/rollup-win32-arm64-msvc": "4.22.4", - "@rollup/rollup-win32-ia32-msvc": "4.22.4", - "@rollup/rollup-win32-x64-msvc": "4.22.4", + "@rollup/rollup-android-arm-eabi": "4.38.0", + "@rollup/rollup-android-arm64": "4.38.0", + "@rollup/rollup-darwin-arm64": "4.38.0", + "@rollup/rollup-darwin-x64": "4.38.0", + "@rollup/rollup-freebsd-arm64": "4.38.0", + "@rollup/rollup-freebsd-x64": "4.38.0", + "@rollup/rollup-linux-arm-gnueabihf": "4.38.0", + "@rollup/rollup-linux-arm-musleabihf": "4.38.0", + "@rollup/rollup-linux-arm64-gnu": "4.38.0", + "@rollup/rollup-linux-arm64-musl": "4.38.0", + "@rollup/rollup-linux-loongarch64-gnu": "4.38.0", + "@rollup/rollup-linux-powerpc64le-gnu": "4.38.0", + "@rollup/rollup-linux-riscv64-gnu": "4.38.0", + "@rollup/rollup-linux-riscv64-musl": "4.38.0", + "@rollup/rollup-linux-s390x-gnu": "4.38.0", + "@rollup/rollup-linux-x64-gnu": "4.38.0", + "@rollup/rollup-linux-x64-musl": "4.38.0", + "@rollup/rollup-win32-arm64-msvc": "4.38.0", + "@rollup/rollup-win32-ia32-msvc": "4.38.0", + "@rollup/rollup-win32-x64-msvc": "4.38.0", "fsevents": "~2.3.2" } }, "node_modules/rrweb-cssom": { - "version": "0.7.1", - "resolved": "https://registry.npmjs.org/rrweb-cssom/-/rrweb-cssom-0.7.1.tgz", - "integrity": "sha512-TrEMa7JGdVm0UThDJSx7ddw5nVm3UJS9o9CCIZ72B1vSyEZoziDqBYP3XIoi/12lKrJR8rE3jeFHMok2F/Mnsg==", - "dev": true + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/rrweb-cssom/-/rrweb-cssom-0.8.0.tgz", + "integrity": "sha512-guoltQEx+9aMf2gDZ0s62EcV8lsXR+0w8915TC3ITdn2YueuNjdAYh/levpU9nFaoChh9RUS5ZdQMrKfVEN9tw==", + "dev": true, + "license": "MIT" }, "node_modules/run-async": { "version": "3.0.0", @@ -5868,9 +6632,9 @@ } }, "node_modules/rxjs": { - "version": "7.8.1", - "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.1.tgz", - "integrity": "sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==", + "version": "7.8.2", + "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.2.tgz", + "integrity": "sha512-dhKf903U/PQZY6boNNtAGdWbG85WAbjT/1xYoZIC7FAY0yWapOBQVsVrDl58W86//e1VpMNBtRV4MaXfdMySFA==", "dev": true, "license": "Apache-2.0", "dependencies": { @@ -5913,10 +6677,11 @@ } }, "node_modules/semver": { - "version": "7.6.3", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", - "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==", + "version": "7.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.1.tgz", + "integrity": "sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==", "dev": true, + "license": "ISC", "bin": { "semver": "bin/semver.js" }, @@ -5969,16 +6734,6 @@ "node": ">=8" } }, - "node_modules/shiki": { - "version": "1.12.0", - "resolved": "https://registry.npmjs.org/shiki/-/shiki-1.12.0.tgz", - "integrity": "sha512-BuAxWOm5JhRcbSOl7XCei8wGjgJJonnV0oipUupPY58iULxUGyHhW5CF+9FRMuM1pcJ5cGEJGll1LusX6FwpPA==", - "dev": true, - "dependencies": { - "@shikijs/core": "1.12.0", - "@types/hast": "^3.0.4" - } - }, "node_modules/siginfo": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/siginfo/-/siginfo-2.0.0.tgz", @@ -6006,16 +6761,6 @@ "dev": true, "license": "MIT" }, - "node_modules/slash": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", - "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, "node_modules/source-map-js": { "version": "1.2.1", "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz", @@ -6026,9 +6771,9 @@ } }, "node_modules/stable-hash": { - "version": "0.0.4", - "resolved": "https://registry.npmjs.org/stable-hash/-/stable-hash-0.0.4.tgz", - "integrity": "sha512-LjdcbuBeLcdETCrPn9i8AYAZ1eCtu4ECAWtP7UleOiZ9LzVxRzzUZEoZ8zB24nhkQnDWyET0I+3sWokSDS3E7g==", + "version": "0.0.5", + "resolved": "https://registry.npmjs.org/stable-hash/-/stable-hash-0.0.5.tgz", + "integrity": "sha512-+L3ccpzibovGXFK+Ap/f8LOS0ahMrHTf3xu7mMLSpEGU0EO9ucaysSylKo9eRDFNhWve/y275iPmIZ4z39a9iA==", "dev": true, "license": "MIT" }, @@ -6276,13 +7021,6 @@ "url": "https://github.com/sponsors/isaacs" } }, - "node_modules/text-table": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", - "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==", - "dev": true, - "license": "MIT" - }, "node_modules/tinybench": { "version": "2.9.0", "resolved": "https://registry.npmjs.org/tinybench/-/tinybench-2.9.0.tgz", @@ -6308,9 +7046,9 @@ } }, "node_modules/tinyrainbow": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/tinyrainbow/-/tinyrainbow-1.2.0.tgz", - "integrity": "sha512-weEDEq7Z5eTHPDh4xjX789+fHfF+P8boiFB+0vbWzpbnbsEr/GRaohi/uMKxg8RZMXnl1ItAi/IUHWMsjDV7kQ==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/tinyrainbow/-/tinyrainbow-2.0.0.tgz", + "integrity": "sha512-op4nsTR47R6p0vMUUoYl/a+ljLFVtlfaXkLQmqfLR1qHma1h/ysYk4hEXZ880bf2CYgTskvTa/e196Vd5dDQXw==", "dev": true, "license": "MIT", "engines": { @@ -6327,6 +7065,26 @@ "node": ">=14.0.0" } }, + "node_modules/tldts": { + "version": "6.1.85", + "resolved": "https://registry.npmjs.org/tldts/-/tldts-6.1.85.tgz", + "integrity": "sha512-gBdZ1RjCSevRPFix/hpaUWeak2/RNUZB4/8frF1r5uYMHjFptkiT0JXIebWvgI/0ZHXvxaUDDJshiA0j6GdL3w==", + "dev": true, + "license": "MIT", + "dependencies": { + "tldts-core": "^6.1.85" + }, + "bin": { + "tldts": "bin/cli.js" + } + }, + "node_modules/tldts-core": { + "version": "6.1.85", + "resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-6.1.85.tgz", + "integrity": "sha512-DTjUVvxckL1fIoPSb3KE7ISNtkWSawZdpfxGxwiIrZoO6EbHVDXXUIlIuWympPaeS+BLGyggozX/HTMsRAdsoA==", + "dev": true, + "license": "MIT" + }, "node_modules/tmp": { "version": "0.0.33", "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz", @@ -6370,10 +7128,11 @@ } }, "node_modules/tr46": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/tr46/-/tr46-5.0.0.tgz", - "integrity": "sha512-tk2G5R2KRwBd+ZN0zaEXpmzdKyOYksXwywulIX95MBODjSzMIuQnQ3m8JxgbhnL1LeVo7lqQKsYa1O3Htl7K5g==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/tr46/-/tr46-5.1.0.tgz", + "integrity": "sha512-IUWnUK7ADYR5Sl1fZlO1INDUhVhatWl7BtJWsIhwJ0UAK7ilzzIa8uIqOO/aYVWHZPJkKbEL+362wrzoeRF7bw==", "dev": true, + "license": "MIT", "dependencies": { "punycode": "^2.3.1" }, @@ -6382,16 +7141,16 @@ } }, "node_modules/ts-api-utils": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.3.0.tgz", - "integrity": "sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.1.0.tgz", + "integrity": "sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==", "dev": true, "license": "MIT", "engines": { - "node": ">=16" + "node": ">=18.12" }, "peerDependencies": { - "typescript": ">=4.2.0" + "typescript": ">=4.8.4" } }, "node_modules/tsconfck": { @@ -6446,9 +7205,9 @@ } }, "node_modules/tslib": { - "version": "2.7.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.7.0.tgz", - "integrity": "sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==", + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", + "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", "dev": true, "license": "0BSD" }, @@ -6479,32 +7238,35 @@ } }, "node_modules/typedoc": { - "version": "0.26.5", - "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.26.5.tgz", - "integrity": "sha512-Vn9YKdjKtDZqSk+by7beZ+xzkkr8T8CYoiasqyt4TTRFy5+UHzL/mF/o4wGBjRF+rlWQHDb0t6xCpA3JNL5phg==", + "version": "0.28.1", + "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.28.1.tgz", + "integrity": "sha512-Mn2VPNMaxoe/hlBiLriG4U55oyAa3Xo+8HbtEwV7F5WEOPXqtxzGuMZhJYHaqFJpajeQ6ZDUC2c990NAtTbdgw==", "dev": true, + "license": "Apache-2.0", "dependencies": { + "@gerrit0/mini-shiki": "^3.2.1", "lunr": "^2.3.9", "markdown-it": "^14.1.0", "minimatch": "^9.0.5", - "shiki": "^1.9.1", - "yaml": "^2.4.5" + "yaml": "^2.7.0 " }, "bin": { "typedoc": "bin/typedoc" }, "engines": { - "node": ">= 18" + "node": ">= 18", + "pnpm": ">= 10" }, "peerDependencies": { - "typescript": "4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x || 5.2.x || 5.3.x || 5.4.x || 5.5.x" + "typescript": "5.0.x || 5.1.x || 5.2.x || 5.3.x || 5.4.x || 5.5.x || 5.6.x || 5.7.x || 5.8.x" } }, "node_modules/typescript": { - "version": "5.5.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz", - "integrity": "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==", - "dev": true, + "version": "5.8.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.2.tgz", + "integrity": "sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==", + "devOptional": true, + "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" @@ -6514,15 +7276,15 @@ } }, "node_modules/typescript-eslint": { - "version": "8.0.0-alpha.58", - "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.0.0-alpha.58.tgz", - "integrity": "sha512-0mvrodNhExpkWns+5RaZP8YqsAfPyjmPVVM1p+kaJkvApMH58/VFcQ0iSQuun0bFRNCMvW0ZUdulS9AsHqVXkg==", + "version": "8.29.0", + "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.29.0.tgz", + "integrity": "sha512-ep9rVd9B4kQsZ7ZnWCVxUE/xDLUUUsRzE0poAeNu+4CkFErLfuvPt/qtm2EpnSyfvsR0S6QzDFSrPCFBwf64fg==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/eslint-plugin": "8.0.0-alpha.58", - "@typescript-eslint/parser": "8.0.0-alpha.58", - "@typescript-eslint/utils": "8.0.0-alpha.58" + "@typescript-eslint/eslint-plugin": "8.29.0", + "@typescript-eslint/parser": "8.29.0", + "@typescript-eslint/utils": "8.29.0" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" @@ -6531,10 +7293,9 @@ "type": "opencollective", "url": "https://opencollective.com/typescript-eslint" }, - "peerDependenciesMeta": { - "typescript": { - "optional": true - } + "peerDependencies": { + "eslint": "^8.57.0 || ^9.0.0", + "typescript": ">=4.8.4 <5.9.0" } }, "node_modules/uc.micro": { @@ -6560,6 +7321,33 @@ "node": ">= 4.0.0" } }, + "node_modules/unrs-resolver": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/unrs-resolver/-/unrs-resolver-1.3.3.tgz", + "integrity": "sha512-PFLAGQzYlyjniXdbmQ3dnGMZJXX5yrl2YS4DLRfR3BhgUsE1zpRIrccp9XMOGRfIHpdFvCn/nr5N1KMVda4x3A==", + "dev": true, + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/JounQin" + }, + "optionalDependencies": { + "@unrs/resolver-binding-darwin-arm64": "1.3.3", + "@unrs/resolver-binding-darwin-x64": "1.3.3", + "@unrs/resolver-binding-freebsd-x64": "1.3.3", + "@unrs/resolver-binding-linux-arm-gnueabihf": "1.3.3", + "@unrs/resolver-binding-linux-arm-musleabihf": "1.3.3", + "@unrs/resolver-binding-linux-arm64-gnu": "1.3.3", + "@unrs/resolver-binding-linux-arm64-musl": "1.3.3", + "@unrs/resolver-binding-linux-ppc64-gnu": "1.3.3", + "@unrs/resolver-binding-linux-s390x-gnu": "1.3.3", + "@unrs/resolver-binding-linux-x64-gnu": "1.3.3", + "@unrs/resolver-binding-linux-x64-musl": "1.3.3", + "@unrs/resolver-binding-wasm32-wasi": "1.3.3", + "@unrs/resolver-binding-win32-arm64-msvc": "1.3.3", + "@unrs/resolver-binding-win32-ia32-msvc": "1.3.3", + "@unrs/resolver-binding-win32-x64-msvc": "1.3.3" + } + }, "node_modules/update-browserslist-db": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.0.tgz", @@ -6617,21 +7405,21 @@ "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" }, "node_modules/vite": { - "version": "5.4.14", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.14.tgz", - "integrity": "sha512-EK5cY7Q1D8JNhSaPKVK4pwBFvaTmZxEnoKXLG/U9gmdDcihQGNzFlgIvaxezFR4glP1LsuiedwMBqCXH3wZccA==", + "version": "6.2.4", + "resolved": "https://registry.npmjs.org/vite/-/vite-6.2.4.tgz", + "integrity": "sha512-veHMSew8CcRzhL5o8ONjy8gkfmFJAd5Ac16oxBUjlwgX3Gq2Wqr+qNC3TjPIpy7TPV/KporLga5GT9HqdrCizw==", "dev": true, "license": "MIT", "dependencies": { - "esbuild": "^0.21.3", - "postcss": "^8.4.43", - "rollup": "^4.20.0" + "esbuild": "^0.25.0", + "postcss": "^8.5.3", + "rollup": "^4.30.1" }, "bin": { "vite": "bin/vite.js" }, "engines": { - "node": "^18.0.0 || >=20.0.0" + "node": "^18.0.0 || ^20.0.0 || >=22.0.0" }, "funding": { "url": "https://github.com/vitejs/vite?sponsor=1" @@ -6640,19 +7428,25 @@ "fsevents": "~2.3.3" }, "peerDependencies": { - "@types/node": "^18.0.0 || >=20.0.0", + "@types/node": "^18.0.0 || ^20.0.0 || >=22.0.0", + "jiti": ">=1.21.0", "less": "*", "lightningcss": "^1.21.0", "sass": "*", "sass-embedded": "*", "stylus": "*", "sugarss": "*", - "terser": "^5.4.0" + "terser": "^5.16.0", + "tsx": "^4.8.1", + "yaml": "^2.4.2" }, "peerDependenciesMeta": { "@types/node": { "optional": true }, + "jiti": { + "optional": true + }, "less": { "optional": true }, @@ -6673,36 +7467,42 @@ }, "terser": { "optional": true + }, + "tsx": { + "optional": true + }, + "yaml": { + "optional": true } } }, "node_modules/vite-node": { - "version": "2.1.9", - "resolved": "https://registry.npmjs.org/vite-node/-/vite-node-2.1.9.tgz", - "integrity": "sha512-AM9aQ/IPrW/6ENLQg3AGY4K1N2TGZdR5e4gu/MmmR2xR3Ll1+dib+nook92g4TV3PXVyeyxdWwtaCAiUL0hMxA==", + "version": "3.0.9", + "resolved": "https://registry.npmjs.org/vite-node/-/vite-node-3.0.9.tgz", + "integrity": "sha512-w3Gdx7jDcuT9cNn9jExXgOyKmf5UOTb6WMHz8LGAm54eS1Elf5OuBhCxl6zJxGhEeIkgsE1WbHuoL0mj/UXqXg==", "dev": true, "license": "MIT", "dependencies": { "cac": "^6.7.14", - "debug": "^4.3.7", - "es-module-lexer": "^1.5.4", - "pathe": "^1.1.2", - "vite": "^5.0.0" + "debug": "^4.4.0", + "es-module-lexer": "^1.6.0", + "pathe": "^2.0.3", + "vite": "^5.0.0 || ^6.0.0" }, "bin": { "vite-node": "vite-node.mjs" }, "engines": { - "node": "^18.0.0 || >=20.0.0" + "node": "^18.0.0 || ^20.0.0 || >=22.0.0" }, "funding": { "url": "https://opencollective.com/vitest" } }, "node_modules/vite-tsconfig-paths": { - "version": "4.3.2", - "resolved": "https://registry.npmjs.org/vite-tsconfig-paths/-/vite-tsconfig-paths-4.3.2.tgz", - "integrity": "sha512-0Vd/a6po6Q+86rPlntHye7F31zA2URZMbH8M3saAZ/xR9QoGN/L21bxEGfXdWmFdNkqPpRdxFT7nmNe12e9/uA==", + "version": "5.1.4", + "resolved": "https://registry.npmjs.org/vite-tsconfig-paths/-/vite-tsconfig-paths-5.1.4.tgz", + "integrity": "sha512-cYj0LRuLV2c2sMqhqhGpaO3LretdtMn/BVX4cPLanIZuwwrkVl+lK84E/miEXkCHWXuq65rhNN4rXsBcOB3S4w==", "dev": true, "license": "MIT", "dependencies": { @@ -6720,47 +7520,48 @@ } }, "node_modules/vitest": { - "version": "2.1.9", - "resolved": "https://registry.npmjs.org/vitest/-/vitest-2.1.9.tgz", - "integrity": "sha512-MSmPM9REYqDGBI8439mA4mWhV5sKmDlBKWIYbA3lRb2PTHACE0mgKwA8yQ2xq9vxDTuk4iPrECBAEW2aoFXY0Q==", + "version": "3.0.9", + "resolved": "https://registry.npmjs.org/vitest/-/vitest-3.0.9.tgz", + "integrity": "sha512-BbcFDqNyBlfSpATmTtXOAOj71RNKDDvjBM/uPfnxxVGrG+FSH2RQIwgeEngTaTkuU/h0ScFvf+tRcKfYXzBybQ==", "dev": true, "license": "MIT", "dependencies": { - "@vitest/expect": "2.1.9", - "@vitest/mocker": "2.1.9", - "@vitest/pretty-format": "^2.1.9", - "@vitest/runner": "2.1.9", - "@vitest/snapshot": "2.1.9", - "@vitest/spy": "2.1.9", - "@vitest/utils": "2.1.9", - "chai": "^5.1.2", - "debug": "^4.3.7", + "@vitest/expect": "3.0.9", + "@vitest/mocker": "3.0.9", + "@vitest/pretty-format": "^3.0.9", + "@vitest/runner": "3.0.9", + "@vitest/snapshot": "3.0.9", + "@vitest/spy": "3.0.9", + "@vitest/utils": "3.0.9", + "chai": "^5.2.0", + "debug": "^4.4.0", "expect-type": "^1.1.0", - "magic-string": "^0.30.12", - "pathe": "^1.1.2", + "magic-string": "^0.30.17", + "pathe": "^2.0.3", "std-env": "^3.8.0", "tinybench": "^2.9.0", - "tinyexec": "^0.3.1", - "tinypool": "^1.0.1", - "tinyrainbow": "^1.2.0", - "vite": "^5.0.0", - "vite-node": "2.1.9", + "tinyexec": "^0.3.2", + "tinypool": "^1.0.2", + "tinyrainbow": "^2.0.0", + "vite": "^5.0.0 || ^6.0.0", + "vite-node": "3.0.9", "why-is-node-running": "^2.3.0" }, "bin": { "vitest": "vitest.mjs" }, "engines": { - "node": "^18.0.0 || >=20.0.0" + "node": "^18.0.0 || ^20.0.0 || >=22.0.0" }, "funding": { "url": "https://opencollective.com/vitest" }, "peerDependencies": { "@edge-runtime/vm": "*", - "@types/node": "^18.0.0 || >=20.0.0", - "@vitest/browser": "2.1.9", - "@vitest/ui": "2.1.9", + "@types/debug": "^4.1.12", + "@types/node": "^18.0.0 || ^20.0.0 || >=22.0.0", + "@vitest/browser": "3.0.9", + "@vitest/ui": "3.0.9", "happy-dom": "*", "jsdom": "*" }, @@ -6768,6 +7569,9 @@ "@edge-runtime/vm": { "optional": true }, + "@types/debug": { + "optional": true + }, "@types/node": { "optional": true }, @@ -6874,12 +7678,13 @@ } }, "node_modules/whatwg-url": { - "version": "14.0.0", - "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-14.0.0.tgz", - "integrity": "sha512-1lfMEm2IEr7RIV+f4lUNPOqfFL+pO+Xw3fJSqmjX9AbXcXcYOkCe1P6+9VBZB6n94af16NfZf+sSk0JCBZC9aw==", + "version": "14.2.0", + "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-14.2.0.tgz", + "integrity": "sha512-De72GdQZzNTUBBChsXueQUnPKDkg/5A5zp7pFDuQAj5UFoENpiACU0wlCvzpAGnTkj++ihpKwKyYewn/XNUbKw==", "dev": true, + "license": "MIT", "dependencies": { - "tr46": "^5.0.0", + "tr46": "^5.1.0", "webidl-conversions": "^7.0.0" }, "engines": { @@ -7087,10 +7892,11 @@ "license": "ISC" }, "node_modules/yaml": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.5.0.tgz", - "integrity": "sha512-2wWLbGbYDiSqqIKoPjar3MPgB94ErzCtrNE1FdqGuaO0pi2JGjmE8aW8TDZwzU7vuxcGRdL/4gPQwQ7hD5AMSw==", + "version": "2.7.1", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.7.1.tgz", + "integrity": "sha512-10ULxpnOCQXxJvBgxsn9ptjq6uviG/htZKk9veJGhlqn3w/DxQ631zFF+nlQXLwmImeS5amR2dl2U8sg6U9jsQ==", "dev": true, + "license": "ISC", "bin": { "yaml": "bin.mjs" }, diff --git a/package.json b/package.json index ce9e8b4a07b..f4542403c06 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "pokemon-rogue-battle", "private": true, - "version": "1.7.7", + "version": "1.8.1", "type": "module", "scripts": { "start": "vite", @@ -9,10 +9,10 @@ "build": "vite build", "build:beta": "vite build --mode beta", "preview": "vite preview", - "test": "vitest run --project pre && vitest run --project main", - "test:cov": "vitest run --project pre && vitest run --project main --coverage", - "test:watch": "vitest run --project pre && vitest watch --project main --coverage", - "test:silent": "vitest run --project pre && vitest run --project main --silent", + "test": "vitest run", + "test:cov": "vitest run --coverage --no-isolate", + "test:watch": "vitest watch --coverage --no-isolate", + "test:silent": "vitest run --silent --no-isolate", "typecheck": "tsc --noEmit", "eslint": "eslint --fix .", "eslint-ci": "eslint .", @@ -29,41 +29,41 @@ }, "devDependencies": { "@biomejs/biome": "1.9.4", - "@eslint/js": "^9.3.0", - "@hpcc-js/wasm": "^2.18.0", - "@stylistic/eslint-plugin-ts": "^2.6.0-beta.0", + "@eslint/js": "^9.23.0", + "@hpcc-js/wasm": "^2.22.4", + "@stylistic/eslint-plugin-ts": "^4.1.0", "@types/jsdom": "^21.1.7", "@types/node": "^20.12.13", - "@typescript-eslint/eslint-plugin": "^8.0.0-alpha.54", - "@typescript-eslint/parser": "^8.0.0-alpha.54", - "@vitest/coverage-istanbul": "^2.1.9", + "@typescript-eslint/eslint-plugin": "^8.28.0", + "@typescript-eslint/parser": "^8.28.0", + "@vitest/coverage-istanbul": "^3.0.9", "dependency-cruiser": "^16.3.10", - "eslint": "^9.7.0", - "eslint-plugin-import-x": "^4.2.1", - "inquirer": "^11.0.2", - "jsdom": "^24.0.0", - "lefthook": "^1.6.12", - "msw": "^2.4.9", + "eslint": "^9.23.0", + "eslint-plugin-import-x": "^4.9.4", + "inquirer": "^12.4.2", + "jsdom": "^26.0.0", + "lefthook": "^1.11.5", + "msw": "^2.7.3", "phaser3spectorjs": "^0.0.8", - "typedoc": "^0.26.4", - "typescript": "^5.5.3", - "typescript-eslint": "^8.0.0-alpha.54", - "vite": "^5.4.14", - "vite-tsconfig-paths": "^4.3.2", - "vitest": "^2.1.9", + "typedoc": "^0.28.1", + "typescript": "^5.8.2", + "typescript-eslint": "^8.28.0", + "vite": "^6.2.0", + "vite-tsconfig-paths": "^5.1.4", + "vitest": "^3.0.9", "vitest-canvas-mock": "^0.3.3" }, "dependencies": { "@material/material-color-utilities": "^0.2.7", "crypto-js": "^4.2.0", - "i18next": "^23.11.1", - "i18next-browser-languagedetector": "^7.2.1", - "i18next-http-backend": "^2.6.1", + "i18next": "^24.2.2", + "i18next-browser-languagedetector": "^8.0.4", + "i18next-http-backend": "^3.0.2", "i18next-korean-postposition-processor": "^1.0.0", - "json-stable-stringify": "^1.1.0", + "json-stable-stringify": "^1.2.0", "jszip": "^3.10.1", "phaser": "^3.70.0", - "phaser3-rex-plugins": "^1.1.84" + "phaser3-rex-plugins": "^1.80.14" }, "engines": { "node": ">=20.0.0" diff --git a/public/audio/bgm/battle_rival_3_afd.mp3 b/public/audio/bgm/battle_rival_3_afd.mp3 new file mode 100644 index 00000000000..6dec5c861c6 Binary files /dev/null and b/public/audio/bgm/battle_rival_3_afd.mp3 differ diff --git a/public/audio/bgm/title_afd.mp3 b/public/audio/bgm/title_afd.mp3 new file mode 100644 index 00000000000..c427d86b397 Binary files /dev/null and b/public/audio/bgm/title_afd.mp3 differ diff --git a/public/exp-sprites.json b/public/exp-sprites.json index 50e10a8822d..d6c8534e008 100644 --- a/public/exp-sprites.json +++ b/public/exp-sprites.json @@ -13,10 +13,10 @@ "1005", "1006", "1006", - "1007-apex", - "1007-apex", - "1008-ultimate", - "1008-ultimate", + "1007-apex-build-Disabled", + "1007-apex-build-Disabled", + "1008-ultimate-mode-Disabled", + "1008-ultimate-mode-Disabled", "115-mega", "115-mega", "127-mega", @@ -185,9 +185,9 @@ "531-mega", "569-gigantamax", "569-gigantamax", - "6-mega", - "6-mega", "6-mega-x", + "6-mega-x", + "6-mega-y", "6-mega-y", "6058", "6058", @@ -825,8 +825,8 @@ "873", "874", "874", - "875-no", - "875-no", + "875-no-ice", + "875-no-ice", "875", "875", "876-female", @@ -963,26 +963,26 @@ "929", "930", "930", - "931-blue", - "931-blue", - "931-green", - "931-green", - "931-white", - "931-white", - "931-yellow", - "931-yellow", + "931-blue-plumage-Disabled", + "931-blue-plumage-Disabled", + "931-green-plumage-Disabled", + "931-green-plumage-Disabled", + "931-white-plumage-Disabled", + "931-white-plumage-Disabled", + "931-yellow-plumage-Disabled", + "931-yellow-plumage-Disabled", "932", "932", "933", "933", "934", "934", - "935", - "935", - "936", - "936", - "937", - "937", + "935-Disabled", + "935-Disabled", + "936-Disabled", + "936-Disabled", + "937-Disabled", + "937-Disabled", "938", "938", "939", @@ -1073,6 +1073,8 @@ "978-droopy", "978-stretchy", "978-stretchy", + "979-Disabled", + "979-Disabled", "980", "980", "981", @@ -1131,10 +1133,10 @@ "1005b", "1006b", "1006b", - "1007b-apex", - "1007b-apex", - "1008b-ultimate", - "1008b-ultimate", + "1007b-apex-build-Disabled", + "1007b-apex-build-Disabled", + "1008b-ultimate-mode-Disabled", + "1008b-ultimate-mode-Disabled", "115b-mega", "115b-mega", "127b-mega", @@ -1303,9 +1305,9 @@ "531b-mega", "569b-gigantamax", "569b-gigantamax", - "6b-mega", - "6b-mega", "6b-mega-x", + "6b-mega-x", + "6b-mega-y", "6b-mega-y", "6058b", "6058b", @@ -1943,8 +1945,8 @@ "873b", "874b", "874b", - "875b-no", - "875b-no", + "875b-no-ice", + "875b-no-ice", "875b", "875b", "876b-female", @@ -2083,26 +2085,26 @@ "929b", "930b", "930b", - "931b-blue", - "931b-blue", - "931b-green", - "931b-green", - "931b-white", - "931b-white", - "931b-yellow", - "931b-yellow", + "931b-blue-plumage-Disabled", + "931b-blue-plumage-Disabled", + "931b-green-plumage-Disabled", + "931b-green-plumage-Disabled", + "931b-white-plumage-Disabled", + "931b-white-plumage-Disabled", + "931b-yellow-plumage-Disabled", + "931b-yellow-plumage-Disabled", "932b", "932b", "933b", "933b", "934b", "934b", - "935b", - "935b", - "936b", - "936b", - "937b", - "937b", + "935b-Disabled", + "935b-Disabled", + "936b-Disabled", + "936b-Disabled", + "937b-Disabled", + "937b-Disabled", "938b", "938b", "939b", @@ -2251,10 +2253,10 @@ "1005sb", "1006sb", "1006sb", - "1007sb-apex", - "1007sb-apex", - "1008sb-ultimate", - "1008sb-ultimate", + "1007sb-apex-build-Disabled", + "1007sb-apex-build-Disabled", + "1008sb-ultimate-mode-Disabled", + "1008sb-ultimate-mode-Disabled", "115sb-mega", "115sb-mega", "127sb-mega", @@ -3063,8 +3065,8 @@ "873sb", "874sb", "874sb", - "875sb-no", - "875sb-no", + "875sb-no-ice", + "875sb-no-ice", "875sb", "875sb", "876sb-female", @@ -3203,26 +3205,26 @@ "929sb", "930sb", "930sb", - "931sb-blue", - "931sb-blue", - "931sb-green", - "931sb-green", - "931sb-white", - "931sb-white", - "931sb-yellow", - "931sb-yellow", + "931sb-blue-plumage-Disabled", + "931sb-blue-plumage-Disabled", + "931sb-green-plumage-Disabled", + "931sb-green-plumage-Disabled", + "931sb-white-plumage-Disabled", + "931sb-white-plumage-Disabled", + "931sb-yellow-plumage-Disabled", + "931sb-yellow-plumage-Disabled", "932sb", "932sb", "933sb", "933sb", "934sb", "934sb", - "935sb", - "935sb", - "936sb", - "936sb", - "937sb", - "937sb", + "935sb-Disabled", + "935sb-Disabled", + "936sb-Disabled", + "936sb-Disabled", + "937sb-Disabled", + "937sb-Disabled", "938sb", "938sb", "939sb", @@ -3376,10 +3378,10 @@ "1005s", "1006s", "1006s", - "1007s-apex", - "1007s-apex", - "1008s-ultimate", - "1008s-ultimate", + "1007s-apex-build-Disabled", + "1007s-apex-build-Disabled", + "1008s-ultimate-mode-Disabled", + "1008s-ultimate-mode-Disabled", "115s-mega", "115s-mega", "127s-mega", @@ -4188,8 +4190,8 @@ "873s", "874s", "874s", - "875s-no", - "875s-no", + "875s-no-ice", + "875s-no-ice", "875s", "875s", "876s-female", @@ -4328,26 +4330,26 @@ "929s", "930s", "930s", - "931s-blue", - "931s-blue", - "931s-green", - "931s-green", - "931s-white", - "931s-white", - "931s-yellow", - "931s-yellow", + "931s-blue-plumage-Disabled", + "931s-blue-plumage-Disabled", + "931s-green-plumage-Disabled", + "931s-green-plumage-Disabled", + "931s-white-plumage-Disabled", + "931s-white-plumage-Disabled", + "931s-yellow-plumage-Disabled", + "931s-yellow-plumage-Disabled", "932s", "932s", "933s", "933s", "934s", "934s", - "935s", - "935s", - "936s", - "936s", - "937s", - "937s", + "935s-Disabled", + "935s-Disabled", + "936s-Disabled", + "936s-Disabled", + "937s-Disabled", + "937s-Disabled", "938s", "938s", "939s", @@ -4438,6 +4440,8 @@ "978s-droopy", "978s-stretchy", "978s-stretchy", + "979s-Disabled", + "979s-Disabled", "980s", "980s", "981s", @@ -4485,11 +4489,10 @@ "1000", "1001", "1004", - "1007-apex", - "1007-apex", - "1007-apex", - "1007-apex", - "1008-ultimate", + "1007-apex-build-Disabled", + "1007-apex-build-Disabled", + "1008-ultimate-mode-Disabled", + "1008-ultimate-mode-Disabled", "127-mega", "142-mega", "150-mega", @@ -4596,8 +4599,6 @@ "728", "729", "730", - "730_2", - "730_2", "747", "748", "753", @@ -4698,21 +4699,21 @@ "933_3", "933_3", "934", - "935", - "935_3", - "935_3", - "936_1", - "936_1", - "936_2", - "936_2", - "936_3", - "936_3", - "937_1", - "937_1", - "937_2", - "937_2", - "937_3", - "937_3", + "935-Disabled", + "935_3-Disabled", + "935_3-Disabled", + "936_1-Disabled", + "936_1-Disabled", + "936_2-Disabled", + "936_2-Disabled", + "936_3-Disabled", + "936_3-Disabled", + "937_1-Disabled", + "937_1-Disabled", + "937_2-Disabled", + "937_2-Disabled", + "937_3-Disabled", + "937_3-Disabled", "94-mega_1", "94-mega_1", "94-mega_2", @@ -4755,11 +4756,10 @@ "1000b", "1001b", "1004b", - "1007b-apex", - "1007b-apex", - "1007b-apex", - "1007b-apex", - "1008b-ultimate", + "1007b-apex-build-Disabled", + "1007b-apex-build-Disabled", + "1008b-ultimate-mode-Disabled", + "1008b-ultimate-mode-Disabled", "127b-mega", "142b-mega", "150b-mega", @@ -4920,24 +4920,24 @@ "932b", "933b", "934b", - "935_1b", - "935_1b", - "935_2b", - "935_2b", - "935_3b", - "935_3b", - "936_1b", - "936_1b", - "936_2b", - "936_2b", - "936_3b", - "936_3b", - "937_1b", - "937_1b", - "937_2b", - "937_2b", - "937_3b", - "937_3b", + "935_1b-Disabled", + "935_1b-Disabled", + "935_2b-Disabled", + "935_2b-Disabled", + "935_3b-Disabled", + "935_3b-Disabled", + "936_1b-Disabled", + "936_1b-Disabled", + "936_2b-Disabled", + "936_2b-Disabled", + "936_3b-Disabled", + "936_3b-Disabled", + "937_1b-Disabled", + "937_1b-Disabled", + "937_2b-Disabled", + "937_2b-Disabled", + "937_3b-Disabled", + "937_3b-Disabled", "94b-mega", "948b", "949b", diff --git a/public/images/events/aprf25-de.png b/public/images/events/aprf25-de.png new file mode 100644 index 00000000000..d4bb7ebdc50 Binary files /dev/null and b/public/images/events/aprf25-de.png differ diff --git a/public/images/events/aprf25-en.png b/public/images/events/aprf25-en.png new file mode 100644 index 00000000000..8f7268b01b6 Binary files /dev/null and b/public/images/events/aprf25-en.png differ diff --git a/public/images/events/aprf25-es-ES.png b/public/images/events/aprf25-es-ES.png new file mode 100644 index 00000000000..a6136a2c8de Binary files /dev/null and b/public/images/events/aprf25-es-ES.png differ diff --git a/public/images/events/aprf25-es-MX.png b/public/images/events/aprf25-es-MX.png new file mode 100644 index 00000000000..a6136a2c8de Binary files /dev/null and b/public/images/events/aprf25-es-MX.png differ diff --git a/public/images/events/aprf25-fr.png b/public/images/events/aprf25-fr.png new file mode 100644 index 00000000000..c68264c75dd Binary files /dev/null and b/public/images/events/aprf25-fr.png differ diff --git a/public/images/events/aprf25-it.png b/public/images/events/aprf25-it.png new file mode 100644 index 00000000000..01bc0d2a1f0 Binary files /dev/null and b/public/images/events/aprf25-it.png differ diff --git a/public/images/events/aprf25-ja.png b/public/images/events/aprf25-ja.png new file mode 100644 index 00000000000..c6b62a3672e Binary files /dev/null and b/public/images/events/aprf25-ja.png differ diff --git a/public/images/events/aprf25-ko.png b/public/images/events/aprf25-ko.png new file mode 100644 index 00000000000..bcc87e33ac1 Binary files /dev/null and b/public/images/events/aprf25-ko.png differ diff --git a/public/images/events/aprf25-pt-BR.png b/public/images/events/aprf25-pt-BR.png new file mode 100644 index 00000000000..f56f5b5c1e9 Binary files /dev/null and b/public/images/events/aprf25-pt-BR.png differ diff --git a/public/images/events/aprf25-zh-CN.png b/public/images/events/aprf25-zh-CN.png new file mode 100644 index 00000000000..57b2c3ec5be Binary files /dev/null and b/public/images/events/aprf25-zh-CN.png differ diff --git a/public/images/items.json b/public/images/items.json index 9d84476a8a0..5848b02dd6a 100644 --- a/public/images/items.json +++ b/public/images/items.json @@ -4,13 +4,13 @@ "image": "items.png", "format": "RGBA8888", "size": { - "w": 431, - "h": 431 + "w": 435, + "h": 435 }, "scale": 1, "frames": [ { - "filename": "galarica_cuff", + "filename": "relic_gold", "rotated": false, "trimmed": true, "sourceSize": { @@ -18,1612 +18,16 @@ "h": 32 }, "spriteSourceSize": { - "x": 1, - "y": 1, - "w": 29, - "h": 30 - }, - "frame": { - "x": 0, - "y": 0, - "w": 29, - "h": 30 - } - }, - { - "filename": "galarica_wreath", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 0, - "y": 3, - "w": 32, - "h": 27 - }, - "frame": { - "x": 29, - "y": 0, - "w": 32, - "h": 27 - } - }, - { - "filename": "max_mushrooms", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 1, - "y": 3, - "w": 29, - "h": 28 - }, - "frame": { - "x": 0, - "y": 30, - "w": 29, - "h": 28 - } - }, - { - "filename": "ribbon_gen4", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 1, - "y": 2, - "w": 30, - "h": 28 - }, - "frame": { - "x": 29, - "y": 27, - "w": 30, - "h": 28 - } - }, - { - "filename": "leaders_crest", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 2, - "y": 3, - "w": 29, - "h": 27 - }, - "frame": { - "x": 61, - "y": 0, - "w": 29, - "h": 27 - } - }, - { - "filename": "ribbon_gen2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 2, - "y": 2, - "w": 28, - "h": 28 - }, - "frame": { - "x": 0, - "y": 58, - "w": 28, - "h": 28 - } - }, - { - "filename": "bronze_ribbon", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 1, - "w": 22, - "h": 31 - }, - "frame": { - "x": 0, - "y": 86, - "w": 22, - "h": 31 - } - }, - { - "filename": "great_ribbon", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 1, - "w": 22, - "h": 31 - }, - "frame": { - "x": 0, - "y": 117, - "w": 22, - "h": 31 - } - }, - { - "filename": "linking_cord", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 3, - "y": 3, - "w": 27, - "h": 26 - }, - "frame": { - "x": 59, - "y": 27, - "w": 27, - "h": 26 - } - }, - { - "filename": "master_ribbon", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 1, - "w": 22, - "h": 31 - }, - "frame": { - "x": 0, - "y": 148, - "w": 22, - "h": 31 - } - }, - { - "filename": "rogue_ribbon", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 1, - "w": 22, - "h": 31 - }, - "frame": { - "x": 0, - "y": 179, - "w": 22, - "h": 31 - } - }, - { - "filename": "ultra_ribbon", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 1, - "w": 22, - "h": 31 - }, - "frame": { - "x": 0, - "y": 210, - "w": 22, - "h": 31 - } - }, - { - "filename": "inverse", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 1, - "w": 22, - "h": 30 - }, - "frame": { - "x": 0, - "y": 241, - "w": 22, - "h": 30 - } - }, - { - "filename": "ribbon_gen3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 1, - "w": 22, - "h": 29 - }, - "frame": { - "x": 0, - "y": 271, - "w": 22, - "h": 29 - } - }, - { - "filename": "ribbon_gen7", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 1, - "w": 22, - "h": 29 - }, - "frame": { - "x": 0, - "y": 300, - "w": 22, - "h": 29 - } - }, - { - "filename": "ribbon_gen9", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 1, - "w": 22, - "h": 29 - }, - "frame": { - "x": 0, - "y": 329, - "w": 22, - "h": 29 - } - }, - { - "filename": "cornerstone_mask", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 4, - "y": 3, - "w": 24, - "h": 26 - }, - "frame": { - "x": 90, - "y": 0, - "w": 24, - "h": 26 - } - }, - { - "filename": "ribbon_gen1", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 2, - "w": 22, - "h": 28 - }, - "frame": { - "x": 0, - "y": 358, - "w": 22, - "h": 28 - } - }, - { - "filename": "ribbon_gen5", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 2, - "w": 22, - "h": 28 - }, - "frame": { - "x": 0, - "y": 386, - "w": 22, - "h": 28 - } - }, - { - "filename": "black_glasses", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 4, - "y": 8, - "w": 23, - "h": 17 - }, - "frame": { - "x": 0, - "y": 414, - "w": 23, - "h": 17 - } - }, - { - "filename": "ability_charm", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 3, - "y": 3, - "w": 23, - "h": 26 - }, - "frame": { - "x": 114, - "y": 0, - "w": 23, - "h": 26 - } - }, - { - "filename": "map", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 3, - "y": 5, - "w": 27, - "h": 22 - }, - "frame": { - "x": 137, - "y": 0, - "w": 27, - "h": 22 - } - }, - { - "filename": "mint_atk", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 2, - "y": 5, - "w": 28, - "h": 21 - }, - "frame": { - "x": 164, - "y": 0, - "w": 28, - "h": 21 - } - }, - { - "filename": "mint_def", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 2, - "y": 5, - "w": 28, - "h": 21 - }, - "frame": { - "x": 192, - "y": 0, - "w": 28, - "h": 21 - } - }, - { - "filename": "mint_neutral", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 2, - "y": 5, - "w": 28, - "h": 21 - }, - "frame": { - "x": 220, - "y": 0, - "w": 28, - "h": 21 - } - }, - { - "filename": "mint_spatk", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 2, - "y": 5, - "w": 28, - "h": 21 - }, - "frame": { - "x": 248, - "y": 0, - "w": 28, - "h": 21 - } - }, - { - "filename": "mint_spd", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 2, - "y": 5, - "w": 28, - "h": 21 - }, - "frame": { - "x": 276, - "y": 0, - "w": 28, - "h": 21 - } - }, - { - "filename": "mint_spdef", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 2, - "y": 5, - "w": 28, - "h": 21 - }, - "frame": { - "x": 304, - "y": 0, - "w": 28, - "h": 21 - } - }, - { - "filename": "chipped_pot", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 3, - "y": 6, - "w": 26, - "h": 20 - }, - "frame": { - "x": 332, - "y": 0, - "w": 26, - "h": 20 - } - }, - { - "filename": "cracked_pot", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 3, - "y": 6, - "w": 26, - "h": 20 - }, - "frame": { - "x": 358, - "y": 0, - "w": 26, - "h": 20 - } - }, - { - "filename": "legend_plate", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 3, - "y": 6, - "w": 25, - "h": 20 - }, - "frame": { - "x": 384, - "y": 0, - "w": 25, - "h": 20 - } - }, - { - "filename": "ribbon_gen6", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 2, - "w": 22, - "h": 28 - }, - "frame": { - "x": 409, - "y": 0, - "w": 22, - "h": 28 - } - }, - { - "filename": "exp_charm", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 7, - "y": 1, - "w": 17, - "h": 31 - }, - "frame": { - "x": 22, - "y": 86, - "w": 17, - "h": 31 - } - }, - { - "filename": "golden_exp_charm", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 7, - "y": 1, - "w": 17, - "h": 31 - }, - "frame": { - "x": 22, - "y": 117, - "w": 17, - "h": 31 - } - }, - { - "filename": "super_exp_charm", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 7, - "y": 1, - "w": 17, - "h": 31 - }, - "frame": { - "x": 22, - "y": 148, - "w": 17, - "h": 31 - } - }, - { - "filename": "prison_bottle", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 7, - "y": 1, - "w": 17, - "h": 30 - }, - "frame": { - "x": 22, - "y": 179, - "w": 17, - "h": 30 - } - }, - { - "filename": "ribbon_gen8", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 2, - "w": 22, - "h": 28 - }, - "frame": { - "x": 22, - "y": 209, - "w": 22, - "h": 28 - } - }, - { - "filename": "black_augurite", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 3, - "w": 22, - "h": 25 - }, - "frame": { - "x": 22, - "y": 237, - "w": 22, - "h": 25 - } - }, - { - "filename": "big_root", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 4, - "y": 4, - "w": 23, - "h": 24 - }, - "frame": { - "x": 22, - "y": 262, - "w": 23, - "h": 24 - } - }, - { - "filename": "blank_plate", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 4, - "y": 4, - "w": 24, - "h": 24 - }, - "frame": { - "x": 22, - "y": 286, - "w": 24, - "h": 24 - } - }, - { - "filename": "choice_scarf", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 4, - "y": 4, - "w": 24, - "h": 24 - }, - "frame": { - "x": 22, - "y": 310, - "w": 24, - "h": 24 - } - }, - { - "filename": "draco_plate", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 4, - "y": 4, - "w": 24, - "h": 24 - }, - "frame": { - "x": 22, - "y": 334, - "w": 24, - "h": 24 - } - }, - { - "filename": "dread_plate", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 4, - "y": 4, - "w": 24, - "h": 24 - }, - "frame": { - "x": 22, - "y": 358, - "w": 24, - "h": 24 - } - }, - { - "filename": "earth_plate", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 4, - "y": 4, - "w": 24, - "h": 24 - }, - "frame": { - "x": 22, - "y": 382, - "w": 24, - "h": 24 - } - }, - { - "filename": "fist_plate", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 4, - "y": 4, - "w": 24, - "h": 24 - }, - "frame": { - "x": 23, - "y": 406, - "w": 24, - "h": 24 - } - }, - { - "filename": "ultranecrozium_z", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 1, - "y": 9, - "w": 30, - "h": 15 - }, - "frame": { - "x": 29, - "y": 55, - "w": 30, - "h": 15 - } - }, - { - "filename": "mega_bracelet", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 6, - "y": 8, - "w": 20, - "h": 16 - }, - "frame": { - "x": 28, - "y": 70, - "w": 20, - "h": 16 - } - }, - { - "filename": "choice_specs", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 4, - "y": 8, - "w": 24, - "h": 18 - }, - "frame": { - "x": 59, - "y": 53, - "w": 24, - "h": 18 - } - }, - { - "filename": "calcium", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 8, - "y": 4, - "w": 16, - "h": 24 - }, - "frame": { - "x": 39, - "y": 86, - "w": 16, - "h": 24 - } - }, - { - "filename": "carbos", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 8, - "y": 4, - "w": 16, - "h": 24 - }, - "frame": { - "x": 39, - "y": 110, - "w": 16, - "h": 24 - } - }, - { - "filename": "catching_charm", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 4, - "w": 21, - "h": 24 - }, - "frame": { - "x": 39, - "y": 134, - "w": 21, - "h": 24 - } - }, - { - "filename": "flame_plate", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 4, - "y": 4, - "w": 24, - "h": 24 - }, - "frame": { - "x": 39, - "y": 158, - "w": 24, - "h": 24 - } - }, - { - "filename": "focus_band", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 4, - "y": 4, - "w": 24, - "h": 24 - }, - "frame": { - "x": 39, - "y": 182, - "w": 24, - "h": 24 - } - }, - { - "filename": "golden_punch", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 4, - "y": 4, - "w": 24, - "h": 24 - }, - "frame": { - "x": 44, - "y": 206, - "w": 24, - "h": 24 - } - }, - { - "filename": "gracidea", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 4, - "y": 4, - "w": 24, - "h": 24 - }, - "frame": { - "x": 44, - "y": 230, - "w": 24, - "h": 24 - } - }, - { - "filename": "grip_claw", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 4, - "y": 4, - "w": 24, - "h": 24 - }, - "frame": { - "x": 45, - "y": 254, - "w": 24, - "h": 24 - } - }, - { - "filename": "icicle_plate", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 4, - "y": 4, - "w": 24, - "h": 24 - }, - "frame": { - "x": 46, - "y": 278, - "w": 24, - "h": 24 - } - }, - { - "filename": "insect_plate", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 4, - "y": 4, - "w": 24, - "h": 24 - }, - "frame": { - "x": 46, - "y": 302, - "w": 24, - "h": 24 - } - }, - { - "filename": "iron_plate", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 4, - "y": 4, - "w": 24, - "h": 24 - }, - "frame": { - "x": 46, - "y": 326, - "w": 24, - "h": 24 - } - }, - { - "filename": "lucky_punch", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 4, - "y": 4, - "w": 24, - "h": 24 - }, - "frame": { - "x": 46, - "y": 350, - "w": 24, - "h": 24 - } - }, - { - "filename": "lucky_punch_great", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 4, - "y": 4, - "w": 24, - "h": 24 - }, - "frame": { - "x": 46, - "y": 374, - "w": 24, - "h": 24 - } - }, - { - "filename": "kings_rock", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 4, - "w": 23, - "h": 24 - }, - "frame": { - "x": 47, - "y": 398, - "w": 23, - "h": 24 - } - }, - { - "filename": "silver_powder", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 4, + "x": 9, "y": 11, - "w": 24, - "h": 15 + "w": 15, + "h": 11 }, "frame": { - "x": 48, - "y": 71, - "w": 24, - "h": 15 - } - }, - { - "filename": "elixir", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 7, - "y": 4, - "w": 18, - "h": 24 - }, - "frame": { - "x": 55, - "y": 86, - "w": 18, - "h": 24 - } - }, - { - "filename": "ether", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 7, - "y": 4, - "w": 18, - "h": 24 - }, - "frame": { - "x": 55, - "y": 110, - "w": 18, - "h": 24 - } - }, - { - "filename": "full_restore", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 7, - "y": 4, - "w": 18, - "h": 24 - }, - "frame": { - "x": 60, - "y": 134, - "w": 18, - "h": 24 - } - }, - { - "filename": "hp_up", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 8, - "y": 4, - "w": 16, - "h": 24 - }, - "frame": { - "x": 63, - "y": 158, - "w": 16, - "h": 24 - } - }, - { - "filename": "iron", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 8, - "y": 4, - "w": 16, - "h": 24 - }, - "frame": { - "x": 63, - "y": 182, - "w": 16, - "h": 24 - } - }, - { - "filename": "lucky_punch_master", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 4, - "y": 4, - "w": 24, - "h": 24 - }, - "frame": { - "x": 68, - "y": 206, - "w": 24, - "h": 24 - } - }, - { - "filename": "lucky_punch_ultra", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 4, - "y": 4, - "w": 24, - "h": 24 - }, - "frame": { - "x": 68, - "y": 230, - "w": 24, - "h": 24 - } - }, - { - "filename": "lustrous_globe", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 4, - "y": 4, - "w": 24, - "h": 24 - }, - "frame": { - "x": 69, - "y": 254, - "w": 24, - "h": 24 - } - }, - { - "filename": "meadow_plate", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 4, - "y": 4, - "w": 24, - "h": 24 - }, - "frame": { - "x": 70, - "y": 278, - "w": 24, - "h": 24 - } - }, - { - "filename": "mind_plate", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 4, - "y": 4, - "w": 24, - "h": 24 - }, - "frame": { - "x": 70, - "y": 302, - "w": 24, - "h": 24 - } - }, - { - "filename": "muscle_band", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 4, - "y": 4, - "w": 24, - "h": 24 - }, - "frame": { - "x": 70, - "y": 326, - "w": 24, - "h": 24 - } - }, - { - "filename": "pixie_plate", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 4, - "y": 4, - "w": 24, - "h": 24 - }, - "frame": { - "x": 70, - "y": 350, - "w": 24, - "h": 24 - } - }, - { - "filename": "salac_berry", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 4, - "y": 4, - "w": 24, - "h": 24 - }, - "frame": { - "x": 70, - "y": 374, - "w": 24, - "h": 24 - } - }, - { - "filename": "scanner", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 4, - "y": 4, - "w": 24, - "h": 24 - }, - "frame": { - "x": 70, - "y": 398, - "w": 24, - "h": 24 + "x": 0, + "y": 0, + "w": 15, + "h": 11 } }, { @@ -1641,411 +45,12 @@ "h": 14 }, "frame": { - "x": 137, - "y": 22, + "x": 15, + "y": 0, "w": 24, "h": 14 } }, - { - "filename": "lure", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 8, - "y": 4, - "w": 17, - "h": 24 - }, - "frame": { - "x": 86, - "y": 27, - "w": 17, - "h": 24 - } - }, - { - "filename": "silk_scarf", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 4, - "y": 4, - "w": 24, - "h": 24 - }, - "frame": { - "x": 103, - "y": 26, - "w": 24, - "h": 24 - } - }, - { - "filename": "clefairy_doll", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 4, - "y": 5, - "w": 24, - "h": 23 - }, - "frame": { - "x": 127, - "y": 36, - "w": 24, - "h": 23 - } - }, - { - "filename": "coin_case", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 4, - "y": 5, - "w": 24, - "h": 23 - }, - "frame": { - "x": 103, - "y": 50, - "w": 24, - "h": 23 - } - }, - { - "filename": "big_nugget", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 6, - "y": 6, - "w": 20, - "h": 20 - }, - "frame": { - "x": 83, - "y": 53, - "w": 20, - "h": 20 - } - }, - { - "filename": "dragon_scale", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 4, - "y": 8, - "w": 24, - "h": 18 - }, - "frame": { - "x": 127, - "y": 59, - "w": 24, - "h": 18 - } - }, - { - "filename": "max_elixir", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 7, - "y": 4, - "w": 18, - "h": 24 - }, - "frame": { - "x": 151, - "y": 36, - "w": 18, - "h": 24 - } - }, - { - "filename": "adamant_crystal", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 4, - "y": 6, - "w": 23, - "h": 21 - }, - "frame": { - "x": 151, - "y": 60, - "w": 23, - "h": 21 - } - }, - { - "filename": "sky_plate", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 4, - "y": 4, - "w": 24, - "h": 24 - }, - "frame": { - "x": 169, - "y": 21, - "w": 24, - "h": 24 - } - }, - { - "filename": "splash_plate", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 4, - "y": 4, - "w": 24, - "h": 24 - }, - "frame": { - "x": 193, - "y": 21, - "w": 24, - "h": 24 - } - }, - { - "filename": "spooky_plate", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 4, - "y": 4, - "w": 24, - "h": 24 - }, - "frame": { - "x": 217, - "y": 21, - "w": 24, - "h": 24 - } - }, - { - "filename": "stone_plate", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 4, - "y": 4, - "w": 24, - "h": 24 - }, - "frame": { - "x": 241, - "y": 21, - "w": 24, - "h": 24 - } - }, - { - "filename": "sun_stone", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 4, - "y": 4, - "w": 24, - "h": 24 - }, - "frame": { - "x": 265, - "y": 21, - "w": 24, - "h": 24 - } - }, - { - "filename": "toxic_plate", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 4, - "y": 4, - "w": 24, - "h": 24 - }, - "frame": { - "x": 289, - "y": 21, - "w": 24, - "h": 24 - } - }, - { - "filename": "max_revive", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 4, - "w": 22, - "h": 24 - }, - "frame": { - "x": 313, - "y": 21, - "w": 22, - "h": 24 - } - }, - { - "filename": "zap_plate", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 4, - "y": 4, - "w": 24, - "h": 24 - }, - "frame": { - "x": 335, - "y": 20, - "w": 24, - "h": 24 - } - }, - { - "filename": "expert_belt", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 4, - "y": 4, - "w": 24, - "h": 23 - }, - "frame": { - "x": 359, - "y": 20, - "w": 24, - "h": 23 - } - }, - { - "filename": "hearthflame_mask", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 4, - "y": 4, - "w": 24, - "h": 23 - }, - "frame": { - "x": 383, - "y": 20, - "w": 24, - "h": 23 - } - }, - { - "filename": "leppa_berry", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 4, - "y": 5, - "w": 24, - "h": 23 - }, - "frame": { - "x": 407, - "y": 28, - "w": 24, - "h": 23 - } - }, { "filename": "candy_overlay", "rotated": false, @@ -2061,600 +66,12 @@ "h": 15 }, "frame": { - "x": 169, - "y": 45, + "x": 39, + "y": 0, "w": 16, "h": 15 } }, - { - "filename": "exp_balance", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 4, - "y": 5, - "w": 24, - "h": 22 - }, - "frame": { - "x": 185, - "y": 45, - "w": 24, - "h": 22 - } - }, - { - "filename": "exp_share", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 4, - "y": 5, - "w": 24, - "h": 22 - }, - "frame": { - "x": 209, - "y": 45, - "w": 24, - "h": 22 - } - }, - { - "filename": "peat_block", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 4, - "y": 5, - "w": 24, - "h": 22 - }, - "frame": { - "x": 233, - "y": 45, - "w": 24, - "h": 22 - } - }, - { - "filename": "scope_lens", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 4, - "y": 5, - "w": 24, - "h": 23 - }, - "frame": { - "x": 257, - "y": 45, - "w": 24, - "h": 23 - } - }, - { - "filename": "twisted_spoon", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 4, - "y": 5, - "w": 24, - "h": 23 - }, - "frame": { - "x": 281, - "y": 45, - "w": 24, - "h": 23 - } - }, - { - "filename": "berry_pouch", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 4, - "y": 5, - "w": 23, - "h": 23 - }, - "frame": { - "x": 305, - "y": 45, - "w": 23, - "h": 23 - } - }, - { - "filename": "black_belt", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 4, - "w": 22, - "h": 23 - }, - "frame": { - "x": 328, - "y": 45, - "w": 22, - "h": 23 - } - }, - { - "filename": "max_ether", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 7, - "y": 4, - "w": 18, - "h": 24 - }, - "frame": { - "x": 350, - "y": 44, - "w": 18, - "h": 24 - } - }, - { - "filename": "reveal_glass", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 4, - "y": 4, - "w": 23, - "h": 24 - }, - "frame": { - "x": 368, - "y": 43, - "w": 23, - "h": 24 - } - }, - { - "filename": "max_repel", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 8, - "y": 4, - "w": 16, - "h": 24 - }, - "frame": { - "x": 391, - "y": 43, - "w": 16, - "h": 24 - } - }, - { - "filename": "golden_net", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 4, - "y": 5, - "w": 24, - "h": 21 - }, - "frame": { - "x": 407, - "y": 51, - "w": 24, - "h": 21 - } - }, - { - "filename": "icy_reins_of_unity", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 4, - "y": 7, - "w": 24, - "h": 20 - }, - "frame": { - "x": 174, - "y": 67, - "w": 24, - "h": 20 - } - }, - { - "filename": "metal_powder", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 4, - "y": 6, - "w": 24, - "h": 20 - }, - "frame": { - "x": 198, - "y": 67, - "w": 24, - "h": 20 - } - }, - { - "filename": "quick_powder", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 4, - "y": 6, - "w": 24, - "h": 20 - }, - "frame": { - "x": 222, - "y": 67, - "w": 24, - "h": 20 - } - }, - { - "filename": "rusted_shield", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 4, - "y": 6, - "w": 24, - "h": 20 - }, - "frame": { - "x": 246, - "y": 68, - "w": 24, - "h": 20 - } - }, - { - "filename": "sacred_ash", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 4, - "y": 7, - "w": 24, - "h": 20 - }, - "frame": { - "x": 270, - "y": 68, - "w": 24, - "h": 20 - } - }, - { - "filename": "shadow_reins_of_unity", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 4, - "y": 7, - "w": 24, - "h": 20 - }, - "frame": { - "x": 294, - "y": 68, - "w": 24, - "h": 20 - } - }, - { - "filename": "soft_sand", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 4, - "y": 7, - "w": 24, - "h": 20 - }, - "frame": { - "x": 318, - "y": 68, - "w": 24, - "h": 20 - } - }, - { - "filename": "amulet_coin", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 6, - "y": 5, - "w": 23, - "h": 21 - }, - "frame": { - "x": 342, - "y": 68, - "w": 23, - "h": 21 - } - }, - { - "filename": "auspicious_armor", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 4, - "y": 5, - "w": 23, - "h": 21 - }, - "frame": { - "x": 368, - "y": 67, - "w": 23, - "h": 21 - } - }, - { - "filename": "pp_max", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 8, - "y": 4, - "w": 16, - "h": 24 - }, - "frame": { - "x": 391, - "y": 67, - "w": 16, - "h": 24 - } - }, - { - "filename": "binding_band", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 6, - "w": 23, - "h": 20 - }, - "frame": { - "x": 407, - "y": 72, - "w": 23, - "h": 20 - } - }, - { - "filename": "max_lure", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 8, - "y": 4, - "w": 17, - "h": 24 - }, - "frame": { - "x": 73, - "y": 87, - "w": 17, - "h": 24 - } - }, - { - "filename": "bug_tera_shard", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 6, - "y": 4, - "w": 22, - "h": 23 - }, - "frame": { - "x": 73, - "y": 111, - "w": 22, - "h": 23 - } - }, - { - "filename": "max_potion", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 7, - "y": 4, - "w": 18, - "h": 24 - }, - "frame": { - "x": 78, - "y": 134, - "w": 18, - "h": 24 - } - }, - { - "filename": "oval_charm", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 6, - "y": 4, - "w": 21, - "h": 24 - }, - "frame": { - "x": 79, - "y": 158, - "w": 21, - "h": 24 - } - }, - { - "filename": "shiny_charm", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 6, - "y": 4, - "w": 21, - "h": 24 - }, - "frame": { - "x": 79, - "y": 182, - "w": 21, - "h": 24 - } - }, - { - "filename": "dynamax_band", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 4, - "y": 4, - "w": 23, - "h": 23 - }, - "frame": { - "x": 90, - "y": 73, - "w": 23, - "h": 23 - } - }, { "filename": "eviolite", "rotated": false, @@ -2670,306 +87,12 @@ "h": 15 }, "frame": { - "x": 90, - "y": 96, + "x": 55, + "y": 0, "w": 15, "h": 15 } }, - { - "filename": "dark_tera_shard", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 6, - "y": 4, - "w": 22, - "h": 23 - }, - "frame": { - "x": 95, - "y": 111, - "w": 22, - "h": 23 - } - }, - { - "filename": "red_orb", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 6, - "y": 4, - "w": 20, - "h": 24 - }, - "frame": { - "x": 96, - "y": 134, - "w": 20, - "h": 24 - } - }, - { - "filename": "pp_up", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 8, - "y": 4, - "w": 16, - "h": 24 - }, - "frame": { - "x": 100, - "y": 158, - "w": 16, - "h": 24 - } - }, - { - "filename": "protein", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 8, - "y": 4, - "w": 16, - "h": 24 - }, - "frame": { - "x": 100, - "y": 182, - "w": 16, - "h": 24 - } - }, - { - "filename": "griseous_core", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 5, - "w": 23, - "h": 23 - }, - "frame": { - "x": 92, - "y": 206, - "w": 23, - "h": 23 - } - }, - { - "filename": "leek", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 4, - "y": 5, - "w": 23, - "h": 23 - }, - "frame": { - "x": 92, - "y": 229, - "w": 23, - "h": 23 - } - }, - { - "filename": "dragon_tera_shard", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 6, - "y": 4, - "w": 22, - "h": 23 - }, - "frame": { - "x": 93, - "y": 252, - "w": 22, - "h": 23 - } - }, - { - "filename": "dragon_fang", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 5, - "w": 21, - "h": 23 - }, - "frame": { - "x": 94, - "y": 275, - "w": 21, - "h": 23 - } - }, - { - "filename": "electric_tera_shard", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 6, - "y": 4, - "w": 22, - "h": 23 - }, - "frame": { - "x": 94, - "y": 298, - "w": 22, - "h": 23 - } - }, - { - "filename": "fairy_tera_shard", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 6, - "y": 4, - "w": 22, - "h": 23 - }, - "frame": { - "x": 94, - "y": 321, - "w": 22, - "h": 23 - } - }, - { - "filename": "fighting_tera_shard", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 6, - "y": 4, - "w": 22, - "h": 23 - }, - "frame": { - "x": 94, - "y": 344, - "w": 22, - "h": 23 - } - }, - { - "filename": "fire_stone", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 5, - "w": 22, - "h": 23 - }, - "frame": { - "x": 94, - "y": 367, - "w": 22, - "h": 23 - } - }, - { - "filename": "fire_tera_shard", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 6, - "y": 4, - "w": 22, - "h": 23 - }, - "frame": { - "x": 94, - "y": 390, - "w": 22, - "h": 23 - } - }, - { - "filename": "relic_crown", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 4, - "y": 7, - "w": 23, - "h": 18 - }, - "frame": { - "x": 94, - "y": 413, - "w": 23, - "h": 18 - } - }, { "filename": "prism_scale", "rotated": false, @@ -2985,14 +108,14 @@ "h": 15 }, "frame": { - "x": 105, - "y": 96, + "x": 70, + "y": 0, "w": 15, "h": 15 } }, { - "filename": "coupon", + "filename": "silver_powder", "rotated": false, "trimmed": true, "sourceSize": { @@ -3001,19 +124,19 @@ }, "spriteSourceSize": { "x": 4, - "y": 7, - "w": 23, - "h": 19 + "y": 11, + "w": 24, + "h": 15 }, "frame": { - "x": 113, - "y": 77, - "w": 23, - "h": 19 + "x": 85, + "y": 0, + "w": 24, + "h": 15 } }, { - "filename": "full_heal", + "filename": "ultranecrozium_z", "rotated": false, "trimmed": true, "sourceSize": { @@ -3021,205 +144,16 @@ "h": 32 }, "spriteSourceSize": { - "x": 9, - "y": 4, - "w": 15, - "h": 23 + "x": 1, + "y": 9, + "w": 30, + "h": 15 }, "frame": { - "x": 136, - "y": 77, - "w": 15, - "h": 23 - } - }, - { - "filename": "golden_mystic_ticket", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 4, - "y": 7, - "w": 23, - "h": 19 - }, - "frame": { - "x": 151, - "y": 81, - "w": 23, - "h": 19 - } - }, - { - "filename": "burn_drive", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 4, - "y": 8, - "w": 23, - "h": 17 - }, - "frame": { - "x": 174, - "y": 87, - "w": 23, - "h": 17 - } - }, - { - "filename": "chill_drive", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 4, - "y": 8, - "w": 23, - "h": 17 - }, - "frame": { - "x": 197, - "y": 87, - "w": 23, - "h": 17 - } - }, - { - "filename": "douse_drive", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 4, - "y": 8, - "w": 23, - "h": 17 - }, - "frame": { - "x": 220, - "y": 87, - "w": 23, - "h": 17 - } - }, - { - "filename": "healing_charm", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 5, - "w": 23, - "h": 22 - }, - "frame": { - "x": 243, - "y": 88, - "w": 23, - "h": 22 - } - }, - { - "filename": "macho_brace", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 4, - "y": 5, - "w": 23, - "h": 23 - }, - "frame": { - "x": 266, - "y": 88, - "w": 23, - "h": 23 - } - }, - { - "filename": "rare_candy", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 4, - "y": 5, - "w": 23, - "h": 23 - }, - "frame": { - "x": 289, - "y": 88, - "w": 23, - "h": 23 - } - }, - { - "filename": "rarer_candy", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 4, - "y": 5, - "w": 23, - "h": 23 - }, - "frame": { - "x": 312, - "y": 88, - "w": 23, - "h": 23 - } - }, - { - "filename": "rusted_sword", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 4, - "y": 5, - "w": 23, - "h": 22 - }, - "frame": { - "x": 335, - "y": 89, - "w": 23, - "h": 22 + "x": 109, + "y": 0, + "w": 30, + "h": 15 } }, { @@ -3237,2847 +171,12 @@ "h": 16 }, "frame": { - "x": 120, - "y": 96, + "x": 139, + "y": 0, "w": 16, "h": 16 } }, - { - "filename": "bug_memory", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 5, - "w": 22, - "h": 22 - }, - "frame": { - "x": 117, - "y": 112, - "w": 22, - "h": 22 - } - }, - { - "filename": "flying_tera_shard", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 6, - "y": 4, - "w": 22, - "h": 23 - }, - "frame": { - "x": 116, - "y": 134, - "w": 22, - "h": 23 - } - }, - { - "filename": "focus_sash", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 4, - "w": 22, - "h": 23 - }, - "frame": { - "x": 116, - "y": 157, - "w": 22, - "h": 23 - } - }, - { - "filename": "ghost_tera_shard", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 6, - "y": 4, - "w": 22, - "h": 23 - }, - "frame": { - "x": 116, - "y": 180, - "w": 22, - "h": 23 - } - }, - { - "filename": "grass_tera_shard", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 6, - "y": 4, - "w": 22, - "h": 23 - }, - "frame": { - "x": 139, - "y": 100, - "w": 22, - "h": 23 - } - }, - { - "filename": "berry_juice", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 5, - "w": 22, - "h": 21 - }, - "frame": { - "x": 139, - "y": 123, - "w": 22, - "h": 21 - } - }, - { - "filename": "ground_tera_shard", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 6, - "y": 4, - "w": 22, - "h": 23 - }, - "frame": { - "x": 138, - "y": 144, - "w": 22, - "h": 23 - } - }, - { - "filename": "ice_tera_shard", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 6, - "y": 4, - "w": 22, - "h": 23 - }, - "frame": { - "x": 138, - "y": 167, - "w": 22, - "h": 23 - } - }, - { - "filename": "black_sludge", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 7, - "w": 22, - "h": 19 - }, - "frame": { - "x": 138, - "y": 190, - "w": 22, - "h": 19 - } - }, - { - "filename": "never_melt_ice", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 5, - "w": 22, - "h": 23 - }, - "frame": { - "x": 161, - "y": 104, - "w": 22, - "h": 23 - } - }, - { - "filename": "normal_tera_shard", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 6, - "y": 4, - "w": 22, - "h": 23 - }, - "frame": { - "x": 183, - "y": 104, - "w": 22, - "h": 23 - } - }, - { - "filename": "petaya_berry", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 5, - "w": 22, - "h": 23 - }, - "frame": { - "x": 205, - "y": 104, - "w": 22, - "h": 23 - } - }, - { - "filename": "repel", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 8, - "y": 4, - "w": 16, - "h": 24 - }, - "frame": { - "x": 227, - "y": 104, - "w": 16, - "h": 24 - } - }, - { - "filename": "moon_stone", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 4, - "y": 6, - "w": 23, - "h": 21 - }, - "frame": { - "x": 243, - "y": 110, - "w": 23, - "h": 21 - } - }, - { - "filename": "n_lunarizer", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 4, - "y": 6, - "w": 23, - "h": 21 - }, - "frame": { - "x": 266, - "y": 111, - "w": 23, - "h": 21 - } - }, - { - "filename": "n_solarizer", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 4, - "y": 6, - "w": 23, - "h": 21 - }, - "frame": { - "x": 289, - "y": 111, - "w": 23, - "h": 21 - } - }, - { - "filename": "wellspring_mask", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 4, - "y": 5, - "w": 23, - "h": 21 - }, - "frame": { - "x": 312, - "y": 111, - "w": 23, - "h": 21 - } - }, - { - "filename": "charcoal", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 5, - "w": 22, - "h": 22 - }, - "frame": { - "x": 335, - "y": 111, - "w": 22, - "h": 22 - } - }, - { - "filename": "mystic_ticket", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 4, - "y": 7, - "w": 23, - "h": 19 - }, - "frame": { - "x": 161, - "y": 127, - "w": 23, - "h": 19 - } - }, - { - "filename": "poison_tera_shard", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 6, - "y": 4, - "w": 22, - "h": 23 - }, - "frame": { - "x": 160, - "y": 146, - "w": 22, - "h": 23 - } - }, - { - "filename": "psychic_tera_shard", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 6, - "y": 4, - "w": 22, - "h": 23 - }, - "frame": { - "x": 160, - "y": 169, - "w": 22, - "h": 23 - } - }, - { - "filename": "pair_of_tickets", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 4, - "y": 7, - "w": 23, - "h": 19 - }, - "frame": { - "x": 184, - "y": 127, - "w": 23, - "h": 19 - } - }, - { - "filename": "reaper_cloth", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 5, - "w": 22, - "h": 23 - }, - "frame": { - "x": 182, - "y": 146, - "w": 22, - "h": 23 - } - }, - { - "filename": "rock_tera_shard", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 6, - "y": 4, - "w": 22, - "h": 23 - }, - "frame": { - "x": 182, - "y": 169, - "w": 22, - "h": 23 - } - }, - { - "filename": "blue_orb", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 6, - "y": 6, - "w": 20, - "h": 20 - }, - "frame": { - "x": 207, - "y": 127, - "w": 20, - "h": 20 - } - }, - { - "filename": "steel_tera_shard", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 6, - "y": 4, - "w": 22, - "h": 23 - }, - "frame": { - "x": 204, - "y": 147, - "w": 22, - "h": 23 - } - }, - { - "filename": "dark_memory", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 5, - "w": 22, - "h": 22 - }, - "frame": { - "x": 204, - "y": 170, - "w": 22, - "h": 22 - } - }, - { - "filename": "reviver_seed", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 8, - "w": 23, - "h": 20 - }, - "frame": { - "x": 160, - "y": 192, - "w": 23, - "h": 20 - } - }, - { - "filename": "shell_bell", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 7, - "w": 23, - "h": 20 - }, - "frame": { - "x": 183, - "y": 192, - "w": 23, - "h": 20 - } - }, - { - "filename": "dawn_stone", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 6, - "y": 6, - "w": 20, - "h": 21 - }, - "frame": { - "x": 206, - "y": 192, - "w": 20, - "h": 21 - } - }, - { - "filename": "super_repel", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 8, - "y": 4, - "w": 16, - "h": 24 - }, - "frame": { - "x": 227, - "y": 128, - "w": 16, - "h": 24 - } - }, - { - "filename": "deep_sea_tooth", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 6, - "w": 22, - "h": 21 - }, - "frame": { - "x": 243, - "y": 131, - "w": 22, - "h": 21 - } - }, - { - "filename": "stellar_tera_shard", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 6, - "y": 4, - "w": 22, - "h": 23 - }, - "frame": { - "x": 226, - "y": 152, - "w": 22, - "h": 23 - } - }, - { - "filename": "water_tera_shard", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 6, - "y": 4, - "w": 22, - "h": 23 - }, - "frame": { - "x": 226, - "y": 175, - "w": 22, - "h": 23 - } - }, - { - "filename": "deep_sea_scale", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 6, - "w": 22, - "h": 20 - }, - "frame": { - "x": 265, - "y": 132, - "w": 22, - "h": 20 - } - }, - { - "filename": "wide_lens", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 4, - "w": 22, - "h": 23 - }, - "frame": { - "x": 248, - "y": 152, - "w": 22, - "h": 23 - } - }, - { - "filename": "dire_hit", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 5, - "w": 22, - "h": 22 - }, - "frame": { - "x": 248, - "y": 175, - "w": 22, - "h": 22 - } - }, - { - "filename": "dna_splicers", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 5, - "w": 22, - "h": 22 - }, - "frame": { - "x": 287, - "y": 132, - "w": 22, - "h": 22 - } - }, - { - "filename": "dragon_memory", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 5, - "w": 22, - "h": 22 - }, - "frame": { - "x": 309, - "y": 132, - "w": 22, - "h": 22 - } - }, - { - "filename": "super_lure", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 8, - "y": 4, - "w": 17, - "h": 24 - }, - "frame": { - "x": 270, - "y": 152, - "w": 17, - "h": 24 - } - }, - { - "filename": "electirizer", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 5, - "w": 22, - "h": 22 - }, - "frame": { - "x": 287, - "y": 154, - "w": 22, - "h": 22 - } - }, - { - "filename": "electric_memory", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 5, - "w": 22, - "h": 22 - }, - "frame": { - "x": 309, - "y": 154, - "w": 22, - "h": 22 - } - }, - { - "filename": "enigma_berry", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 5, - "w": 22, - "h": 22 - }, - "frame": { - "x": 270, - "y": 176, - "w": 22, - "h": 22 - } - }, - { - "filename": "fairy_memory", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 5, - "w": 22, - "h": 22 - }, - "frame": { - "x": 292, - "y": 176, - "w": 22, - "h": 22 - } - }, - { - "filename": "fighting_memory", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 5, - "w": 22, - "h": 22 - }, - "frame": { - "x": 331, - "y": 133, - "w": 22, - "h": 22 - } - }, - { - "filename": "fire_memory", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 5, - "w": 22, - "h": 22 - }, - "frame": { - "x": 331, - "y": 155, - "w": 22, - "h": 22 - } - }, - { - "filename": "hyper_potion", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 8, - "y": 5, - "w": 17, - "h": 23 - }, - "frame": { - "x": 314, - "y": 176, - "w": 17, - "h": 23 - } - }, - { - "filename": "flying_memory", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 5, - "w": 22, - "h": 22 - }, - "frame": { - "x": 331, - "y": 177, - "w": 22, - "h": 22 - } - }, - { - "filename": "blunder_policy", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 6, - "w": 22, - "h": 19 - }, - "frame": { - "x": 226, - "y": 198, - "w": 22, - "h": 19 - } - }, - { - "filename": "fairy_feather", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 7, - "w": 22, - "h": 20 - }, - "frame": { - "x": 248, - "y": 197, - "w": 22, - "h": 20 - } - }, - { - "filename": "dubious_disc", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 7, - "w": 22, - "h": 19 - }, - "frame": { - "x": 270, - "y": 198, - "w": 22, - "h": 19 - } - }, - { - "filename": "ganlon_berry", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 5, - "w": 22, - "h": 22 - }, - "frame": { - "x": 292, - "y": 198, - "w": 22, - "h": 22 - } - }, - { - "filename": "ghost_memory", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 5, - "w": 22, - "h": 22 - }, - "frame": { - "x": 314, - "y": 199, - "w": 22, - "h": 22 - } - }, - { - "filename": "berry_pot", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 7, - "y": 5, - "w": 18, - "h": 22 - }, - "frame": { - "x": 336, - "y": 199, - "w": 18, - "h": 22 - } - }, - { - "filename": "grass_memory", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 5, - "w": 22, - "h": 22 - }, - "frame": { - "x": 116, - "y": 203, - "w": 22, - "h": 22 - } - }, - { - "filename": "ground_memory", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 5, - "w": 22, - "h": 22 - }, - "frame": { - "x": 115, - "y": 225, - "w": 22, - "h": 22 - } - }, - { - "filename": "guard_spec", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 5, - "w": 22, - "h": 22 - }, - "frame": { - "x": 115, - "y": 247, - "w": 22, - "h": 22 - } - }, - { - "filename": "ice_memory", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 5, - "w": 22, - "h": 22 - }, - "frame": { - "x": 115, - "y": 269, - "w": 22, - "h": 22 - } - }, - { - "filename": "ice_stone", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 5, - "w": 22, - "h": 22 - }, - "frame": { - "x": 138, - "y": 209, - "w": 22, - "h": 22 - } - }, - { - "filename": "lansat_berry", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 4, - "w": 21, - "h": 23 - }, - "frame": { - "x": 137, - "y": 231, - "w": 21, - "h": 23 - } - }, - { - "filename": "leaf_stone", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 5, - "w": 21, - "h": 23 - }, - "frame": { - "x": 137, - "y": 254, - "w": 21, - "h": 23 - } - }, - { - "filename": "liechi_berry", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 6, - "w": 22, - "h": 21 - }, - "frame": { - "x": 160, - "y": 212, - "w": 22, - "h": 21 - } - }, - { - "filename": "magmarizer", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 5, - "w": 22, - "h": 22 - }, - "frame": { - "x": 182, - "y": 212, - "w": 22, - "h": 22 - } - }, - { - "filename": "mini_black_hole", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 5, - "w": 22, - "h": 22 - }, - "frame": { - "x": 204, - "y": 213, - "w": 22, - "h": 22 - } - }, - { - "filename": "moon_flute", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 5, - "w": 22, - "h": 22 - }, - "frame": { - "x": 158, - "y": 233, - "w": 22, - "h": 22 - } - }, - { - "filename": "normal_memory", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 5, - "w": 22, - "h": 22 - }, - "frame": { - "x": 158, - "y": 255, - "w": 22, - "h": 22 - } - }, - { - "filename": "poison_memory", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 5, - "w": 22, - "h": 22 - }, - "frame": { - "x": 180, - "y": 234, - "w": 22, - "h": 22 - } - }, - { - "filename": "protector", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 5, - "w": 22, - "h": 22 - }, - "frame": { - "x": 180, - "y": 256, - "w": 22, - "h": 22 - } - }, - { - "filename": "psychic_memory", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 5, - "w": 22, - "h": 22 - }, - "frame": { - "x": 202, - "y": 235, - "w": 22, - "h": 22 - } - }, - { - "filename": "rock_memory", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 5, - "w": 22, - "h": 22 - }, - "frame": { - "x": 202, - "y": 257, - "w": 22, - "h": 22 - } - }, - { - "filename": "malicious_armor", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 6, - "w": 22, - "h": 20 - }, - "frame": { - "x": 226, - "y": 217, - "w": 22, - "h": 20 - } - }, - { - "filename": "scroll_of_darkness", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 5, - "w": 22, - "h": 22 - }, - "frame": { - "x": 248, - "y": 217, - "w": 22, - "h": 22 - } - }, - { - "filename": "scroll_of_waters", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 5, - "w": 22, - "h": 22 - }, - "frame": { - "x": 270, - "y": 217, - "w": 22, - "h": 22 - } - }, - { - "filename": "sharp_beak", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 5, - "w": 21, - "h": 23 - }, - "frame": { - "x": 224, - "y": 237, - "w": 21, - "h": 23 - } - }, - { - "filename": "shed_shell", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 5, - "w": 22, - "h": 22 - }, - "frame": { - "x": 292, - "y": 220, - "w": 22, - "h": 22 - } - }, - { - "filename": "starf_berry", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 5, - "w": 22, - "h": 22 - }, - "frame": { - "x": 314, - "y": 221, - "w": 22, - "h": 22 - } - }, - { - "filename": "dusk_stone", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 6, - "y": 6, - "w": 21, - "h": 21 - }, - "frame": { - "x": 224, - "y": 260, - "w": 21, - "h": 21 - } - }, - { - "filename": "steel_memory", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 5, - "w": 22, - "h": 22 - }, - "frame": { - "x": 245, - "y": 239, - "w": 22, - "h": 22 - } - }, - { - "filename": "sun_flute", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 5, - "w": 22, - "h": 22 - }, - "frame": { - "x": 267, - "y": 239, - "w": 22, - "h": 22 - } - }, - { - "filename": "sweet_apple", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 6, - "w": 22, - "h": 21 - }, - "frame": { - "x": 245, - "y": 261, - "w": 22, - "h": 21 - } - }, - { - "filename": "syrupy_apple", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 6, - "w": 22, - "h": 21 - }, - "frame": { - "x": 267, - "y": 261, - "w": 22, - "h": 21 - } - }, - { - "filename": "thick_club", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 5, - "w": 22, - "h": 22 - }, - "frame": { - "x": 289, - "y": 242, - "w": 22, - "h": 22 - } - }, - { - "filename": "hard_meteorite", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 7, - "y": 5, - "w": 20, - "h": 22 - }, - "frame": { - "x": 336, - "y": 221, - "w": 20, - "h": 22 - } - }, - { - "filename": "tart_apple", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 6, - "w": 22, - "h": 21 - }, - "frame": { - "x": 289, - "y": 264, - "w": 22, - "h": 21 - } - }, - { - "filename": "thunder_stone", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 5, - "w": 22, - "h": 22 - }, - "frame": { - "x": 311, - "y": 243, - "w": 22, - "h": 22 - } - }, - { - "filename": "tm_bug", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 5, - "w": 22, - "h": 22 - }, - "frame": { - "x": 333, - "y": 243, - "w": 22, - "h": 22 - } - }, - { - "filename": "tera_orb", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 6, - "w": 22, - "h": 20 - }, - "frame": { - "x": 311, - "y": 265, - "w": 22, - "h": 20 - } - }, - { - "filename": "tm_dark", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 5, - "w": 22, - "h": 22 - }, - "frame": { - "x": 333, - "y": 265, - "w": 22, - "h": 22 - } - }, - { - "filename": "shock_drive", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 4, - "y": 8, - "w": 23, - "h": 17 - }, - "frame": { - "x": 137, - "y": 277, - "w": 23, - "h": 17 - } - }, - { - "filename": "whipped_dream", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 4, - "w": 21, - "h": 23 - }, - "frame": { - "x": 116, - "y": 291, - "w": 21, - "h": 23 - } - }, - { - "filename": "mystic_water", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 6, - "y": 5, - "w": 20, - "h": 23 - }, - "frame": { - "x": 116, - "y": 314, - "w": 20, - "h": 23 - } - }, - { - "filename": "sitrus_berry", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 6, - "y": 5, - "w": 20, - "h": 22 - }, - "frame": { - "x": 116, - "y": 337, - "w": 20, - "h": 22 - } - }, - { - "filename": "tm_dragon", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 5, - "w": 22, - "h": 22 - }, - "frame": { - "x": 137, - "y": 294, - "w": 22, - "h": 22 - } - }, - { - "filename": "tm_electric", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 5, - "w": 22, - "h": 22 - }, - "frame": { - "x": 136, - "y": 316, - "w": 22, - "h": 22 - } - }, - { - "filename": "tm_fairy", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 5, - "w": 22, - "h": 22 - }, - "frame": { - "x": 136, - "y": 338, - "w": 22, - "h": 22 - } - }, - { - "filename": "gb", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 6, - "y": 6, - "w": 20, - "h": 20 - }, - "frame": { - "x": 116, - "y": 359, - "w": 20, - "h": 20 - } - }, - { - "filename": "tm_fighting", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 5, - "w": 22, - "h": 22 - }, - "frame": { - "x": 116, - "y": 379, - "w": 22, - "h": 22 - } - }, - { - "filename": "upgrade", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 7, - "w": 22, - "h": 19 - }, - "frame": { - "x": 136, - "y": 360, - "w": 22, - "h": 19 - } - }, - { - "filename": "tm_fire", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 5, - "w": 22, - "h": 22 - }, - "frame": { - "x": 138, - "y": 379, - "w": 22, - "h": 22 - } - }, - { - "filename": "everstone", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 6, - "y": 8, - "w": 20, - "h": 17 - }, - "frame": { - "x": 160, - "y": 277, - "w": 20, - "h": 17 - } - }, - { - "filename": "tm_flying", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 5, - "w": 22, - "h": 22 - }, - "frame": { - "x": 159, - "y": 294, - "w": 22, - "h": 22 - } - }, - { - "filename": "tm_ghost", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 5, - "w": 22, - "h": 22 - }, - "frame": { - "x": 158, - "y": 316, - "w": 22, - "h": 22 - } - }, - { - "filename": "tm_grass", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 5, - "w": 22, - "h": 22 - }, - "frame": { - "x": 158, - "y": 338, - "w": 22, - "h": 22 - } - }, - { - "filename": "metal_alloy", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 6, - "y": 7, - "w": 21, - "h": 19 - }, - "frame": { - "x": 158, - "y": 360, - "w": 21, - "h": 19 - } - }, - { - "filename": "lock_capsule", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 7, - "y": 5, - "w": 19, - "h": 22 - }, - "frame": { - "x": 160, - "y": 379, - "w": 19, - "h": 22 - } - }, - { - "filename": "relic_band", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 7, - "y": 9, - "w": 17, - "h": 16 - }, - "frame": { - "x": 180, - "y": 278, - "w": 17, - "h": 16 - } - }, - { - "filename": "metal_coat", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 6, - "y": 5, - "w": 19, - "h": 22 - }, - "frame": { - "x": 181, - "y": 294, - "w": 19, - "h": 22 - } - }, - { - "filename": "tm_ground", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 5, - "w": 22, - "h": 22 - }, - "frame": { - "x": 180, - "y": 316, - "w": 22, - "h": 22 - } - }, - { - "filename": "tm_ice", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 5, - "w": 22, - "h": 22 - }, - "frame": { - "x": 180, - "y": 338, - "w": 22, - "h": 22 - } - }, - { - "filename": "tm_normal", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 5, - "w": 22, - "h": 22 - }, - "frame": { - "x": 179, - "y": 360, - "w": 22, - "h": 22 - } - }, - { - "filename": "tm_poison", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 5, - "w": 22, - "h": 22 - }, - "frame": { - "x": 179, - "y": 382, - "w": 22, - "h": 22 - } - }, - { - "filename": "tm_psychic", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 5, - "w": 22, - "h": 22 - }, - "frame": { - "x": 117, - "y": 401, - "w": 22, - "h": 22 - } - }, - { - "filename": "tm_rock", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 5, - "w": 22, - "h": 22 - }, - "frame": { - "x": 139, - "y": 401, - "w": 22, - "h": 22 - } - }, - { - "filename": "sachet", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 6, - "y": 4, - "w": 18, - "h": 23 - }, - "frame": { - "x": 161, - "y": 401, - "w": 18, - "h": 23 - } - }, - { - "filename": "tm_steel", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 5, - "w": 22, - "h": 22 - }, - "frame": { - "x": 179, - "y": 404, - "w": 22, - "h": 22 - } - }, - { - "filename": "leftovers", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 8, - "y": 5, - "w": 15, - "h": 22 - }, - "frame": { - "x": 358, - "y": 89, - "w": 15, - "h": 22 - } - }, - { - "filename": "razor_fang", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 7, - "y": 6, - "w": 18, - "h": 20 - }, - "frame": { - "x": 373, - "y": 88, - "w": 18, - "h": 20 - } - }, - { - "filename": "metronome", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 7, - "y": 5, - "w": 17, - "h": 22 - }, - "frame": { - "x": 357, - "y": 111, - "w": 17, - "h": 22 - } - }, - { - "filename": "tm_water", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 5, - "w": 22, - "h": 22 - }, - "frame": { - "x": 353, - "y": 133, - "w": 22, - "h": 22 - } - }, - { - "filename": "water_memory", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 5, - "w": 22, - "h": 22 - }, - "frame": { - "x": 353, - "y": 155, - "w": 22, - "h": 22 - } - }, - { - "filename": "water_stone", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 5, - "w": 22, - "h": 22 - }, - "frame": { - "x": 353, - "y": 177, - "w": 22, - "h": 22 - } - }, - { - "filename": "x_accuracy", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 5, - "w": 22, - "h": 22 - }, - "frame": { - "x": 354, - "y": 199, - "w": 22, - "h": 22 - } - }, - { - "filename": "x_attack", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 5, - "w": 22, - "h": 22 - }, - "frame": { - "x": 356, - "y": 221, - "w": 22, - "h": 22 - } - }, - { - "filename": "x_defense", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 5, - "w": 22, - "h": 22 - }, - "frame": { - "x": 355, - "y": 243, - "w": 22, - "h": 22 - } - }, - { - "filename": "x_sp_atk", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 5, - "w": 22, - "h": 22 - }, - "frame": { - "x": 355, - "y": 265, - "w": 22, - "h": 22 - } - }, - { - "filename": "potion", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 8, - "y": 5, - "w": 17, - "h": 23 - }, - "frame": { - "x": 374, - "y": 108, - "w": 17, - "h": 23 - } - }, - { - "filename": "unknown", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 8, - "y": 4, - "w": 16, - "h": 24 - }, - "frame": { - "x": 391, - "y": 91, - "w": 16, - "h": 24 - } - }, - { - "filename": "x_sp_def", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 5, - "w": 22, - "h": 22 - }, - "frame": { - "x": 407, - "y": 92, - "w": 22, - "h": 22 - } - }, - { - "filename": "zinc", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 8, - "y": 4, - "w": 16, - "h": 24 - }, - "frame": { - "x": 375, - "y": 131, - "w": 16, - "h": 24 - } - }, - { - "filename": "super_potion", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 8, - "y": 5, - "w": 17, - "h": 23 - }, - "frame": { - "x": 391, - "y": 115, - "w": 17, - "h": 23 - } - }, - { - "filename": "wise_glasses", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 4, - "y": 8, - "w": 23, - "h": 17 - }, - "frame": { - "x": 408, - "y": 114, - "w": 23, - "h": 17 - } - }, - { - "filename": "soothe_bell", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 8, - "y": 5, - "w": 17, - "h": 22 - }, - "frame": { - "x": 375, - "y": 155, - "w": 17, - "h": 22 - } - }, - { - "filename": "x_speed", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 5, - "w": 22, - "h": 22 - }, - "frame": { - "x": 375, - "y": 177, - "w": 22, - "h": 22 - } - }, - { - "filename": "poison_barb", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 6, - "w": 21, - "h": 21 - }, - "frame": { - "x": 376, - "y": 199, - "w": 21, - "h": 21 - } - }, - { - "filename": "quick_claw", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 6, - "y": 6, - "w": 19, - "h": 21 - }, - "frame": { - "x": 378, - "y": 220, - "w": 19, - "h": 21 - } - }, { "filename": "absolite", "rotated": false, @@ -6093,138 +192,12 @@ "h": 16 }, "frame": { - "x": 391, - "y": 138, + "x": 155, + "y": 0, "w": 16, "h": 16 } }, - { - "filename": "shiny_stone", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 6, - "w": 21, - "h": 21 - }, - "frame": { - "x": 392, - "y": 154, - "w": 21, - "h": 21 - } - }, - { - "filename": "oval_stone", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 7, - "y": 7, - "w": 18, - "h": 19 - }, - "frame": { - "x": 413, - "y": 131, - "w": 18, - "h": 19 - } - }, - { - "filename": "baton", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 7, - "y": 7, - "w": 18, - "h": 18 - }, - "frame": { - "x": 413, - "y": 150, - "w": 18, - "h": 18 - } - }, - { - "filename": "candy", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 7, - "y": 11, - "w": 18, - "h": 18 - }, - "frame": { - "x": 413, - "y": 168, - "w": 18, - "h": 18 - } - }, - { - "filename": "mystery_egg", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 8, - "y": 8, - "w": 16, - "h": 18 - }, - "frame": { - "x": 397, - "y": 175, - "w": 16, - "h": 18 - } - }, - { - "filename": "dark_stone", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 7, - "y": 7, - "w": 18, - "h": 18 - }, - "frame": { - "x": 413, - "y": 186, - "w": 18, - "h": 18 - } - }, { "filename": "aerodactylite", "rotated": false, @@ -6240,33 +213,12 @@ "h": 16 }, "frame": { - "x": 397, - "y": 193, + "x": 171, + "y": 0, "w": 16, "h": 16 } }, - { - "filename": "flame_orb", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 7, - "y": 7, - "w": 18, - "h": 18 - }, - "frame": { - "x": 413, - "y": 204, - "w": 18, - "h": 18 - } - }, { "filename": "aggronite", "rotated": false, @@ -6282,33 +234,12 @@ "h": 16 }, "frame": { - "x": 397, - "y": 209, + "x": 187, + "y": 0, "w": 16, "h": 16 } }, - { - "filename": "light_ball", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 7, - "y": 7, - "w": 18, - "h": 18 - }, - "frame": { - "x": 413, - "y": 222, - "w": 18, - "h": 18 - } - }, { "filename": "alakazite", "rotated": false, @@ -6324,117 +255,12 @@ "h": 16 }, "frame": { - "x": 397, - "y": 225, + "x": 203, + "y": 0, "w": 16, "h": 16 } }, - { - "filename": "light_stone", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 7, - "y": 7, - "w": 18, - "h": 18 - }, - "frame": { - "x": 413, - "y": 240, - "w": 18, - "h": 18 - } - }, - { - "filename": "zoom_lens", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 6, - "w": 21, - "h": 21 - }, - "frame": { - "x": 200, - "y": 279, - "w": 21, - "h": 21 - } - }, - { - "filename": "lum_berry", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 6, - "y": 7, - "w": 20, - "h": 19 - }, - "frame": { - "x": 221, - "y": 281, - "w": 20, - "h": 19 - } - }, - { - "filename": "masterpiece_teacup", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 7, - "w": 21, - "h": 18 - }, - "frame": { - "x": 241, - "y": 282, - "w": 21, - "h": 18 - } - }, - { - "filename": "old_gateau", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 6, - "y": 8, - "w": 21, - "h": 18 - }, - "frame": { - "x": 262, - "y": 282, - "w": 21, - "h": 18 - } - }, { "filename": "altarianite", "rotated": false, @@ -6450,810 +276,12 @@ "h": 16 }, "frame": { - "x": 200, - "y": 300, + "x": 219, + "y": 0, "w": 16, "h": 16 } }, - { - "filename": "sharp_meteorite", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 6, - "y": 8, - "w": 21, - "h": 18 - }, - "frame": { - "x": 216, - "y": 300, - "w": 21, - "h": 18 - } - }, - { - "filename": "unremarkable_teacup", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 5, - "y": 7, - "w": 21, - "h": 18 - }, - "frame": { - "x": 237, - "y": 300, - "w": 21, - "h": 18 - } - }, - { - "filename": "magnet", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 6, - "y": 6, - "w": 20, - "h": 20 - }, - "frame": { - "x": 258, - "y": 300, - "w": 20, - "h": 20 - } - }, - { - "filename": "mb", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 6, - "y": 6, - "w": 20, - "h": 20 - }, - "frame": { - "x": 283, - "y": 285, - "w": 20, - "h": 20 - } - }, - { - "filename": "pb", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 6, - "y": 6, - "w": 20, - "h": 20 - }, - "frame": { - "x": 303, - "y": 285, - "w": 20, - "h": 20 - } - }, - { - "filename": "pb_gold", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 6, - "y": 6, - "w": 20, - "h": 20 - }, - "frame": { - "x": 278, - "y": 305, - "w": 20, - "h": 20 - } - }, - { - "filename": "pb_silver", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 6, - "y": 6, - "w": 20, - "h": 20 - }, - "frame": { - "x": 298, - "y": 305, - "w": 20, - "h": 20 - } - }, - { - "filename": "revive", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 10, - "y": 8, - "w": 12, - "h": 17 - }, - "frame": { - "x": 202, - "y": 316, - "w": 12, - "h": 17 - } - }, - { - "filename": "power_herb", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 6, - "y": 7, - "w": 20, - "h": 19 - }, - "frame": { - "x": 214, - "y": 318, - "w": 20, - "h": 19 - } - }, - { - "filename": "razor_claw", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 6, - "y": 7, - "w": 20, - "h": 19 - }, - "frame": { - "x": 234, - "y": 318, - "w": 20, - "h": 19 - } - }, - { - "filename": "rb", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 6, - "y": 6, - "w": 20, - "h": 20 - }, - "frame": { - "x": 254, - "y": 320, - "w": 20, - "h": 20 - } - }, - { - "filename": "smooth_meteorite", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 7, - "y": 6, - "w": 20, - "h": 20 - }, - "frame": { - "x": 274, - "y": 325, - "w": 20, - "h": 20 - } - }, - { - "filename": "strange_ball", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 6, - "y": 6, - "w": 20, - "h": 20 - }, - "frame": { - "x": 294, - "y": 325, - "w": 20, - "h": 20 - } - }, - { - "filename": "spell_tag", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 7, - "y": 6, - "w": 19, - "h": 21 - }, - "frame": { - "x": 202, - "y": 337, - "w": 19, - "h": 21 - } - }, - { - "filename": "ub", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 6, - "y": 6, - "w": 20, - "h": 20 - }, - "frame": { - "x": 221, - "y": 337, - "w": 20, - "h": 20 - } - }, - { - "filename": "white_herb", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 6, - "y": 7, - "w": 20, - "h": 19 - }, - "frame": { - "x": 323, - "y": 287, - "w": 20, - "h": 19 - } - }, - { - "filename": "apicot_berry", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 6, - "y": 6, - "w": 19, - "h": 20 - }, - "frame": { - "x": 343, - "y": 287, - "w": 19, - "h": 20 - } - }, - { - "filename": "candy_jar", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 6, - "y": 6, - "w": 19, - "h": 20 - }, - "frame": { - "x": 362, - "y": 287, - "w": 19, - "h": 20 - } - }, - { - "filename": "big_mushroom", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 6, - "y": 6, - "w": 19, - "h": 19 - }, - "frame": { - "x": 318, - "y": 306, - "w": 19, - "h": 19 - } - }, - { - "filename": "hard_stone", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 6, - "y": 6, - "w": 19, - "h": 20 - }, - "frame": { - "x": 314, - "y": 325, - "w": 19, - "h": 20 - } - }, - { - "filename": "wl_ability_urge", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 6, - "y": 8, - "w": 20, - "h": 18 - }, - "frame": { - "x": 337, - "y": 307, - "w": 20, - "h": 18 - } - }, - { - "filename": "miracle_seed", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 6, - "y": 7, - "w": 19, - "h": 19 - }, - "frame": { - "x": 333, - "y": 325, - "w": 19, - "h": 19 - } - }, - { - "filename": "wl_antidote", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 6, - "y": 8, - "w": 20, - "h": 18 - }, - "frame": { - "x": 357, - "y": 307, - "w": 20, - "h": 18 - } - }, - { - "filename": "wl_awakening", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 6, - "y": 8, - "w": 20, - "h": 18 - }, - "frame": { - "x": 352, - "y": 325, - "w": 20, - "h": 18 - } - }, - { - "filename": "wl_burn_heal", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 6, - "y": 8, - "w": 20, - "h": 18 - }, - "frame": { - "x": 241, - "y": 340, - "w": 20, - "h": 18 - } - }, - { - "filename": "golden_egg", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 7, - "y": 6, - "w": 17, - "h": 20 - }, - "frame": { - "x": 372, - "y": 325, - "w": 17, - "h": 20 - } - }, - { - "filename": "toxic_orb", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 7, - "y": 7, - "w": 18, - "h": 18 - }, - "frame": { - "x": 377, - "y": 307, - "w": 18, - "h": 18 - } - }, - { - "filename": "lucky_egg", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 7, - "y": 6, - "w": 17, - "h": 20 - }, - "frame": { - "x": 389, - "y": 325, - "w": 17, - "h": 20 - } - }, - { - "filename": "wl_custom_spliced", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 6, - "y": 8, - "w": 20, - "h": 18 - }, - "frame": { - "x": 352, - "y": 343, - "w": 20, - "h": 18 - } - }, - { - "filename": "wl_custom_thief", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 6, - "y": 8, - "w": 20, - "h": 18 - }, - "frame": { - "x": 372, - "y": 345, - "w": 20, - "h": 18 - } - }, - { - "filename": "wl_elixir", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 6, - "y": 8, - "w": 20, - "h": 18 - }, - "frame": { - "x": 392, - "y": 345, - "w": 20, - "h": 18 - } - }, - { - "filename": "wl_ether", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 6, - "y": 8, - "w": 20, - "h": 18 - }, - "frame": { - "x": 378, - "y": 241, - "w": 20, - "h": 18 - } - }, - { - "filename": "relic_gold", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 9, - "y": 11, - "w": 15, - "h": 11 - }, - "frame": { - "x": 398, - "y": 241, - "w": 15, - "h": 11 - } - }, - { - "filename": "wl_full_heal", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 6, - "y": 8, - "w": 20, - "h": 18 - }, - "frame": { - "x": 377, - "y": 259, - "w": 20, - "h": 18 - } - }, - { - "filename": "wl_full_restore", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 6, - "y": 8, - "w": 20, - "h": 18 - }, - "frame": { - "x": 381, - "y": 277, - "w": 20, - "h": 18 - } - }, - { - "filename": "wl_guard_spec", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 6, - "y": 8, - "w": 20, - "h": 18 - }, - "frame": { - "x": 397, - "y": 259, - "w": 20, - "h": 18 - } - }, - { - "filename": "wl_hyper_potion", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 6, - "y": 8, - "w": 20, - "h": 18 - }, - "frame": { - "x": 401, - "y": 277, - "w": 20, - "h": 18 - } - }, - { - "filename": "wl_ice_heal", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 6, - "y": 8, - "w": 20, - "h": 18 - }, - "frame": { - "x": 395, - "y": 295, - "w": 20, - "h": 18 - } - }, { "filename": "ampharosite", "rotated": false, @@ -7269,8 +297,8 @@ "h": 16 }, "frame": { - "x": 415, - "y": 295, + "x": 235, + "y": 0, "w": 16, "h": 16 } @@ -7290,33 +318,12 @@ "h": 16 }, "frame": { - "x": 415, - "y": 311, + "x": 251, + "y": 0, "w": 16, "h": 16 } }, - { - "filename": "wl_item_drop", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 6, - "y": 8, - "w": 20, - "h": 18 - }, - "frame": { - "x": 406, - "y": 327, - "w": 20, - "h": 18 - } - }, { "filename": "banettite", "rotated": false, @@ -7332,201 +339,12 @@ "h": 16 }, "frame": { - "x": 412, - "y": 345, + "x": 267, + "y": 0, "w": 16, "h": 16 } }, - { - "filename": "wl_item_urge", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 6, - "y": 8, - "w": 20, - "h": 18 - }, - "frame": { - "x": 221, - "y": 357, - "w": 20, - "h": 18 - } - }, - { - "filename": "wl_max_elixir", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 6, - "y": 8, - "w": 20, - "h": 18 - }, - "frame": { - "x": 241, - "y": 358, - "w": 20, - "h": 18 - } - }, - { - "filename": "wl_max_ether", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 6, - "y": 8, - "w": 20, - "h": 18 - }, - "frame": { - "x": 201, - "y": 360, - "w": 20, - "h": 18 - } - }, - { - "filename": "wl_max_potion", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 6, - "y": 8, - "w": 20, - "h": 18 - }, - "frame": { - "x": 201, - "y": 378, - "w": 20, - "h": 18 - } - }, - { - "filename": "wl_max_revive", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 6, - "y": 8, - "w": 20, - "h": 18 - }, - "frame": { - "x": 221, - "y": 375, - "w": 20, - "h": 18 - } - }, - { - "filename": "wl_paralyze_heal", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 6, - "y": 8, - "w": 20, - "h": 18 - }, - "frame": { - "x": 201, - "y": 396, - "w": 20, - "h": 18 - } - }, - { - "filename": "wl_potion", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 6, - "y": 8, - "w": 20, - "h": 18 - }, - "frame": { - "x": 221, - "y": 393, - "w": 20, - "h": 18 - } - }, - { - "filename": "wl_reset_urge", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 6, - "y": 8, - "w": 20, - "h": 18 - }, - "frame": { - "x": 241, - "y": 376, - "w": 20, - "h": 18 - } - }, - { - "filename": "wl_revive", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 6, - "y": 8, - "w": 20, - "h": 18 - }, - "frame": { - "x": 241, - "y": 394, - "w": 20, - "h": 18 - } - }, { "filename": "beedrillite", "rotated": false, @@ -7542,33 +360,12 @@ "h": 16 }, "frame": { - "x": 201, - "y": 414, + "x": 283, + "y": 0, "w": 16, "h": 16 } }, - { - "filename": "wl_super_potion", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 32, - "h": 32 - }, - "spriteSourceSize": { - "x": 6, - "y": 8, - "w": 20, - "h": 18 - }, - "frame": { - "x": 261, - "y": 345, - "w": 20, - "h": 18 - } - }, { "filename": "blastoisinite", "rotated": false, @@ -7584,8 +381,8 @@ "h": 16 }, "frame": { - "x": 261, - "y": 363, + "x": 299, + "y": 0, "w": 16, "h": 16 } @@ -7605,8 +402,8 @@ "h": 16 }, "frame": { - "x": 281, - "y": 345, + "x": 315, + "y": 0, "w": 16, "h": 16 } @@ -7626,8 +423,8 @@ "h": 16 }, "frame": { - "x": 261, - "y": 379, + "x": 331, + "y": 0, "w": 16, "h": 16 } @@ -7647,8 +444,8 @@ "h": 16 }, "frame": { - "x": 297, - "y": 345, + "x": 347, + "y": 0, "w": 16, "h": 16 } @@ -7668,8 +465,8 @@ "h": 16 }, "frame": { - "x": 261, - "y": 395, + "x": 363, + "y": 0, "w": 16, "h": 16 } @@ -7689,8 +486,8 @@ "h": 16 }, "frame": { - "x": 313, - "y": 345, + "x": 379, + "y": 0, "w": 16, "h": 16 } @@ -7710,8 +507,8 @@ "h": 16 }, "frame": { - "x": 217, - "y": 414, + "x": 395, + "y": 0, "w": 16, "h": 16 } @@ -7731,12 +528,33 @@ "h": 16 }, "frame": { - "x": 233, - "y": 412, + "x": 411, + "y": 0, "w": 16, "h": 16 } }, + { + "filename": "revive", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 10, + "y": 8, + "w": 12, + "h": 17 + }, + "frame": { + "x": 0, + "y": 11, + "w": 12, + "h": 17 + } + }, { "filename": "gardevoirite", "rotated": false, @@ -7752,8 +570,8 @@ "h": 16 }, "frame": { - "x": 249, - "y": 412, + "x": 12, + "y": 14, "w": 16, "h": 16 } @@ -7773,8 +591,8 @@ "h": 16 }, "frame": { - "x": 265, - "y": 411, + "x": 28, + "y": 15, "w": 16, "h": 16 } @@ -7794,8 +612,8 @@ "h": 16 }, "frame": { - "x": 329, - "y": 345, + "x": 44, + "y": 15, "w": 16, "h": 16 } @@ -7815,8 +633,8 @@ "h": 16 }, "frame": { - "x": 277, - "y": 363, + "x": 60, + "y": 15, "w": 16, "h": 16 } @@ -7836,8 +654,8 @@ "h": 16 }, "frame": { - "x": 277, - "y": 379, + "x": 76, + "y": 15, "w": 16, "h": 16 } @@ -7857,8 +675,8 @@ "h": 16 }, "frame": { - "x": 277, - "y": 395, + "x": 92, + "y": 15, "w": 16, "h": 16 } @@ -7878,8 +696,8 @@ "h": 16 }, "frame": { - "x": 293, - "y": 361, + "x": 108, + "y": 15, "w": 16, "h": 16 } @@ -7899,8 +717,8 @@ "h": 16 }, "frame": { - "x": 309, - "y": 361, + "x": 124, + "y": 16, "w": 16, "h": 16 } @@ -7920,8 +738,8 @@ "h": 16 }, "frame": { - "x": 293, - "y": 377, + "x": 140, + "y": 16, "w": 16, "h": 16 } @@ -7941,8 +759,8 @@ "h": 16 }, "frame": { - "x": 325, - "y": 361, + "x": 156, + "y": 16, "w": 16, "h": 16 } @@ -7962,8 +780,8 @@ "h": 16 }, "frame": { - "x": 293, - "y": 393, + "x": 172, + "y": 16, "w": 16, "h": 16 } @@ -7983,8 +801,8 @@ "h": 16 }, "frame": { - "x": 309, - "y": 377, + "x": 188, + "y": 16, "w": 16, "h": 16 } @@ -8004,8 +822,8 @@ "h": 16 }, "frame": { - "x": 309, - "y": 393, + "x": 204, + "y": 16, "w": 16, "h": 16 } @@ -8025,12 +843,33 @@ "h": 16 }, "frame": { - "x": 325, - "y": 377, + "x": 220, + "y": 16, "w": 16, "h": 16 } }, + { + "filename": "mega_bracelet", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 6, + "y": 8, + "w": 20, + "h": 16 + }, + "frame": { + "x": 236, + "y": 16, + "w": 20, + "h": 16 + } + }, { "filename": "metagrossite", "rotated": false, @@ -8046,8 +885,8 @@ "h": 16 }, "frame": { - "x": 325, - "y": 393, + "x": 256, + "y": 16, "w": 16, "h": 16 } @@ -8067,8 +906,8 @@ "h": 16 }, "frame": { - "x": 281, - "y": 411, + "x": 272, + "y": 16, "w": 16, "h": 16 } @@ -8088,8 +927,8 @@ "h": 16 }, "frame": { - "x": 297, - "y": 409, + "x": 288, + "y": 16, "w": 16, "h": 16 } @@ -8109,8 +948,8 @@ "h": 16 }, "frame": { - "x": 313, - "y": 409, + "x": 304, + "y": 16, "w": 16, "h": 16 } @@ -8130,8 +969,8 @@ "h": 16 }, "frame": { - "x": 329, - "y": 409, + "x": 320, + "y": 16, "w": 16, "h": 16 } @@ -8151,8 +990,8 @@ "h": 16 }, "frame": { - "x": 341, - "y": 361, + "x": 336, + "y": 16, "w": 16, "h": 16 } @@ -8172,12 +1011,33 @@ "h": 16 }, "frame": { - "x": 341, - "y": 377, + "x": 352, + "y": 16, "w": 16, "h": 16 } }, + { + "filename": "relic_band", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 7, + "y": 9, + "w": 17, + "h": 16 + }, + "frame": { + "x": 368, + "y": 16, + "w": 17, + "h": 16 + } + }, { "filename": "sablenite", "rotated": false, @@ -8193,8 +1053,8 @@ "h": 16 }, "frame": { - "x": 341, - "y": 393, + "x": 385, + "y": 16, "w": 16, "h": 16 } @@ -8214,8 +1074,8 @@ "h": 16 }, "frame": { - "x": 345, - "y": 409, + "x": 401, + "y": 16, "w": 16, "h": 16 } @@ -8235,8 +1095,8 @@ "h": 16 }, "frame": { - "x": 412, - "y": 361, + "x": 417, + "y": 16, "w": 16, "h": 16 } @@ -8256,8 +1116,8 @@ "h": 16 }, "frame": { - "x": 357, - "y": 363, + "x": 0, + "y": 30, "w": 16, "h": 16 } @@ -8277,8 +1137,8 @@ "h": 16 }, "frame": { - "x": 357, - "y": 379, + "x": 16, + "y": 31, "w": 16, "h": 16 } @@ -8298,8 +1158,8 @@ "h": 16 }, "frame": { - "x": 373, - "y": 363, + "x": 32, + "y": 31, "w": 16, "h": 16 } @@ -8319,8 +1179,8 @@ "h": 16 }, "frame": { - "x": 373, - "y": 379, + "x": 48, + "y": 31, "w": 16, "h": 16 } @@ -8340,8 +1200,8 @@ "h": 16 }, "frame": { - "x": 389, - "y": 363, + "x": 64, + "y": 31, "w": 16, "h": 16 } @@ -8361,8 +1221,8 @@ "h": 16 }, "frame": { - "x": 389, - "y": 379, + "x": 80, + "y": 31, "w": 16, "h": 16 } @@ -8382,8 +1242,8 @@ "h": 16 }, "frame": { - "x": 405, - "y": 377, + "x": 96, + "y": 31, "w": 16, "h": 16 } @@ -8403,8 +1263,8 @@ "h": 16 }, "frame": { - "x": 361, - "y": 395, + "x": 112, + "y": 32, "w": 16, "h": 16 } @@ -8424,11 +1284,7172 @@ "h": 16 }, "frame": { - "x": 377, - "y": 395, + "x": 128, + "y": 32, "w": 16, "h": 16 } + }, + { + "filename": "black_glasses", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 4, + "y": 8, + "w": 23, + "h": 17 + }, + "frame": { + "x": 144, + "y": 32, + "w": 23, + "h": 17 + } + }, + { + "filename": "burn_drive", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 4, + "y": 8, + "w": 23, + "h": 17 + }, + "frame": { + "x": 167, + "y": 32, + "w": 23, + "h": 17 + } + }, + { + "filename": "chill_drive", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 4, + "y": 8, + "w": 23, + "h": 17 + }, + "frame": { + "x": 190, + "y": 32, + "w": 23, + "h": 17 + } + }, + { + "filename": "douse_drive", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 4, + "y": 8, + "w": 23, + "h": 17 + }, + "frame": { + "x": 213, + "y": 32, + "w": 23, + "h": 17 + } + }, + { + "filename": "everstone", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 6, + "y": 8, + "w": 20, + "h": 17 + }, + "frame": { + "x": 236, + "y": 32, + "w": 20, + "h": 17 + } + }, + { + "filename": "shock_drive", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 4, + "y": 8, + "w": 23, + "h": 17 + }, + "frame": { + "x": 256, + "y": 32, + "w": 23, + "h": 17 + } + }, + { + "filename": "wise_glasses", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 4, + "y": 8, + "w": 23, + "h": 17 + }, + "frame": { + "x": 279, + "y": 32, + "w": 23, + "h": 17 + } + }, + { + "filename": "baton", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 7, + "y": 7, + "w": 18, + "h": 18 + }, + "frame": { + "x": 302, + "y": 32, + "w": 18, + "h": 18 + } + }, + { + "filename": "candy", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 7, + "y": 11, + "w": 18, + "h": 18 + }, + "frame": { + "x": 320, + "y": 32, + "w": 18, + "h": 18 + } + }, + { + "filename": "choice_specs", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 4, + "y": 8, + "w": 24, + "h": 18 + }, + "frame": { + "x": 338, + "y": 32, + "w": 24, + "h": 18 + } + }, + { + "filename": "dark_stone", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 7, + "y": 7, + "w": 18, + "h": 18 + }, + "frame": { + "x": 362, + "y": 32, + "w": 18, + "h": 18 + } + }, + { + "filename": "dragon_scale", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 4, + "y": 8, + "w": 24, + "h": 18 + }, + "frame": { + "x": 380, + "y": 32, + "w": 24, + "h": 18 + } + }, + { + "filename": "flame_orb", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 7, + "y": 7, + "w": 18, + "h": 18 + }, + "frame": { + "x": 404, + "y": 32, + "w": 18, + "h": 18 + } + }, + { + "filename": "mystery_egg", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 8, + "y": 8, + "w": 16, + "h": 18 + }, + "frame": { + "x": 0, + "y": 46, + "w": 16, + "h": 18 + } + }, + { + "filename": "light_ball", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 7, + "y": 7, + "w": 18, + "h": 18 + }, + "frame": { + "x": 16, + "y": 47, + "w": 18, + "h": 18 + } + }, + { + "filename": "light_stone", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 7, + "y": 7, + "w": 18, + "h": 18 + }, + "frame": { + "x": 34, + "y": 47, + "w": 18, + "h": 18 + } + }, + { + "filename": "masterpiece_teacup", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 7, + "w": 21, + "h": 18 + }, + "frame": { + "x": 52, + "y": 47, + "w": 21, + "h": 18 + } + }, + { + "filename": "old_gateau", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 6, + "y": 8, + "w": 21, + "h": 18 + }, + "frame": { + "x": 73, + "y": 47, + "w": 21, + "h": 18 + } + }, + { + "filename": "toxic_orb", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 7, + "y": 7, + "w": 18, + "h": 18 + }, + "frame": { + "x": 94, + "y": 47, + "w": 18, + "h": 18 + } + }, + { + "filename": "relic_crown", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 4, + "y": 7, + "w": 23, + "h": 18 + }, + "frame": { + "x": 112, + "y": 48, + "w": 23, + "h": 18 + } + }, + { + "filename": "sharp_meteorite", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 6, + "y": 8, + "w": 21, + "h": 18 + }, + "frame": { + "x": 135, + "y": 49, + "w": 21, + "h": 18 + } + }, + { + "filename": "unremarkable_teacup", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 7, + "w": 21, + "h": 18 + }, + "frame": { + "x": 156, + "y": 49, + "w": 21, + "h": 18 + } + }, + { + "filename": "wl_ability_urge", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 6, + "y": 8, + "w": 20, + "h": 18 + }, + "frame": { + "x": 177, + "y": 49, + "w": 20, + "h": 18 + } + }, + { + "filename": "wl_antidote", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 6, + "y": 8, + "w": 20, + "h": 18 + }, + "frame": { + "x": 197, + "y": 49, + "w": 20, + "h": 18 + } + }, + { + "filename": "wl_awakening", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 6, + "y": 8, + "w": 20, + "h": 18 + }, + "frame": { + "x": 217, + "y": 49, + "w": 20, + "h": 18 + } + }, + { + "filename": "wl_burn_heal", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 6, + "y": 8, + "w": 20, + "h": 18 + }, + "frame": { + "x": 237, + "y": 49, + "w": 20, + "h": 18 + } + }, + { + "filename": "wl_custom_spliced", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 6, + "y": 8, + "w": 20, + "h": 18 + }, + "frame": { + "x": 257, + "y": 49, + "w": 20, + "h": 18 + } + }, + { + "filename": "wl_custom_thief", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 6, + "y": 8, + "w": 20, + "h": 18 + }, + "frame": { + "x": 277, + "y": 49, + "w": 20, + "h": 18 + } + }, + { + "filename": "wl_elixir", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 6, + "y": 8, + "w": 20, + "h": 18 + }, + "frame": { + "x": 297, + "y": 50, + "w": 20, + "h": 18 + } + }, + { + "filename": "wl_ether", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 6, + "y": 8, + "w": 20, + "h": 18 + }, + "frame": { + "x": 317, + "y": 50, + "w": 20, + "h": 18 + } + }, + { + "filename": "wl_full_heal", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 6, + "y": 8, + "w": 20, + "h": 18 + }, + "frame": { + "x": 337, + "y": 50, + "w": 20, + "h": 18 + } + }, + { + "filename": "wl_full_restore", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 6, + "y": 8, + "w": 20, + "h": 18 + }, + "frame": { + "x": 357, + "y": 50, + "w": 20, + "h": 18 + } + }, + { + "filename": "wl_guard_spec", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 6, + "y": 8, + "w": 20, + "h": 18 + }, + "frame": { + "x": 377, + "y": 50, + "w": 20, + "h": 18 + } + }, + { + "filename": "wl_hyper_potion", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 6, + "y": 8, + "w": 20, + "h": 18 + }, + "frame": { + "x": 397, + "y": 50, + "w": 20, + "h": 18 + } + }, + { + "filename": "oval_stone", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 7, + "y": 7, + "w": 18, + "h": 19 + }, + "frame": { + "x": 417, + "y": 50, + "w": 18, + "h": 19 + } + }, + { + "filename": "wl_ice_heal", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 6, + "y": 8, + "w": 20, + "h": 18 + }, + "frame": { + "x": 0, + "y": 65, + "w": 20, + "h": 18 + } + }, + { + "filename": "wl_item_drop", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 6, + "y": 8, + "w": 20, + "h": 18 + }, + "frame": { + "x": 20, + "y": 65, + "w": 20, + "h": 18 + } + }, + { + "filename": "wl_item_urge", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 6, + "y": 8, + "w": 20, + "h": 18 + }, + "frame": { + "x": 40, + "y": 65, + "w": 20, + "h": 18 + } + }, + { + "filename": "wl_max_elixir", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 6, + "y": 8, + "w": 20, + "h": 18 + }, + "frame": { + "x": 60, + "y": 65, + "w": 20, + "h": 18 + } + }, + { + "filename": "wl_max_ether", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 6, + "y": 8, + "w": 20, + "h": 18 + }, + "frame": { + "x": 80, + "y": 65, + "w": 20, + "h": 18 + } + }, + { + "filename": "wl_max_potion", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 6, + "y": 8, + "w": 20, + "h": 18 + }, + "frame": { + "x": 100, + "y": 66, + "w": 20, + "h": 18 + } + }, + { + "filename": "wl_max_revive", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 6, + "y": 8, + "w": 20, + "h": 18 + }, + "frame": { + "x": 120, + "y": 67, + "w": 20, + "h": 18 + } + }, + { + "filename": "wl_paralyze_heal", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 6, + "y": 8, + "w": 20, + "h": 18 + }, + "frame": { + "x": 140, + "y": 67, + "w": 20, + "h": 18 + } + }, + { + "filename": "wl_potion", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 6, + "y": 8, + "w": 20, + "h": 18 + }, + "frame": { + "x": 160, + "y": 67, + "w": 20, + "h": 18 + } + }, + { + "filename": "wl_reset_urge", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 6, + "y": 8, + "w": 20, + "h": 18 + }, + "frame": { + "x": 180, + "y": 67, + "w": 20, + "h": 18 + } + }, + { + "filename": "wl_revive", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 6, + "y": 8, + "w": 20, + "h": 18 + }, + "frame": { + "x": 200, + "y": 67, + "w": 20, + "h": 18 + } + }, + { + "filename": "wl_super_potion", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 6, + "y": 8, + "w": 20, + "h": 18 + }, + "frame": { + "x": 220, + "y": 67, + "w": 20, + "h": 18 + } + }, + { + "filename": "big_mushroom", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 6, + "y": 6, + "w": 19, + "h": 19 + }, + "frame": { + "x": 240, + "y": 67, + "w": 19, + "h": 19 + } + }, + { + "filename": "black_sludge", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 7, + "w": 22, + "h": 19 + }, + "frame": { + "x": 259, + "y": 67, + "w": 22, + "h": 19 + } + }, + { + "filename": "blunder_policy", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 6, + "w": 22, + "h": 19 + }, + "frame": { + "x": 281, + "y": 68, + "w": 22, + "h": 19 + } + }, + { + "filename": "coupon", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 4, + "y": 7, + "w": 23, + "h": 19 + }, + "frame": { + "x": 303, + "y": 68, + "w": 23, + "h": 19 + } + }, + { + "filename": "dubious_disc", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 7, + "w": 22, + "h": 19 + }, + "frame": { + "x": 326, + "y": 68, + "w": 22, + "h": 19 + } + }, + { + "filename": "golden_mystic_ticket", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 4, + "y": 7, + "w": 23, + "h": 19 + }, + "frame": { + "x": 348, + "y": 68, + "w": 23, + "h": 19 + } + }, + { + "filename": "lum_berry", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 6, + "y": 7, + "w": 20, + "h": 19 + }, + "frame": { + "x": 371, + "y": 68, + "w": 20, + "h": 19 + } + }, + { + "filename": "metal_alloy", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 6, + "y": 7, + "w": 21, + "h": 19 + }, + "frame": { + "x": 391, + "y": 68, + "w": 21, + "h": 19 + } + }, + { + "filename": "miracle_seed", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 6, + "y": 7, + "w": 19, + "h": 19 + }, + "frame": { + "x": 412, + "y": 69, + "w": 19, + "h": 19 + } + }, + { + "filename": "mystic_ticket", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 4, + "y": 7, + "w": 23, + "h": 19 + }, + "frame": { + "x": 0, + "y": 83, + "w": 23, + "h": 19 + } + }, + { + "filename": "pair_of_tickets", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 4, + "y": 7, + "w": 23, + "h": 19 + }, + "frame": { + "x": 23, + "y": 83, + "w": 23, + "h": 19 + } + }, + { + "filename": "power_herb", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 6, + "y": 7, + "w": 20, + "h": 19 + }, + "frame": { + "x": 46, + "y": 83, + "w": 20, + "h": 19 + } + }, + { + "filename": "razor_claw", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 6, + "y": 7, + "w": 20, + "h": 19 + }, + "frame": { + "x": 66, + "y": 83, + "w": 20, + "h": 19 + } + }, + { + "filename": "upgrade", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 7, + "w": 22, + "h": 19 + }, + "frame": { + "x": 86, + "y": 84, + "w": 22, + "h": 19 + } + }, + { + "filename": "white_herb", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 6, + "y": 7, + "w": 20, + "h": 19 + }, + "frame": { + "x": 108, + "y": 85, + "w": 20, + "h": 19 + } + }, + { + "filename": "apicot_berry", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 6, + "y": 6, + "w": 19, + "h": 20 + }, + "frame": { + "x": 128, + "y": 85, + "w": 19, + "h": 20 + } + }, + { + "filename": "big_nugget", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 6, + "y": 6, + "w": 20, + "h": 20 + }, + "frame": { + "x": 147, + "y": 85, + "w": 20, + "h": 20 + } + }, + { + "filename": "binding_band", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 6, + "w": 23, + "h": 20 + }, + "frame": { + "x": 167, + "y": 85, + "w": 23, + "h": 20 + } + }, + { + "filename": "blue_orb", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 6, + "y": 6, + "w": 20, + "h": 20 + }, + "frame": { + "x": 190, + "y": 85, + "w": 20, + "h": 20 + } + }, + { + "filename": "candy_jar", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 6, + "y": 6, + "w": 19, + "h": 20 + }, + "frame": { + "x": 210, + "y": 85, + "w": 19, + "h": 20 + } + }, + { + "filename": "chipped_pot", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 3, + "y": 6, + "w": 26, + "h": 20 + }, + "frame": { + "x": 229, + "y": 86, + "w": 26, + "h": 20 + } + }, + { + "filename": "cracked_pot", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 3, + "y": 6, + "w": 26, + "h": 20 + }, + "frame": { + "x": 255, + "y": 86, + "w": 26, + "h": 20 + } + }, + { + "filename": "deep_sea_scale", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 6, + "w": 22, + "h": 20 + }, + "frame": { + "x": 281, + "y": 87, + "w": 22, + "h": 20 + } + }, + { + "filename": "fairy_feather", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 7, + "w": 22, + "h": 20 + }, + "frame": { + "x": 303, + "y": 87, + "w": 22, + "h": 20 + } + }, + { + "filename": "gb", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 6, + "y": 6, + "w": 20, + "h": 20 + }, + "frame": { + "x": 325, + "y": 87, + "w": 20, + "h": 20 + } + }, + { + "filename": "golden_egg", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 7, + "y": 6, + "w": 17, + "h": 20 + }, + "frame": { + "x": 345, + "y": 87, + "w": 17, + "h": 20 + } + }, + { + "filename": "hard_stone", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 6, + "y": 6, + "w": 19, + "h": 20 + }, + "frame": { + "x": 362, + "y": 87, + "w": 19, + "h": 20 + } + }, + { + "filename": "icy_reins_of_unity", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 4, + "y": 7, + "w": 24, + "h": 20 + }, + "frame": { + "x": 381, + "y": 87, + "w": 24, + "h": 20 + } + }, + { + "filename": "legend_plate", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 3, + "y": 6, + "w": 25, + "h": 20 + }, + "frame": { + "x": 405, + "y": 88, + "w": 25, + "h": 20 + } + }, + { + "filename": "lucky_egg", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 7, + "y": 6, + "w": 17, + "h": 20 + }, + "frame": { + "x": 0, + "y": 102, + "w": 17, + "h": 20 + } + }, + { + "filename": "magnet", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 6, + "y": 6, + "w": 20, + "h": 20 + }, + "frame": { + "x": 17, + "y": 102, + "w": 20, + "h": 20 + } + }, + { + "filename": "malicious_armor", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 6, + "w": 22, + "h": 20 + }, + "frame": { + "x": 37, + "y": 102, + "w": 22, + "h": 20 + } + }, + { + "filename": "mb", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 6, + "y": 6, + "w": 20, + "h": 20 + }, + "frame": { + "x": 59, + "y": 102, + "w": 20, + "h": 20 + } + }, + { + "filename": "metal_powder", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 4, + "y": 6, + "w": 24, + "h": 20 + }, + "frame": { + "x": 79, + "y": 103, + "w": 24, + "h": 20 + } + }, + { + "filename": "pb", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 6, + "y": 6, + "w": 20, + "h": 20 + }, + "frame": { + "x": 103, + "y": 104, + "w": 20, + "h": 20 + } + }, + { + "filename": "pb_gold", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 6, + "y": 6, + "w": 20, + "h": 20 + }, + "frame": { + "x": 123, + "y": 105, + "w": 20, + "h": 20 + } + }, + { + "filename": "pb_silver", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 6, + "y": 6, + "w": 20, + "h": 20 + }, + "frame": { + "x": 143, + "y": 105, + "w": 20, + "h": 20 + } + }, + { + "filename": "quick_powder", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 4, + "y": 6, + "w": 24, + "h": 20 + }, + "frame": { + "x": 163, + "y": 105, + "w": 24, + "h": 20 + } + }, + { + "filename": "razor_fang", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 7, + "y": 6, + "w": 18, + "h": 20 + }, + "frame": { + "x": 187, + "y": 105, + "w": 18, + "h": 20 + } + }, + { + "filename": "rb", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 6, + "y": 6, + "w": 20, + "h": 20 + }, + "frame": { + "x": 205, + "y": 105, + "w": 20, + "h": 20 + } + }, + { + "filename": "reviver_seed", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 8, + "w": 23, + "h": 20 + }, + "frame": { + "x": 225, + "y": 106, + "w": 23, + "h": 20 + } + }, + { + "filename": "rusted_shield", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 4, + "y": 6, + "w": 24, + "h": 20 + }, + "frame": { + "x": 248, + "y": 106, + "w": 24, + "h": 20 + } + }, + { + "filename": "sacred_ash", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 4, + "y": 7, + "w": 24, + "h": 20 + }, + "frame": { + "x": 272, + "y": 107, + "w": 24, + "h": 20 + } + }, + { + "filename": "shadow_reins_of_unity", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 4, + "y": 7, + "w": 24, + "h": 20 + }, + "frame": { + "x": 296, + "y": 107, + "w": 24, + "h": 20 + } + }, + { + "filename": "shell_bell", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 7, + "w": 23, + "h": 20 + }, + "frame": { + "x": 320, + "y": 107, + "w": 23, + "h": 20 + } + }, + { + "filename": "smooth_meteorite", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 7, + "y": 6, + "w": 20, + "h": 20 + }, + "frame": { + "x": 343, + "y": 107, + "w": 20, + "h": 20 + } + }, + { + "filename": "soft_sand", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 4, + "y": 7, + "w": 24, + "h": 20 + }, + "frame": { + "x": 363, + "y": 107, + "w": 24, + "h": 20 + } + }, + { + "filename": "strange_ball", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 6, + "y": 6, + "w": 20, + "h": 20 + }, + "frame": { + "x": 387, + "y": 108, + "w": 20, + "h": 20 + } + }, + { + "filename": "tera_orb", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 6, + "w": 22, + "h": 20 + }, + "frame": { + "x": 407, + "y": 108, + "w": 22, + "h": 20 + } + }, + { + "filename": "ub", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 6, + "y": 6, + "w": 20, + "h": 20 + }, + "frame": { + "x": 0, + "y": 122, + "w": 20, + "h": 20 + } + }, + { + "filename": "adamant_crystal", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 4, + "y": 6, + "w": 23, + "h": 21 + }, + "frame": { + "x": 20, + "y": 122, + "w": 23, + "h": 21 + } + }, + { + "filename": "amulet_coin", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 6, + "y": 5, + "w": 23, + "h": 21 + }, + "frame": { + "x": 43, + "y": 122, + "w": 23, + "h": 21 + } + }, + { + "filename": "auspicious_armor", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 4, + "y": 5, + "w": 23, + "h": 21 + }, + "frame": { + "x": 66, + "y": 123, + "w": 23, + "h": 21 + } + }, + { + "filename": "berry_juice", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 5, + "w": 22, + "h": 21 + }, + "frame": { + "x": 89, + "y": 124, + "w": 22, + "h": 21 + } + }, + { + "filename": "dawn_stone", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 6, + "y": 6, + "w": 20, + "h": 21 + }, + "frame": { + "x": 111, + "y": 125, + "w": 20, + "h": 21 + } + }, + { + "filename": "deep_sea_tooth", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 6, + "w": 22, + "h": 21 + }, + "frame": { + "x": 131, + "y": 125, + "w": 22, + "h": 21 + } + }, + { + "filename": "dusk_stone", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 6, + "y": 6, + "w": 21, + "h": 21 + }, + "frame": { + "x": 153, + "y": 125, + "w": 21, + "h": 21 + } + }, + { + "filename": "flying_tera_shard", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 7, + "y": 5, + "w": 20, + "h": 21 + }, + "frame": { + "x": 174, + "y": 125, + "w": 20, + "h": 21 + } + }, + { + "filename": "golden_net", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 4, + "y": 5, + "w": 24, + "h": 21 + }, + "frame": { + "x": 194, + "y": 125, + "w": 24, + "h": 21 + } + }, + { + "filename": "liechi_berry", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 6, + "w": 22, + "h": 21 + }, + "frame": { + "x": 218, + "y": 126, + "w": 22, + "h": 21 + } + }, + { + "filename": "mint_atk", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 2, + "y": 5, + "w": 28, + "h": 21 + }, + "frame": { + "x": 240, + "y": 126, + "w": 28, + "h": 21 + } + }, + { + "filename": "mint_def", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 2, + "y": 5, + "w": 28, + "h": 21 + }, + "frame": { + "x": 268, + "y": 127, + "w": 28, + "h": 21 + } + }, + { + "filename": "mint_neutral", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 2, + "y": 5, + "w": 28, + "h": 21 + }, + "frame": { + "x": 296, + "y": 127, + "w": 28, + "h": 21 + } + }, + { + "filename": "mint_spatk", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 2, + "y": 5, + "w": 28, + "h": 21 + }, + "frame": { + "x": 324, + "y": 127, + "w": 28, + "h": 21 + } + }, + { + "filename": "mint_spd", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 2, + "y": 5, + "w": 28, + "h": 21 + }, + "frame": { + "x": 352, + "y": 127, + "w": 28, + "h": 21 + } + }, + { + "filename": "mint_spdef", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 2, + "y": 5, + "w": 28, + "h": 21 + }, + "frame": { + "x": 380, + "y": 128, + "w": 28, + "h": 21 + } + }, + { + "filename": "moon_stone", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 4, + "y": 6, + "w": 23, + "h": 21 + }, + "frame": { + "x": 408, + "y": 128, + "w": 23, + "h": 21 + } + }, + { + "filename": "quick_claw", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 6, + "y": 6, + "w": 19, + "h": 21 + }, + "frame": { + "x": 0, + "y": 142, + "w": 19, + "h": 21 + } + }, + { + "filename": "n_lunarizer", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 4, + "y": 6, + "w": 23, + "h": 21 + }, + "frame": { + "x": 19, + "y": 143, + "w": 23, + "h": 21 + } + }, + { + "filename": "n_solarizer", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 4, + "y": 6, + "w": 23, + "h": 21 + }, + "frame": { + "x": 42, + "y": 143, + "w": 23, + "h": 21 + } + }, + { + "filename": "poison_barb", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 6, + "w": 21, + "h": 21 + }, + "frame": { + "x": 65, + "y": 144, + "w": 21, + "h": 21 + } + }, + { + "filename": "shiny_stone", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 6, + "w": 21, + "h": 21 + }, + "frame": { + "x": 86, + "y": 145, + "w": 21, + "h": 21 + } + }, + { + "filename": "spell_tag", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 7, + "y": 6, + "w": 19, + "h": 21 + }, + "frame": { + "x": 107, + "y": 146, + "w": 19, + "h": 21 + } + }, + { + "filename": "sweet_apple", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 6, + "w": 22, + "h": 21 + }, + "frame": { + "x": 126, + "y": 146, + "w": 22, + "h": 21 + } + }, + { + "filename": "syrupy_apple", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 6, + "w": 22, + "h": 21 + }, + "frame": { + "x": 148, + "y": 146, + "w": 22, + "h": 21 + } + }, + { + "filename": "tart_apple", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 6, + "w": 22, + "h": 21 + }, + "frame": { + "x": 170, + "y": 146, + "w": 22, + "h": 21 + } + }, + { + "filename": "wellspring_mask", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 4, + "y": 5, + "w": 23, + "h": 21 + }, + "frame": { + "x": 192, + "y": 146, + "w": 23, + "h": 21 + } + }, + { + "filename": "zoom_lens", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 6, + "w": 21, + "h": 21 + }, + "frame": { + "x": 215, + "y": 147, + "w": 21, + "h": 21 + } + }, + { + "filename": "berry_pot", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 7, + "y": 5, + "w": 18, + "h": 22 + }, + "frame": { + "x": 236, + "y": 147, + "w": 18, + "h": 22 + } + }, + { + "filename": "bug_memory", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 5, + "w": 22, + "h": 22 + }, + "frame": { + "x": 254, + "y": 148, + "w": 22, + "h": 22 + } + }, + { + "filename": "charcoal", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 5, + "w": 22, + "h": 22 + }, + "frame": { + "x": 276, + "y": 148, + "w": 22, + "h": 22 + } + }, + { + "filename": "dark_memory", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 5, + "w": 22, + "h": 22 + }, + "frame": { + "x": 298, + "y": 148, + "w": 22, + "h": 22 + } + }, + { + "filename": "dire_hit", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 5, + "w": 22, + "h": 22 + }, + "frame": { + "x": 320, + "y": 148, + "w": 22, + "h": 22 + } + }, + { + "filename": "dna_splicers", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 5, + "w": 22, + "h": 22 + }, + "frame": { + "x": 342, + "y": 148, + "w": 22, + "h": 22 + } + }, + { + "filename": "leftovers", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 8, + "y": 5, + "w": 15, + "h": 22 + }, + "frame": { + "x": 364, + "y": 148, + "w": 15, + "h": 22 + } + }, + { + "filename": "dragon_memory", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 5, + "w": 22, + "h": 22 + }, + "frame": { + "x": 379, + "y": 149, + "w": 22, + "h": 22 + } + }, + { + "filename": "electirizer", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 5, + "w": 22, + "h": 22 + }, + "frame": { + "x": 401, + "y": 149, + "w": 22, + "h": 22 + } + }, + { + "filename": "lock_capsule", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 7, + "y": 5, + "w": 19, + "h": 22 + }, + "frame": { + "x": 0, + "y": 163, + "w": 19, + "h": 22 + } + }, + { + "filename": "electric_memory", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 5, + "w": 22, + "h": 22 + }, + "frame": { + "x": 19, + "y": 164, + "w": 22, + "h": 22 + } + }, + { + "filename": "enigma_berry", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 5, + "w": 22, + "h": 22 + }, + "frame": { + "x": 41, + "y": 164, + "w": 22, + "h": 22 + } + }, + { + "filename": "fairy_memory", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 5, + "w": 22, + "h": 22 + }, + "frame": { + "x": 63, + "y": 165, + "w": 22, + "h": 22 + } + }, + { + "filename": "fighting_memory", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 5, + "w": 22, + "h": 22 + }, + "frame": { + "x": 85, + "y": 166, + "w": 22, + "h": 22 + } + }, + { + "filename": "exp_balance", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 4, + "y": 5, + "w": 24, + "h": 22 + }, + "frame": { + "x": 107, + "y": 167, + "w": 24, + "h": 22 + } + }, + { + "filename": "exp_share", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 4, + "y": 5, + "w": 24, + "h": 22 + }, + "frame": { + "x": 131, + "y": 167, + "w": 24, + "h": 22 + } + }, + { + "filename": "fire_memory", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 5, + "w": 22, + "h": 22 + }, + "frame": { + "x": 155, + "y": 167, + "w": 22, + "h": 22 + } + }, + { + "filename": "flying_memory", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 5, + "w": 22, + "h": 22 + }, + "frame": { + "x": 177, + "y": 167, + "w": 22, + "h": 22 + } + }, + { + "filename": "full_heal", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 9, + "y": 4, + "w": 15, + "h": 23 + }, + "frame": { + "x": 199, + "y": 167, + "w": 15, + "h": 23 + } + }, + { + "filename": "ganlon_berry", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 5, + "w": 22, + "h": 22 + }, + "frame": { + "x": 214, + "y": 168, + "w": 22, + "h": 22 + } + }, + { + "filename": "metronome", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 7, + "y": 5, + "w": 17, + "h": 22 + }, + "frame": { + "x": 236, + "y": 169, + "w": 17, + "h": 22 + } + }, + { + "filename": "ghost_memory", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 5, + "w": 22, + "h": 22 + }, + "frame": { + "x": 253, + "y": 170, + "w": 22, + "h": 22 + } + }, + { + "filename": "grass_memory", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 5, + "w": 22, + "h": 22 + }, + "frame": { + "x": 275, + "y": 170, + "w": 22, + "h": 22 + } + }, + { + "filename": "ground_memory", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 5, + "w": 22, + "h": 22 + }, + "frame": { + "x": 297, + "y": 170, + "w": 22, + "h": 22 + } + }, + { + "filename": "guard_spec", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 5, + "w": 22, + "h": 22 + }, + "frame": { + "x": 319, + "y": 170, + "w": 22, + "h": 22 + } + }, + { + "filename": "hard_meteorite", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 7, + "y": 5, + "w": 20, + "h": 22 + }, + "frame": { + "x": 341, + "y": 170, + "w": 20, + "h": 22 + } + }, + { + "filename": "soothe_bell", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 8, + "y": 5, + "w": 17, + "h": 22 + }, + "frame": { + "x": 361, + "y": 170, + "w": 17, + "h": 22 + } + }, + { + "filename": "healing_charm", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 5, + "w": 23, + "h": 22 + }, + "frame": { + "x": 378, + "y": 171, + "w": 23, + "h": 22 + } + }, + { + "filename": "ice_memory", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 5, + "w": 22, + "h": 22 + }, + "frame": { + "x": 401, + "y": 171, + "w": 22, + "h": 22 + } + }, + { + "filename": "metal_coat", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 6, + "y": 5, + "w": 19, + "h": 22 + }, + "frame": { + "x": 0, + "y": 185, + "w": 19, + "h": 22 + } + }, + { + "filename": "ice_stone", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 5, + "w": 22, + "h": 22 + }, + "frame": { + "x": 19, + "y": 186, + "w": 22, + "h": 22 + } + }, + { + "filename": "magmarizer", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 5, + "w": 22, + "h": 22 + }, + "frame": { + "x": 41, + "y": 186, + "w": 22, + "h": 22 + } + }, + { + "filename": "mini_black_hole", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 5, + "w": 22, + "h": 22 + }, + "frame": { + "x": 63, + "y": 187, + "w": 22, + "h": 22 + } + }, + { + "filename": "moon_flute", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 5, + "w": 22, + "h": 22 + }, + "frame": { + "x": 85, + "y": 188, + "w": 22, + "h": 22 + } + }, + { + "filename": "map", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 3, + "y": 5, + "w": 27, + "h": 22 + }, + "frame": { + "x": 107, + "y": 189, + "w": 27, + "h": 22 + } + }, + { + "filename": "normal_memory", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 5, + "w": 22, + "h": 22 + }, + "frame": { + "x": 134, + "y": 189, + "w": 22, + "h": 22 + } + }, + { + "filename": "peat_block", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 4, + "y": 5, + "w": 24, + "h": 22 + }, + "frame": { + "x": 156, + "y": 189, + "w": 24, + "h": 22 + } + }, + { + "filename": "hyper_potion", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 8, + "y": 5, + "w": 17, + "h": 23 + }, + "frame": { + "x": 180, + "y": 189, + "w": 17, + "h": 23 + } + }, + { + "filename": "poison_memory", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 5, + "w": 22, + "h": 22 + }, + "frame": { + "x": 197, + "y": 190, + "w": 22, + "h": 22 + } + }, + { + "filename": "potion", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 8, + "y": 5, + "w": 17, + "h": 23 + }, + "frame": { + "x": 219, + "y": 190, + "w": 17, + "h": 23 + } + }, + { + "filename": "protector", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 5, + "w": 22, + "h": 22 + }, + "frame": { + "x": 236, + "y": 192, + "w": 22, + "h": 22 + } + }, + { + "filename": "psychic_memory", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 5, + "w": 22, + "h": 22 + }, + "frame": { + "x": 258, + "y": 192, + "w": 22, + "h": 22 + } + }, + { + "filename": "rock_memory", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 5, + "w": 22, + "h": 22 + }, + "frame": { + "x": 280, + "y": 192, + "w": 22, + "h": 22 + } + }, + { + "filename": "rusted_sword", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 4, + "y": 5, + "w": 23, + "h": 22 + }, + "frame": { + "x": 302, + "y": 192, + "w": 23, + "h": 22 + } + }, + { + "filename": "scroll_of_darkness", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 5, + "w": 22, + "h": 22 + }, + "frame": { + "x": 325, + "y": 192, + "w": 22, + "h": 22 + } + }, + { + "filename": "scroll_of_waters", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 5, + "w": 22, + "h": 22 + }, + "frame": { + "x": 347, + "y": 192, + "w": 22, + "h": 22 + } + }, + { + "filename": "shed_shell", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 5, + "w": 22, + "h": 22 + }, + "frame": { + "x": 369, + "y": 193, + "w": 22, + "h": 22 + } + }, + { + "filename": "sitrus_berry", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 6, + "y": 5, + "w": 20, + "h": 22 + }, + "frame": { + "x": 391, + "y": 193, + "w": 20, + "h": 22 + } + }, + { + "filename": "starf_berry", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 5, + "w": 22, + "h": 22 + }, + "frame": { + "x": 411, + "y": 193, + "w": 22, + "h": 22 + } + }, + { + "filename": "sachet", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 6, + "y": 4, + "w": 18, + "h": 23 + }, + "frame": { + "x": 0, + "y": 207, + "w": 18, + "h": 23 + } + }, + { + "filename": "steel_memory", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 5, + "w": 22, + "h": 22 + }, + "frame": { + "x": 18, + "y": 208, + "w": 22, + "h": 22 + } + }, + { + "filename": "sun_flute", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 5, + "w": 22, + "h": 22 + }, + "frame": { + "x": 40, + "y": 208, + "w": 22, + "h": 22 + } + }, + { + "filename": "thick_club", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 5, + "w": 22, + "h": 22 + }, + "frame": { + "x": 62, + "y": 209, + "w": 22, + "h": 22 + } + }, + { + "filename": "thunder_stone", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 5, + "w": 22, + "h": 22 + }, + "frame": { + "x": 84, + "y": 210, + "w": 22, + "h": 22 + } + }, + { + "filename": "tm_bug", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 5, + "w": 22, + "h": 22 + }, + "frame": { + "x": 106, + "y": 211, + "w": 22, + "h": 22 + } + }, + { + "filename": "tm_dark", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 5, + "w": 22, + "h": 22 + }, + "frame": { + "x": 128, + "y": 211, + "w": 22, + "h": 22 + } + }, + { + "filename": "tm_dragon", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 5, + "w": 22, + "h": 22 + }, + "frame": { + "x": 150, + "y": 211, + "w": 22, + "h": 22 + } + }, + { + "filename": "tm_electric", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 5, + "w": 22, + "h": 22 + }, + "frame": { + "x": 172, + "y": 212, + "w": 22, + "h": 22 + } + }, + { + "filename": "tm_fairy", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 5, + "w": 22, + "h": 22 + }, + "frame": { + "x": 194, + "y": 212, + "w": 22, + "h": 22 + } + }, + { + "filename": "mystic_water", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 6, + "y": 5, + "w": 20, + "h": 23 + }, + "frame": { + "x": 216, + "y": 213, + "w": 20, + "h": 23 + } + }, + { + "filename": "tm_fighting", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 5, + "w": 22, + "h": 22 + }, + "frame": { + "x": 236, + "y": 214, + "w": 22, + "h": 22 + } + }, + { + "filename": "tm_fire", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 5, + "w": 22, + "h": 22 + }, + "frame": { + "x": 258, + "y": 214, + "w": 22, + "h": 22 + } + }, + { + "filename": "tm_flying", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 5, + "w": 22, + "h": 22 + }, + "frame": { + "x": 280, + "y": 214, + "w": 22, + "h": 22 + } + }, + { + "filename": "tm_ghost", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 5, + "w": 22, + "h": 22 + }, + "frame": { + "x": 302, + "y": 214, + "w": 22, + "h": 22 + } + }, + { + "filename": "tm_grass", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 5, + "w": 22, + "h": 22 + }, + "frame": { + "x": 324, + "y": 214, + "w": 22, + "h": 22 + } + }, + { + "filename": "tm_ground", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 5, + "w": 22, + "h": 22 + }, + "frame": { + "x": 346, + "y": 214, + "w": 22, + "h": 22 + } + }, + { + "filename": "tm_ice", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 5, + "w": 22, + "h": 22 + }, + "frame": { + "x": 368, + "y": 215, + "w": 22, + "h": 22 + } + }, + { + "filename": "tm_normal", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 5, + "w": 22, + "h": 22 + }, + "frame": { + "x": 390, + "y": 215, + "w": 22, + "h": 22 + } + }, + { + "filename": "tm_poison", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 5, + "w": 22, + "h": 22 + }, + "frame": { + "x": 412, + "y": 215, + "w": 22, + "h": 22 + } + }, + { + "filename": "tm_psychic", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 5, + "w": 22, + "h": 22 + }, + "frame": { + "x": 0, + "y": 230, + "w": 22, + "h": 22 + } + }, + { + "filename": "tm_rock", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 5, + "w": 22, + "h": 22 + }, + "frame": { + "x": 22, + "y": 230, + "w": 22, + "h": 22 + } + }, + { + "filename": "super_potion", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 8, + "y": 5, + "w": 17, + "h": 23 + }, + "frame": { + "x": 44, + "y": 230, + "w": 17, + "h": 23 + } + }, + { + "filename": "tm_steel", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 5, + "w": 22, + "h": 22 + }, + "frame": { + "x": 61, + "y": 231, + "w": 22, + "h": 22 + } + }, + { + "filename": "tm_water", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 5, + "w": 22, + "h": 22 + }, + "frame": { + "x": 83, + "y": 232, + "w": 22, + "h": 22 + } + }, + { + "filename": "water_memory", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 5, + "w": 22, + "h": 22 + }, + "frame": { + "x": 105, + "y": 233, + "w": 22, + "h": 22 + } + }, + { + "filename": "water_stone", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 5, + "w": 22, + "h": 22 + }, + "frame": { + "x": 127, + "y": 233, + "w": 22, + "h": 22 + } + }, + { + "filename": "x_accuracy", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 5, + "w": 22, + "h": 22 + }, + "frame": { + "x": 149, + "y": 233, + "w": 22, + "h": 22 + } + }, + { + "filename": "x_attack", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 5, + "w": 22, + "h": 22 + }, + "frame": { + "x": 171, + "y": 234, + "w": 22, + "h": 22 + } + }, + { + "filename": "x_defense", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 5, + "w": 22, + "h": 22 + }, + "frame": { + "x": 193, + "y": 234, + "w": 22, + "h": 22 + } + }, + { + "filename": "x_sp_atk", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 5, + "w": 22, + "h": 22 + }, + "frame": { + "x": 215, + "y": 236, + "w": 22, + "h": 22 + } + }, + { + "filename": "x_sp_def", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 5, + "w": 22, + "h": 22 + }, + "frame": { + "x": 237, + "y": 236, + "w": 22, + "h": 22 + } + }, + { + "filename": "x_speed", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 5, + "w": 22, + "h": 22 + }, + "frame": { + "x": 259, + "y": 236, + "w": 22, + "h": 22 + } + }, + { + "filename": "berry_pouch", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 4, + "y": 5, + "w": 23, + "h": 23 + }, + "frame": { + "x": 281, + "y": 236, + "w": 23, + "h": 23 + } + }, + { + "filename": "black_belt", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 4, + "w": 22, + "h": 23 + }, + "frame": { + "x": 304, + "y": 236, + "w": 22, + "h": 23 + } + }, + { + "filename": "bug_tera_shard", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 6, + "y": 4, + "w": 22, + "h": 23 + }, + "frame": { + "x": 326, + "y": 236, + "w": 22, + "h": 23 + } + }, + { + "filename": "calcium", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 8, + "y": 4, + "w": 16, + "h": 24 + }, + "frame": { + "x": 348, + "y": 236, + "w": 16, + "h": 24 + } + }, + { + "filename": "clefairy_doll", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 4, + "y": 5, + "w": 24, + "h": 23 + }, + "frame": { + "x": 364, + "y": 237, + "w": 24, + "h": 23 + } + }, + { + "filename": "coin_case", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 4, + "y": 5, + "w": 24, + "h": 23 + }, + "frame": { + "x": 388, + "y": 237, + "w": 24, + "h": 23 + } + }, + { + "filename": "dark_tera_shard", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 6, + "y": 4, + "w": 22, + "h": 23 + }, + "frame": { + "x": 412, + "y": 237, + "w": 22, + "h": 23 + } + }, + { + "filename": "dragon_fang", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 5, + "w": 21, + "h": 23 + }, + "frame": { + "x": 0, + "y": 252, + "w": 21, + "h": 23 + } + }, + { + "filename": "dragon_tera_shard", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 6, + "y": 4, + "w": 22, + "h": 23 + }, + "frame": { + "x": 21, + "y": 252, + "w": 22, + "h": 23 + } + }, + { + "filename": "dynamax_band", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 4, + "y": 4, + "w": 23, + "h": 23 + }, + "frame": { + "x": 43, + "y": 253, + "w": 23, + "h": 23 + } + }, + { + "filename": "carbos", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 8, + "y": 4, + "w": 16, + "h": 24 + }, + "frame": { + "x": 66, + "y": 253, + "w": 16, + "h": 24 + } + }, + { + "filename": "electric_tera_shard", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 6, + "y": 4, + "w": 22, + "h": 23 + }, + "frame": { + "x": 82, + "y": 254, + "w": 22, + "h": 23 + } + }, + { + "filename": "expert_belt", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 4, + "y": 4, + "w": 24, + "h": 23 + }, + "frame": { + "x": 104, + "y": 255, + "w": 24, + "h": 23 + } + }, + { + "filename": "fairy_tera_shard", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 6, + "y": 4, + "w": 22, + "h": 23 + }, + "frame": { + "x": 128, + "y": 255, + "w": 22, + "h": 23 + } + }, + { + "filename": "lansat_berry", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 4, + "w": 21, + "h": 23 + }, + "frame": { + "x": 150, + "y": 255, + "w": 21, + "h": 23 + } + }, + { + "filename": "fighting_tera_shard", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 6, + "y": 4, + "w": 22, + "h": 23 + }, + "frame": { + "x": 171, + "y": 256, + "w": 22, + "h": 23 + } + }, + { + "filename": "fire_stone", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 5, + "w": 22, + "h": 23 + }, + "frame": { + "x": 193, + "y": 256, + "w": 22, + "h": 23 + } + }, + { + "filename": "fire_tera_shard", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 6, + "y": 4, + "w": 22, + "h": 23 + }, + "frame": { + "x": 215, + "y": 258, + "w": 22, + "h": 23 + } + }, + { + "filename": "focus_sash", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 4, + "w": 22, + "h": 23 + }, + "frame": { + "x": 237, + "y": 258, + "w": 22, + "h": 23 + } + }, + { + "filename": "ghost_tera_shard", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 6, + "y": 4, + "w": 22, + "h": 23 + }, + "frame": { + "x": 259, + "y": 258, + "w": 22, + "h": 23 + } + }, + { + "filename": "grass_tera_shard", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 6, + "y": 4, + "w": 22, + "h": 23 + }, + "frame": { + "x": 281, + "y": 259, + "w": 22, + "h": 23 + } + }, + { + "filename": "griseous_core", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 5, + "w": 23, + "h": 23 + }, + "frame": { + "x": 303, + "y": 259, + "w": 23, + "h": 23 + } + }, + { + "filename": "ground_tera_shard", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 6, + "y": 4, + "w": 22, + "h": 23 + }, + "frame": { + "x": 326, + "y": 259, + "w": 22, + "h": 23 + } + }, + { + "filename": "hearthflame_mask", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 4, + "y": 4, + "w": 24, + "h": 23 + }, + "frame": { + "x": 348, + "y": 260, + "w": 24, + "h": 23 + } + }, + { + "filename": "ice_tera_shard", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 6, + "y": 4, + "w": 22, + "h": 23 + }, + "frame": { + "x": 372, + "y": 260, + "w": 22, + "h": 23 + } + }, + { + "filename": "leaf_stone", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 5, + "w": 21, + "h": 23 + }, + "frame": { + "x": 394, + "y": 260, + "w": 21, + "h": 23 + } + }, + { + "filename": "elixir", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 7, + "y": 4, + "w": 18, + "h": 24 + }, + "frame": { + "x": 415, + "y": 260, + "w": 18, + "h": 24 + } + }, + { + "filename": "leek", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 4, + "y": 5, + "w": 23, + "h": 23 + }, + "frame": { + "x": 0, + "y": 275, + "w": 23, + "h": 23 + } + }, + { + "filename": "ether", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 7, + "y": 4, + "w": 18, + "h": 24 + }, + "frame": { + "x": 23, + "y": 275, + "w": 18, + "h": 24 + } + }, + { + "filename": "leppa_berry", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 4, + "y": 5, + "w": 24, + "h": 23 + }, + "frame": { + "x": 41, + "y": 276, + "w": 24, + "h": 23 + } + }, + { + "filename": "macho_brace", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 4, + "y": 5, + "w": 23, + "h": 23 + }, + "frame": { + "x": 65, + "y": 277, + "w": 23, + "h": 23 + } + }, + { + "filename": "hp_up", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 8, + "y": 4, + "w": 16, + "h": 24 + }, + "frame": { + "x": 88, + "y": 277, + "w": 16, + "h": 24 + } + }, + { + "filename": "never_melt_ice", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 5, + "w": 22, + "h": 23 + }, + "frame": { + "x": 104, + "y": 278, + "w": 22, + "h": 23 + } + }, + { + "filename": "normal_tera_shard", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 6, + "y": 4, + "w": 22, + "h": 23 + }, + "frame": { + "x": 126, + "y": 278, + "w": 22, + "h": 23 + } + }, + { + "filename": "petaya_berry", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 5, + "w": 22, + "h": 23 + }, + "frame": { + "x": 148, + "y": 278, + "w": 22, + "h": 23 + } + }, + { + "filename": "poison_tera_shard", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 6, + "y": 4, + "w": 22, + "h": 23 + }, + "frame": { + "x": 170, + "y": 279, + "w": 22, + "h": 23 + } + }, + { + "filename": "psychic_tera_shard", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 6, + "y": 4, + "w": 22, + "h": 23 + }, + "frame": { + "x": 192, + "y": 279, + "w": 22, + "h": 23 + } + }, + { + "filename": "rare_candy", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 4, + "y": 5, + "w": 23, + "h": 23 + }, + "frame": { + "x": 214, + "y": 281, + "w": 23, + "h": 23 + } + }, + { + "filename": "rarer_candy", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 4, + "y": 5, + "w": 23, + "h": 23 + }, + "frame": { + "x": 237, + "y": 281, + "w": 23, + "h": 23 + } + }, + { + "filename": "sharp_beak", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 5, + "w": 21, + "h": 23 + }, + "frame": { + "x": 260, + "y": 281, + "w": 21, + "h": 23 + } + }, + { + "filename": "reaper_cloth", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 5, + "w": 22, + "h": 23 + }, + "frame": { + "x": 281, + "y": 282, + "w": 22, + "h": 23 + } + }, + { + "filename": "rock_tera_shard", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 6, + "y": 4, + "w": 22, + "h": 23 + }, + "frame": { + "x": 303, + "y": 282, + "w": 22, + "h": 23 + } + }, + { + "filename": "steel_tera_shard", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 6, + "y": 4, + "w": 22, + "h": 23 + }, + "frame": { + "x": 325, + "y": 282, + "w": 22, + "h": 23 + } + }, + { + "filename": "scope_lens", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 4, + "y": 5, + "w": 24, + "h": 23 + }, + "frame": { + "x": 347, + "y": 283, + "w": 24, + "h": 23 + } + }, + { + "filename": "stellar_tera_shard", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 6, + "y": 4, + "w": 22, + "h": 23 + }, + "frame": { + "x": 371, + "y": 283, + "w": 22, + "h": 23 + } + }, + { + "filename": "water_tera_shard", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 6, + "y": 4, + "w": 22, + "h": 23 + }, + "frame": { + "x": 393, + "y": 283, + "w": 22, + "h": 23 + } + }, + { + "filename": "full_restore", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 7, + "y": 4, + "w": 18, + "h": 24 + }, + "frame": { + "x": 415, + "y": 284, + "w": 18, + "h": 24 + } + }, + { + "filename": "whipped_dream", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 4, + "w": 21, + "h": 23 + }, + "frame": { + "x": 0, + "y": 298, + "w": 21, + "h": 23 + } + }, + { + "filename": "twisted_spoon", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 4, + "y": 5, + "w": 24, + "h": 23 + }, + "frame": { + "x": 21, + "y": 299, + "w": 24, + "h": 23 + } + }, + { + "filename": "iron", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 8, + "y": 4, + "w": 16, + "h": 24 + }, + "frame": { + "x": 45, + "y": 299, + "w": 16, + "h": 24 + } + }, + { + "filename": "wide_lens", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 4, + "w": 22, + "h": 23 + }, + "frame": { + "x": 61, + "y": 300, + "w": 22, + "h": 23 + } + }, + { + "filename": "big_root", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 4, + "y": 4, + "w": 23, + "h": 24 + }, + "frame": { + "x": 83, + "y": 301, + "w": 23, + "h": 24 + } + }, + { + "filename": "blank_plate", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 4, + "y": 4, + "w": 24, + "h": 24 + }, + "frame": { + "x": 106, + "y": 301, + "w": 24, + "h": 24 + } + }, + { + "filename": "catching_charm", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 4, + "w": 21, + "h": 24 + }, + "frame": { + "x": 130, + "y": 301, + "w": 21, + "h": 24 + } + }, + { + "filename": "lure", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 8, + "y": 4, + "w": 17, + "h": 24 + }, + "frame": { + "x": 151, + "y": 301, + "w": 17, + "h": 24 + } + }, + { + "filename": "choice_scarf", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 4, + "y": 4, + "w": 24, + "h": 24 + }, + "frame": { + "x": 168, + "y": 302, + "w": 24, + "h": 24 + } + }, + { + "filename": "max_elixir", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 7, + "y": 4, + "w": 18, + "h": 24 + }, + "frame": { + "x": 192, + "y": 302, + "w": 18, + "h": 24 + } + }, + { + "filename": "draco_plate", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 4, + "y": 4, + "w": 24, + "h": 24 + }, + "frame": { + "x": 210, + "y": 304, + "w": 24, + "h": 24 + } + }, + { + "filename": "dread_plate", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 4, + "y": 4, + "w": 24, + "h": 24 + }, + "frame": { + "x": 234, + "y": 304, + "w": 24, + "h": 24 + } + }, + { + "filename": "kings_rock", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 4, + "w": 23, + "h": 24 + }, + "frame": { + "x": 258, + "y": 304, + "w": 23, + "h": 24 + } + }, + { + "filename": "earth_plate", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 4, + "y": 4, + "w": 24, + "h": 24 + }, + "frame": { + "x": 281, + "y": 305, + "w": 24, + "h": 24 + } + }, + { + "filename": "fist_plate", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 4, + "y": 4, + "w": 24, + "h": 24 + }, + "frame": { + "x": 305, + "y": 305, + "w": 24, + "h": 24 + } + }, + { + "filename": "max_ether", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 7, + "y": 4, + "w": 18, + "h": 24 + }, + "frame": { + "x": 329, + "y": 305, + "w": 18, + "h": 24 + } + }, + { + "filename": "flame_plate", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 4, + "y": 4, + "w": 24, + "h": 24 + }, + "frame": { + "x": 347, + "y": 306, + "w": 24, + "h": 24 + } + }, + { + "filename": "focus_band", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 4, + "y": 4, + "w": 24, + "h": 24 + }, + "frame": { + "x": 371, + "y": 306, + "w": 24, + "h": 24 + } + }, + { + "filename": "max_lure", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 8, + "y": 4, + "w": 17, + "h": 24 + }, + "frame": { + "x": 395, + "y": 306, + "w": 17, + "h": 24 + } + }, + { + "filename": "max_potion", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 7, + "y": 4, + "w": 18, + "h": 24 + }, + "frame": { + "x": 412, + "y": 308, + "w": 18, + "h": 24 + } + }, + { + "filename": "max_repel", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 8, + "y": 4, + "w": 16, + "h": 24 + }, + "frame": { + "x": 0, + "y": 321, + "w": 16, + "h": 24 + } + }, + { + "filename": "golden_punch", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 4, + "y": 4, + "w": 24, + "h": 24 + }, + "frame": { + "x": 16, + "y": 322, + "w": 24, + "h": 24 + } + }, + { + "filename": "gracidea", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 4, + "y": 4, + "w": 24, + "h": 24 + }, + "frame": { + "x": 40, + "y": 323, + "w": 24, + "h": 24 + } + }, + { + "filename": "pp_max", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 8, + "y": 4, + "w": 16, + "h": 24 + }, + "frame": { + "x": 64, + "y": 323, + "w": 16, + "h": 24 + } + }, + { + "filename": "grip_claw", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 4, + "y": 4, + "w": 24, + "h": 24 + }, + "frame": { + "x": 80, + "y": 325, + "w": 24, + "h": 24 + } + }, + { + "filename": "icicle_plate", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 4, + "y": 4, + "w": 24, + "h": 24 + }, + "frame": { + "x": 104, + "y": 325, + "w": 24, + "h": 24 + } + }, + { + "filename": "insect_plate", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 4, + "y": 4, + "w": 24, + "h": 24 + }, + "frame": { + "x": 128, + "y": 325, + "w": 24, + "h": 24 + } + }, + { + "filename": "pp_up", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 8, + "y": 4, + "w": 16, + "h": 24 + }, + "frame": { + "x": 152, + "y": 325, + "w": 16, + "h": 24 + } + }, + { + "filename": "iron_plate", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 4, + "y": 4, + "w": 24, + "h": 24 + }, + "frame": { + "x": 168, + "y": 326, + "w": 24, + "h": 24 + } + }, + { + "filename": "protein", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 8, + "y": 4, + "w": 16, + "h": 24 + }, + "frame": { + "x": 192, + "y": 326, + "w": 16, + "h": 24 + } + }, + { + "filename": "lucky_punch", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 4, + "y": 4, + "w": 24, + "h": 24 + }, + "frame": { + "x": 208, + "y": 328, + "w": 24, + "h": 24 + } + }, + { + "filename": "lucky_punch_great", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 4, + "y": 4, + "w": 24, + "h": 24 + }, + "frame": { + "x": 232, + "y": 328, + "w": 24, + "h": 24 + } + }, + { + "filename": "lucky_punch_master", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 4, + "y": 4, + "w": 24, + "h": 24 + }, + "frame": { + "x": 256, + "y": 328, + "w": 24, + "h": 24 + } + }, + { + "filename": "lucky_punch_ultra", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 4, + "y": 4, + "w": 24, + "h": 24 + }, + "frame": { + "x": 280, + "y": 329, + "w": 24, + "h": 24 + } + }, + { + "filename": "lustrous_globe", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 4, + "y": 4, + "w": 24, + "h": 24 + }, + "frame": { + "x": 304, + "y": 329, + "w": 24, + "h": 24 + } + }, + { + "filename": "repel", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 8, + "y": 4, + "w": 16, + "h": 24 + }, + "frame": { + "x": 328, + "y": 329, + "w": 16, + "h": 24 + } + }, + { + "filename": "max_revive", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 4, + "w": 22, + "h": 24 + }, + "frame": { + "x": 344, + "y": 330, + "w": 22, + "h": 24 + } + }, + { + "filename": "meadow_plate", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 4, + "y": 4, + "w": 24, + "h": 24 + }, + "frame": { + "x": 366, + "y": 330, + "w": 24, + "h": 24 + } + }, + { + "filename": "oval_charm", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 6, + "y": 4, + "w": 21, + "h": 24 + }, + "frame": { + "x": 390, + "y": 330, + "w": 21, + "h": 24 + } + }, + { + "filename": "mind_plate", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 4, + "y": 4, + "w": 24, + "h": 24 + }, + "frame": { + "x": 411, + "y": 332, + "w": 24, + "h": 24 + } + }, + { + "filename": "super_repel", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 8, + "y": 4, + "w": 16, + "h": 24 + }, + "frame": { + "x": 0, + "y": 345, + "w": 16, + "h": 24 + } + }, + { + "filename": "muscle_band", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 4, + "y": 4, + "w": 24, + "h": 24 + }, + "frame": { + "x": 16, + "y": 346, + "w": 24, + "h": 24 + } + }, + { + "filename": "pixie_plate", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 4, + "y": 4, + "w": 24, + "h": 24 + }, + "frame": { + "x": 40, + "y": 347, + "w": 24, + "h": 24 + } + }, + { + "filename": "unknown", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 8, + "y": 4, + "w": 16, + "h": 24 + }, + "frame": { + "x": 64, + "y": 347, + "w": 16, + "h": 24 + } + }, + { + "filename": "red_orb", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 6, + "y": 4, + "w": 20, + "h": 24 + }, + "frame": { + "x": 80, + "y": 349, + "w": 20, + "h": 24 + } + }, + { + "filename": "reveal_glass", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 4, + "y": 4, + "w": 23, + "h": 24 + }, + "frame": { + "x": 100, + "y": 349, + "w": 23, + "h": 24 + } + }, + { + "filename": "salac_berry", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 4, + "y": 4, + "w": 24, + "h": 24 + }, + "frame": { + "x": 123, + "y": 349, + "w": 24, + "h": 24 + } + }, + { + "filename": "shiny_charm", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 6, + "y": 4, + "w": 21, + "h": 24 + }, + "frame": { + "x": 147, + "y": 349, + "w": 21, + "h": 24 + } + }, + { + "filename": "scanner", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 4, + "y": 4, + "w": 24, + "h": 24 + }, + "frame": { + "x": 168, + "y": 350, + "w": 24, + "h": 24 + } + }, + { + "filename": "zinc", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 8, + "y": 4, + "w": 16, + "h": 24 + }, + "frame": { + "x": 192, + "y": 350, + "w": 16, + "h": 24 + } + }, + { + "filename": "silk_scarf", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 4, + "y": 4, + "w": 24, + "h": 24 + }, + "frame": { + "x": 208, + "y": 352, + "w": 24, + "h": 24 + } + }, + { + "filename": "sky_plate", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 4, + "y": 4, + "w": 24, + "h": 24 + }, + "frame": { + "x": 232, + "y": 352, + "w": 24, + "h": 24 + } + }, + { + "filename": "splash_plate", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 4, + "y": 4, + "w": 24, + "h": 24 + }, + "frame": { + "x": 256, + "y": 352, + "w": 24, + "h": 24 + } + }, + { + "filename": "spooky_plate", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 4, + "y": 4, + "w": 24, + "h": 24 + }, + "frame": { + "x": 280, + "y": 353, + "w": 24, + "h": 24 + } + }, + { + "filename": "stone_plate", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 4, + "y": 4, + "w": 24, + "h": 24 + }, + "frame": { + "x": 304, + "y": 353, + "w": 24, + "h": 24 + } + }, + { + "filename": "sun_stone", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 4, + "y": 4, + "w": 24, + "h": 24 + }, + "frame": { + "x": 328, + "y": 354, + "w": 24, + "h": 24 + } + }, + { + "filename": "super_lure", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 8, + "y": 4, + "w": 17, + "h": 24 + }, + "frame": { + "x": 352, + "y": 354, + "w": 17, + "h": 24 + } + }, + { + "filename": "toxic_plate", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 4, + "y": 4, + "w": 24, + "h": 24 + }, + "frame": { + "x": 369, + "y": 354, + "w": 24, + "h": 24 + } + }, + { + "filename": "zap_plate", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 4, + "y": 4, + "w": 24, + "h": 24 + }, + "frame": { + "x": 393, + "y": 356, + "w": 24, + "h": 24 + } + }, + { + "filename": "prison_bottle", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 7, + "y": 1, + "w": 17, + "h": 30 + }, + "frame": { + "x": 417, + "y": 356, + "w": 17, + "h": 30 + } + }, + { + "filename": "black_augurite", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 3, + "w": 22, + "h": 25 + }, + "frame": { + "x": 0, + "y": 370, + "w": 22, + "h": 25 + } + }, + { + "filename": "ability_charm", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 3, + "y": 3, + "w": 23, + "h": 26 + }, + "frame": { + "x": 22, + "y": 371, + "w": 23, + "h": 26 + } + }, + { + "filename": "cornerstone_mask", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 4, + "y": 3, + "w": 24, + "h": 26 + }, + "frame": { + "x": 45, + "y": 371, + "w": 24, + "h": 26 + } + }, + { + "filename": "linking_cord", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 3, + "y": 3, + "w": 27, + "h": 26 + }, + "frame": { + "x": 69, + "y": 373, + "w": 27, + "h": 26 + } + }, + { + "filename": "mystical_rock", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 2, + "y": 3, + "w": 28, + "h": 26 + }, + "frame": { + "x": 96, + "y": 373, + "w": 28, + "h": 26 + } + }, + { + "filename": "galarica_wreath", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 0, + "y": 3, + "w": 32, + "h": 27 + }, + "frame": { + "x": 124, + "y": 373, + "w": 32, + "h": 27 + } + }, + { + "filename": "leaders_crest", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 2, + "y": 3, + "w": 29, + "h": 27 + }, + "frame": { + "x": 156, + "y": 374, + "w": 29, + "h": 27 + } + }, + { + "filename": "ribbon_gen1", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 2, + "w": 22, + "h": 28 + }, + "frame": { + "x": 185, + "y": 374, + "w": 22, + "h": 28 + } + }, + { + "filename": "max_mushrooms", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 1, + "y": 3, + "w": 29, + "h": 28 + }, + "frame": { + "x": 207, + "y": 376, + "w": 29, + "h": 28 + } + }, + { + "filename": "ribbon_gen2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 2, + "y": 2, + "w": 28, + "h": 28 + }, + "frame": { + "x": 236, + "y": 376, + "w": 28, + "h": 28 + } + }, + { + "filename": "ribbon_gen4", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 1, + "y": 2, + "w": 30, + "h": 28 + }, + "frame": { + "x": 264, + "y": 377, + "w": 30, + "h": 28 + } + }, + { + "filename": "ribbon_gen5", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 2, + "w": 22, + "h": 28 + }, + "frame": { + "x": 294, + "y": 377, + "w": 22, + "h": 28 + } + }, + { + "filename": "ribbon_gen6", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 2, + "w": 22, + "h": 28 + }, + "frame": { + "x": 316, + "y": 378, + "w": 22, + "h": 28 + } + }, + { + "filename": "ribbon_gen8", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 2, + "w": 22, + "h": 28 + }, + "frame": { + "x": 338, + "y": 378, + "w": 22, + "h": 28 + } + }, + { + "filename": "ribbon_gen3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 1, + "w": 22, + "h": 29 + }, + "frame": { + "x": 360, + "y": 378, + "w": 22, + "h": 29 + } + }, + { + "filename": "ribbon_gen7", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 1, + "w": 22, + "h": 29 + }, + "frame": { + "x": 382, + "y": 380, + "w": 22, + "h": 29 + } + }, + { + "filename": "ribbon_gen9", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 1, + "w": 22, + "h": 29 + }, + "frame": { + "x": 404, + "y": 386, + "w": 22, + "h": 29 + } + }, + { + "filename": "inverse", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 1, + "w": 22, + "h": 30 + }, + "frame": { + "x": 0, + "y": 395, + "w": 22, + "h": 30 + } + }, + { + "filename": "galarica_cuff", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 1, + "y": 1, + "w": 29, + "h": 30 + }, + "frame": { + "x": 22, + "y": 397, + "w": 29, + "h": 30 + } + }, + { + "filename": "exp_charm", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 7, + "y": 1, + "w": 17, + "h": 31 + }, + "frame": { + "x": 51, + "y": 397, + "w": 17, + "h": 31 + } + }, + { + "filename": "bronze_ribbon", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 1, + "w": 22, + "h": 31 + }, + "frame": { + "x": 68, + "y": 399, + "w": 22, + "h": 31 + } + }, + { + "filename": "golden_exp_charm", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 7, + "y": 1, + "w": 17, + "h": 31 + }, + "frame": { + "x": 90, + "y": 399, + "w": 17, + "h": 31 + } + }, + { + "filename": "super_exp_charm", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 7, + "y": 1, + "w": 17, + "h": 31 + }, + "frame": { + "x": 107, + "y": 399, + "w": 17, + "h": 31 + } + }, + { + "filename": "great_ribbon", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 1, + "w": 22, + "h": 31 + }, + "frame": { + "x": 124, + "y": 400, + "w": 22, + "h": 31 + } + }, + { + "filename": "master_ribbon", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 1, + "w": 22, + "h": 31 + }, + "frame": { + "x": 146, + "y": 401, + "w": 22, + "h": 31 + } + }, + { + "filename": "rogue_ribbon", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 1, + "w": 22, + "h": 31 + }, + "frame": { + "x": 168, + "y": 402, + "w": 22, + "h": 31 + } + }, + { + "filename": "ultra_ribbon", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 1, + "w": 22, + "h": 31 + }, + "frame": { + "x": 190, + "y": 404, + "w": 22, + "h": 31 + } } ] } @@ -8436,6 +8457,6 @@ "meta": { "app": "https://www.codeandweb.com/texturepacker", "version": "3.0", - "smartupdate": "$TexturePacker:SmartUpdate:d91a46c431ace3f09f5ca68916a2171e:1e84369d9a13e1416fa58028d629d116:110e074689c9edd2c54833ce2e4d9270$" + "smartupdate": "$TexturePacker:SmartUpdate:7b927dc715c6335dfca9e369b61374b2:fb24603dd37bbe0cbdf1d74fcbcbd223:110e074689c9edd2c54833ce2e4d9270$" } } diff --git a/public/images/items.png b/public/images/items.png index 191766f520e..4433ce43a40 100644 Binary files a/public/images/items.png and b/public/images/items.png differ diff --git a/public/images/items/ability_capsule.png b/public/images/items/ability_capsule.png index 06b6b3e173d..ee8aec6b346 100644 Binary files a/public/images/items/ability_capsule.png and b/public/images/items/ability_capsule.png differ diff --git a/public/images/items/ability_charm.png b/public/images/items/ability_charm.png index 943783ba348..2e9e0368667 100644 Binary files a/public/images/items/ability_charm.png and b/public/images/items/ability_charm.png differ diff --git a/public/images/items/abomasite.png b/public/images/items/abomasite.png index 09177d97a44..0758786bb0f 100644 Binary files a/public/images/items/abomasite.png and b/public/images/items/abomasite.png differ diff --git a/public/images/items/absolite.png b/public/images/items/absolite.png index 617969f6037..f7fe8b7ac12 100644 Binary files a/public/images/items/absolite.png and b/public/images/items/absolite.png differ diff --git a/public/images/items/adamant_crystal.png b/public/images/items/adamant_crystal.png index d729c40ce25..eb35af1540e 100644 Binary files a/public/images/items/adamant_crystal.png and b/public/images/items/adamant_crystal.png differ diff --git a/public/images/items/aerodactylite.png b/public/images/items/aerodactylite.png index 1cf5e028d6f..4feb04f3702 100644 Binary files a/public/images/items/aerodactylite.png and b/public/images/items/aerodactylite.png differ diff --git a/public/images/items/aggronite.png b/public/images/items/aggronite.png index 18eb9d86270..8feb64633ec 100644 Binary files a/public/images/items/aggronite.png and b/public/images/items/aggronite.png differ diff --git a/public/images/items/alakazite.png b/public/images/items/alakazite.png index 02d8ff580f4..ed6acab02ca 100644 Binary files a/public/images/items/alakazite.png and b/public/images/items/alakazite.png differ diff --git a/public/images/items/altarianite.png b/public/images/items/altarianite.png index 8d2436bc24a..0bb6be23819 100644 Binary files a/public/images/items/altarianite.png and b/public/images/items/altarianite.png differ diff --git a/public/images/items/ampharosite.png b/public/images/items/ampharosite.png index 5ff26217d23..3084c05c1a9 100644 Binary files a/public/images/items/ampharosite.png and b/public/images/items/ampharosite.png differ diff --git a/public/images/items/amulet_coin.png b/public/images/items/amulet_coin.png index 88ce369def5..3cda2b2a53b 100644 Binary files a/public/images/items/amulet_coin.png and b/public/images/items/amulet_coin.png differ diff --git a/public/images/items/apicot_berry.png b/public/images/items/apicot_berry.png index 2cfa66acdfa..4719671eaf3 100644 Binary files a/public/images/items/apicot_berry.png and b/public/images/items/apicot_berry.png differ diff --git a/public/images/items/audinite.png b/public/images/items/audinite.png index 51fdc9310b0..f7c21bf8e3b 100644 Binary files a/public/images/items/audinite.png and b/public/images/items/audinite.png differ diff --git a/public/images/items/auspicious_armor.png b/public/images/items/auspicious_armor.png index e3620bb6054..27c40ae0bd0 100644 Binary files a/public/images/items/auspicious_armor.png and b/public/images/items/auspicious_armor.png differ diff --git a/public/images/items/banettite.png b/public/images/items/banettite.png index 20704d624c2..b6bcadd72fc 100644 Binary files a/public/images/items/banettite.png and b/public/images/items/banettite.png differ diff --git a/public/images/items/baton.png b/public/images/items/baton.png index 8e9ebfae06d..ece81f82b2f 100644 Binary files a/public/images/items/baton.png and b/public/images/items/baton.png differ diff --git a/public/images/items/beedrillite.png b/public/images/items/beedrillite.png index 3dd1444bf76..99e516446d7 100644 Binary files a/public/images/items/beedrillite.png and b/public/images/items/beedrillite.png differ diff --git a/public/images/items/berry_juice.png b/public/images/items/berry_juice.png index 127fa458906..2f6272eca7c 100644 Binary files a/public/images/items/berry_juice.png and b/public/images/items/berry_juice.png differ diff --git a/public/images/items/berry_pot.png b/public/images/items/berry_pot.png index 5841ef1c324..3cb9b90dc53 100644 Binary files a/public/images/items/berry_pot.png and b/public/images/items/berry_pot.png differ diff --git a/public/images/items/berry_pouch.png b/public/images/items/berry_pouch.png index 878ef600239..d14d71358a9 100644 Binary files a/public/images/items/berry_pouch.png and b/public/images/items/berry_pouch.png differ diff --git a/public/images/items/big_mushroom.png b/public/images/items/big_mushroom.png index 4384c7933b3..eb203a7374c 100644 Binary files a/public/images/items/big_mushroom.png and b/public/images/items/big_mushroom.png differ diff --git a/public/images/items/big_nugget.png b/public/images/items/big_nugget.png index 54a5456ad60..e8839daa0b6 100644 Binary files a/public/images/items/big_nugget.png and b/public/images/items/big_nugget.png differ diff --git a/public/images/items/big_root.png b/public/images/items/big_root.png index 37eeb5c2f93..24b863ee238 100644 Binary files a/public/images/items/big_root.png and b/public/images/items/big_root.png differ diff --git a/public/images/items/binding_band.png b/public/images/items/binding_band.png index f634b02053d..b33256b7b8c 100644 Binary files a/public/images/items/binding_band.png and b/public/images/items/binding_band.png differ diff --git a/public/images/items/black_augurite.png b/public/images/items/black_augurite.png index e8531a1a8cf..b34127e2942 100644 Binary files a/public/images/items/black_augurite.png and b/public/images/items/black_augurite.png differ diff --git a/public/images/items/black_belt.png b/public/images/items/black_belt.png index 70d13097882..9dde3ff83cd 100644 Binary files a/public/images/items/black_belt.png and b/public/images/items/black_belt.png differ diff --git a/public/images/items/black_glasses.png b/public/images/items/black_glasses.png index 52fe0e60a1e..4b18d828964 100644 Binary files a/public/images/items/black_glasses.png and b/public/images/items/black_glasses.png differ diff --git a/public/images/items/black_sludge.png b/public/images/items/black_sludge.png index 37aa31de43e..fe308586dd3 100644 Binary files a/public/images/items/black_sludge.png and b/public/images/items/black_sludge.png differ diff --git a/public/images/items/blank_plate.png b/public/images/items/blank_plate.png index ec82203340c..c08d25aa3c3 100644 Binary files a/public/images/items/blank_plate.png and b/public/images/items/blank_plate.png differ diff --git a/public/images/items/blastoisinite.png b/public/images/items/blastoisinite.png index 6b8310610e8..ea2ddef0640 100644 Binary files a/public/images/items/blastoisinite.png and b/public/images/items/blastoisinite.png differ diff --git a/public/images/items/blazikenite.png b/public/images/items/blazikenite.png index f14b108de60..9b6e9e59212 100644 Binary files a/public/images/items/blazikenite.png and b/public/images/items/blazikenite.png differ diff --git a/public/images/items/blue_orb.png b/public/images/items/blue_orb.png index 91094d82147..34c19c8aea8 100644 Binary files a/public/images/items/blue_orb.png and b/public/images/items/blue_orb.png differ diff --git a/public/images/items/blunder_policy.png b/public/images/items/blunder_policy.png index c1e2e380648..8d5b11cb3f6 100644 Binary files a/public/images/items/blunder_policy.png and b/public/images/items/blunder_policy.png differ diff --git a/public/images/items/bronze_ribbon.png b/public/images/items/bronze_ribbon.png index eb9b926c50c..cab218e09f5 100644 Binary files a/public/images/items/bronze_ribbon.png and b/public/images/items/bronze_ribbon.png differ diff --git a/public/images/items/bug_memory.png b/public/images/items/bug_memory.png index e166636c780..004b499ba7a 100644 Binary files a/public/images/items/bug_memory.png and b/public/images/items/bug_memory.png differ diff --git a/public/images/items/bug_tera_shard.png b/public/images/items/bug_tera_shard.png index c08a3f29ffd..5711fe193bd 100644 Binary files a/public/images/items/bug_tera_shard.png and b/public/images/items/bug_tera_shard.png differ diff --git a/public/images/items/burn_drive.png b/public/images/items/burn_drive.png index 47ad9cc8f38..02ee18c02bd 100644 Binary files a/public/images/items/burn_drive.png and b/public/images/items/burn_drive.png differ diff --git a/public/images/items/calcium.png b/public/images/items/calcium.png index e98416f6280..4c42228d724 100644 Binary files a/public/images/items/calcium.png and b/public/images/items/calcium.png differ diff --git a/public/images/items/cameruptite.png b/public/images/items/cameruptite.png index 5410fc85a39..9eda37e14e1 100644 Binary files a/public/images/items/cameruptite.png and b/public/images/items/cameruptite.png differ diff --git a/public/images/items/candy.png b/public/images/items/candy.png index 9a68bdab606..81cf5e19ee2 100644 Binary files a/public/images/items/candy.png and b/public/images/items/candy.png differ diff --git a/public/images/items/candy_jar.png b/public/images/items/candy_jar.png index 2718b9fa083..0338b64a86d 100644 Binary files a/public/images/items/candy_jar.png and b/public/images/items/candy_jar.png differ diff --git a/public/images/items/candy_overlay.png b/public/images/items/candy_overlay.png index 67df546a633..a1cb428cdee 100644 Binary files a/public/images/items/candy_overlay.png and b/public/images/items/candy_overlay.png differ diff --git a/public/images/items/carbos.png b/public/images/items/carbos.png index beb31dcea9e..7dd09f2ec12 100644 Binary files a/public/images/items/carbos.png and b/public/images/items/carbos.png differ diff --git a/public/images/items/catching_charm.png b/public/images/items/catching_charm.png index c220ff70c03..57545622131 100644 Binary files a/public/images/items/catching_charm.png and b/public/images/items/catching_charm.png differ diff --git a/public/images/items/charcoal.png b/public/images/items/charcoal.png index 4d2511773ef..e10f8f20fd6 100644 Binary files a/public/images/items/charcoal.png and b/public/images/items/charcoal.png differ diff --git a/public/images/items/charizardite_x.png b/public/images/items/charizardite_x.png index 81590bb86da..d238a77a9e2 100644 Binary files a/public/images/items/charizardite_x.png and b/public/images/items/charizardite_x.png differ diff --git a/public/images/items/charizardite_y.png b/public/images/items/charizardite_y.png index 784eed51ace..5a3ea59d091 100644 Binary files a/public/images/items/charizardite_y.png and b/public/images/items/charizardite_y.png differ diff --git a/public/images/items/chill_drive.png b/public/images/items/chill_drive.png index d5ef99b1686..fbf7462479a 100644 Binary files a/public/images/items/chill_drive.png and b/public/images/items/chill_drive.png differ diff --git a/public/images/items/chipped_pot.png b/public/images/items/chipped_pot.png index a2f35f9aed9..969c3dc3c16 100644 Binary files a/public/images/items/chipped_pot.png and b/public/images/items/chipped_pot.png differ diff --git a/public/images/items/choice_scarf.png b/public/images/items/choice_scarf.png index a83fd1f4b30..2ddf7d3be16 100644 Binary files a/public/images/items/choice_scarf.png and b/public/images/items/choice_scarf.png differ diff --git a/public/images/items/choice_specs.png b/public/images/items/choice_specs.png index 513986c524e..09b58f64381 100644 Binary files a/public/images/items/choice_specs.png and b/public/images/items/choice_specs.png differ diff --git a/public/images/items/clefairy_doll.png b/public/images/items/clefairy_doll.png index 8e1691dddfa..3b54c83df47 100644 Binary files a/public/images/items/clefairy_doll.png and b/public/images/items/clefairy_doll.png differ diff --git a/public/images/items/coin_case.png b/public/images/items/coin_case.png index 14f9878e5c4..3c17c2b13f8 100644 Binary files a/public/images/items/coin_case.png and b/public/images/items/coin_case.png differ diff --git a/public/images/items/cornerstone_mask.png b/public/images/items/cornerstone_mask.png index 441af6607a5..205bdef9805 100644 Binary files a/public/images/items/cornerstone_mask.png and b/public/images/items/cornerstone_mask.png differ diff --git a/public/images/items/coupon.png b/public/images/items/coupon.png index b1e8089b485..b08fa65fecc 100644 Binary files a/public/images/items/coupon.png and b/public/images/items/coupon.png differ diff --git a/public/images/items/cracked_pot.png b/public/images/items/cracked_pot.png index 61cad0d85b7..4afc2caf2c8 100644 Binary files a/public/images/items/cracked_pot.png and b/public/images/items/cracked_pot.png differ diff --git a/public/images/items/dark_memory.png b/public/images/items/dark_memory.png index 4349ba8f8cd..e1e503bd036 100644 Binary files a/public/images/items/dark_memory.png and b/public/images/items/dark_memory.png differ diff --git a/public/images/items/dark_stone.png b/public/images/items/dark_stone.png index eb8eaa13ba8..c28a93ecabc 100644 Binary files a/public/images/items/dark_stone.png and b/public/images/items/dark_stone.png differ diff --git a/public/images/items/dark_tera_shard.png b/public/images/items/dark_tera_shard.png index 4060f9142f6..ca24664b74e 100644 Binary files a/public/images/items/dark_tera_shard.png and b/public/images/items/dark_tera_shard.png differ diff --git a/public/images/items/dawn_stone.png b/public/images/items/dawn_stone.png index 0e3da086649..b29d2016a56 100644 Binary files a/public/images/items/dawn_stone.png and b/public/images/items/dawn_stone.png differ diff --git a/public/images/items/deep_sea_scale.png b/public/images/items/deep_sea_scale.png index 6a84b01c99e..cf40e652319 100644 Binary files a/public/images/items/deep_sea_scale.png and b/public/images/items/deep_sea_scale.png differ diff --git a/public/images/items/deep_sea_tooth.png b/public/images/items/deep_sea_tooth.png index 448c8406867..2cd1980aeb4 100644 Binary files a/public/images/items/deep_sea_tooth.png and b/public/images/items/deep_sea_tooth.png differ diff --git a/public/images/items/diancite.png b/public/images/items/diancite.png index 6fff5008673..293d327524e 100644 Binary files a/public/images/items/diancite.png and b/public/images/items/diancite.png differ diff --git a/public/images/items/dire_hit.png b/public/images/items/dire_hit.png index 5917fd02d99..0c060710ff2 100644 Binary files a/public/images/items/dire_hit.png and b/public/images/items/dire_hit.png differ diff --git a/public/images/items/dna_splicers.png b/public/images/items/dna_splicers.png index 5a3c7fed75b..51c1524076e 100644 Binary files a/public/images/items/dna_splicers.png and b/public/images/items/dna_splicers.png differ diff --git a/public/images/items/douse_drive.png b/public/images/items/douse_drive.png index 0f9f780e5cb..fb8e7623184 100644 Binary files a/public/images/items/douse_drive.png and b/public/images/items/douse_drive.png differ diff --git a/public/images/items/draco_plate.png b/public/images/items/draco_plate.png index b25df530171..b4702aadba3 100644 Binary files a/public/images/items/draco_plate.png and b/public/images/items/draco_plate.png differ diff --git a/public/images/items/dragon_fang.png b/public/images/items/dragon_fang.png index 33659e50307..4a9904e0ef3 100644 Binary files a/public/images/items/dragon_fang.png and b/public/images/items/dragon_fang.png differ diff --git a/public/images/items/dragon_memory.png b/public/images/items/dragon_memory.png index 15a3cd170cd..01a14cadf3e 100644 Binary files a/public/images/items/dragon_memory.png and b/public/images/items/dragon_memory.png differ diff --git a/public/images/items/dragon_scale.png b/public/images/items/dragon_scale.png index bb8bb028db7..9cec39b22f6 100644 Binary files a/public/images/items/dragon_scale.png and b/public/images/items/dragon_scale.png differ diff --git a/public/images/items/dragon_tera_shard.png b/public/images/items/dragon_tera_shard.png index 8c16e2f8eb6..51f20d9f5cb 100644 Binary files a/public/images/items/dragon_tera_shard.png and b/public/images/items/dragon_tera_shard.png differ diff --git a/public/images/items/dread_plate.png b/public/images/items/dread_plate.png index 4cdbb76f180..6537320bc0a 100644 Binary files a/public/images/items/dread_plate.png and b/public/images/items/dread_plate.png differ diff --git a/public/images/items/dubious_disc.png b/public/images/items/dubious_disc.png index 8bb23497462..122958f9550 100644 Binary files a/public/images/items/dubious_disc.png and b/public/images/items/dubious_disc.png differ diff --git a/public/images/items/dusk_stone.png b/public/images/items/dusk_stone.png index 12ad19505d0..e2cf73d04f3 100644 Binary files a/public/images/items/dusk_stone.png and b/public/images/items/dusk_stone.png differ diff --git a/public/images/items/dynamax_band.png b/public/images/items/dynamax_band.png index 633da7bdc90..57b9a0caef5 100644 Binary files a/public/images/items/dynamax_band.png and b/public/images/items/dynamax_band.png differ diff --git a/public/images/items/earth_plate.png b/public/images/items/earth_plate.png index d40da06f6b6..79fbbad5a84 100644 Binary files a/public/images/items/earth_plate.png and b/public/images/items/earth_plate.png differ diff --git a/public/images/items/electirizer.png b/public/images/items/electirizer.png index 7d4488d0ff3..a5589a27e42 100644 Binary files a/public/images/items/electirizer.png and b/public/images/items/electirizer.png differ diff --git a/public/images/items/electric_memory.png b/public/images/items/electric_memory.png index 494b0d0d653..d0595356482 100644 Binary files a/public/images/items/electric_memory.png and b/public/images/items/electric_memory.png differ diff --git a/public/images/items/electric_tera_shard.png b/public/images/items/electric_tera_shard.png index e4e1003edbc..2195be32929 100644 Binary files a/public/images/items/electric_tera_shard.png and b/public/images/items/electric_tera_shard.png differ diff --git a/public/images/items/elixir.png b/public/images/items/elixir.png index 694b07f34b6..b4bf7834e17 100644 Binary files a/public/images/items/elixir.png and b/public/images/items/elixir.png differ diff --git a/public/images/items/enigma_berry.png b/public/images/items/enigma_berry.png index 26c7f11ee9c..1a1a20854ed 100644 Binary files a/public/images/items/enigma_berry.png and b/public/images/items/enigma_berry.png differ diff --git a/public/images/items/ether.png b/public/images/items/ether.png index 970c9a27778..44a6e79de8e 100644 Binary files a/public/images/items/ether.png and b/public/images/items/ether.png differ diff --git a/public/images/items/everstone.png b/public/images/items/everstone.png index 07b32e8850e..194f7b63baf 100644 Binary files a/public/images/items/everstone.png and b/public/images/items/everstone.png differ diff --git a/public/images/items/eviolite.png b/public/images/items/eviolite.png index 8eb195ece2a..8591791a5a1 100644 Binary files a/public/images/items/eviolite.png and b/public/images/items/eviolite.png differ diff --git a/public/images/items/exp_balance.png b/public/images/items/exp_balance.png index 56c645b70fc..6a03556a3a2 100644 Binary files a/public/images/items/exp_balance.png and b/public/images/items/exp_balance.png differ diff --git a/public/images/items/exp_charm.png b/public/images/items/exp_charm.png index b42da73301e..2635e4d8020 100644 Binary files a/public/images/items/exp_charm.png and b/public/images/items/exp_charm.png differ diff --git a/public/images/items/exp_share.png b/public/images/items/exp_share.png index d7f4e4d04fb..6b866c63427 100644 Binary files a/public/images/items/exp_share.png and b/public/images/items/exp_share.png differ diff --git a/public/images/items/expert_belt.png b/public/images/items/expert_belt.png index 225756626da..86cfd7170de 100644 Binary files a/public/images/items/expert_belt.png and b/public/images/items/expert_belt.png differ diff --git a/public/images/items/fairy_feather.png b/public/images/items/fairy_feather.png index 64cabec7500..44923a1db94 100644 Binary files a/public/images/items/fairy_feather.png and b/public/images/items/fairy_feather.png differ diff --git a/public/images/items/fairy_memory.png b/public/images/items/fairy_memory.png index 598f3c804ce..b5d0b32ff95 100644 Binary files a/public/images/items/fairy_memory.png and b/public/images/items/fairy_memory.png differ diff --git a/public/images/items/fairy_tera_shard.png b/public/images/items/fairy_tera_shard.png index 83e19aeaeba..36fb5e88f1c 100644 Binary files a/public/images/items/fairy_tera_shard.png and b/public/images/items/fairy_tera_shard.png differ diff --git a/public/images/items/fighting_memory.png b/public/images/items/fighting_memory.png index 3c152f43900..13789836880 100644 Binary files a/public/images/items/fighting_memory.png and b/public/images/items/fighting_memory.png differ diff --git a/public/images/items/fighting_tera_shard.png b/public/images/items/fighting_tera_shard.png index 4241a901902..8423a41cbe8 100644 Binary files a/public/images/items/fighting_tera_shard.png and b/public/images/items/fighting_tera_shard.png differ diff --git a/public/images/items/fire_memory.png b/public/images/items/fire_memory.png index 8778baa5f56..4f341417b6e 100644 Binary files a/public/images/items/fire_memory.png and b/public/images/items/fire_memory.png differ diff --git a/public/images/items/fire_stone.png b/public/images/items/fire_stone.png index 7fc77cd5975..3db1942dfed 100644 Binary files a/public/images/items/fire_stone.png and b/public/images/items/fire_stone.png differ diff --git a/public/images/items/fire_tera_shard.png b/public/images/items/fire_tera_shard.png index 74a04df1680..5783a5e9720 100644 Binary files a/public/images/items/fire_tera_shard.png and b/public/images/items/fire_tera_shard.png differ diff --git a/public/images/items/fist_plate.png b/public/images/items/fist_plate.png index 6892d821da6..d992e4ab1c2 100644 Binary files a/public/images/items/fist_plate.png and b/public/images/items/fist_plate.png differ diff --git a/public/images/items/flame_orb.png b/public/images/items/flame_orb.png index 32f11719a5d..5132bbb6153 100644 Binary files a/public/images/items/flame_orb.png and b/public/images/items/flame_orb.png differ diff --git a/public/images/items/flame_plate.png b/public/images/items/flame_plate.png index 26a56f18462..7633773eee1 100644 Binary files a/public/images/items/flame_plate.png and b/public/images/items/flame_plate.png differ diff --git a/public/images/items/flying_memory.png b/public/images/items/flying_memory.png index d4b31e2c240..8d3efbf1401 100644 Binary files a/public/images/items/flying_memory.png and b/public/images/items/flying_memory.png differ diff --git a/public/images/items/flying_tera_shard.png b/public/images/items/flying_tera_shard.png index bee18637918..97d3013f70b 100644 Binary files a/public/images/items/flying_tera_shard.png and b/public/images/items/flying_tera_shard.png differ diff --git a/public/images/items/focus_band.png b/public/images/items/focus_band.png index 830e1294213..3a04ae17023 100644 Binary files a/public/images/items/focus_band.png and b/public/images/items/focus_band.png differ diff --git a/public/images/items/focus_sash.png b/public/images/items/focus_sash.png index 6dcd0f2f146..7700ceecf6b 100644 Binary files a/public/images/items/focus_sash.png and b/public/images/items/focus_sash.png differ diff --git a/public/images/items/full_heal.png b/public/images/items/full_heal.png index 61663fd5e2d..4e59dcf44fa 100644 Binary files a/public/images/items/full_heal.png and b/public/images/items/full_heal.png differ diff --git a/public/images/items/full_restore.png b/public/images/items/full_restore.png index bd3ebfd3022..ba64f2edad8 100644 Binary files a/public/images/items/full_restore.png and b/public/images/items/full_restore.png differ diff --git a/public/images/items/galarica_cuff.png b/public/images/items/galarica_cuff.png index 1b3f9c69296..56523da5230 100644 Binary files a/public/images/items/galarica_cuff.png and b/public/images/items/galarica_cuff.png differ diff --git a/public/images/items/galarica_wreath.png b/public/images/items/galarica_wreath.png index 7fe319f20cf..20356bafd8a 100644 Binary files a/public/images/items/galarica_wreath.png and b/public/images/items/galarica_wreath.png differ diff --git a/public/images/items/galladite.png b/public/images/items/galladite.png index b204209a91c..15c93cd9c7e 100644 Binary files a/public/images/items/galladite.png and b/public/images/items/galladite.png differ diff --git a/public/images/items/ganlon_berry.png b/public/images/items/ganlon_berry.png index 81aecd83011..f9b88fc563a 100644 Binary files a/public/images/items/ganlon_berry.png and b/public/images/items/ganlon_berry.png differ diff --git a/public/images/items/garchompite.png b/public/images/items/garchompite.png index 045fc815b27..4276146a858 100644 Binary files a/public/images/items/garchompite.png and b/public/images/items/garchompite.png differ diff --git a/public/images/items/gardevoirite.png b/public/images/items/gardevoirite.png index d29ee3eab03..66a90b93bce 100644 Binary files a/public/images/items/gardevoirite.png and b/public/images/items/gardevoirite.png differ diff --git a/public/images/items/gb.png b/public/images/items/gb.png index 5a69585f5cd..4b437277849 100644 Binary files a/public/images/items/gb.png and b/public/images/items/gb.png differ diff --git a/public/images/items/gengarite.png b/public/images/items/gengarite.png index dcbaf4bf13a..4ccaae6ee8d 100644 Binary files a/public/images/items/gengarite.png and b/public/images/items/gengarite.png differ diff --git a/public/images/items/ghost_memory.png b/public/images/items/ghost_memory.png index d3f174de758..cb3c31ea4de 100644 Binary files a/public/images/items/ghost_memory.png and b/public/images/items/ghost_memory.png differ diff --git a/public/images/items/ghost_tera_shard.png b/public/images/items/ghost_tera_shard.png index fd3557e5534..8b9c6e750a9 100644 Binary files a/public/images/items/ghost_tera_shard.png and b/public/images/items/ghost_tera_shard.png differ diff --git a/public/images/items/glalitite.png b/public/images/items/glalitite.png index 83e05f132fa..ed7858c631c 100644 Binary files a/public/images/items/glalitite.png and b/public/images/items/glalitite.png differ diff --git a/public/images/items/golden_egg.png b/public/images/items/golden_egg.png index bfc517c6632..5727b4cb513 100644 Binary files a/public/images/items/golden_egg.png and b/public/images/items/golden_egg.png differ diff --git a/public/images/items/golden_exp_charm.png b/public/images/items/golden_exp_charm.png index 199832159d6..1895bfaa6b9 100644 Binary files a/public/images/items/golden_exp_charm.png and b/public/images/items/golden_exp_charm.png differ diff --git a/public/images/items/golden_mystic_ticket.png b/public/images/items/golden_mystic_ticket.png index ff44d3307b6..57f5b9efca6 100644 Binary files a/public/images/items/golden_mystic_ticket.png and b/public/images/items/golden_mystic_ticket.png differ diff --git a/public/images/items/golden_net.png b/public/images/items/golden_net.png index 5fea1ee7dba..3205d545e27 100644 Binary files a/public/images/items/golden_net.png and b/public/images/items/golden_net.png differ diff --git a/public/images/items/golden_punch.png b/public/images/items/golden_punch.png index 25c2233e714..291ff7e248f 100644 Binary files a/public/images/items/golden_punch.png and b/public/images/items/golden_punch.png differ diff --git a/public/images/items/gracidea.png b/public/images/items/gracidea.png index 0552d11b01b..6e464390f17 100644 Binary files a/public/images/items/gracidea.png and b/public/images/items/gracidea.png differ diff --git a/public/images/items/grass_memory.png b/public/images/items/grass_memory.png index 28ffc343c66..9d7d27de770 100644 Binary files a/public/images/items/grass_memory.png and b/public/images/items/grass_memory.png differ diff --git a/public/images/items/grass_tera_shard.png b/public/images/items/grass_tera_shard.png index 01bf4bde640..30e8762b5b6 100644 Binary files a/public/images/items/grass_tera_shard.png and b/public/images/items/grass_tera_shard.png differ diff --git a/public/images/items/great_ribbon.png b/public/images/items/great_ribbon.png index 720c0d85366..e7d7e452122 100644 Binary files a/public/images/items/great_ribbon.png and b/public/images/items/great_ribbon.png differ diff --git a/public/images/items/grip_claw.png b/public/images/items/grip_claw.png index e37e2a2eaf3..61cbb89e9b2 100644 Binary files a/public/images/items/grip_claw.png and b/public/images/items/grip_claw.png differ diff --git a/public/images/items/griseous_core.png b/public/images/items/griseous_core.png index fa131cccfda..7f3f683eda8 100644 Binary files a/public/images/items/griseous_core.png and b/public/images/items/griseous_core.png differ diff --git a/public/images/items/ground_memory.png b/public/images/items/ground_memory.png index 8ab042c02ff..808a4e13eeb 100644 Binary files a/public/images/items/ground_memory.png and b/public/images/items/ground_memory.png differ diff --git a/public/images/items/ground_tera_shard.png b/public/images/items/ground_tera_shard.png index 153bbd9058c..d7760f7dc1b 100644 Binary files a/public/images/items/ground_tera_shard.png and b/public/images/items/ground_tera_shard.png differ diff --git a/public/images/items/guard_spec.png b/public/images/items/guard_spec.png index 3efc9448404..95a37d0d28e 100644 Binary files a/public/images/items/guard_spec.png and b/public/images/items/guard_spec.png differ diff --git a/public/images/items/gyaradosite.png b/public/images/items/gyaradosite.png index bc8e6d6b115..e4cae1366ab 100644 Binary files a/public/images/items/gyaradosite.png and b/public/images/items/gyaradosite.png differ diff --git a/public/images/items/hard_meteorite.png b/public/images/items/hard_meteorite.png index d8f3490c581..8e8a2b5688b 100644 Binary files a/public/images/items/hard_meteorite.png and b/public/images/items/hard_meteorite.png differ diff --git a/public/images/items/hard_stone.png b/public/images/items/hard_stone.png index 604b44f9915..571d96afaa8 100644 Binary files a/public/images/items/hard_stone.png and b/public/images/items/hard_stone.png differ diff --git a/public/images/items/healing_charm.png b/public/images/items/healing_charm.png index b6f4c593c53..4601eeef593 100644 Binary files a/public/images/items/healing_charm.png and b/public/images/items/healing_charm.png differ diff --git a/public/images/items/hearthflame_mask.png b/public/images/items/hearthflame_mask.png index cd2ecdf1949..deed3d0cde8 100644 Binary files a/public/images/items/hearthflame_mask.png and b/public/images/items/hearthflame_mask.png differ diff --git a/public/images/items/heracronite.png b/public/images/items/heracronite.png index 164da1c9d30..ffcfc440c19 100644 Binary files a/public/images/items/heracronite.png and b/public/images/items/heracronite.png differ diff --git a/public/images/items/houndoominite.png b/public/images/items/houndoominite.png index 9e2e5f2eacd..c9ea1954dfa 100644 Binary files a/public/images/items/houndoominite.png and b/public/images/items/houndoominite.png differ diff --git a/public/images/items/hp_up.png b/public/images/items/hp_up.png index ff456d25289..5c6baff0673 100644 Binary files a/public/images/items/hp_up.png and b/public/images/items/hp_up.png differ diff --git a/public/images/items/hyper_potion.png b/public/images/items/hyper_potion.png index fa1c1432795..197aaac690c 100644 Binary files a/public/images/items/hyper_potion.png and b/public/images/items/hyper_potion.png differ diff --git a/public/images/items/ice_memory.png b/public/images/items/ice_memory.png index 01e68c08f82..812548cf36c 100644 Binary files a/public/images/items/ice_memory.png and b/public/images/items/ice_memory.png differ diff --git a/public/images/items/ice_stone.png b/public/images/items/ice_stone.png index a0fc0c12c5d..945714b759c 100644 Binary files a/public/images/items/ice_stone.png and b/public/images/items/ice_stone.png differ diff --git a/public/images/items/ice_tera_shard.png b/public/images/items/ice_tera_shard.png index 3e07acee397..5644d647c2b 100644 Binary files a/public/images/items/ice_tera_shard.png and b/public/images/items/ice_tera_shard.png differ diff --git a/public/images/items/icicle_plate.png b/public/images/items/icicle_plate.png index 67b5138e3e6..f9797d91f6a 100644 Binary files a/public/images/items/icicle_plate.png and b/public/images/items/icicle_plate.png differ diff --git a/public/images/items/icy_reins_of_unity.png b/public/images/items/icy_reins_of_unity.png index 84ec94a1d87..b7af48d6a81 100644 Binary files a/public/images/items/icy_reins_of_unity.png and b/public/images/items/icy_reins_of_unity.png differ diff --git a/public/images/items/insect_plate.png b/public/images/items/insect_plate.png index 75b44640a1b..5bcc0eebaf5 100644 Binary files a/public/images/items/insect_plate.png and b/public/images/items/insect_plate.png differ diff --git a/public/images/items/inverse.png b/public/images/items/inverse.png index b1ad5d2c00e..0d77ce77dde 100644 Binary files a/public/images/items/inverse.png and b/public/images/items/inverse.png differ diff --git a/public/images/items/iron.png b/public/images/items/iron.png index 3bb8ab15a8f..5cfff11b059 100644 Binary files a/public/images/items/iron.png and b/public/images/items/iron.png differ diff --git a/public/images/items/iron_plate.png b/public/images/items/iron_plate.png index ee892755660..65d660e34eb 100644 Binary files a/public/images/items/iron_plate.png and b/public/images/items/iron_plate.png differ diff --git a/public/images/items/kangaskhanite.png b/public/images/items/kangaskhanite.png index b7eb6849729..3d65d2cc5ca 100644 Binary files a/public/images/items/kangaskhanite.png and b/public/images/items/kangaskhanite.png differ diff --git a/public/images/items/kings_rock.png b/public/images/items/kings_rock.png index 0ea43c267bc..bfda9d559d3 100644 Binary files a/public/images/items/kings_rock.png and b/public/images/items/kings_rock.png differ diff --git a/public/images/items/lansat_berry.png b/public/images/items/lansat_berry.png index 6b2a8fb4760..223bff3eb26 100644 Binary files a/public/images/items/lansat_berry.png and b/public/images/items/lansat_berry.png differ diff --git a/public/images/items/latiasite.png b/public/images/items/latiasite.png index 6b92d1851cc..486a542576f 100644 Binary files a/public/images/items/latiasite.png and b/public/images/items/latiasite.png differ diff --git a/public/images/items/latiosite.png b/public/images/items/latiosite.png index 0d2af34781f..69708835c7b 100644 Binary files a/public/images/items/latiosite.png and b/public/images/items/latiosite.png differ diff --git a/public/images/items/leaders_crest.png b/public/images/items/leaders_crest.png index 45cf1656374..86b71f1eb6d 100644 Binary files a/public/images/items/leaders_crest.png and b/public/images/items/leaders_crest.png differ diff --git a/public/images/items/leaf_stone.png b/public/images/items/leaf_stone.png index a384af2a9c7..dc68e916bcf 100644 Binary files a/public/images/items/leaf_stone.png and b/public/images/items/leaf_stone.png differ diff --git a/public/images/items/leek.png b/public/images/items/leek.png index 7ef3fb989a4..1cb136aa78c 100644 Binary files a/public/images/items/leek.png and b/public/images/items/leek.png differ diff --git a/public/images/items/leftovers.png b/public/images/items/leftovers.png index 48ff07fbed3..4732d149b64 100644 Binary files a/public/images/items/leftovers.png and b/public/images/items/leftovers.png differ diff --git a/public/images/items/legend_plate.png b/public/images/items/legend_plate.png index 5b8681ebfe7..e96f12b45f5 100644 Binary files a/public/images/items/legend_plate.png and b/public/images/items/legend_plate.png differ diff --git a/public/images/items/leppa_berry.png b/public/images/items/leppa_berry.png index 4bc1349fe94..7a0f13b5199 100644 Binary files a/public/images/items/leppa_berry.png and b/public/images/items/leppa_berry.png differ diff --git a/public/images/items/liechi_berry.png b/public/images/items/liechi_berry.png index 492ef7e86f1..192d8f001ef 100644 Binary files a/public/images/items/liechi_berry.png and b/public/images/items/liechi_berry.png differ diff --git a/public/images/items/light_ball.png b/public/images/items/light_ball.png index cd421446608..7748f735d37 100644 Binary files a/public/images/items/light_ball.png and b/public/images/items/light_ball.png differ diff --git a/public/images/items/light_stone.png b/public/images/items/light_stone.png index 2b2be824020..97258cf3970 100644 Binary files a/public/images/items/light_stone.png and b/public/images/items/light_stone.png differ diff --git a/public/images/items/linking_cord.png b/public/images/items/linking_cord.png index ab695ae1fc8..4cde9da3f14 100644 Binary files a/public/images/items/linking_cord.png and b/public/images/items/linking_cord.png differ diff --git a/public/images/items/lock_capsule.png b/public/images/items/lock_capsule.png index b2e64dfdbfd..25d0cc14cff 100644 Binary files a/public/images/items/lock_capsule.png and b/public/images/items/lock_capsule.png differ diff --git a/public/images/items/lopunnite.png b/public/images/items/lopunnite.png index 416807c0c81..bd67cf159ed 100644 Binary files a/public/images/items/lopunnite.png and b/public/images/items/lopunnite.png differ diff --git a/public/images/items/lucarionite.png b/public/images/items/lucarionite.png index 82d3b19129d..b97161df68c 100644 Binary files a/public/images/items/lucarionite.png and b/public/images/items/lucarionite.png differ diff --git a/public/images/items/lucky_egg.png b/public/images/items/lucky_egg.png index 2760c303d37..fa9a1e4b390 100644 Binary files a/public/images/items/lucky_egg.png and b/public/images/items/lucky_egg.png differ diff --git a/public/images/items/lucky_punch.png b/public/images/items/lucky_punch.png index ed783c43e9a..97887631d9a 100644 Binary files a/public/images/items/lucky_punch.png and b/public/images/items/lucky_punch.png differ diff --git a/public/images/items/lucky_punch_great.png b/public/images/items/lucky_punch_great.png index c66df778210..77c77daf535 100644 Binary files a/public/images/items/lucky_punch_great.png and b/public/images/items/lucky_punch_great.png differ diff --git a/public/images/items/lucky_punch_master.png b/public/images/items/lucky_punch_master.png index d48fdf04bae..89fc1b67cf4 100644 Binary files a/public/images/items/lucky_punch_master.png and b/public/images/items/lucky_punch_master.png differ diff --git a/public/images/items/lucky_punch_ultra.png b/public/images/items/lucky_punch_ultra.png index aee27600f5c..a95c23666bb 100644 Binary files a/public/images/items/lucky_punch_ultra.png and b/public/images/items/lucky_punch_ultra.png differ diff --git a/public/images/items/lum_berry.png b/public/images/items/lum_berry.png index 8feb811e411..d19c4fba583 100644 Binary files a/public/images/items/lum_berry.png and b/public/images/items/lum_berry.png differ diff --git a/public/images/items/lure.png b/public/images/items/lure.png index a148aa70db9..1c3ea6cc8e8 100644 Binary files a/public/images/items/lure.png and b/public/images/items/lure.png differ diff --git a/public/images/items/lustrous_globe.png b/public/images/items/lustrous_globe.png index a16cf80c350..2a854db742b 100644 Binary files a/public/images/items/lustrous_globe.png and b/public/images/items/lustrous_globe.png differ diff --git a/public/images/items/macho_brace.png b/public/images/items/macho_brace.png index 2085829e1ce..760139cf7f8 100644 Binary files a/public/images/items/macho_brace.png and b/public/images/items/macho_brace.png differ diff --git a/public/images/items/magmarizer.png b/public/images/items/magmarizer.png index 0fca34c1e28..4f4d5f45851 100644 Binary files a/public/images/items/magmarizer.png and b/public/images/items/magmarizer.png differ diff --git a/public/images/items/magnet.png b/public/images/items/magnet.png index 7a07f557ec4..9ce8b686e9f 100644 Binary files a/public/images/items/magnet.png and b/public/images/items/magnet.png differ diff --git a/public/images/items/malicious_armor.png b/public/images/items/malicious_armor.png index 495024ced20..b7bfb55195b 100644 Binary files a/public/images/items/malicious_armor.png and b/public/images/items/malicious_armor.png differ diff --git a/public/images/items/manectite.png b/public/images/items/manectite.png index 0dd7406cdc4..c9df61669bc 100644 Binary files a/public/images/items/manectite.png and b/public/images/items/manectite.png differ diff --git a/public/images/items/map.png b/public/images/items/map.png index a641a7e8a69..dc2fc6b95d8 100644 Binary files a/public/images/items/map.png and b/public/images/items/map.png differ diff --git a/public/images/items/master_ribbon.png b/public/images/items/master_ribbon.png index 86be493b74a..0443215c1f9 100644 Binary files a/public/images/items/master_ribbon.png and b/public/images/items/master_ribbon.png differ diff --git a/public/images/items/masterpiece_teacup.png b/public/images/items/masterpiece_teacup.png index 36b8c39dcc7..ec2455c0763 100644 Binary files a/public/images/items/masterpiece_teacup.png and b/public/images/items/masterpiece_teacup.png differ diff --git a/public/images/items/mawilite.png b/public/images/items/mawilite.png index 95ddf987f12..60ea4017f56 100644 Binary files a/public/images/items/mawilite.png and b/public/images/items/mawilite.png differ diff --git a/public/images/items/max_elixir.png b/public/images/items/max_elixir.png index a4f134dd13c..1f528c2bb61 100644 Binary files a/public/images/items/max_elixir.png and b/public/images/items/max_elixir.png differ diff --git a/public/images/items/max_ether.png b/public/images/items/max_ether.png index 0ecdf09397a..8cee7152a86 100644 Binary files a/public/images/items/max_ether.png and b/public/images/items/max_ether.png differ diff --git a/public/images/items/max_lure.png b/public/images/items/max_lure.png index 384db7d7df8..812229d140a 100644 Binary files a/public/images/items/max_lure.png and b/public/images/items/max_lure.png differ diff --git a/public/images/items/max_mushrooms.png b/public/images/items/max_mushrooms.png index 443f1d5c369..8d5c015c963 100644 Binary files a/public/images/items/max_mushrooms.png and b/public/images/items/max_mushrooms.png differ diff --git a/public/images/items/max_potion.png b/public/images/items/max_potion.png index f51e7bde976..d8fadc9cb93 100644 Binary files a/public/images/items/max_potion.png and b/public/images/items/max_potion.png differ diff --git a/public/images/items/max_repel.png b/public/images/items/max_repel.png index d8bef707913..4d88ae6d0b5 100644 Binary files a/public/images/items/max_repel.png and b/public/images/items/max_repel.png differ diff --git a/public/images/items/max_revive.png b/public/images/items/max_revive.png index 25849a3b940..609fd17c3b9 100644 Binary files a/public/images/items/max_revive.png and b/public/images/items/max_revive.png differ diff --git a/public/images/items/mb.png b/public/images/items/mb.png index cfa421d6219..d80b3b89108 100644 Binary files a/public/images/items/mb.png and b/public/images/items/mb.png differ diff --git a/public/images/items/meadow_plate.png b/public/images/items/meadow_plate.png index a687cb7920d..e2b991776ba 100644 Binary files a/public/images/items/meadow_plate.png and b/public/images/items/meadow_plate.png differ diff --git a/public/images/items/medichamite.png b/public/images/items/medichamite.png index 4dd57f10bed..42f22ed6cd6 100644 Binary files a/public/images/items/medichamite.png and b/public/images/items/medichamite.png differ diff --git a/public/images/items/mega_bracelet.png b/public/images/items/mega_bracelet.png index e593b907631..5e8ff02be8c 100644 Binary files a/public/images/items/mega_bracelet.png and b/public/images/items/mega_bracelet.png differ diff --git a/public/images/items/metagrossite.png b/public/images/items/metagrossite.png index 445deff40c1..c245368758d 100644 Binary files a/public/images/items/metagrossite.png and b/public/images/items/metagrossite.png differ diff --git a/public/images/items/metal_alloy.png b/public/images/items/metal_alloy.png index 1201f58b463..41f22df4254 100644 Binary files a/public/images/items/metal_alloy.png and b/public/images/items/metal_alloy.png differ diff --git a/public/images/items/metal_coat.png b/public/images/items/metal_coat.png index f016d48bd2e..88f055c3fb3 100644 Binary files a/public/images/items/metal_coat.png and b/public/images/items/metal_coat.png differ diff --git a/public/images/items/metal_powder.png b/public/images/items/metal_powder.png index 11c3a39314c..64af0b144fe 100644 Binary files a/public/images/items/metal_powder.png and b/public/images/items/metal_powder.png differ diff --git a/public/images/items/metronome.png b/public/images/items/metronome.png index dfde7e365eb..837d75b4c03 100644 Binary files a/public/images/items/metronome.png and b/public/images/items/metronome.png differ diff --git a/public/images/items/mewtwonite_x.png b/public/images/items/mewtwonite_x.png index 3ec18a1c683..507d17e54e8 100644 Binary files a/public/images/items/mewtwonite_x.png and b/public/images/items/mewtwonite_x.png differ diff --git a/public/images/items/mewtwonite_y.png b/public/images/items/mewtwonite_y.png index eb9b1d0dc55..ff0c53396d2 100644 Binary files a/public/images/items/mewtwonite_y.png and b/public/images/items/mewtwonite_y.png differ diff --git a/public/images/items/mind_plate.png b/public/images/items/mind_plate.png index 04001796831..ff6fcc4f3af 100644 Binary files a/public/images/items/mind_plate.png and b/public/images/items/mind_plate.png differ diff --git a/public/images/items/mini_black_hole.png b/public/images/items/mini_black_hole.png index dd7458b8b2a..6edcaad16e3 100644 Binary files a/public/images/items/mini_black_hole.png and b/public/images/items/mini_black_hole.png differ diff --git a/public/images/items/mint_atk.png b/public/images/items/mint_atk.png index 727a7b3f792..88315c0cd07 100644 Binary files a/public/images/items/mint_atk.png and b/public/images/items/mint_atk.png differ diff --git a/public/images/items/mint_def.png b/public/images/items/mint_def.png index 9cd92eac07e..584c610ffd7 100644 Binary files a/public/images/items/mint_def.png and b/public/images/items/mint_def.png differ diff --git a/public/images/items/mint_neutral.png b/public/images/items/mint_neutral.png index e2e556d475b..f5287539e78 100644 Binary files a/public/images/items/mint_neutral.png and b/public/images/items/mint_neutral.png differ diff --git a/public/images/items/mint_spatk.png b/public/images/items/mint_spatk.png index 191ba6c4a1a..90a57c5608b 100644 Binary files a/public/images/items/mint_spatk.png and b/public/images/items/mint_spatk.png differ diff --git a/public/images/items/mint_spd.png b/public/images/items/mint_spd.png index 687119f2502..5420b0997b3 100644 Binary files a/public/images/items/mint_spd.png and b/public/images/items/mint_spd.png differ diff --git a/public/images/items/mint_spdef.png b/public/images/items/mint_spdef.png index cd902ce0984..54a1b4ed21d 100644 Binary files a/public/images/items/mint_spdef.png and b/public/images/items/mint_spdef.png differ diff --git a/public/images/items/miracle_seed.png b/public/images/items/miracle_seed.png index f5bc766545a..8be7ba72d33 100644 Binary files a/public/images/items/miracle_seed.png and b/public/images/items/miracle_seed.png differ diff --git a/public/images/items/moon_flute.png b/public/images/items/moon_flute.png index 893cb6a7579..5d3c0caf5f2 100644 Binary files a/public/images/items/moon_flute.png and b/public/images/items/moon_flute.png differ diff --git a/public/images/items/moon_stone.png b/public/images/items/moon_stone.png index b4af61969a2..f002fb18073 100644 Binary files a/public/images/items/moon_stone.png and b/public/images/items/moon_stone.png differ diff --git a/public/images/items/muscle_band.png b/public/images/items/muscle_band.png index 011716e7124..0be9d010767 100644 Binary files a/public/images/items/muscle_band.png and b/public/images/items/muscle_band.png differ diff --git a/public/images/items/mystery_egg.png b/public/images/items/mystery_egg.png index bb117a137b0..ac631cec7c8 100644 Binary files a/public/images/items/mystery_egg.png and b/public/images/items/mystery_egg.png differ diff --git a/public/images/items/mystic_ticket.png b/public/images/items/mystic_ticket.png index bd206998fed..cab03fa5470 100644 Binary files a/public/images/items/mystic_ticket.png and b/public/images/items/mystic_ticket.png differ diff --git a/public/images/items/mystic_water.png b/public/images/items/mystic_water.png index f944fac1a9c..2128895b385 100644 Binary files a/public/images/items/mystic_water.png and b/public/images/items/mystic_water.png differ diff --git a/public/images/items/mystical_rock.png b/public/images/items/mystical_rock.png new file mode 100644 index 00000000000..f87fe2a9dcb Binary files /dev/null and b/public/images/items/mystical_rock.png differ diff --git a/public/images/items/n_lunarizer.png b/public/images/items/n_lunarizer.png index e45fb8ecf8d..a03b48ad387 100644 Binary files a/public/images/items/n_lunarizer.png and b/public/images/items/n_lunarizer.png differ diff --git a/public/images/items/n_solarizer.png b/public/images/items/n_solarizer.png index e706a42c973..69153fd38dd 100644 Binary files a/public/images/items/n_solarizer.png and b/public/images/items/n_solarizer.png differ diff --git a/public/images/items/never_melt_ice.png b/public/images/items/never_melt_ice.png index bec7cc0e5d4..35b1ada771d 100644 Binary files a/public/images/items/never_melt_ice.png and b/public/images/items/never_melt_ice.png differ diff --git a/public/images/items/normal_memory.png b/public/images/items/normal_memory.png index ddc22d1d4ab..e1ff89a9993 100644 Binary files a/public/images/items/normal_memory.png and b/public/images/items/normal_memory.png differ diff --git a/public/images/items/normal_tera_shard.png b/public/images/items/normal_tera_shard.png index fe2b9b93fd6..1c7a41ea0ec 100644 Binary files a/public/images/items/normal_tera_shard.png and b/public/images/items/normal_tera_shard.png differ diff --git a/public/images/items/nugget.png b/public/images/items/nugget.png index e8d39912349..0340f5d4000 100644 Binary files a/public/images/items/nugget.png and b/public/images/items/nugget.png differ diff --git a/public/images/items/old_gateau.png b/public/images/items/old_gateau.png index c910e90f101..dd5f0e05a94 100644 Binary files a/public/images/items/old_gateau.png and b/public/images/items/old_gateau.png differ diff --git a/public/images/items/oval_charm.png b/public/images/items/oval_charm.png index dc791175588..fcdb914ec22 100644 Binary files a/public/images/items/oval_charm.png and b/public/images/items/oval_charm.png differ diff --git a/public/images/items/oval_stone.png b/public/images/items/oval_stone.png index d48b0688821..d58ffde18e3 100644 Binary files a/public/images/items/oval_stone.png and b/public/images/items/oval_stone.png differ diff --git a/public/images/items/pair_of_tickets.png b/public/images/items/pair_of_tickets.png index b4b6ececbd2..b06c9a8727f 100644 Binary files a/public/images/items/pair_of_tickets.png and b/public/images/items/pair_of_tickets.png differ diff --git a/public/images/items/pb.png b/public/images/items/pb.png index ec4fe69c86f..37c37edb8c1 100644 Binary files a/public/images/items/pb.png and b/public/images/items/pb.png differ diff --git a/public/images/items/pb_gold.png b/public/images/items/pb_gold.png index fd71feb8e55..6dff6824158 100644 Binary files a/public/images/items/pb_gold.png and b/public/images/items/pb_gold.png differ diff --git a/public/images/items/pb_silver.png b/public/images/items/pb_silver.png index f60a8348a94..9528517a77a 100644 Binary files a/public/images/items/pb_silver.png and b/public/images/items/pb_silver.png differ diff --git a/public/images/items/peat_block.png b/public/images/items/peat_block.png index b62e94d523f..f3c65449b87 100644 Binary files a/public/images/items/peat_block.png and b/public/images/items/peat_block.png differ diff --git a/public/images/items/petaya_berry.png b/public/images/items/petaya_berry.png index e1dae467187..0fba884c2e2 100644 Binary files a/public/images/items/petaya_berry.png and b/public/images/items/petaya_berry.png differ diff --git a/public/images/items/pidgeotite.png b/public/images/items/pidgeotite.png index 86d1b23558c..52cb40852d6 100644 Binary files a/public/images/items/pidgeotite.png and b/public/images/items/pidgeotite.png differ diff --git a/public/images/items/pinsirite.png b/public/images/items/pinsirite.png index 2616cf6dfe1..88ecc8e9ea9 100644 Binary files a/public/images/items/pinsirite.png and b/public/images/items/pinsirite.png differ diff --git a/public/images/items/pixie_plate.png b/public/images/items/pixie_plate.png index dcc829c107f..e123ae6a49a 100644 Binary files a/public/images/items/pixie_plate.png and b/public/images/items/pixie_plate.png differ diff --git a/public/images/items/poison_barb.png b/public/images/items/poison_barb.png index 913ede4d819..3f9d714b08c 100644 Binary files a/public/images/items/poison_barb.png and b/public/images/items/poison_barb.png differ diff --git a/public/images/items/poison_memory.png b/public/images/items/poison_memory.png index 2b0036201d9..6c2b0aea77b 100644 Binary files a/public/images/items/poison_memory.png and b/public/images/items/poison_memory.png differ diff --git a/public/images/items/poison_tera_shard.png b/public/images/items/poison_tera_shard.png index b124fa051b9..4f21d158a41 100644 Binary files a/public/images/items/poison_tera_shard.png and b/public/images/items/poison_tera_shard.png differ diff --git a/public/images/items/potion.png b/public/images/items/potion.png index 10a7d5848db..f69c3210f03 100644 Binary files a/public/images/items/potion.png and b/public/images/items/potion.png differ diff --git a/public/images/items/power_herb.png b/public/images/items/power_herb.png index 15a581490a0..ba156c62122 100644 Binary files a/public/images/items/power_herb.png and b/public/images/items/power_herb.png differ diff --git a/public/images/items/pp_max.png b/public/images/items/pp_max.png index 48752829557..787641e26ac 100644 Binary files a/public/images/items/pp_max.png and b/public/images/items/pp_max.png differ diff --git a/public/images/items/pp_up.png b/public/images/items/pp_up.png index 1334d228bc3..463c3a0578d 100644 Binary files a/public/images/items/pp_up.png and b/public/images/items/pp_up.png differ diff --git a/public/images/items/prism_scale.png b/public/images/items/prism_scale.png index 5a0d45c686b..2436e96bf73 100644 Binary files a/public/images/items/prism_scale.png and b/public/images/items/prism_scale.png differ diff --git a/public/images/items/prison_bottle.png b/public/images/items/prison_bottle.png index da733bb14bb..06217988364 100644 Binary files a/public/images/items/prison_bottle.png and b/public/images/items/prison_bottle.png differ diff --git a/public/images/items/protector.png b/public/images/items/protector.png index a7b01a8c53d..8f65be09b2f 100644 Binary files a/public/images/items/protector.png and b/public/images/items/protector.png differ diff --git a/public/images/items/protein.png b/public/images/items/protein.png index b3386a8841b..54df13c6753 100644 Binary files a/public/images/items/protein.png and b/public/images/items/protein.png differ diff --git a/public/images/items/psychic_memory.png b/public/images/items/psychic_memory.png index a17afa4a617..21d62daa483 100644 Binary files a/public/images/items/psychic_memory.png and b/public/images/items/psychic_memory.png differ diff --git a/public/images/items/psychic_tera_shard.png b/public/images/items/psychic_tera_shard.png index 0a5656ccea1..f4b1cf7b259 100644 Binary files a/public/images/items/psychic_tera_shard.png and b/public/images/items/psychic_tera_shard.png differ diff --git a/public/images/items/quick_claw.png b/public/images/items/quick_claw.png index e6317898e2a..ff4f76d0576 100644 Binary files a/public/images/items/quick_claw.png and b/public/images/items/quick_claw.png differ diff --git a/public/images/items/quick_powder.png b/public/images/items/quick_powder.png index c73ec09eb05..58a8a1187a9 100644 Binary files a/public/images/items/quick_powder.png and b/public/images/items/quick_powder.png differ diff --git a/public/images/items/rare_candy.png b/public/images/items/rare_candy.png index d81e7ad0844..a860a116905 100644 Binary files a/public/images/items/rare_candy.png and b/public/images/items/rare_candy.png differ diff --git a/public/images/items/rarer_candy.png b/public/images/items/rarer_candy.png index b8432bd8216..4424caa659a 100644 Binary files a/public/images/items/rarer_candy.png and b/public/images/items/rarer_candy.png differ diff --git a/public/images/items/rayquazite.png b/public/images/items/rayquazite.png index 068f02936be..b39957b857d 100644 Binary files a/public/images/items/rayquazite.png and b/public/images/items/rayquazite.png differ diff --git a/public/images/items/razor_claw.png b/public/images/items/razor_claw.png index a9541c4d251..0ba506e8706 100644 Binary files a/public/images/items/razor_claw.png and b/public/images/items/razor_claw.png differ diff --git a/public/images/items/razor_fang.png b/public/images/items/razor_fang.png index 77c3da44c92..75306db5c4c 100644 Binary files a/public/images/items/razor_fang.png and b/public/images/items/razor_fang.png differ diff --git a/public/images/items/rb.png b/public/images/items/rb.png index 440ab8bf1b4..020f2ff878b 100644 Binary files a/public/images/items/rb.png and b/public/images/items/rb.png differ diff --git a/public/images/items/reaper_cloth.png b/public/images/items/reaper_cloth.png index a86714bfc4f..9caf7665e95 100644 Binary files a/public/images/items/reaper_cloth.png and b/public/images/items/reaper_cloth.png differ diff --git a/public/images/items/red_orb.png b/public/images/items/red_orb.png index b982649c9b3..cee83740ca5 100644 Binary files a/public/images/items/red_orb.png and b/public/images/items/red_orb.png differ diff --git a/public/images/items/relic_band.png b/public/images/items/relic_band.png index 634b91e41b3..adbd73bc46b 100644 Binary files a/public/images/items/relic_band.png and b/public/images/items/relic_band.png differ diff --git a/public/images/items/relic_crown.png b/public/images/items/relic_crown.png index d8c4552ea3c..de090041c1c 100644 Binary files a/public/images/items/relic_crown.png and b/public/images/items/relic_crown.png differ diff --git a/public/images/items/relic_gold.png b/public/images/items/relic_gold.png index da3f33fdfa1..af5b1797938 100644 Binary files a/public/images/items/relic_gold.png and b/public/images/items/relic_gold.png differ diff --git a/public/images/items/repel.png b/public/images/items/repel.png index 3d1359e688e..80c7738e9ff 100644 Binary files a/public/images/items/repel.png and b/public/images/items/repel.png differ diff --git a/public/images/items/reveal_glass.png b/public/images/items/reveal_glass.png index 3fae3bdf934..469d20a2752 100644 Binary files a/public/images/items/reveal_glass.png and b/public/images/items/reveal_glass.png differ diff --git a/public/images/items/revive.png b/public/images/items/revive.png index d7952b7653f..e84659867d8 100644 Binary files a/public/images/items/revive.png and b/public/images/items/revive.png differ diff --git a/public/images/items/reviver_seed.png b/public/images/items/reviver_seed.png index 31cfae46f94..10bc5c32451 100644 Binary files a/public/images/items/reviver_seed.png and b/public/images/items/reviver_seed.png differ diff --git a/public/images/items/ribbon_gen1.png b/public/images/items/ribbon_gen1.png index a9774d18ad0..1d731cf2e98 100644 Binary files a/public/images/items/ribbon_gen1.png and b/public/images/items/ribbon_gen1.png differ diff --git a/public/images/items/ribbon_gen2.png b/public/images/items/ribbon_gen2.png index a04f6a32a62..2ff54112105 100644 Binary files a/public/images/items/ribbon_gen2.png and b/public/images/items/ribbon_gen2.png differ diff --git a/public/images/items/ribbon_gen3.png b/public/images/items/ribbon_gen3.png index 0cf20ed92ee..14a5eb09f7d 100644 Binary files a/public/images/items/ribbon_gen3.png and b/public/images/items/ribbon_gen3.png differ diff --git a/public/images/items/ribbon_gen4.png b/public/images/items/ribbon_gen4.png index aa24433b71b..c482ac1d04a 100644 Binary files a/public/images/items/ribbon_gen4.png and b/public/images/items/ribbon_gen4.png differ diff --git a/public/images/items/ribbon_gen5.png b/public/images/items/ribbon_gen5.png index 7bb7800671f..52560cde636 100644 Binary files a/public/images/items/ribbon_gen5.png and b/public/images/items/ribbon_gen5.png differ diff --git a/public/images/items/ribbon_gen6.png b/public/images/items/ribbon_gen6.png index e466eb78842..3dd04927acd 100644 Binary files a/public/images/items/ribbon_gen6.png and b/public/images/items/ribbon_gen6.png differ diff --git a/public/images/items/ribbon_gen7.png b/public/images/items/ribbon_gen7.png index 9c156ebd1c6..225b40da419 100644 Binary files a/public/images/items/ribbon_gen7.png and b/public/images/items/ribbon_gen7.png differ diff --git a/public/images/items/ribbon_gen8.png b/public/images/items/ribbon_gen8.png index 86b3748e348..32aaa803699 100644 Binary files a/public/images/items/ribbon_gen8.png and b/public/images/items/ribbon_gen8.png differ diff --git a/public/images/items/ribbon_gen9.png b/public/images/items/ribbon_gen9.png index e9609daf3cd..ad489005e23 100644 Binary files a/public/images/items/ribbon_gen9.png and b/public/images/items/ribbon_gen9.png differ diff --git a/public/images/items/rock_memory.png b/public/images/items/rock_memory.png index 01f436dd461..cfa71c851c0 100644 Binary files a/public/images/items/rock_memory.png and b/public/images/items/rock_memory.png differ diff --git a/public/images/items/rock_tera_shard.png b/public/images/items/rock_tera_shard.png index b4e6f8a29cf..a07ca7955a4 100644 Binary files a/public/images/items/rock_tera_shard.png and b/public/images/items/rock_tera_shard.png differ diff --git a/public/images/items/rogue_ribbon.png b/public/images/items/rogue_ribbon.png index 85986d93c8a..c3cfdcd85f3 100644 Binary files a/public/images/items/rogue_ribbon.png and b/public/images/items/rogue_ribbon.png differ diff --git a/public/images/items/rusted_shield.png b/public/images/items/rusted_shield.png index 569f86c15c7..3748f13dc4b 100644 Binary files a/public/images/items/rusted_shield.png and b/public/images/items/rusted_shield.png differ diff --git a/public/images/items/rusted_sword.png b/public/images/items/rusted_sword.png index c42e669441c..249233374e0 100644 Binary files a/public/images/items/rusted_sword.png and b/public/images/items/rusted_sword.png differ diff --git a/public/images/items/sablenite.png b/public/images/items/sablenite.png index 904abea5ce4..48eac2d5875 100644 Binary files a/public/images/items/sablenite.png and b/public/images/items/sablenite.png differ diff --git a/public/images/items/sachet.png b/public/images/items/sachet.png index 1ec6010f1af..6d91fa210fc 100644 Binary files a/public/images/items/sachet.png and b/public/images/items/sachet.png differ diff --git a/public/images/items/sacred_ash.png b/public/images/items/sacred_ash.png index 389b2605b93..4fab9dc0dc7 100644 Binary files a/public/images/items/sacred_ash.png and b/public/images/items/sacred_ash.png differ diff --git a/public/images/items/salac_berry.png b/public/images/items/salac_berry.png index ac0d29f2159..846dbb4f160 100644 Binary files a/public/images/items/salac_berry.png and b/public/images/items/salac_berry.png differ diff --git a/public/images/items/salamencite.png b/public/images/items/salamencite.png index 1a0096b4de5..f175f39d351 100644 Binary files a/public/images/items/salamencite.png and b/public/images/items/salamencite.png differ diff --git a/public/images/items/scanner.png b/public/images/items/scanner.png index 27a67484f19..a291d3f43f8 100644 Binary files a/public/images/items/scanner.png and b/public/images/items/scanner.png differ diff --git a/public/images/items/sceptilite.png b/public/images/items/sceptilite.png index 123e79d9893..ff81c4a55fe 100644 Binary files a/public/images/items/sceptilite.png and b/public/images/items/sceptilite.png differ diff --git a/public/images/items/scizorite.png b/public/images/items/scizorite.png index ce86b80701c..8ffca143835 100644 Binary files a/public/images/items/scizorite.png and b/public/images/items/scizorite.png differ diff --git a/public/images/items/scope_lens.png b/public/images/items/scope_lens.png index 57ec2c4148e..d3b1f354313 100644 Binary files a/public/images/items/scope_lens.png and b/public/images/items/scope_lens.png differ diff --git a/public/images/items/scroll_of_darkness.png b/public/images/items/scroll_of_darkness.png index 19be0feb6dc..ff6a6065e40 100644 Binary files a/public/images/items/scroll_of_darkness.png and b/public/images/items/scroll_of_darkness.png differ diff --git a/public/images/items/scroll_of_waters.png b/public/images/items/scroll_of_waters.png index d1e6a0388b6..e4a0cb725eb 100644 Binary files a/public/images/items/scroll_of_waters.png and b/public/images/items/scroll_of_waters.png differ diff --git a/public/images/items/shadow_reins_of_unity.png b/public/images/items/shadow_reins_of_unity.png index 929aeac6fb4..85cbc446851 100644 Binary files a/public/images/items/shadow_reins_of_unity.png and b/public/images/items/shadow_reins_of_unity.png differ diff --git a/public/images/items/sharp_beak.png b/public/images/items/sharp_beak.png index 3ce8d83e3aa..f22019e658b 100644 Binary files a/public/images/items/sharp_beak.png and b/public/images/items/sharp_beak.png differ diff --git a/public/images/items/sharp_meteorite.png b/public/images/items/sharp_meteorite.png index 1a135b64980..61a139fab05 100644 Binary files a/public/images/items/sharp_meteorite.png and b/public/images/items/sharp_meteorite.png differ diff --git a/public/images/items/sharpedonite.png b/public/images/items/sharpedonite.png index 3a71f7258ce..b3eabd5650f 100644 Binary files a/public/images/items/sharpedonite.png and b/public/images/items/sharpedonite.png differ diff --git a/public/images/items/shed_shell.png b/public/images/items/shed_shell.png index a0570cf29c4..17981864897 100644 Binary files a/public/images/items/shed_shell.png and b/public/images/items/shed_shell.png differ diff --git a/public/images/items/shell_bell.png b/public/images/items/shell_bell.png index a185be50188..6367d134672 100644 Binary files a/public/images/items/shell_bell.png and b/public/images/items/shell_bell.png differ diff --git a/public/images/items/shiny_charm.png b/public/images/items/shiny_charm.png index d0c8197f7c4..9f692828d04 100644 Binary files a/public/images/items/shiny_charm.png and b/public/images/items/shiny_charm.png differ diff --git a/public/images/items/shiny_stone.png b/public/images/items/shiny_stone.png index d9d1e8b77ca..d2fabe6ec8b 100644 Binary files a/public/images/items/shiny_stone.png and b/public/images/items/shiny_stone.png differ diff --git a/public/images/items/shock_drive.png b/public/images/items/shock_drive.png index e0bcc66f202..592b0085a8f 100644 Binary files a/public/images/items/shock_drive.png and b/public/images/items/shock_drive.png differ diff --git a/public/images/items/silk_scarf.png b/public/images/items/silk_scarf.png index 2eaea7aa435..83f056c8b41 100644 Binary files a/public/images/items/silk_scarf.png and b/public/images/items/silk_scarf.png differ diff --git a/public/images/items/silver_powder.png b/public/images/items/silver_powder.png index 03f62b45250..eb717fc6776 100644 Binary files a/public/images/items/silver_powder.png and b/public/images/items/silver_powder.png differ diff --git a/public/images/items/sitrus_berry.png b/public/images/items/sitrus_berry.png index 8e9463a80c2..703657ad8dd 100644 Binary files a/public/images/items/sitrus_berry.png and b/public/images/items/sitrus_berry.png differ diff --git a/public/images/items/sky_plate.png b/public/images/items/sky_plate.png index 1fed973142b..293bb8f5dc2 100644 Binary files a/public/images/items/sky_plate.png and b/public/images/items/sky_plate.png differ diff --git a/public/images/items/slowbronite.png b/public/images/items/slowbronite.png index 7eac1fb82d5..3dc21ffb550 100644 Binary files a/public/images/items/slowbronite.png and b/public/images/items/slowbronite.png differ diff --git a/public/images/items/smooth_meteorite.png b/public/images/items/smooth_meteorite.png index 4c2e5e07978..059e8e91a30 100644 Binary files a/public/images/items/smooth_meteorite.png and b/public/images/items/smooth_meteorite.png differ diff --git a/public/images/items/soft_sand.png b/public/images/items/soft_sand.png index c627bc10a8e..feda8cd3858 100644 Binary files a/public/images/items/soft_sand.png and b/public/images/items/soft_sand.png differ diff --git a/public/images/items/soothe_bell.png b/public/images/items/soothe_bell.png index 62fd6ff26c5..fbceb808c56 100644 Binary files a/public/images/items/soothe_bell.png and b/public/images/items/soothe_bell.png differ diff --git a/public/images/items/soul_dew.png b/public/images/items/soul_dew.png index 9c0abfdef9a..56b9655714b 100644 Binary files a/public/images/items/soul_dew.png and b/public/images/items/soul_dew.png differ diff --git a/public/images/items/spell_tag.png b/public/images/items/spell_tag.png index ccf071e122d..f9270c6e0a6 100644 Binary files a/public/images/items/spell_tag.png and b/public/images/items/spell_tag.png differ diff --git a/public/images/items/splash_plate.png b/public/images/items/splash_plate.png index a832f3dbf8a..d86ae5eab57 100644 Binary files a/public/images/items/splash_plate.png and b/public/images/items/splash_plate.png differ diff --git a/public/images/items/spooky_plate.png b/public/images/items/spooky_plate.png index b5794713d0d..d7df7d25e32 100644 Binary files a/public/images/items/spooky_plate.png and b/public/images/items/spooky_plate.png differ diff --git a/public/images/items/starf_berry.png b/public/images/items/starf_berry.png index 71fe1ac116f..cbf423e8343 100644 Binary files a/public/images/items/starf_berry.png and b/public/images/items/starf_berry.png differ diff --git a/public/images/items/steel_memory.png b/public/images/items/steel_memory.png index fbc13016c00..8c45bc8b640 100644 Binary files a/public/images/items/steel_memory.png and b/public/images/items/steel_memory.png differ diff --git a/public/images/items/steel_tera_shard.png b/public/images/items/steel_tera_shard.png index b0b2ccb1737..c93f8c52f60 100644 Binary files a/public/images/items/steel_tera_shard.png and b/public/images/items/steel_tera_shard.png differ diff --git a/public/images/items/steelixite.png b/public/images/items/steelixite.png index 62f688f0842..429c668e656 100644 Binary files a/public/images/items/steelixite.png and b/public/images/items/steelixite.png differ diff --git a/public/images/items/stellar_tera_shard.png b/public/images/items/stellar_tera_shard.png index b6625066e16..1d5982f5b94 100644 Binary files a/public/images/items/stellar_tera_shard.png and b/public/images/items/stellar_tera_shard.png differ diff --git a/public/images/items/stone_plate.png b/public/images/items/stone_plate.png index 44653583e60..dfc3a0cd132 100644 Binary files a/public/images/items/stone_plate.png and b/public/images/items/stone_plate.png differ diff --git a/public/images/items/strange_ball.png b/public/images/items/strange_ball.png index 64246f031ee..2ddce33d7ac 100644 Binary files a/public/images/items/strange_ball.png and b/public/images/items/strange_ball.png differ diff --git a/public/images/items/strawberry_sweet.png b/public/images/items/strawberry_sweet.png index b08fece34cc..5df6e1cd8be 100644 Binary files a/public/images/items/strawberry_sweet.png and b/public/images/items/strawberry_sweet.png differ diff --git a/public/images/items/sun_flute.png b/public/images/items/sun_flute.png index 7010c9fefbd..f81d35fde9c 100644 Binary files a/public/images/items/sun_flute.png and b/public/images/items/sun_flute.png differ diff --git a/public/images/items/sun_stone.png b/public/images/items/sun_stone.png index d22b24792fb..33a7e8f8387 100644 Binary files a/public/images/items/sun_stone.png and b/public/images/items/sun_stone.png differ diff --git a/public/images/items/super_exp_charm.png b/public/images/items/super_exp_charm.png index 8697edf4be6..ccd73f558cc 100644 Binary files a/public/images/items/super_exp_charm.png and b/public/images/items/super_exp_charm.png differ diff --git a/public/images/items/super_lure.png b/public/images/items/super_lure.png index 1a80c8ea309..9c2213cd964 100644 Binary files a/public/images/items/super_lure.png and b/public/images/items/super_lure.png differ diff --git a/public/images/items/super_potion.png b/public/images/items/super_potion.png index bfd1868b545..16205cb0fff 100644 Binary files a/public/images/items/super_potion.png and b/public/images/items/super_potion.png differ diff --git a/public/images/items/super_repel.png b/public/images/items/super_repel.png index db09ded8a26..628cdbc5c1d 100644 Binary files a/public/images/items/super_repel.png and b/public/images/items/super_repel.png differ diff --git a/public/images/items/swampertite.png b/public/images/items/swampertite.png index bfcdd99606b..d4d6415f6f4 100644 Binary files a/public/images/items/swampertite.png and b/public/images/items/swampertite.png differ diff --git a/public/images/items/sweet_apple.png b/public/images/items/sweet_apple.png index 5070af6ae64..cfdf79a9eac 100644 Binary files a/public/images/items/sweet_apple.png and b/public/images/items/sweet_apple.png differ diff --git a/public/images/items/syrupy_apple.png b/public/images/items/syrupy_apple.png index 99a0b7b5627..9c9d05e2e0a 100644 Binary files a/public/images/items/syrupy_apple.png and b/public/images/items/syrupy_apple.png differ diff --git a/public/images/items/tart_apple.png b/public/images/items/tart_apple.png index 8f9cf89da9f..ad9a1728bb5 100644 Binary files a/public/images/items/tart_apple.png and b/public/images/items/tart_apple.png differ diff --git a/public/images/items/tera_orb.png b/public/images/items/tera_orb.png index f4b6e47398e..d8720e41669 100644 Binary files a/public/images/items/tera_orb.png and b/public/images/items/tera_orb.png differ diff --git a/public/images/items/thick_club.png b/public/images/items/thick_club.png index a4459aa7701..f15885f0190 100644 Binary files a/public/images/items/thick_club.png and b/public/images/items/thick_club.png differ diff --git a/public/images/items/thunder_stone.png b/public/images/items/thunder_stone.png index 8b853b2f758..9e87909516b 100644 Binary files a/public/images/items/thunder_stone.png and b/public/images/items/thunder_stone.png differ diff --git a/public/images/items/tm_bug.png b/public/images/items/tm_bug.png index 56278cf2f66..229230198c4 100644 Binary files a/public/images/items/tm_bug.png and b/public/images/items/tm_bug.png differ diff --git a/public/images/items/tm_dark.png b/public/images/items/tm_dark.png index 6168cd2f070..6856b1d5444 100644 Binary files a/public/images/items/tm_dark.png and b/public/images/items/tm_dark.png differ diff --git a/public/images/items/tm_dragon.png b/public/images/items/tm_dragon.png index 9e1866cc2d6..62405519132 100644 Binary files a/public/images/items/tm_dragon.png and b/public/images/items/tm_dragon.png differ diff --git a/public/images/items/tm_electric.png b/public/images/items/tm_electric.png index 0610c3f3337..34e4fe8de7b 100644 Binary files a/public/images/items/tm_electric.png and b/public/images/items/tm_electric.png differ diff --git a/public/images/items/tm_fairy.png b/public/images/items/tm_fairy.png index de6335acbc8..056783a8d63 100644 Binary files a/public/images/items/tm_fairy.png and b/public/images/items/tm_fairy.png differ diff --git a/public/images/items/tm_fighting.png b/public/images/items/tm_fighting.png index b9f812767e3..144d75826cd 100644 Binary files a/public/images/items/tm_fighting.png and b/public/images/items/tm_fighting.png differ diff --git a/public/images/items/tm_fire.png b/public/images/items/tm_fire.png index 1de4b7a4a64..ae19e381873 100644 Binary files a/public/images/items/tm_fire.png and b/public/images/items/tm_fire.png differ diff --git a/public/images/items/tm_flying.png b/public/images/items/tm_flying.png index 4d738edb57f..3db06a69e68 100644 Binary files a/public/images/items/tm_flying.png and b/public/images/items/tm_flying.png differ diff --git a/public/images/items/tm_ghost.png b/public/images/items/tm_ghost.png index 71a6b558fae..a7e8928aa7e 100644 Binary files a/public/images/items/tm_ghost.png and b/public/images/items/tm_ghost.png differ diff --git a/public/images/items/tm_grass.png b/public/images/items/tm_grass.png index 6811d354fd9..42f11f590eb 100644 Binary files a/public/images/items/tm_grass.png and b/public/images/items/tm_grass.png differ diff --git a/public/images/items/tm_ground.png b/public/images/items/tm_ground.png index 0408eb71125..ff9dc7c7384 100644 Binary files a/public/images/items/tm_ground.png and b/public/images/items/tm_ground.png differ diff --git a/public/images/items/tm_ice.png b/public/images/items/tm_ice.png index b628d39f801..4edbb447a3e 100644 Binary files a/public/images/items/tm_ice.png and b/public/images/items/tm_ice.png differ diff --git a/public/images/items/tm_normal.png b/public/images/items/tm_normal.png index ab6e5e82729..19afe85d442 100644 Binary files a/public/images/items/tm_normal.png and b/public/images/items/tm_normal.png differ diff --git a/public/images/items/tm_poison.png b/public/images/items/tm_poison.png index f9f31b015dc..83cb4488f33 100644 Binary files a/public/images/items/tm_poison.png and b/public/images/items/tm_poison.png differ diff --git a/public/images/items/tm_psychic.png b/public/images/items/tm_psychic.png index 3c3becc0af2..4296914eda2 100644 Binary files a/public/images/items/tm_psychic.png and b/public/images/items/tm_psychic.png differ diff --git a/public/images/items/tm_rock.png b/public/images/items/tm_rock.png index d05ee8c1a7c..6e13a1835e7 100644 Binary files a/public/images/items/tm_rock.png and b/public/images/items/tm_rock.png differ diff --git a/public/images/items/tm_steel.png b/public/images/items/tm_steel.png index 840caff9ace..32071b0843b 100644 Binary files a/public/images/items/tm_steel.png and b/public/images/items/tm_steel.png differ diff --git a/public/images/items/tm_water.png b/public/images/items/tm_water.png index 2082766777d..85403f20be7 100644 Binary files a/public/images/items/tm_water.png and b/public/images/items/tm_water.png differ diff --git a/public/images/items/toxic_orb.png b/public/images/items/toxic_orb.png index 7fb36db516e..3483c13ba2b 100644 Binary files a/public/images/items/toxic_orb.png and b/public/images/items/toxic_orb.png differ diff --git a/public/images/items/toxic_plate.png b/public/images/items/toxic_plate.png index 8538e9fce2a..efb2cff129c 100644 Binary files a/public/images/items/toxic_plate.png and b/public/images/items/toxic_plate.png differ diff --git a/public/images/items/twisted_spoon.png b/public/images/items/twisted_spoon.png index 54a96de7d03..9bb23b04386 100644 Binary files a/public/images/items/twisted_spoon.png and b/public/images/items/twisted_spoon.png differ diff --git a/public/images/items/tyranitarite.png b/public/images/items/tyranitarite.png index 3d94f05c35f..691f8c6123d 100644 Binary files a/public/images/items/tyranitarite.png and b/public/images/items/tyranitarite.png differ diff --git a/public/images/items/ub.png b/public/images/items/ub.png index 964fb6b25c3..6ad0702223a 100644 Binary files a/public/images/items/ub.png and b/public/images/items/ub.png differ diff --git a/public/images/items/ultra_ribbon.png b/public/images/items/ultra_ribbon.png index 69dc7365bb4..a63ec63e394 100644 Binary files a/public/images/items/ultra_ribbon.png and b/public/images/items/ultra_ribbon.png differ diff --git a/public/images/items/ultranecrozium_z.png b/public/images/items/ultranecrozium_z.png index 208f3fb173d..cdcb29e6c26 100644 Binary files a/public/images/items/ultranecrozium_z.png and b/public/images/items/ultranecrozium_z.png differ diff --git a/public/images/items/unknown.png b/public/images/items/unknown.png index 4e01608daed..2d0637048ae 100644 Binary files a/public/images/items/unknown.png and b/public/images/items/unknown.png differ diff --git a/public/images/items/unremarkable_teacup.png b/public/images/items/unremarkable_teacup.png index fd4298b6a59..340214b6a5c 100644 Binary files a/public/images/items/unremarkable_teacup.png and b/public/images/items/unremarkable_teacup.png differ diff --git a/public/images/items/upgrade.png b/public/images/items/upgrade.png index 38db96a1792..11a7ade4d6a 100644 Binary files a/public/images/items/upgrade.png and b/public/images/items/upgrade.png differ diff --git a/public/images/items/venusaurite.png b/public/images/items/venusaurite.png index b8118a6c02d..845d1cef75a 100644 Binary files a/public/images/items/venusaurite.png and b/public/images/items/venusaurite.png differ diff --git a/public/images/items/water_memory.png b/public/images/items/water_memory.png index 4586a618836..a0cf8b3c5c9 100644 Binary files a/public/images/items/water_memory.png and b/public/images/items/water_memory.png differ diff --git a/public/images/items/water_stone.png b/public/images/items/water_stone.png index ab4543ee61a..fa3d924960b 100644 Binary files a/public/images/items/water_stone.png and b/public/images/items/water_stone.png differ diff --git a/public/images/items/water_tera_shard.png b/public/images/items/water_tera_shard.png index c00c1b5c1cb..eec8caf1245 100644 Binary files a/public/images/items/water_tera_shard.png and b/public/images/items/water_tera_shard.png differ diff --git a/public/images/items/wellspring_mask.png b/public/images/items/wellspring_mask.png index d5546cdb8da..921c71e1493 100644 Binary files a/public/images/items/wellspring_mask.png and b/public/images/items/wellspring_mask.png differ diff --git a/public/images/items/whipped_dream.png b/public/images/items/whipped_dream.png index 94628a443d1..16090ccaac0 100644 Binary files a/public/images/items/whipped_dream.png and b/public/images/items/whipped_dream.png differ diff --git a/public/images/items/white_herb.png b/public/images/items/white_herb.png index 56ca7c6aeb2..829c64f188e 100644 Binary files a/public/images/items/white_herb.png and b/public/images/items/white_herb.png differ diff --git a/public/images/items/wide_lens.png b/public/images/items/wide_lens.png index bf622521a9a..f7dbe9843fa 100644 Binary files a/public/images/items/wide_lens.png and b/public/images/items/wide_lens.png differ diff --git a/public/images/items/wise_glasses.png b/public/images/items/wise_glasses.png index 49a95761afd..b48d2cb3ffd 100644 Binary files a/public/images/items/wise_glasses.png and b/public/images/items/wise_glasses.png differ diff --git a/public/images/items/wl_ability_urge.png b/public/images/items/wl_ability_urge.png index a9eaa834313..b6b2c8bd398 100644 Binary files a/public/images/items/wl_ability_urge.png and b/public/images/items/wl_ability_urge.png differ diff --git a/public/images/items/wl_antidote.png b/public/images/items/wl_antidote.png index dbe0d5b94ea..93e4757938b 100644 Binary files a/public/images/items/wl_antidote.png and b/public/images/items/wl_antidote.png differ diff --git a/public/images/items/wl_awakening.png b/public/images/items/wl_awakening.png index 9a0adcda904..57e83b30cda 100644 Binary files a/public/images/items/wl_awakening.png and b/public/images/items/wl_awakening.png differ diff --git a/public/images/items/wl_burn_heal.png b/public/images/items/wl_burn_heal.png index d2f65e7da4c..3565af12d62 100644 Binary files a/public/images/items/wl_burn_heal.png and b/public/images/items/wl_burn_heal.png differ diff --git a/public/images/items/wl_custom_spliced.png b/public/images/items/wl_custom_spliced.png index 6a0ad4f8349..8aef30edb27 100644 Binary files a/public/images/items/wl_custom_spliced.png and b/public/images/items/wl_custom_spliced.png differ diff --git a/public/images/items/wl_custom_thief.png b/public/images/items/wl_custom_thief.png index cc1302ffb35..de6d62a48bc 100644 Binary files a/public/images/items/wl_custom_thief.png and b/public/images/items/wl_custom_thief.png differ diff --git a/public/images/items/wl_elixir.png b/public/images/items/wl_elixir.png index 29e413aa634..05eb590c484 100644 Binary files a/public/images/items/wl_elixir.png and b/public/images/items/wl_elixir.png differ diff --git a/public/images/items/wl_ether.png b/public/images/items/wl_ether.png index d3c0fe85918..114e8ffc941 100644 Binary files a/public/images/items/wl_ether.png and b/public/images/items/wl_ether.png differ diff --git a/public/images/items/wl_full_heal.png b/public/images/items/wl_full_heal.png index 68b8272c08f..215f9801d65 100644 Binary files a/public/images/items/wl_full_heal.png and b/public/images/items/wl_full_heal.png differ diff --git a/public/images/items/wl_guard_spec.png b/public/images/items/wl_guard_spec.png index b494123e92e..9d22029e927 100644 Binary files a/public/images/items/wl_guard_spec.png and b/public/images/items/wl_guard_spec.png differ diff --git a/public/images/items/wl_hyper_potion.png b/public/images/items/wl_hyper_potion.png index 51e81461da9..1eb075445e4 100644 Binary files a/public/images/items/wl_hyper_potion.png and b/public/images/items/wl_hyper_potion.png differ diff --git a/public/images/items/wl_ice_heal.png b/public/images/items/wl_ice_heal.png index e28f3205a80..9ac297c0e7c 100644 Binary files a/public/images/items/wl_ice_heal.png and b/public/images/items/wl_ice_heal.png differ diff --git a/public/images/items/wl_item_drop.png b/public/images/items/wl_item_drop.png index fe7ffdbdc1f..73425749670 100644 Binary files a/public/images/items/wl_item_drop.png and b/public/images/items/wl_item_drop.png differ diff --git a/public/images/items/wl_item_urge.png b/public/images/items/wl_item_urge.png index 5c291188dee..17a6343058f 100644 Binary files a/public/images/items/wl_item_urge.png and b/public/images/items/wl_item_urge.png differ diff --git a/public/images/items/wl_max_elixir.png b/public/images/items/wl_max_elixir.png index ba900bc2e97..4a33dc853fd 100644 Binary files a/public/images/items/wl_max_elixir.png and b/public/images/items/wl_max_elixir.png differ diff --git a/public/images/items/wl_max_ether.png b/public/images/items/wl_max_ether.png index 3cd58498fa7..d3f69ce053d 100644 Binary files a/public/images/items/wl_max_ether.png and b/public/images/items/wl_max_ether.png differ diff --git a/public/images/items/wl_max_potion.png b/public/images/items/wl_max_potion.png index cf92810943c..6b58c07e86a 100644 Binary files a/public/images/items/wl_max_potion.png and b/public/images/items/wl_max_potion.png differ diff --git a/public/images/items/wl_max_revive.png b/public/images/items/wl_max_revive.png index 12e3b263c21..f2eabaa8d5b 100644 Binary files a/public/images/items/wl_max_revive.png and b/public/images/items/wl_max_revive.png differ diff --git a/public/images/items/wl_paralyze_heal.png b/public/images/items/wl_paralyze_heal.png index 9a741c705d4..8e89e54c156 100644 Binary files a/public/images/items/wl_paralyze_heal.png and b/public/images/items/wl_paralyze_heal.png differ diff --git a/public/images/items/wl_potion.png b/public/images/items/wl_potion.png index 42086fc20ba..619c5d2b014 100644 Binary files a/public/images/items/wl_potion.png and b/public/images/items/wl_potion.png differ diff --git a/public/images/items/wl_reset_urge.png b/public/images/items/wl_reset_urge.png index 25ba0dfcdb9..0d2f94504f0 100644 Binary files a/public/images/items/wl_reset_urge.png and b/public/images/items/wl_reset_urge.png differ diff --git a/public/images/items/wl_revive.png b/public/images/items/wl_revive.png index c0881125c52..c01b5f68853 100644 Binary files a/public/images/items/wl_revive.png and b/public/images/items/wl_revive.png differ diff --git a/public/images/items/wl_super_potion.png b/public/images/items/wl_super_potion.png index da9ccec78ce..eaf60d6c882 100644 Binary files a/public/images/items/wl_super_potion.png and b/public/images/items/wl_super_potion.png differ diff --git a/public/images/items/x_accuracy.png b/public/images/items/x_accuracy.png index d119a75f1bb..e7af52fc684 100644 Binary files a/public/images/items/x_accuracy.png and b/public/images/items/x_accuracy.png differ diff --git a/public/images/items/x_attack.png b/public/images/items/x_attack.png index 36c76da9486..711aca7269c 100644 Binary files a/public/images/items/x_attack.png and b/public/images/items/x_attack.png differ diff --git a/public/images/items/x_defense.png b/public/images/items/x_defense.png index 2eb14b06ffb..ee8d3fa5e2d 100644 Binary files a/public/images/items/x_defense.png and b/public/images/items/x_defense.png differ diff --git a/public/images/items/x_sp_atk.png b/public/images/items/x_sp_atk.png index 772f9fe3315..f0e674e4d45 100644 Binary files a/public/images/items/x_sp_atk.png and b/public/images/items/x_sp_atk.png differ diff --git a/public/images/items/x_sp_def.png b/public/images/items/x_sp_def.png index 8c9baf03a4c..2ab43574af9 100644 Binary files a/public/images/items/x_sp_def.png and b/public/images/items/x_sp_def.png differ diff --git a/public/images/items/x_speed.png b/public/images/items/x_speed.png index cbd1747142f..daebb295d77 100644 Binary files a/public/images/items/x_speed.png and b/public/images/items/x_speed.png differ diff --git a/public/images/items/zap_plate.png b/public/images/items/zap_plate.png index e582b41937f..a966fb76cd3 100644 Binary files a/public/images/items/zap_plate.png and b/public/images/items/zap_plate.png differ diff --git a/public/images/items/zinc.png b/public/images/items/zinc.png index d2602f43328..c1dfd47a9fc 100644 Binary files a/public/images/items/zinc.png and b/public/images/items/zinc.png differ diff --git a/public/images/items/zoom_lens.png b/public/images/items/zoom_lens.png index f46855135bf..30b3ed55bdf 100644 Binary files a/public/images/items/zoom_lens.png and b/public/images/items/zoom_lens.png differ diff --git a/public/images/pokemon/728.png b/public/images/pokemon/728.png index 414ccd7b0b8..4c7f3f94f27 100644 Binary files a/public/images/pokemon/728.png and b/public/images/pokemon/728.png differ diff --git a/public/images/pokemon/730.png b/public/images/pokemon/730.png index 3438d9fc63f..92090460124 100644 Binary files a/public/images/pokemon/730.png and b/public/images/pokemon/730.png differ diff --git a/public/images/pokemon/749.png b/public/images/pokemon/749.png index 5e51f2f017a..28c2f5ce4e3 100644 Binary files a/public/images/pokemon/749.png and b/public/images/pokemon/749.png differ diff --git a/public/images/pokemon/750.png b/public/images/pokemon/750.png index bfd7e20743d..f0ca7b407dd 100644 Binary files a/public/images/pokemon/750.png and b/public/images/pokemon/750.png differ diff --git a/public/images/pokemon/890-eternamax.json b/public/images/pokemon/890-eternamax.json index 98cb6f20446..70a327ef22c 100644 --- a/public/images/pokemon/890-eternamax.json +++ b/public/images/pokemon/890-eternamax.json @@ -1,755 +1,20 @@ -{ - "textures": [ - { - "image": "890-eternamax.png", - "format": "RGBA8888", - "size": { - "w": 579, - "h": 579 - }, - "scale": 1, - "frames": [ - { - "filename": "0035.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 8, - "y": 9, - "w": 100, - "h": 98 - }, - "frame": { - "x": 0, - "y": 0, - "w": 100, - "h": 98 - } - }, - { - "filename": "0031.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 8, - "y": 8, - "w": 95, - "h": 100 - }, - "frame": { - "x": 100, - "y": 0, - "w": 95, - "h": 100 - } - }, - { - "filename": "0029.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 11, - "y": 8, - "w": 91, - "h": 100 - }, - "frame": { - "x": 0, - "y": 98, - "w": 91, - "h": 100 - } - }, - { - "filename": "0001.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 8, - "y": 9, - "w": 96, - "h": 98 - }, - "frame": { - "x": 91, - "y": 100, - "w": 96, - "h": 98 - } - }, - { - "filename": "0032.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 8, - "y": 9, - "w": 95, - "h": 99 - }, - "frame": { - "x": 187, - "y": 100, - "w": 95, - "h": 99 - } - }, - { - "filename": "0030.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 9, - "y": 10, - "w": 91, - "h": 98 - }, - "frame": { - "x": 0, - "y": 198, - "w": 91, - "h": 98 - } - }, - { - "filename": "0007.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 11, - "y": 10, - "w": 88, - "h": 98 - }, - "frame": { - "x": 91, - "y": 198, - "w": 88, - "h": 98 - } - }, - { - "filename": "0002.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 8, - "y": 10, - "w": 95, - "h": 97 - }, - "frame": { - "x": 195, - "y": 0, - "w": 95, - "h": 97 - } - }, - { - "filename": "0003.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 8, - "y": 11, - "w": 95, - "h": 97 - }, - "frame": { - "x": 179, - "y": 199, - "w": 95, - "h": 97 - } - }, - { - "filename": "0004.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 8, - "y": 11, - "w": 95, - "h": 97 - }, - "frame": { - "x": 274, - "y": 199, - "w": 95, - "h": 97 - } - }, - { - "filename": "0033.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 8, - "y": 11, - "w": 95, - "h": 97 - }, - "frame": { - "x": 290, - "y": 0, - "w": 95, - "h": 97 - } - }, - { - "filename": "0034.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 8, - "y": 11, - "w": 94, - "h": 96 - }, - "frame": { - "x": 282, - "y": 97, - "w": 94, - "h": 96 - } - }, - { - "filename": "0028.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 11, - "y": 11, - "w": 90, - "h": 97 - }, - "frame": { - "x": 369, - "y": 193, - "w": 90, - "h": 97 - } - }, - { - "filename": "0005.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 8, - "y": 13, - "w": 93, - "h": 95 - }, - "frame": { - "x": 385, - "y": 0, - "w": 93, - "h": 95 - } - }, - { - "filename": "0017.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 13, - "y": 9, - "w": 91, - "h": 96 - }, - "frame": { - "x": 385, - "y": 95, - "w": 91, - "h": 96 - } - }, - { - "filename": "0008.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 12, - "y": 11, - "w": 87, - "h": 97 - }, - "frame": { - "x": 369, - "y": 290, - "w": 87, - "h": 97 - } - }, - { - "filename": "0009.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 11, - "y": 12, - "w": 90, - "h": 96 - }, - "frame": { - "x": 456, - "y": 290, - "w": 90, - "h": 96 - } - }, - { - "filename": "0015.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 12, - "y": 8, - "w": 90, - "h": 96 - }, - "frame": { - "x": 459, - "y": 191, - "w": 90, - "h": 96 - } - }, - { - "filename": "0016.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 13, - "y": 8, - "w": 90, - "h": 95 - }, - "frame": { - "x": 476, - "y": 95, - "w": 90, - "h": 95 - } - }, - { - "filename": "0014.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 12, - "y": 11, - "w": 89, - "h": 95 - }, - "frame": { - "x": 478, - "y": 0, - "w": 89, - "h": 95 - } - }, - { - "filename": "0027.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 11, - "y": 12, - "w": 89, - "h": 96 - }, - "frame": { - "x": 456, - "y": 386, - "w": 89, - "h": 96 - } - }, - { - "filename": "0025.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 11, - "y": 11, - "w": 89, - "h": 95 - }, - "frame": { - "x": 0, - "y": 296, - "w": 89, - "h": 95 - } - }, - { - "filename": "0006.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 9, - "y": 14, - "w": 89, - "h": 94 - }, - "frame": { - "x": 89, - "y": 296, - "w": 89, - "h": 94 - } - }, - { - "filename": "0011.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 12, - "y": 11, - "w": 88, - "h": 95 - }, - "frame": { - "x": 178, - "y": 296, - "w": 88, - "h": 95 - } - }, - { - "filename": "0023.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 12, - "y": 11, - "w": 87, - "h": 95 - }, - "frame": { - "x": 89, - "y": 390, - "w": 87, - "h": 95 - } - }, - { - "filename": "0013.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 11, - "y": 12, - "w": 89, - "h": 94 - }, - "frame": { - "x": 0, - "y": 391, - "w": 89, - "h": 94 - } - }, - { - "filename": "0012.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 11, - "y": 14, - "w": 89, - "h": 93 - }, - "frame": { - "x": 266, - "y": 387, - "w": 89, - "h": 93 - } - }, - { - "filename": "0019.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 16, - "y": 13, - "w": 85, - "h": 91 - }, - "frame": { - "x": 266, - "y": 296, - "w": 85, - "h": 91 - } - }, - { - "filename": "0024.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 11, - "y": 13, - "w": 88, - "h": 94 - }, - "frame": { - "x": 176, - "y": 391, - "w": 88, - "h": 94 - } - }, - { - "filename": "0010.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 12, - "y": 13, - "w": 87, - "h": 94 - }, - "frame": { - "x": 355, - "y": 387, - "w": 87, - "h": 94 - } - }, - { - "filename": "0018.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 16, - "y": 11, - "w": 87, - "h": 94 - }, - "frame": { - "x": 264, - "y": 480, - "w": 87, - "h": 94 - } - }, - { - "filename": "0026.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 11, - "y": 14, - "w": 89, - "h": 93 - }, - "frame": { - "x": 351, - "y": 481, - "w": 89, - "h": 93 - } - }, - { - "filename": "0022.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 12, - "y": 11, - "w": 87, - "h": 93 - }, - "frame": { - "x": 440, - "y": 482, - "w": 87, - "h": 93 - } - }, - { - "filename": "0021.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 13, - "y": 10, - "w": 86, - "h": 94 - }, - "frame": { - "x": 0, - "y": 485, - "w": 86, - "h": 94 - } - }, - { - "filename": "0020.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 13, - "y": 14, - "w": 85, - "h": 91 - }, - "frame": { - "x": 86, - "y": 485, - "w": 85, - "h": 91 - } - } - ] - } - ], - "meta": { - "app": "https://www.codeandweb.com/texturepacker", - "version": "3.0", - "smartupdate": "$TexturePacker:SmartUpdate:8fd9e1830200ec8e4aac8571cc2d27a6:c966e3efce03c7bae43d7bca6d6dfa62:cedd2711a12bbacba5623505fe88bd92$" - } +{ "frames": [ + { + "filename": "0001.png", + "frame": { "x": 0, "y": 0, "w": 96, "h": 98 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 98 }, + "sourceSize": { "w": 96, "h": 98 }, + "duration": 100 + } + ], + "meta": { + "app": "https://www.aseprite.org/", + "version": "1.3.13-x64", + "image": "890-eternamax.png", + "format": "RGBA8888", + "size": { "w": 96, "h": 98 }, + "scale": "1" + } } diff --git a/public/images/pokemon/890-eternamax.png b/public/images/pokemon/890-eternamax.png index 33c8f5f9631..a1cf684c026 100644 Binary files a/public/images/pokemon/890-eternamax.png and b/public/images/pokemon/890-eternamax.png differ diff --git a/public/images/pokemon/back/2075.json b/public/images/pokemon/back/2075.json index 4c8365eeddb..3dd46debe2f 100644 --- a/public/images/pokemon/back/2075.json +++ b/public/images/pokemon/back/2075.json @@ -1,41 +1,812 @@ -{ - "textures": [ - { - "image": "2075.png", - "format": "RGBA8888", - "size": { - "w": 71, - "h": 71 - }, - "scale": 1, - "frames": [ - { - "filename": "0001.png", - "rotated": false, - "trimmed": false, - "sourceSize": { - "w": 71, - "h": 43 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 71, - "h": 43 - }, - "frame": { - "x": 0, - "y": 0, - "w": 71, - "h": 43 - } - } - ] - } - ], - "meta": { - "app": "https://www.codeandweb.com/texturepacker", - "version": "3.0", - "smartupdate": "$TexturePacker:SmartUpdate:0f1bcbf28a4b69c4dc92a48c8faf81da:0130dd5f38c7e72cc16e62dd634dc3a2:732805cb123f88b2d403da0dec709706$" - } +{ "frames": [ + { + "filename": "0001.png", + "frame": { "x": 147, "y": 1, "w": 71, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0002.png", + "frame": { "x": 219, "y": 1, "w": 71, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0003.png", + "frame": { "x": 418, "y": 90, "w": 69, "h": 42 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 0, "w": 69, "h": 42 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0004.png", + "frame": { "x": 213, "y": 215, "w": 67, "h": 42 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 0, "w": 67, "h": 42 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0005.png", + "frame": { "x": 1, "y": 256, "w": 65, "h": 42 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 0, "w": 65, "h": 42 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0006.png", + "frame": { "x": 213, "y": 215, "w": 67, "h": 42 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 0, "w": 67, "h": 42 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0007.png", + "frame": { "x": 418, "y": 90, "w": 69, "h": 42 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 0, "w": 69, "h": 42 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0008.png", + "frame": { "x": 219, "y": 1, "w": 71, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0009.png", + "frame": { "x": 147, "y": 1, "w": 71, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0010.png", + "frame": { "x": 435, "y": 1, "w": 71, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 0, "w": 71, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0011.png", + "frame": { "x": 74, "y": 1, "w": 72, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0012.png", + "frame": { "x": 1, "y": 1, "w": 72, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0013.png", + "frame": { "x": 291, "y": 1, "w": 71, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 0, "w": 71, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0014.png", + "frame": { "x": 1, "y": 1, "w": 72, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0015.png", + "frame": { "x": 74, "y": 1, "w": 72, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0016.png", + "frame": { "x": 435, "y": 1, "w": 71, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 0, "w": 71, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0017.png", + "frame": { "x": 147, "y": 1, "w": 71, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0018.png", + "frame": { "x": 219, "y": 1, "w": 71, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0019.png", + "frame": { "x": 418, "y": 90, "w": 69, "h": 42 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 0, "w": 69, "h": 42 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0020.png", + "frame": { "x": 213, "y": 215, "w": 67, "h": 42 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 0, "w": 67, "h": 42 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0021.png", + "frame": { "x": 1, "y": 256, "w": 65, "h": 42 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 0, "w": 65, "h": 42 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0022.png", + "frame": { "x": 213, "y": 215, "w": 67, "h": 42 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 0, "w": 67, "h": 42 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0023.png", + "frame": { "x": 418, "y": 90, "w": 69, "h": 42 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 0, "w": 69, "h": 42 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0024.png", + "frame": { "x": 219, "y": 1, "w": 71, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0025.png", + "frame": { "x": 147, "y": 1, "w": 71, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0026.png", + "frame": { "x": 435, "y": 1, "w": 71, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 0, "w": 71, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0027.png", + "frame": { "x": 74, "y": 1, "w": 72, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0028.png", + "frame": { "x": 1, "y": 1, "w": 72, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0029.png", + "frame": { "x": 291, "y": 1, "w": 71, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 0, "w": 71, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0030.png", + "frame": { "x": 1, "y": 1, "w": 72, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0031.png", + "frame": { "x": 74, "y": 1, "w": 72, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0032.png", + "frame": { "x": 435, "y": 1, "w": 71, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 0, "w": 71, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0033.png", + "frame": { "x": 147, "y": 1, "w": 71, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0034.png", + "frame": { "x": 219, "y": 1, "w": 71, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0035.png", + "frame": { "x": 418, "y": 90, "w": 69, "h": 42 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 0, "w": 69, "h": 42 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0036.png", + "frame": { "x": 213, "y": 215, "w": 67, "h": 42 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 0, "w": 67, "h": 42 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0037.png", + "frame": { "x": 1, "y": 256, "w": 65, "h": 42 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 0, "w": 65, "h": 42 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0038.png", + "frame": { "x": 213, "y": 215, "w": 67, "h": 42 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 0, "w": 67, "h": 42 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0039.png", + "frame": { "x": 418, "y": 90, "w": 69, "h": 42 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 0, "w": 69, "h": 42 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0040.png", + "frame": { "x": 219, "y": 1, "w": 71, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0041.png", + "frame": { "x": 147, "y": 1, "w": 71, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0042.png", + "frame": { "x": 435, "y": 1, "w": 71, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 0, "w": 71, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0043.png", + "frame": { "x": 74, "y": 1, "w": 72, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0044.png", + "frame": { "x": 1, "y": 1, "w": 72, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0045.png", + "frame": { "x": 291, "y": 1, "w": 71, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 0, "w": 71, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0046.png", + "frame": { "x": 1, "y": 1, "w": 72, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0047.png", + "frame": { "x": 74, "y": 1, "w": 72, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0048.png", + "frame": { "x": 435, "y": 1, "w": 71, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 0, "w": 71, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0049.png", + "frame": { "x": 147, "y": 1, "w": 71, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0050.png", + "frame": { "x": 346, "y": 89, "w": 71, "h": 41 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 1, "w": 71, "h": 41 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0051.png", + "frame": { "x": 425, "y": 133, "w": 71, "h": 40 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 2, "w": 71, "h": 40 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0052.png", + "frame": { "x": 425, "y": 133, "w": 71, "h": 40 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 1, "w": 71, "h": 40 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0053.png", + "frame": { "x": 425, "y": 133, "w": 71, "h": 40 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 2, "w": 71, "h": 40 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0054.png", + "frame": { "x": 289, "y": 175, "w": 71, "h": 40 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 2, "w": 71, "h": 40 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0055.png", + "frame": { "x": 497, "y": 174, "w": 71, "h": 40 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 2, "w": 71, "h": 40 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0056.png", + "frame": { "x": 1, "y": 174, "w": 71, "h": 40 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 2, "w": 71, "h": 40 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0057.png", + "frame": { "x": 497, "y": 133, "w": 71, "h": 40 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 2, "w": 71, "h": 40 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0058.png", + "frame": { "x": 503, "y": 215, "w": 70, "h": 40 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 10, "y": 2, "w": 70, "h": 40 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0059.png", + "frame": { "x": 73, "y": 215, "w": 69, "h": 41 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 12, "y": 2, "w": 69, "h": 41 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0060.png", + "frame": { "x": 486, "y": 46, "w": 68, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 13, "y": 2, "w": 68, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0061.png", + "frame": { "x": 210, "y": 45, "w": 67, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 14, "y": 2, "w": 67, "h": 44 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0062.png", + "frame": { "x": 1, "y": 45, "w": 66, "h": 46 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 15, "y": 1, "w": 66, "h": 46 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0063.png", + "frame": { "x": 278, "y": 45, "w": 67, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 14, "y": 2, "w": 67, "h": 44 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0064.png", + "frame": { "x": 284, "y": 131, "w": 69, "h": 42 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 12, "y": 2, "w": 69, "h": 42 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0065.png", + "frame": { "x": 143, "y": 215, "w": 69, "h": 41 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 11, "y": 2, "w": 69, "h": 41 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0066.png", + "frame": { "x": 281, "y": 216, "w": 70, "h": 40 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 10, "y": 2, "w": 70, "h": 40 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0067.png", + "frame": { "x": 432, "y": 215, "w": 70, "h": 40 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 2, "w": 70, "h": 40 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0068.png", + "frame": { "x": 361, "y": 215, "w": 70, "h": 40 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 2, "w": 70, "h": 40 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0069.png", + "frame": { "x": 73, "y": 174, "w": 71, "h": 40 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 2, "w": 71, "h": 40 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0070.png", + "frame": { "x": 1, "y": 215, "w": 71, "h": 40 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 2, "w": 71, "h": 40 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0071.png", + "frame": { "x": 145, "y": 174, "w": 71, "h": 40 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 2, "w": 71, "h": 40 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0072.png", + "frame": { "x": 71, "y": 132, "w": 70, "h": 41 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 2, "w": 70, "h": 41 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0073.png", + "frame": { "x": 140, "y": 90, "w": 71, "h": 41 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 2, "w": 71, "h": 41 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0074.png", + "frame": { "x": 68, "y": 88, "w": 71, "h": 41 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 2, "w": 71, "h": 41 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0075.png", + "frame": { "x": 346, "y": 45, "w": 70, "h": 42 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 2, "w": 70, "h": 42 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0076.png", + "frame": { "x": 1, "y": 130, "w": 69, "h": 42 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 2, "w": 69, "h": 42 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0077.png", + "frame": { "x": 417, "y": 45, "w": 68, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 1, "w": 68, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0078.png", + "frame": { "x": 507, "y": 1, "w": 69, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 0, "w": 69, "h": 44 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0079.png", + "frame": { "x": 140, "y": 45, "w": 69, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 1, "w": 69, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0080.png", + "frame": { "x": 488, "y": 90, "w": 69, "h": 42 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 2, "w": 69, "h": 42 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0081.png", + "frame": { "x": 142, "y": 132, "w": 70, "h": 41 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 2, "w": 70, "h": 41 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0082.png", + "frame": { "x": 213, "y": 132, "w": 70, "h": 41 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 2, "w": 70, "h": 41 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0083.png", + "frame": { "x": 354, "y": 133, "w": 70, "h": 41 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 2, "w": 70, "h": 41 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0084.png", + "frame": { "x": 217, "y": 174, "w": 71, "h": 40 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 2, "w": 71, "h": 40 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0085.png", + "frame": { "x": 425, "y": 174, "w": 71, "h": 40 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 2, "w": 71, "h": 40 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0086.png", + "frame": { "x": 212, "y": 90, "w": 71, "h": 41 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 2, "w": 71, "h": 41 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0087.png", + "frame": { "x": 346, "y": 89, "w": 71, "h": 41 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 2, "w": 71, "h": 41 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0088.png", + "frame": { "x": 68, "y": 45, "w": 71, "h": 42 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 1, "w": 71, "h": 42 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0089.png", + "frame": { "x": 363, "y": 1, "w": 71, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + } + ], + "meta": { + "app": "https://www.aseprite.org/", + "version": "1.3.13-x64", + "image": "2075.png", + "format": "I8", + "size": { "w": 577, "h": 299 }, + "scale": "1" + } } diff --git a/public/images/pokemon/back/2075.png b/public/images/pokemon/back/2075.png index 98e86ccfe81..6c11c18bd1d 100644 Binary files a/public/images/pokemon/back/2075.png and b/public/images/pokemon/back/2075.png differ diff --git a/public/images/pokemon/back/728.png b/public/images/pokemon/back/728.png index 36633bf4174..fa04ca2bdbb 100644 Binary files a/public/images/pokemon/back/728.png and b/public/images/pokemon/back/728.png differ diff --git a/public/images/pokemon/back/730.png b/public/images/pokemon/back/730.png index 75499065e47..5c150efb08c 100644 Binary files a/public/images/pokemon/back/730.png and b/public/images/pokemon/back/730.png differ diff --git a/public/images/pokemon/back/749.png b/public/images/pokemon/back/749.png index 8a14933a52e..0f28ee107c9 100644 Binary files a/public/images/pokemon/back/749.png and b/public/images/pokemon/back/749.png differ diff --git a/public/images/pokemon/back/750.png b/public/images/pokemon/back/750.png index caa6b0c4eef..62015e8714e 100644 Binary files a/public/images/pokemon/back/750.png and b/public/images/pokemon/back/750.png differ diff --git a/public/images/pokemon/back/shiny/730.png b/public/images/pokemon/back/shiny/730.png index 1a988baaa92..7a6c4d4fc73 100644 Binary files a/public/images/pokemon/back/shiny/730.png and b/public/images/pokemon/back/shiny/730.png differ diff --git a/public/images/pokemon/exp/2037.json b/public/images/pokemon/exp/2037.json index 2e3362314c9..201e8eaa174 100644 --- a/public/images/pokemon/exp/2037.json +++ b/public/images/pokemon/exp/2037.json @@ -1,1112 +1,101 @@ -{ - "textures": [ - { - "image": "2037.png", - "format": "RGBA8888", - "size": { - "w": 224, - "h": 224 - }, - "scale": 1, - "frames": [ - { - "filename": "0040.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 54, - "h": 47 - }, - "spriteSourceSize": { - "x": 1, - "y": 0, - "w": 52, - "h": 47 - }, - "frame": { - "x": 0, - "y": 0, - "w": 52, - "h": 47 - } - }, - { - "filename": "0041.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 54, - "h": 47 - }, - "spriteSourceSize": { - "x": 1, - "y": 0, - "w": 52, - "h": 47 - }, - "frame": { - "x": 0, - "y": 47, - "w": 52, - "h": 47 - } - }, - { - "filename": "0042.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 54, - "h": 47 - }, - "spriteSourceSize": { - "x": 1, - "y": 0, - "w": 52, - "h": 47 - }, - "frame": { - "x": 52, - "y": 0, - "w": 52, - "h": 47 - } - }, - { - "filename": "0044.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 54, - "h": 47 - }, - "spriteSourceSize": { - "x": 1, - "y": 1, - "w": 53, - "h": 46 - }, - "frame": { - "x": 104, - "y": 0, - "w": 53, - "h": 46 - } - }, - { - "filename": "0045.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 54, - "h": 47 - }, - "spriteSourceSize": { - "x": 1, - "y": 1, - "w": 53, - "h": 46 - }, - "frame": { - "x": 157, - "y": 0, - "w": 53, - "h": 46 - } - }, - { - "filename": "0039.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 54, - "h": 47 - }, - "spriteSourceSize": { - "x": 1, - "y": 1, - "w": 52, - "h": 46 - }, - "frame": { - "x": 0, - "y": 94, - "w": 52, - "h": 46 - } - }, - { - "filename": "0043.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 54, - "h": 47 - }, - "spriteSourceSize": { - "x": 1, - "y": 1, - "w": 52, - "h": 46 - }, - "frame": { - "x": 52, - "y": 47, - "w": 52, - "h": 46 - } - }, - { - "filename": "0002.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 54, - "h": 47 - }, - "spriteSourceSize": { - "x": 1, - "y": 2, - "w": 53, - "h": 45 - }, - "frame": { - "x": 104, - "y": 46, - "w": 53, - "h": 45 - } - }, - { - "filename": "0012.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 54, - "h": 47 - }, - "spriteSourceSize": { - "x": 1, - "y": 2, - "w": 53, - "h": 45 - }, - "frame": { - "x": 104, - "y": 46, - "w": 53, - "h": 45 - } - }, - { - "filename": "0014.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 54, - "h": 47 - }, - "spriteSourceSize": { - "x": 1, - "y": 2, - "w": 53, - "h": 45 - }, - "frame": { - "x": 104, - "y": 46, - "w": 53, - "h": 45 - } - }, - { - "filename": "0024.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 54, - "h": 47 - }, - "spriteSourceSize": { - "x": 1, - "y": 2, - "w": 53, - "h": 45 - }, - "frame": { - "x": 104, - "y": 46, - "w": 53, - "h": 45 - } - }, - { - "filename": "0026.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 54, - "h": 47 - }, - "spriteSourceSize": { - "x": 1, - "y": 2, - "w": 53, - "h": 45 - }, - "frame": { - "x": 104, - "y": 46, - "w": 53, - "h": 45 - } - }, - { - "filename": "0036.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 54, - "h": 47 - }, - "spriteSourceSize": { - "x": 1, - "y": 2, - "w": 53, - "h": 45 - }, - "frame": { - "x": 104, - "y": 46, - "w": 53, - "h": 45 - } - }, - { - "filename": "0047.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 54, - "h": 47 - }, - "spriteSourceSize": { - "x": 1, - "y": 1, - "w": 52, - "h": 46 - }, - "frame": { - "x": 0, - "y": 140, - "w": 52, - "h": 46 - } - }, - { - "filename": "0048.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 54, - "h": 47 - }, - "spriteSourceSize": { - "x": 0, - "y": 2, - "w": 53, - "h": 45 - }, - "frame": { - "x": 157, - "y": 46, - "w": 53, - "h": 45 - } - }, - { - "filename": "0001.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 54, - "h": 47 - }, - "spriteSourceSize": { - "x": 1, - "y": 2, - "w": 52, - "h": 45 - }, - "frame": { - "x": 52, - "y": 93, - "w": 52, - "h": 45 - } - }, - { - "filename": "0013.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 54, - "h": 47 - }, - "spriteSourceSize": { - "x": 1, - "y": 2, - "w": 52, - "h": 45 - }, - "frame": { - "x": 52, - "y": 93, - "w": 52, - "h": 45 - } - }, - { - "filename": "0025.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 54, - "h": 47 - }, - "spriteSourceSize": { - "x": 1, - "y": 2, - "w": 52, - "h": 45 - }, - "frame": { - "x": 52, - "y": 93, - "w": 52, - "h": 45 - } - }, - { - "filename": "0037.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 54, - "h": 47 - }, - "spriteSourceSize": { - "x": 1, - "y": 2, - "w": 52, - "h": 45 - }, - "frame": { - "x": 52, - "y": 93, - "w": 52, - "h": 45 - } - }, - { - "filename": "0046.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 54, - "h": 47 - }, - "spriteSourceSize": { - "x": 1, - "y": 2, - "w": 52, - "h": 45 - }, - "frame": { - "x": 52, - "y": 93, - "w": 52, - "h": 45 - } - }, - { - "filename": "0051.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 54, - "h": 47 - }, - "spriteSourceSize": { - "x": 1, - "y": 2, - "w": 52, - "h": 45 - }, - "frame": { - "x": 52, - "y": 93, - "w": 52, - "h": 45 - } - }, - { - "filename": "0052.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 54, - "h": 47 - }, - "spriteSourceSize": { - "x": 1, - "y": 2, - "w": 52, - "h": 45 - }, - "frame": { - "x": 52, - "y": 93, - "w": 52, - "h": 45 - } - }, - { - "filename": "0049.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 54, - "h": 47 - }, - "spriteSourceSize": { - "x": 0, - "y": 2, - "w": 53, - "h": 45 - }, - "frame": { - "x": 104, - "y": 91, - "w": 53, - "h": 45 - } - }, - { - "filename": "0003.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 54, - "h": 47 - }, - "spriteSourceSize": { - "x": 1, - "y": 3, - "w": 53, - "h": 44 - }, - "frame": { - "x": 157, - "y": 91, - "w": 53, - "h": 44 - } - }, - { - "filename": "0011.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 54, - "h": 47 - }, - "spriteSourceSize": { - "x": 1, - "y": 3, - "w": 53, - "h": 44 - }, - "frame": { - "x": 157, - "y": 91, - "w": 53, - "h": 44 - } - }, - { - "filename": "0015.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 54, - "h": 47 - }, - "spriteSourceSize": { - "x": 1, - "y": 3, - "w": 53, - "h": 44 - }, - "frame": { - "x": 157, - "y": 91, - "w": 53, - "h": 44 - } - }, - { - "filename": "0023.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 54, - "h": 47 - }, - "spriteSourceSize": { - "x": 1, - "y": 3, - "w": 53, - "h": 44 - }, - "frame": { - "x": 157, - "y": 91, - "w": 53, - "h": 44 - } - }, - { - "filename": "0027.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 54, - "h": 47 - }, - "spriteSourceSize": { - "x": 1, - "y": 3, - "w": 53, - "h": 44 - }, - "frame": { - "x": 157, - "y": 91, - "w": 53, - "h": 44 - } - }, - { - "filename": "0035.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 54, - "h": 47 - }, - "spriteSourceSize": { - "x": 1, - "y": 3, - "w": 53, - "h": 44 - }, - "frame": { - "x": 157, - "y": 91, - "w": 53, - "h": 44 - } - }, - { - "filename": "0038.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 54, - "h": 47 - }, - "spriteSourceSize": { - "x": 1, - "y": 2, - "w": 52, - "h": 45 - }, - "frame": { - "x": 52, - "y": 138, - "w": 52, - "h": 45 - } - }, - { - "filename": "0006.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 54, - "h": 47 - }, - "spriteSourceSize": { - "x": 0, - "y": 6, - "w": 54, - "h": 41 - }, - "frame": { - "x": 52, - "y": 183, - "w": 54, - "h": 41 - } - }, - { - "filename": "0008.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 54, - "h": 47 - }, - "spriteSourceSize": { - "x": 0, - "y": 6, - "w": 54, - "h": 41 - }, - "frame": { - "x": 52, - "y": 183, - "w": 54, - "h": 41 - } - }, - { - "filename": "0018.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 54, - "h": 47 - }, - "spriteSourceSize": { - "x": 0, - "y": 6, - "w": 54, - "h": 41 - }, - "frame": { - "x": 52, - "y": 183, - "w": 54, - "h": 41 - } - }, - { - "filename": "0020.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 54, - "h": 47 - }, - "spriteSourceSize": { - "x": 0, - "y": 6, - "w": 54, - "h": 41 - }, - "frame": { - "x": 52, - "y": 183, - "w": 54, - "h": 41 - } - }, - { - "filename": "0030.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 54, - "h": 47 - }, - "spriteSourceSize": { - "x": 0, - "y": 6, - "w": 54, - "h": 41 - }, - "frame": { - "x": 52, - "y": 183, - "w": 54, - "h": 41 - } - }, - { - "filename": "0032.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 54, - "h": 47 - }, - "spriteSourceSize": { - "x": 0, - "y": 6, - "w": 54, - "h": 41 - }, - "frame": { - "x": 52, - "y": 183, - "w": 54, - "h": 41 - } - }, - { - "filename": "0004.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 54, - "h": 47 - }, - "spriteSourceSize": { - "x": 1, - "y": 3, - "w": 53, - "h": 44 - }, - "frame": { - "x": 104, - "y": 136, - "w": 53, - "h": 44 - } - }, - { - "filename": "0010.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 54, - "h": 47 - }, - "spriteSourceSize": { - "x": 1, - "y": 3, - "w": 53, - "h": 44 - }, - "frame": { - "x": 104, - "y": 136, - "w": 53, - "h": 44 - } - }, - { - "filename": "0016.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 54, - "h": 47 - }, - "spriteSourceSize": { - "x": 1, - "y": 3, - "w": 53, - "h": 44 - }, - "frame": { - "x": 104, - "y": 136, - "w": 53, - "h": 44 - } - }, - { - "filename": "0022.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 54, - "h": 47 - }, - "spriteSourceSize": { - "x": 1, - "y": 3, - "w": 53, - "h": 44 - }, - "frame": { - "x": 104, - "y": 136, - "w": 53, - "h": 44 - } - }, - { - "filename": "0028.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 54, - "h": 47 - }, - "spriteSourceSize": { - "x": 1, - "y": 3, - "w": 53, - "h": 44 - }, - "frame": { - "x": 104, - "y": 136, - "w": 53, - "h": 44 - } - }, - { - "filename": "0034.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 54, - "h": 47 - }, - "spriteSourceSize": { - "x": 1, - "y": 3, - "w": 53, - "h": 44 - }, - "frame": { - "x": 104, - "y": 136, - "w": 53, - "h": 44 - } - }, - { - "filename": "0050.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 54, - "h": 47 - }, - "spriteSourceSize": { - "x": 1, - "y": 2, - "w": 52, - "h": 45 - }, - "frame": { - "x": 157, - "y": 135, - "w": 52, - "h": 45 - } - }, - { - "filename": "0005.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 54, - "h": 47 - }, - "spriteSourceSize": { - "x": 0, - "y": 5, - "w": 54, - "h": 42 - }, - "frame": { - "x": 106, - "y": 180, - "w": 54, - "h": 42 - } - }, - { - "filename": "0009.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 54, - "h": 47 - }, - "spriteSourceSize": { - "x": 0, - "y": 5, - "w": 54, - "h": 42 - }, - "frame": { - "x": 106, - "y": 180, - "w": 54, - "h": 42 - } - }, - { - "filename": "0017.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 54, - "h": 47 - }, - "spriteSourceSize": { - "x": 0, - "y": 5, - "w": 54, - "h": 42 - }, - "frame": { - "x": 106, - "y": 180, - "w": 54, - "h": 42 - } - }, - { - "filename": "0021.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 54, - "h": 47 - }, - "spriteSourceSize": { - "x": 0, - "y": 5, - "w": 54, - "h": 42 - }, - "frame": { - "x": 106, - "y": 180, - "w": 54, - "h": 42 - } - }, - { - "filename": "0029.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 54, - "h": 47 - }, - "spriteSourceSize": { - "x": 0, - "y": 5, - "w": 54, - "h": 42 - }, - "frame": { - "x": 106, - "y": 180, - "w": 54, - "h": 42 - } - }, - { - "filename": "0033.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 54, - "h": 47 - }, - "spriteSourceSize": { - "x": 0, - "y": 5, - "w": 54, - "h": 42 - }, - "frame": { - "x": 106, - "y": 180, - "w": 54, - "h": 42 - } - }, - { - "filename": "0007.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 54, - "h": 47 - }, - "spriteSourceSize": { - "x": 0, - "y": 5, - "w": 54, - "h": 42 - }, - "frame": { - "x": 160, - "y": 180, - "w": 54, - "h": 42 - } - }, - { - "filename": "0019.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 54, - "h": 47 - }, - "spriteSourceSize": { - "x": 0, - "y": 5, - "w": 54, - "h": 42 - }, - "frame": { - "x": 160, - "y": 180, - "w": 54, - "h": 42 - } - }, - { - "filename": "0031.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 54, - "h": 47 - }, - "spriteSourceSize": { - "x": 0, - "y": 5, - "w": 54, - "h": 42 - }, - "frame": { - "x": 160, - "y": 180, - "w": 54, - "h": 42 - } - } - ] - } - ], - "meta": { - "app": "https://www.codeandweb.com/texturepacker", - "version": "3.0", - "smartupdate": "$TexturePacker:SmartUpdate:cb371bc4c4d65115dbfd5277a8b37fae:f235d22648ca7d0f60ca039b1e3915e7:c679847d1c2ddf91caeaa5ebb76a6664$" - } +{ "frames": [ + { + "filename": "0001.png", + "frame": { "x": 0, "y": 45, "w": 55, "h": 46 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 0, "w": 55, "h": 46 }, + "sourceSize": { "w": 59, "h": 46 }, + "duration": 100 + }, + { + "filename": "0002.png", + "frame": { "x": 173, "y": 45, "w": 54, "h": 45 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 1, "w": 54, "h": 45 }, + "sourceSize": { "w": 59, "h": 46 }, + "duration": 100 + }, + { + "filename": "0003.png", + "frame": { "x": 112, "y": 46, "w": 54, "h": 45 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 1, "w": 54, "h": 45 }, + "sourceSize": { "w": 59, "h": 46 }, + "duration": 100 + }, + { + "filename": "0004.png", + "frame": { "x": 55, "y": 89, "w": 54, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 2, "w": 54, "h": 44 }, + "sourceSize": { "w": 59, "h": 46 }, + "duration": 100 + }, + { + "filename": "0005.png", + "frame": { "x": 166, "y": 90, "w": 54, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 2, "w": 54, "h": 44 }, + "sourceSize": { "w": 59, "h": 46 }, + "duration": 100 + }, + { + "filename": "0006.png", + "frame": { "x": 55, "y": 45, "w": 57, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 2, "w": 57, "h": 44 }, + "sourceSize": { "w": 59, "h": 46 }, + "duration": 100 + }, + { + "filename": "0007.png", + "frame": { "x": 0, "y": 0, "w": 59, "h": 45 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 1, "w": 59, "h": 45 }, + "sourceSize": { "w": 59, "h": 46 }, + "duration": 100 + }, + { + "filename": "0008.png", + "frame": { "x": 59, "y": 0, "w": 58, "h": 45 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 1, "w": 58, "h": 45 }, + "sourceSize": { "w": 59, "h": 46 }, + "duration": 100 + }, + { + "filename": "0009.png", + "frame": { "x": 173, "y": 0, "w": 57, "h": 45 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 1, "w": 57, "h": 45 }, + "sourceSize": { "w": 59, "h": 46 }, + "duration": 100 + }, + { + "filename": "0010.png", + "frame": { "x": 117, "y": 0, "w": 56, "h": 46 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 0, "w": 56, "h": 46 }, + "sourceSize": { "w": 59, "h": 46 }, + "duration": 100 + } + ], + "meta": { + "app": "https://www.aseprite.org/", + "version": "1.3.13-x64", + "image": "2037.png", + "format": "I8", + "size": { "w": 230, "h": 134 }, + "scale": "1" + } } diff --git a/public/images/pokemon/exp/2037.png b/public/images/pokemon/exp/2037.png index a892d43c70b..b1ebd401e5f 100644 Binary files a/public/images/pokemon/exp/2037.png and b/public/images/pokemon/exp/2037.png differ diff --git a/public/images/pokemon/exp/2038.json b/public/images/pokemon/exp/2038.json index b7d26753f24..90b36cbc795 100644 --- a/public/images/pokemon/exp/2038.json +++ b/public/images/pokemon/exp/2038.json @@ -1,692 +1,155 @@ -{ - "textures": [ - { - "image": "2038.png", - "format": "RGBA8888", - "size": { - "w": 516, - "h": 516 - }, - "scale": 1, - "frames": [ - { - "filename": "0001.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 94, - "h": 87 - }, - "spriteSourceSize": { - "x": 3, - "y": 9, - "w": 86, - "h": 74 - }, - "frame": { - "x": 0, - "y": 0, - "w": 86, - "h": 74 - } - }, - { - "filename": "0002.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 94, - "h": 87 - }, - "spriteSourceSize": { - "x": 3, - "y": 8, - "w": 84, - "h": 75 - }, - "frame": { - "x": 86, - "y": 0, - "w": 84, - "h": 75 - } - }, - { - "filename": "0003.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 94, - "h": 87 - }, - "spriteSourceSize": { - "x": 2, - "y": 8, - "w": 85, - "h": 75 - }, - "frame": { - "x": 170, - "y": 0, - "w": 85, - "h": 75 - } - }, - { - "filename": "0004.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 94, - "h": 87 - }, - "spriteSourceSize": { - "x": 2, - "y": 8, - "w": 85, - "h": 75 - }, - "frame": { - "x": 255, - "y": 0, - "w": 85, - "h": 75 - } - }, - { - "filename": "0005.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 94, - "h": 87 - }, - "spriteSourceSize": { - "x": 1, - "y": 8, - "w": 86, - "h": 75 - }, - "frame": { - "x": 340, - "y": 0, - "w": 86, - "h": 75 - } - }, - { - "filename": "0006.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 94, - "h": 87 - }, - "spriteSourceSize": { - "x": 1, - "y": 8, - "w": 86, - "h": 75 - }, - "frame": { - "x": 426, - "y": 0, - "w": 86, - "h": 75 - } - }, - { - "filename": "0031.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 94, - "h": 87 - }, - "spriteSourceSize": { - "x": 3, - "y": 8, - "w": 88, - "h": 75 - }, - "frame": { - "x": 0, - "y": 75, - "w": 88, - "h": 75 - } - }, - { - "filename": "0032.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 94, - "h": 87 - }, - "spriteSourceSize": { - "x": 3, - "y": 8, - "w": 87, - "h": 75 - }, - "frame": { - "x": 88, - "y": 75, - "w": 87, - "h": 75 - } - }, - { - "filename": "0030.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 94, - "h": 87 - }, - "spriteSourceSize": { - "x": 3, - "y": 7, - "w": 89, - "h": 76 - }, - "frame": { - "x": 175, - "y": 75, - "w": 89, - "h": 76 - } - }, - { - "filename": "0007.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 94, - "h": 87 - }, - "spriteSourceSize": { - "x": 0, - "y": 8, - "w": 87, - "h": 77 - }, - "frame": { - "x": 264, - "y": 75, - "w": 87, - "h": 77 - } - }, - { - "filename": "0029.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 94, - "h": 87 - }, - "spriteSourceSize": { - "x": 3, - "y": 6, - "w": 90, - "h": 77 - }, - "frame": { - "x": 351, - "y": 75, - "w": 90, - "h": 77 - } - }, - { - "filename": "0008.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 94, - "h": 87 - }, - "spriteSourceSize": { - "x": 0, - "y": 8, - "w": 86, - "h": 78 - }, - "frame": { - "x": 0, - "y": 150, - "w": 86, - "h": 78 - } - }, - { - "filename": "0011.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 94, - "h": 87 - }, - "spriteSourceSize": { - "x": 0, - "y": 9, - "w": 85, - "h": 78 - }, - "frame": { - "x": 86, - "y": 150, - "w": 85, - "h": 78 - } - }, - { - "filename": "0012.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 94, - "h": 87 - }, - "spriteSourceSize": { - "x": 0, - "y": 9, - "w": 85, - "h": 78 - }, - "frame": { - "x": 171, - "y": 151, - "w": 85, - "h": 78 - } - }, - { - "filename": "0028.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 94, - "h": 87 - }, - "spriteSourceSize": { - "x": 3, - "y": 5, - "w": 91, - "h": 78 - }, - "frame": { - "x": 256, - "y": 152, - "w": 91, - "h": 78 - } - }, - { - "filename": "0009.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 94, - "h": 87 - }, - "spriteSourceSize": { - "x": 0, - "y": 8, - "w": 86, - "h": 79 - }, - "frame": { - "x": 347, - "y": 152, - "w": 86, - "h": 79 - } - }, - { - "filename": "0010.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 94, - "h": 87 - }, - "spriteSourceSize": { - "x": 0, - "y": 8, - "w": 86, - "h": 79 - }, - "frame": { - "x": 0, - "y": 228, - "w": 86, - "h": 79 - } - }, - { - "filename": "0013.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 94, - "h": 87 - }, - "spriteSourceSize": { - "x": 0, - "y": 8, - "w": 85, - "h": 79 - }, - "frame": { - "x": 86, - "y": 228, - "w": 85, - "h": 79 - } - }, - { - "filename": "0014.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 94, - "h": 87 - }, - "spriteSourceSize": { - "x": 0, - "y": 8, - "w": 85, - "h": 79 - }, - "frame": { - "x": 171, - "y": 229, - "w": 85, - "h": 79 - } - }, - { - "filename": "0015.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 94, - "h": 87 - }, - "spriteSourceSize": { - "x": 0, - "y": 7, - "w": 85, - "h": 79 - }, - "frame": { - "x": 256, - "y": 230, - "w": 85, - "h": 79 - } - }, - { - "filename": "0027.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 94, - "h": 87 - }, - "spriteSourceSize": { - "x": 4, - "y": 4, - "w": 90, - "h": 79 - }, - "frame": { - "x": 341, - "y": 231, - "w": 90, - "h": 79 - } - }, - { - "filename": "0016.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 94, - "h": 87 - }, - "spriteSourceSize": { - "x": 0, - "y": 5, - "w": 85, - "h": 80 - }, - "frame": { - "x": 431, - "y": 231, - "w": 85, - "h": 80 - } - }, - { - "filename": "0017.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 94, - "h": 87 - }, - "spriteSourceSize": { - "x": 0, - "y": 4, - "w": 86, - "h": 80 - }, - "frame": { - "x": 0, - "y": 307, - "w": 86, - "h": 80 - } - }, - { - "filename": "0018.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 94, - "h": 87 - }, - "spriteSourceSize": { - "x": 0, - "y": 2, - "w": 87, - "h": 81 - }, - "frame": { - "x": 86, - "y": 308, - "w": 87, - "h": 81 - } - }, - { - "filename": "0026.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 94, - "h": 87 - }, - "spriteSourceSize": { - "x": 4, - "y": 2, - "w": 90, - "h": 81 - }, - "frame": { - "x": 173, - "y": 309, - "w": 90, - "h": 81 - } - }, - { - "filename": "0019.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 94, - "h": 87 - }, - "spriteSourceSize": { - "x": 0, - "y": 1, - "w": 88, - "h": 82 - }, - "frame": { - "x": 263, - "y": 310, - "w": 88, - "h": 82 - } - }, - { - "filename": "0025.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 94, - "h": 87 - }, - "spriteSourceSize": { - "x": 4, - "y": 1, - "w": 90, - "h": 82 - }, - "frame": { - "x": 351, - "y": 311, - "w": 90, - "h": 82 - } - }, - { - "filename": "0020.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 94, - "h": 87 - }, - "spriteSourceSize": { - "x": 1, - "y": 0, - "w": 88, - "h": 83 - }, - "frame": { - "x": 0, - "y": 389, - "w": 88, - "h": 83 - } - }, - { - "filename": "0021.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 94, - "h": 87 - }, - "spriteSourceSize": { - "x": 1, - "y": 0, - "w": 89, - "h": 83 - }, - "frame": { - "x": 88, - "y": 390, - "w": 89, - "h": 83 - } - }, - { - "filename": "0022.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 94, - "h": 87 - }, - "spriteSourceSize": { - "x": 2, - "y": 0, - "w": 89, - "h": 83 - }, - "frame": { - "x": 177, - "y": 392, - "w": 89, - "h": 83 - } - }, - { - "filename": "0023.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 94, - "h": 87 - }, - "spriteSourceSize": { - "x": 3, - "y": 0, - "w": 89, - "h": 83 - }, - "frame": { - "x": 266, - "y": 393, - "w": 89, - "h": 83 - } - }, - { - "filename": "0024.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 94, - "h": 87 - }, - "spriteSourceSize": { - "x": 3, - "y": 0, - "w": 90, - "h": 83 - }, - "frame": { - "x": 355, - "y": 393, - "w": 90, - "h": 83 - } - } - ] - } - ], - "meta": { - "app": "https://www.codeandweb.com/texturepacker", - "version": "3.0", - "smartupdate": "$TexturePacker:SmartUpdate:3548b7394d2a2d4370b938ffb12dbe96:5ccdea89bf7be09a529efae090aea261:51bcdbb4fa6a1a9e90a83c2a4132ee1b$" - } +{ "frames": [ + { + "filename": "0001.png", + "frame": { "x": 157, "y": 194, "w": 76, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 2, "w": 76, "h": 65 }, + "sourceSize": { "w": 86, "h": 67 }, + "duration": 100 + }, + { + "filename": "0002.png", + "frame": { "x": 164, "y": 128, "w": 80, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 1, "w": 80, "h": 66 }, + "sourceSize": { "w": 86, "h": 67 }, + "duration": 100 + }, + { + "filename": "0003.png", + "frame": { "x": 244, "y": 128, "w": 80, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 1, "w": 80, "h": 64 }, + "sourceSize": { "w": 86, "h": 67 }, + "duration": 100 + }, + { + "filename": "0004.png", + "frame": { "x": 0, "y": 130, "w": 80, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 1, "w": 80, "h": 64 }, + "sourceSize": { "w": 86, "h": 67 }, + "duration": 100 + }, + { + "filename": "0005.png", + "frame": { "x": 78, "y": 194, "w": 79, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 2, "w": 79, "h": 64 }, + "sourceSize": { "w": 86, "h": 67 }, + "duration": 100 + }, + { + "filename": "0006.png", + "frame": { "x": 170, "y": 0, "w": 84, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 1, "w": 84, "h": 64 }, + "sourceSize": { "w": 86, "h": 67 }, + "duration": 100 + }, + { + "filename": "0007.png", + "frame": { "x": 254, "y": 0, "w": 84, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 1, "w": 84, "h": 64 }, + "sourceSize": { "w": 86, "h": 67 }, + "duration": 100 + }, + { + "filename": "0008.png", + "frame": { "x": 86, "y": 0, "w": 84, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 0, "w": 84, "h": 65 }, + "sourceSize": { "w": 86, "h": 67 }, + "duration": 100 + }, + { + "filename": "0009.png", + "frame": { "x": 170, "y": 64, "w": 84, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 1, "w": 84, "h": 64 }, + "sourceSize": { "w": 86, "h": 67 }, + "duration": 100 + }, + { + "filename": "0010.png", + "frame": { "x": 0, "y": 0, "w": 86, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 0, "w": 86, "h": 65 }, + "sourceSize": { "w": 86, "h": 67 }, + "duration": 100 + }, + { + "filename": "0011.png", + "frame": { "x": 254, "y": 64, "w": 84, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 1, "w": 84, "h": 64 }, + "sourceSize": { "w": 86, "h": 67 }, + "duration": 100 + }, + { + "filename": "0012.png", + "frame": { "x": 0, "y": 65, "w": 82, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 0, "w": 82, "h": 65 }, + "sourceSize": { "w": 86, "h": 67 }, + "duration": 100 + }, + { + "filename": "0013.png", + "frame": { "x": 80, "y": 130, "w": 80, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 1, "w": 80, "h": 64 }, + "sourceSize": { "w": 86, "h": 67 }, + "duration": 100 + }, + { + "filename": "0014.png", + "frame": { "x": 82, "y": 65, "w": 82, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 1, "w": 82, "h": 65 }, + "sourceSize": { "w": 86, "h": 67 }, + "duration": 100 + }, + { + "filename": "0015.png", + "frame": { "x": 244, "y": 192, "w": 80, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 1, "w": 80, "h": 64 }, + "sourceSize": { "w": 86, "h": 67 }, + "duration": 100 + }, + { + "filename": "0016.png", + "frame": { "x": 0, "y": 194, "w": 78, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 1, "w": 78, "h": 65 }, + "sourceSize": { "w": 86, "h": 67 }, + "duration": 100 + } + ], + "meta": { + "app": "https://www.aseprite.org/", + "version": "1.3.13-x64", + "image": "2038.png", + "format": "I8", + "size": { "w": 338, "h": 259 }, + "scale": "1" + } } diff --git a/public/images/pokemon/exp/2038.png b/public/images/pokemon/exp/2038.png index 8e2e9435eee..c6fdb999df3 100644 Binary files a/public/images/pokemon/exp/2038.png and b/public/images/pokemon/exp/2038.png differ diff --git a/public/images/pokemon/exp/2074.json b/public/images/pokemon/exp/2074.json index 7ee41553243..7512afe50ac 100644 --- a/public/images/pokemon/exp/2074.json +++ b/public/images/pokemon/exp/2074.json @@ -1,272 +1,425 @@ -{ - "textures": [ - { - "image": "2074.png", - "format": "RGBA8888", - "size": { - "w": 142, - "h": 142 - }, - "scale": 1, - "frames": [ - { - "filename": "0001.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 63, - "h": 44 - }, - "spriteSourceSize": { - "x": 0, - "y": 16, - "w": 63, - "h": 28 - }, - "frame": { - "x": 0, - "y": 0, - "w": 63, - "h": 28 - } - }, - { - "filename": "0002.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 63, - "h": 44 - }, - "spriteSourceSize": { - "x": 1, - "y": 12, - "w": 61, - "h": 30 - }, - "frame": { - "x": 63, - "y": 0, - "w": 61, - "h": 30 - } - }, - { - "filename": "0012.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 63, - "h": 44 - }, - "spriteSourceSize": { - "x": 1, - "y": 12, - "w": 61, - "h": 30 - }, - "frame": { - "x": 63, - "y": 0, - "w": 61, - "h": 30 - } - }, - { - "filename": "0003.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 63, - "h": 44 - }, - "spriteSourceSize": { - "x": 3, - "y": 8, - "w": 57, - "h": 32 - }, - "frame": { - "x": 0, - "y": 28, - "w": 57, - "h": 32 - } - }, - { - "filename": "0011.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 63, - "h": 44 - }, - "spriteSourceSize": { - "x": 3, - "y": 8, - "w": 57, - "h": 32 - }, - "frame": { - "x": 0, - "y": 28, - "w": 57, - "h": 32 - } - }, - { - "filename": "0004.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 63, - "h": 44 - }, - "spriteSourceSize": { - "x": 3, - "y": 4, - "w": 56, - "h": 35 - }, - "frame": { - "x": 57, - "y": 30, - "w": 56, - "h": 35 - } - }, - { - "filename": "0010.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 63, - "h": 44 - }, - "spriteSourceSize": { - "x": 3, - "y": 4, - "w": 56, - "h": 35 - }, - "frame": { - "x": 57, - "y": 30, - "w": 56, - "h": 35 - } - }, - { - "filename": "0005.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 63, - "h": 44 - }, - "spriteSourceSize": { - "x": 5, - "y": 0, - "w": 52, - "h": 37 - }, - "frame": { - "x": 0, - "y": 60, - "w": 52, - "h": 37 - } - }, - { - "filename": "0009.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 63, - "h": 44 - }, - "spriteSourceSize": { - "x": 5, - "y": 0, - "w": 52, - "h": 37 - }, - "frame": { - "x": 0, - "y": 60, - "w": 52, - "h": 37 - } - }, - { - "filename": "0008.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 63, - "h": 44 - }, - "spriteSourceSize": { - "x": 8, - "y": 0, - "w": 47, - "h": 40 - }, - "frame": { - "x": 0, - "y": 97, - "w": 47, - "h": 40 - } - }, - { - "filename": "0007.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 63, - "h": 44 - }, - "spriteSourceSize": { - "x": 8, - "y": 0, - "w": 48, - "h": 39 - }, - "frame": { - "x": 47, - "y": 97, - "w": 48, - "h": 39 - } - }, - { - "filename": "0006.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 63, - "h": 44 - }, - "spriteSourceSize": { - "x": 8, - "y": 0, - "w": 47, - "h": 39 - }, - "frame": { - "x": 95, - "y": 65, - "w": 47, - "h": 39 - } - } - ] - } - ], - "meta": { - "app": "https://www.codeandweb.com/texturepacker", - "version": "3.0", - "smartupdate": "$TexturePacker:SmartUpdate:17eb999510749cb5bf44945ce0e6af23:03e8369dbf7ea1c1898cee8cc1b989b3:ad137687a877f55f096b7447bfdfe295$" - } +{ "frames": [ + { + "filename": "0001.png", + "frame": { "x": 120, "y": 124, "w": 55, "h": 30 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 4, "w": 55, "h": 30 }, + "sourceSize": { "w": 70, "h": 42 }, + "duration": 100 + }, + { + "filename": "0002.png", + "frame": { "x": 65, "y": 94, "w": 58, "h": 29 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 7, "w": 58, "h": 29 }, + "sourceSize": { "w": 70, "h": 42 }, + "duration": 100 + }, + { + "filename": "0003.png", + "frame": { "x": 124, "y": 95, "w": 60, "h": 28 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 11, "w": 60, "h": 28 }, + "sourceSize": { "w": 70, "h": 42 }, + "duration": 100 + }, + { + "filename": "0004.png", + "frame": { "x": 1, "y": 93, "w": 63, "h": 28 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 14, "w": 63, "h": 28 }, + "sourceSize": { "w": 70, "h": 42 }, + "duration": 100 + }, + { + "filename": "0005.png", + "frame": { "x": 255, "y": 33, "w": 65, "h": 29 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 13, "w": 65, "h": 29 }, + "sourceSize": { "w": 70, "h": 42 }, + "duration": 100 + }, + { + "filename": "0006.png", + "frame": { "x": 1, "y": 33, "w": 67, "h": 30 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 12, "w": 67, "h": 30 }, + "sourceSize": { "w": 70, "h": 42 }, + "duration": 100 + }, + { + "filename": "0007.png", + "frame": { "x": 255, "y": 63, "w": 65, "h": 29 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 11, "w": 65, "h": 29 }, + "sourceSize": { "w": 70, "h": 42 }, + "duration": 100 + }, + { + "filename": "0008.png", + "frame": { "x": 135, "y": 66, "w": 64, "h": 28 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 11, "w": 64, "h": 28 }, + "sourceSize": { "w": 70, "h": 42 }, + "duration": 100 + }, + { + "filename": "0009.png", + "frame": { "x": 260, "y": 122, "w": 62, "h": 27 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 10, "w": 62, "h": 27 }, + "sourceSize": { "w": 70, "h": 42 }, + "duration": 100 + }, + { + "filename": "0010.png", + "frame": { "x": 1, "y": 122, "w": 60, "h": 28 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 8, "w": 60, "h": 28 }, + "sourceSize": { "w": 70, "h": 42 }, + "duration": 100 + }, + { + "filename": "0011.png", + "frame": { "x": 62, "y": 124, "w": 57, "h": 29 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 6, "w": 57, "h": 29 }, + "sourceSize": { "w": 70, "h": 42 }, + "duration": 100 + }, + { + "filename": "0012.png", + "frame": { "x": 120, "y": 124, "w": 55, "h": 30 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 4, "w": 55, "h": 30 }, + "sourceSize": { "w": 70, "h": 42 }, + "duration": 100 + }, + { + "filename": "0013.png", + "frame": { "x": 65, "y": 94, "w": 58, "h": 29 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 7, "w": 58, "h": 29 }, + "sourceSize": { "w": 70, "h": 42 }, + "duration": 100 + }, + { + "filename": "0014.png", + "frame": { "x": 124, "y": 95, "w": 60, "h": 28 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 11, "w": 60, "h": 28 }, + "sourceSize": { "w": 70, "h": 42 }, + "duration": 100 + }, + { + "filename": "0015.png", + "frame": { "x": 1, "y": 93, "w": 63, "h": 28 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 14, "w": 63, "h": 28 }, + "sourceSize": { "w": 70, "h": 42 }, + "duration": 100 + }, + { + "filename": "0016.png", + "frame": { "x": 255, "y": 33, "w": 65, "h": 29 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 13, "w": 65, "h": 29 }, + "sourceSize": { "w": 70, "h": 42 }, + "duration": 100 + }, + { + "filename": "0017.png", + "frame": { "x": 1, "y": 33, "w": 67, "h": 30 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 12, "w": 67, "h": 30 }, + "sourceSize": { "w": 70, "h": 42 }, + "duration": 100 + }, + { + "filename": "0018.png", + "frame": { "x": 255, "y": 63, "w": 65, "h": 29 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 11, "w": 65, "h": 29 }, + "sourceSize": { "w": 70, "h": 42 }, + "duration": 100 + }, + { + "filename": "0019.png", + "frame": { "x": 135, "y": 66, "w": 64, "h": 28 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 11, "w": 64, "h": 28 }, + "sourceSize": { "w": 70, "h": 42 }, + "duration": 100 + }, + { + "filename": "0020.png", + "frame": { "x": 185, "y": 123, "w": 62, "h": 27 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 10, "w": 62, "h": 27 }, + "sourceSize": { "w": 70, "h": 42 }, + "duration": 100 + }, + { + "filename": "0021.png", + "frame": { "x": 1, "y": 122, "w": 60, "h": 28 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 8, "w": 60, "h": 28 }, + "sourceSize": { "w": 70, "h": 42 }, + "duration": 100 + }, + { + "filename": "0022.png", + "frame": { "x": 62, "y": 124, "w": 57, "h": 29 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 6, "w": 57, "h": 29 }, + "sourceSize": { "w": 70, "h": 42 }, + "duration": 100 + }, + { + "filename": "0023.png", + "frame": { "x": 120, "y": 124, "w": 55, "h": 30 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 4, "w": 55, "h": 30 }, + "sourceSize": { "w": 70, "h": 42 }, + "duration": 100 + }, + { + "filename": "0024.png", + "frame": { "x": 65, "y": 94, "w": 58, "h": 29 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 7, "w": 58, "h": 29 }, + "sourceSize": { "w": 70, "h": 42 }, + "duration": 100 + }, + { + "filename": "0025.png", + "frame": { "x": 124, "y": 95, "w": 60, "h": 28 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 11, "w": 60, "h": 28 }, + "sourceSize": { "w": 70, "h": 42 }, + "duration": 100 + }, + { + "filename": "0026.png", + "frame": { "x": 1, "y": 93, "w": 63, "h": 28 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 14, "w": 63, "h": 28 }, + "sourceSize": { "w": 70, "h": 42 }, + "duration": 100 + }, + { + "filename": "0027.png", + "frame": { "x": 255, "y": 33, "w": 65, "h": 29 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 13, "w": 65, "h": 29 }, + "sourceSize": { "w": 70, "h": 42 }, + "duration": 100 + }, + { + "filename": "0028.png", + "frame": { "x": 1, "y": 33, "w": 67, "h": 30 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 12, "w": 67, "h": 30 }, + "sourceSize": { "w": 70, "h": 42 }, + "duration": 100 + }, + { + "filename": "0029.png", + "frame": { "x": 255, "y": 63, "w": 65, "h": 29 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 11, "w": 65, "h": 29 }, + "sourceSize": { "w": 70, "h": 42 }, + "duration": 100 + }, + { + "filename": "0030.png", + "frame": { "x": 135, "y": 66, "w": 64, "h": 28 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 11, "w": 64, "h": 28 }, + "sourceSize": { "w": 70, "h": 42 }, + "duration": 100 + }, + { + "filename": "0031.png", + "frame": { "x": 185, "y": 123, "w": 62, "h": 27 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 10, "w": 62, "h": 27 }, + "sourceSize": { "w": 70, "h": 42 }, + "duration": 100 + }, + { + "filename": "0032.png", + "frame": { "x": 1, "y": 122, "w": 60, "h": 28 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 8, "w": 60, "h": 28 }, + "sourceSize": { "w": 70, "h": 42 }, + "duration": 100 + }, + { + "filename": "0033.png", + "frame": { "x": 62, "y": 124, "w": 57, "h": 29 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 6, "w": 57, "h": 29 }, + "sourceSize": { "w": 70, "h": 42 }, + "duration": 100 + }, + { + "filename": "0034.png", + "frame": { "x": 120, "y": 124, "w": 55, "h": 30 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 4, "w": 55, "h": 30 }, + "sourceSize": { "w": 70, "h": 42 }, + "duration": 100 + }, + { + "filename": "0035.png", + "frame": { "x": 200, "y": 93, "w": 59, "h": 29 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 8, "w": 59, "h": 29 }, + "sourceSize": { "w": 70, "h": 42 }, + "duration": 100 + }, + { + "filename": "0036.png", + "frame": { "x": 260, "y": 93, "w": 61, "h": 28 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 11, "w": 61, "h": 28 }, + "sourceSize": { "w": 70, "h": 42 }, + "duration": 100 + }, + { + "filename": "0037.png", + "frame": { "x": 69, "y": 65, "w": 65, "h": 28 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 11, "w": 65, "h": 28 }, + "sourceSize": { "w": 70, "h": 42 }, + "duration": 100 + }, + { + "filename": "0038.png", + "frame": { "x": 1, "y": 64, "w": 67, "h": 28 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 6, "w": 67, "h": 28 }, + "sourceSize": { "w": 70, "h": 42 }, + "duration": 100 + }, + { + "filename": "0039.png", + "frame": { "x": 72, "y": 1, "w": 69, "h": 31 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 2, "w": 69, "h": 31 }, + "sourceSize": { "w": 70, "h": 42 }, + "duration": 100 + }, + { + "filename": "0040.png", + "frame": { "x": 1, "y": 1, "w": 70, "h": 31 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 0, "w": 70, "h": 31 }, + "sourceSize": { "w": 70, "h": 42 }, + "duration": 100 + }, + { + "filename": "0041.png", + "frame": { "x": 142, "y": 1, "w": 69, "h": 31 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 1, "w": 69, "h": 31 }, + "sourceSize": { "w": 70, "h": 42 }, + "duration": 100 + }, + { + "filename": "0042.png", + "frame": { "x": 212, "y": 1, "w": 67, "h": 31 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 2, "w": 67, "h": 31 }, + "sourceSize": { "w": 70, "h": 42 }, + "duration": 100 + }, + { + "filename": "0043.png", + "frame": { "x": 280, "y": 1, "w": 65, "h": 31 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 3, "w": 65, "h": 31 }, + "sourceSize": { "w": 70, "h": 42 }, + "duration": 100 + }, + { + "filename": "0044.png", + "frame": { "x": 131, "y": 33, "w": 63, "h": 30 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 4, "w": 63, "h": 30 }, + "sourceSize": { "w": 70, "h": 42 }, + "duration": 100 + }, + { + "filename": "0045.png", + "frame": { "x": 69, "y": 33, "w": 61, "h": 31 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 4, "w": 61, "h": 31 }, + "sourceSize": { "w": 70, "h": 42 }, + "duration": 100 + }, + { + "filename": "0046.png", + "frame": { "x": 195, "y": 33, "w": 59, "h": 32 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 4, "w": 59, "h": 32 }, + "sourceSize": { "w": 70, "h": 42 }, + "duration": 100 + } + ], + "meta": { + "app": "https://www.aseprite.org/", + "version": "1.3.13-x64", + "image": "2074.png", + "format": "I8", + "size": { "w": 346, "h": 155 }, + "scale": "1" + } } diff --git a/public/images/pokemon/exp/2074.png b/public/images/pokemon/exp/2074.png index 6544f5aeb17..158120ac79f 100644 Binary files a/public/images/pokemon/exp/2074.png and b/public/images/pokemon/exp/2074.png differ diff --git a/public/images/pokemon/exp/2075.json b/public/images/pokemon/exp/2075.json index f9619dcf315..e3d08f5fae1 100644 --- a/public/images/pokemon/exp/2075.json +++ b/public/images/pokemon/exp/2075.json @@ -1,272 +1,812 @@ -{ - "textures": [ - { - "image": "2075.png", - "format": "RGBA8888", - "size": { - "w": 184, - "h": 184 - }, - "scale": 1, - "frames": [ - { - "filename": "0005.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 87, - "h": 52 - }, - "spriteSourceSize": { - "x": 0, - "y": 1, - "w": 84, - "h": 50 - }, - "frame": { - "x": 0, - "y": 0, - "w": 84, - "h": 50 - } - }, - { - "filename": "0009.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 87, - "h": 52 - }, - "spriteSourceSize": { - "x": 0, - "y": 1, - "w": 84, - "h": 50 - }, - "frame": { - "x": 0, - "y": 0, - "w": 84, - "h": 50 - } - }, - { - "filename": "0004.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 87, - "h": 52 - }, - "spriteSourceSize": { - "x": 0, - "y": 2, - "w": 83, - "h": 50 - }, - "frame": { - "x": 84, - "y": 0, - "w": 83, - "h": 50 - } - }, - { - "filename": "0010.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 87, - "h": 52 - }, - "spriteSourceSize": { - "x": 0, - "y": 2, - "w": 83, - "h": 50 - }, - "frame": { - "x": 84, - "y": 0, - "w": 83, - "h": 50 - } - }, - { - "filename": "0006.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 87, - "h": 52 - }, - "spriteSourceSize": { - "x": 5, - "y": 0, - "w": 82, - "h": 51 - }, - "frame": { - "x": 0, - "y": 50, - "w": 82, - "h": 51 - } - }, - { - "filename": "0008.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 87, - "h": 52 - }, - "spriteSourceSize": { - "x": 5, - "y": 0, - "w": 82, - "h": 51 - }, - "frame": { - "x": 0, - "y": 50, - "w": 82, - "h": 51 - } - }, - { - "filename": "0003.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 87, - "h": 52 - }, - "spriteSourceSize": { - "x": 0, - "y": 6, - "w": 83, - "h": 46 - }, - "frame": { - "x": 82, - "y": 50, - "w": 83, - "h": 46 - } - }, - { - "filename": "0011.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 87, - "h": 52 - }, - "spriteSourceSize": { - "x": 0, - "y": 6, - "w": 83, - "h": 46 - }, - "frame": { - "x": 82, - "y": 50, - "w": 83, - "h": 46 - } - }, - { - "filename": "0002.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 87, - "h": 52 - }, - "spriteSourceSize": { - "x": 1, - "y": 7, - "w": 81, - "h": 45 - }, - "frame": { - "x": 82, - "y": 96, - "w": 81, - "h": 45 - } - }, - { - "filename": "0012.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 87, - "h": 52 - }, - "spriteSourceSize": { - "x": 1, - "y": 7, - "w": 81, - "h": 45 - }, - "frame": { - "x": 82, - "y": 96, - "w": 81, - "h": 45 - } - }, - { - "filename": "0007.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 87, - "h": 52 - }, - "spriteSourceSize": { - "x": 7, - "y": 0, - "w": 80, - "h": 51 - }, - "frame": { - "x": 0, - "y": 101, - "w": 80, - "h": 51 - } - }, - { - "filename": "0001.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 87, - "h": 52 - }, - "spriteSourceSize": { - "x": 3, - "y": 9, - "w": 78, - "h": 43 - }, - "frame": { - "x": 80, - "y": 141, - "w": 78, - "h": 43 - } - } - ] - } - ], - "meta": { - "app": "https://www.codeandweb.com/texturepacker", - "version": "3.0", - "smartupdate": "$TexturePacker:SmartUpdate:f5372b99c8b100650a10a4e8cc6e059e:c743748b938ba16e4c5253d5c5444252:732805cb123f88b2d403da0dec709706$" - } +{ "frames": [ + { + "filename": "0001.png", + "frame": { "x": 228, "y": 1, "w": 73, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 2, "w": 73, "h": 44 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0002.png", + "frame": { "x": 448, "y": 1, "w": 72, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 2, "w": 72, "h": 44 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0003.png", + "frame": { "x": 146, "y": 90, "w": 71, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 10, "y": 2, "w": 71, "h": 43 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0004.png", + "frame": { "x": 363, "y": 91, "w": 69, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 12, "y": 1, "w": 69, "h": 44 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0005.png", + "frame": { "x": 147, "y": 223, "w": 65, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 14, "y": 0, "w": 65, "h": 44 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0006.png", + "frame": { "x": 363, "y": 91, "w": 69, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 12, "y": 1, "w": 69, "h": 44 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0007.png", + "frame": { "x": 146, "y": 90, "w": 71, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 10, "y": 2, "w": 71, "h": 43 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0008.png", + "frame": { "x": 448, "y": 1, "w": 72, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 2, "w": 72, "h": 44 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0009.png", + "frame": { "x": 228, "y": 1, "w": 73, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 2, "w": 73, "h": 44 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0010.png", + "frame": { "x": 1, "y": 1, "w": 75, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 2, "w": 75, "h": 44 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0011.png", + "frame": { "x": 77, "y": 1, "w": 75, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 2, "w": 75, "h": 44 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0012.png", + "frame": { "x": 153, "y": 1, "w": 74, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 2, "w": 74, "h": 44 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0013.png", + "frame": { "x": 302, "y": 1, "w": 73, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 2, "w": 73, "h": 44 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0014.png", + "frame": { "x": 153, "y": 1, "w": 74, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 2, "w": 74, "h": 44 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0015.png", + "frame": { "x": 77, "y": 1, "w": 75, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 2, "w": 75, "h": 44 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0016.png", + "frame": { "x": 1, "y": 1, "w": 75, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 2, "w": 75, "h": 44 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0017.png", + "frame": { "x": 228, "y": 1, "w": 73, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 2, "w": 73, "h": 44 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0018.png", + "frame": { "x": 448, "y": 1, "w": 72, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 2, "w": 72, "h": 44 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0019.png", + "frame": { "x": 146, "y": 90, "w": 71, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 10, "y": 2, "w": 71, "h": 43 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0020.png", + "frame": { "x": 363, "y": 91, "w": 69, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 12, "y": 1, "w": 69, "h": 44 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0021.png", + "frame": { "x": 147, "y": 223, "w": 65, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 14, "y": 0, "w": 65, "h": 44 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0022.png", + "frame": { "x": 363, "y": 91, "w": 69, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 12, "y": 1, "w": 69, "h": 44 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0023.png", + "frame": { "x": 146, "y": 90, "w": 71, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 10, "y": 2, "w": 71, "h": 43 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0024.png", + "frame": { "x": 448, "y": 1, "w": 72, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 2, "w": 72, "h": 44 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0025.png", + "frame": { "x": 228, "y": 1, "w": 73, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 2, "w": 73, "h": 44 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0026.png", + "frame": { "x": 1, "y": 1, "w": 75, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 2, "w": 75, "h": 44 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0027.png", + "frame": { "x": 77, "y": 1, "w": 75, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 2, "w": 75, "h": 44 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0028.png", + "frame": { "x": 153, "y": 1, "w": 74, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 2, "w": 74, "h": 44 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0029.png", + "frame": { "x": 302, "y": 1, "w": 73, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 2, "w": 73, "h": 44 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0030.png", + "frame": { "x": 153, "y": 1, "w": 74, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 2, "w": 74, "h": 44 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0031.png", + "frame": { "x": 77, "y": 1, "w": 75, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 2, "w": 75, "h": 44 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0032.png", + "frame": { "x": 1, "y": 1, "w": 75, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 2, "w": 75, "h": 44 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0033.png", + "frame": { "x": 228, "y": 1, "w": 73, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 2, "w": 73, "h": 44 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0034.png", + "frame": { "x": 448, "y": 1, "w": 72, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 2, "w": 72, "h": 44 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0035.png", + "frame": { "x": 146, "y": 90, "w": 71, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 10, "y": 2, "w": 71, "h": 43 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0036.png", + "frame": { "x": 363, "y": 91, "w": 69, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 12, "y": 1, "w": 69, "h": 44 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0037.png", + "frame": { "x": 147, "y": 223, "w": 65, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 14, "y": 0, "w": 65, "h": 44 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0038.png", + "frame": { "x": 363, "y": 91, "w": 69, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 12, "y": 1, "w": 69, "h": 44 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0039.png", + "frame": { "x": 146, "y": 90, "w": 71, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 10, "y": 2, "w": 71, "h": 43 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0040.png", + "frame": { "x": 448, "y": 1, "w": 72, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 2, "w": 72, "h": 44 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0041.png", + "frame": { "x": 228, "y": 1, "w": 73, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 2, "w": 73, "h": 44 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0042.png", + "frame": { "x": 1, "y": 1, "w": 75, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 2, "w": 75, "h": 44 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0043.png", + "frame": { "x": 77, "y": 1, "w": 75, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 2, "w": 75, "h": 44 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0044.png", + "frame": { "x": 153, "y": 1, "w": 74, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 2, "w": 74, "h": 44 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0045.png", + "frame": { "x": 302, "y": 1, "w": 73, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 2, "w": 73, "h": 44 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0046.png", + "frame": { "x": 153, "y": 1, "w": 74, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 2, "w": 74, "h": 44 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0047.png", + "frame": { "x": 77, "y": 1, "w": 75, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 2, "w": 75, "h": 44 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0048.png", + "frame": { "x": 1, "y": 1, "w": 75, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 2, "w": 75, "h": 44 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0049.png", + "frame": { "x": 228, "y": 1, "w": 73, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 2, "w": 73, "h": 44 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0050.png", + "frame": { "x": 440, "y": 89, "w": 73, "h": 42 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 3, "w": 73, "h": 42 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0051.png", + "frame": { "x": 363, "y": 173, "w": 73, "h": 40 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 4, "w": 73, "h": 40 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0052.png", + "frame": { "x": 363, "y": 173, "w": 73, "h": 40 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 3, "w": 73, "h": 40 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0053.png", + "frame": { "x": 363, "y": 173, "w": 73, "h": 40 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 4, "w": 73, "h": 40 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0054.png", + "frame": { "x": 437, "y": 173, "w": 73, "h": 40 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 4, "w": 73, "h": 40 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0055.png", + "frame": { "x": 1, "y": 174, "w": 73, "h": 40 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 4, "w": 73, "h": 40 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0056.png", + "frame": { "x": 433, "y": 132, "w": 74, "h": 40 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 4, "w": 74, "h": 40 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0057.png", + "frame": { "x": 75, "y": 176, "w": 73, "h": 40 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 4, "w": 73, "h": 40 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0058.png", + "frame": { "x": 448, "y": 46, "w": 74, "h": 42 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 3, "w": 74, "h": 42 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0059.png", + "frame": { "x": 367, "y": 47, "w": 72, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 43 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0060.png", + "frame": { "x": 220, "y": 46, "w": 71, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 1, "w": 71, "h": 44 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0061.png", + "frame": { "x": 376, "y": 1, "w": 71, "h": 45 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 1, "w": 71, "h": 45 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0062.png", + "frame": { "x": 1, "y": 46, "w": 70, "h": 45 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 1, "w": 70, "h": 45 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0063.png", + "frame": { "x": 292, "y": 89, "w": 70, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 1, "w": 70, "h": 44 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0064.png", + "frame": { "x": 218, "y": 91, "w": 71, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 2, "w": 71, "h": 43 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0065.png", + "frame": { "x": 146, "y": 46, "w": 73, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 2, "w": 73, "h": 43 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0066.png", + "frame": { "x": 292, "y": 46, "w": 74, "h": 42 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 3, "w": 74, "h": 42 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0067.png", + "frame": { "x": 218, "y": 176, "w": 73, "h": 40 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 4, "w": 73, "h": 40 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0068.png", + "frame": { "x": 1, "y": 133, "w": 74, "h": 40 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 4, "w": 74, "h": 40 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0069.png", + "frame": { "x": 292, "y": 214, "w": 73, "h": 40 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 4, "w": 73, "h": 40 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0070.png", + "frame": { "x": 366, "y": 214, "w": 73, "h": 40 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 4, "w": 73, "h": 40 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0071.png", + "frame": { "x": 1, "y": 215, "w": 72, "h": 40 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 4, "w": 72, "h": 40 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0072.png", + "frame": { "x": 1, "y": 256, "w": 72, "h": 39 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 4, "w": 72, "h": 39 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0073.png", + "frame": { "x": 213, "y": 259, "w": 71, "h": 39 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 11, "y": 4, "w": 71, "h": 39 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0074.png", + "frame": { "x": 218, "y": 135, "w": 71, "h": 40 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 12, "y": 4, "w": 71, "h": 40 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0075.png", + "frame": { "x": 353, "y": 255, "w": 69, "h": 41 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 14, "y": 3, "w": 69, "h": 41 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0076.png", + "frame": { "x": 149, "y": 134, "w": 68, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 16, "y": 2, "w": 68, "h": 43 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0077.png", + "frame": { "x": 149, "y": 178, "w": 66, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 18, "y": 1, "w": 66, "h": 44 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0078.png", + "frame": { "x": 287, "y": 255, "w": 65, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 19, "y": 1, "w": 65, "h": 44 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0079.png", + "frame": { "x": 440, "y": 214, "w": 67, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 17, "y": 2, "w": 67, "h": 43 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0080.png", + "frame": { "x": 423, "y": 258, "w": 68, "h": 41 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 15, "y": 3, "w": 68, "h": 41 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0081.png", + "frame": { "x": 216, "y": 217, "w": 70, "h": 41 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 13, "y": 3, "w": 70, "h": 41 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0082.png", + "frame": { "x": 1, "y": 92, "w": 70, "h": 39 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 12, "y": 4, "w": 70, "h": 39 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0083.png", + "frame": { "x": 74, "y": 258, "w": 72, "h": 39 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 10, "y": 4, "w": 72, "h": 39 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0084.png", + "frame": { "x": 74, "y": 217, "w": 72, "h": 40 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 4, "w": 72, "h": 40 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0085.png", + "frame": { "x": 76, "y": 134, "w": 72, "h": 41 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 4, "w": 72, "h": 41 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0086.png", + "frame": { "x": 290, "y": 134, "w": 72, "h": 41 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 4, "w": 72, "h": 41 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0087.png", + "frame": { "x": 72, "y": 90, "w": 73, "h": 42 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 4, "w": 73, "h": 42 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0088.png", + "frame": { "x": 72, "y": 46, "w": 73, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 3, "w": 73, "h": 43 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0089.png", + "frame": { "x": 228, "y": 1, "w": 73, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 2, "w": 73, "h": 44 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + } + ], + "meta": { + "app": "https://www.aseprite.org/", + "version": "1.3.13-x64", + "image": "2075.png", + "format": "I8", + "size": { "w": 523, "h": 300 }, + "scale": "1" + } } diff --git a/public/images/pokemon/exp/2075.png b/public/images/pokemon/exp/2075.png index b3d72062e64..243be9bb7b0 100644 Binary files a/public/images/pokemon/exp/2075.png and b/public/images/pokemon/exp/2075.png differ diff --git a/public/images/pokemon/exp/2076.json b/public/images/pokemon/exp/2076.json index 7a69b66c3e0..c0f495bcca0 100644 --- a/public/images/pokemon/exp/2076.json +++ b/public/images/pokemon/exp/2076.json @@ -1,272 +1,965 @@ -{ - "textures": [ - { - "image": "2076.png", - "format": "RGBA8888", - "size": { - "w": 204, - "h": 204 - }, - "scale": 1, - "frames": [ - { - "filename": "0005.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 62, - "h": 73 - }, - "spriteSourceSize": { - "x": 1, - "y": 0, - "w": 60, - "h": 73 - }, - "frame": { - "x": 0, - "y": 0, - "w": 60, - "h": 73 - } - }, - { - "filename": "0009.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 62, - "h": 73 - }, - "spriteSourceSize": { - "x": 1, - "y": 0, - "w": 60, - "h": 73 - }, - "frame": { - "x": 0, - "y": 0, - "w": 60, - "h": 73 - } - }, - { - "filename": "0004.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 62, - "h": 73 - }, - "spriteSourceSize": { - "x": 2, - "y": 0, - "w": 58, - "h": 73 - }, - "frame": { - "x": 0, - "y": 73, - "w": 58, - "h": 73 - } - }, - { - "filename": "0010.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 62, - "h": 73 - }, - "spriteSourceSize": { - "x": 2, - "y": 0, - "w": 58, - "h": 73 - }, - "frame": { - "x": 0, - "y": 73, - "w": 58, - "h": 73 - } - }, - { - "filename": "0006.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 62, - "h": 73 - }, - "spriteSourceSize": { - "x": 4, - "y": 0, - "w": 58, - "h": 73 - }, - "frame": { - "x": 58, - "y": 73, - "w": 58, - "h": 73 - } - }, - { - "filename": "0008.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 62, - "h": 73 - }, - "spriteSourceSize": { - "x": 4, - "y": 0, - "w": 58, - "h": 73 - }, - "frame": { - "x": 58, - "y": 73, - "w": 58, - "h": 73 - } - }, - { - "filename": "0007.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 62, - "h": 73 - }, - "spriteSourceSize": { - "x": 5, - "y": 0, - "w": 57, - "h": 73 - }, - "frame": { - "x": 60, - "y": 0, - "w": 57, - "h": 73 - } - }, - { - "filename": "0003.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 62, - "h": 73 - }, - "spriteSourceSize": { - "x": 0, - "y": 3, - "w": 56, - "h": 70 - }, - "frame": { - "x": 117, - "y": 0, - "w": 56, - "h": 70 - } - }, - { - "filename": "0011.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 62, - "h": 73 - }, - "spriteSourceSize": { - "x": 0, - "y": 3, - "w": 56, - "h": 70 - }, - "frame": { - "x": 117, - "y": 0, - "w": 56, - "h": 70 - } - }, - { - "filename": "0002.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 62, - "h": 73 - }, - "spriteSourceSize": { - "x": 0, - "y": 5, - "w": 56, - "h": 68 - }, - "frame": { - "x": 117, - "y": 70, - "w": 56, - "h": 68 - } - }, - { - "filename": "0012.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 62, - "h": 73 - }, - "spriteSourceSize": { - "x": 0, - "y": 5, - "w": 56, - "h": 68 - }, - "frame": { - "x": 117, - "y": 70, - "w": 56, - "h": 68 - } - }, - { - "filename": "0001.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 62, - "h": 73 - }, - "spriteSourceSize": { - "x": 0, - "y": 7, - "w": 56, - "h": 66 - }, - "frame": { - "x": 116, - "y": 138, - "w": 56, - "h": 66 - } - } - ] - } - ], - "meta": { - "app": "https://www.codeandweb.com/texturepacker", - "version": "3.0", - "smartupdate": "$TexturePacker:SmartUpdate:66d4eb31967e6cdb8dd33a8c1e1b838e:7d44749d00b35e3fbdae08d5a062828f:719cdf7324091edbb7b1d6e2d7254a1a$" - } +{ "frames": [ + { + "filename": "0001.png", + "frame": { "x": 341, "y": 346, "w": 54, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 5, "w": 54, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0002.png", + "frame": { "x": 411, "y": 71, "w": 54, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 5, "w": 54, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0003.png", + "frame": { "x": 410, "y": 207, "w": 55, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 5, "w": 55, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0004.png", + "frame": { "x": 353, "y": 207, "w": 56, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 5, "w": 56, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0005.png", + "frame": { "x": 118, "y": 208, "w": 56, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 5, "w": 56, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0006.png", + "frame": { "x": 177, "y": 70, "w": 57, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0007.png", + "frame": { "x": 235, "y": 70, "w": 57, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0008.png", + "frame": { "x": 60, "y": 207, "w": 57, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 6, "w": 57, "h": 68 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0009.png", + "frame": { "x": 237, "y": 207, "w": 57, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 6, "w": 57, "h": 68 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0010.png", + "frame": { "x": 237, "y": 1, "w": 58, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 6, "w": 58, "h": 68 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0011.png", + "frame": { "x": 119, "y": 1, "w": 58, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 6, "w": 58, "h": 68 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0012.png", + "frame": { "x": 354, "y": 1, "w": 57, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0013.png", + "frame": { "x": 119, "y": 70, "w": 57, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0014.png", + "frame": { "x": 403, "y": 277, "w": 55, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 5, "w": 55, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0015.png", + "frame": { "x": 117, "y": 278, "w": 55, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 5, "w": 55, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0016.png", + "frame": { "x": 396, "y": 347, "w": 54, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 5, "w": 54, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0017.png", + "frame": { "x": 341, "y": 346, "w": 54, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 5, "w": 54, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0018.png", + "frame": { "x": 411, "y": 71, "w": 54, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 5, "w": 54, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0019.png", + "frame": { "x": 410, "y": 207, "w": 55, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 5, "w": 55, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0020.png", + "frame": { "x": 353, "y": 207, "w": 56, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 5, "w": 56, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0021.png", + "frame": { "x": 118, "y": 208, "w": 56, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 5, "w": 56, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0022.png", + "frame": { "x": 177, "y": 70, "w": 57, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0023.png", + "frame": { "x": 235, "y": 70, "w": 57, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0024.png", + "frame": { "x": 60, "y": 207, "w": 57, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 6, "w": 57, "h": 68 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0025.png", + "frame": { "x": 237, "y": 207, "w": 57, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 6, "w": 57, "h": 68 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0026.png", + "frame": { "x": 237, "y": 1, "w": 58, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 6, "w": 58, "h": 68 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0027.png", + "frame": { "x": 119, "y": 1, "w": 58, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 6, "w": 58, "h": 68 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0028.png", + "frame": { "x": 354, "y": 1, "w": 57, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0029.png", + "frame": { "x": 119, "y": 70, "w": 57, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0030.png", + "frame": { "x": 403, "y": 277, "w": 55, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 5, "w": 55, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0031.png", + "frame": { "x": 117, "y": 278, "w": 55, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 5, "w": 55, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0032.png", + "frame": { "x": 396, "y": 347, "w": 54, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 5, "w": 54, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0033.png", + "frame": { "x": 341, "y": 346, "w": 54, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 5, "w": 54, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0034.png", + "frame": { "x": 411, "y": 71, "w": 54, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 5, "w": 54, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0035.png", + "frame": { "x": 410, "y": 207, "w": 55, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 5, "w": 55, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0036.png", + "frame": { "x": 353, "y": 207, "w": 56, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 5, "w": 56, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0037.png", + "frame": { "x": 118, "y": 208, "w": 56, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 5, "w": 56, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0038.png", + "frame": { "x": 177, "y": 70, "w": 57, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0039.png", + "frame": { "x": 235, "y": 70, "w": 57, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0040.png", + "frame": { "x": 60, "y": 207, "w": 57, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 6, "w": 57, "h": 68 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0041.png", + "frame": { "x": 237, "y": 207, "w": 57, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 6, "w": 57, "h": 68 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0042.png", + "frame": { "x": 237, "y": 1, "w": 58, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 6, "w": 58, "h": 68 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0043.png", + "frame": { "x": 119, "y": 1, "w": 58, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 6, "w": 58, "h": 68 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0044.png", + "frame": { "x": 354, "y": 1, "w": 57, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0045.png", + "frame": { "x": 119, "y": 70, "w": 57, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0046.png", + "frame": { "x": 403, "y": 277, "w": 55, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 5, "w": 55, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0047.png", + "frame": { "x": 117, "y": 278, "w": 55, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 5, "w": 55, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0048.png", + "frame": { "x": 396, "y": 347, "w": 54, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 5, "w": 54, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0049.png", + "frame": { "x": 341, "y": 346, "w": 54, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 5, "w": 54, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0050.png", + "frame": { "x": 411, "y": 71, "w": 54, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 5, "w": 54, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0051.png", + "frame": { "x": 410, "y": 207, "w": 55, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 5, "w": 55, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0052.png", + "frame": { "x": 353, "y": 207, "w": 56, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 5, "w": 56, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0053.png", + "frame": { "x": 118, "y": 208, "w": 56, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 5, "w": 56, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0054.png", + "frame": { "x": 177, "y": 70, "w": 57, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0055.png", + "frame": { "x": 235, "y": 70, "w": 57, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0056.png", + "frame": { "x": 60, "y": 207, "w": 57, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 6, "w": 57, "h": 68 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0057.png", + "frame": { "x": 237, "y": 207, "w": 57, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 6, "w": 57, "h": 68 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0058.png", + "frame": { "x": 237, "y": 1, "w": 58, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 6, "w": 58, "h": 68 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0059.png", + "frame": { "x": 119, "y": 1, "w": 58, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 6, "w": 58, "h": 68 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0060.png", + "frame": { "x": 354, "y": 1, "w": 57, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0061.png", + "frame": { "x": 119, "y": 70, "w": 57, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0062.png", + "frame": { "x": 403, "y": 277, "w": 55, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 5, "w": 55, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0063.png", + "frame": { "x": 117, "y": 278, "w": 55, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 5, "w": 55, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0064.png", + "frame": { "x": 396, "y": 347, "w": 54, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 5, "w": 54, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0065.png", + "frame": { "x": 114, "y": 348, "w": 54, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 5, "w": 54, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0066.png", + "frame": { "x": 175, "y": 208, "w": 56, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 4, "w": 56, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0067.png", + "frame": { "x": 293, "y": 71, "w": 58, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 3, "w": 58, "h": 67 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0068.png", + "frame": { "x": 60, "y": 1, "w": 58, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0069.png", + "frame": { "x": 57, "y": 344, "w": 56, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 4, "w": 56, "h": 67 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0070.png", + "frame": { "x": 412, "y": 1, "w": 53, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 7, "w": 53, "h": 67 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0071.png", + "frame": { "x": 169, "y": 348, "w": 54, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 5, "w": 54, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0072.png", + "frame": { "x": 1, "y": 343, "w": 55, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 5, "w": 55, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0073.png", + "frame": { "x": 173, "y": 278, "w": 55, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 5, "w": 55, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0074.png", + "frame": { "x": 296, "y": 1, "w": 57, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 5, "w": 57, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0075.png", + "frame": { "x": 1, "y": 1, "w": 58, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 5, "w": 58, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0076.png", + "frame": { "x": 295, "y": 207, "w": 57, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 6, "w": 57, "h": 68 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0077.png", + "frame": { "x": 178, "y": 1, "w": 58, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 6, "w": 58, "h": 68 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0078.png", + "frame": { "x": 352, "y": 71, "w": 58, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0079.png", + "frame": { "x": 352, "y": 71, "w": 58, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0080.png", + "frame": { "x": 1, "y": 139, "w": 58, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0081.png", + "frame": { "x": 1, "y": 139, "w": 58, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0082.png", + "frame": { "x": 60, "y": 139, "w": 58, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0083.png", + "frame": { "x": 60, "y": 139, "w": 58, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0084.png", + "frame": { "x": 293, "y": 139, "w": 58, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0085.png", + "frame": { "x": 293, "y": 139, "w": 58, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0086.png", + "frame": { "x": 352, "y": 139, "w": 58, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0087.png", + "frame": { "x": 352, "y": 139, "w": 58, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0088.png", + "frame": { "x": 352, "y": 139, "w": 58, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0089.png", + "frame": { "x": 119, "y": 140, "w": 58, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0090.png", + "frame": { "x": 178, "y": 140, "w": 58, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0091.png", + "frame": { "x": 1, "y": 207, "w": 58, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0092.png", + "frame": { "x": 1, "y": 71, "w": 58, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0093.png", + "frame": { "x": 1, "y": 207, "w": 58, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0094.png", + "frame": { "x": 1, "y": 71, "w": 58, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0095.png", + "frame": { "x": 1, "y": 207, "w": 58, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0096.png", + "frame": { "x": 1, "y": 71, "w": 58, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0097.png", + "frame": { "x": 1, "y": 207, "w": 58, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0098.png", + "frame": { "x": 60, "y": 71, "w": 58, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0099.png", + "frame": { "x": 1, "y": 275, "w": 57, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 7, "w": 57, "h": 67 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0100.png", + "frame": { "x": 59, "y": 276, "w": 57, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 7, "w": 57, "h": 67 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0101.png", + "frame": { "x": 232, "y": 276, "w": 56, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 6, "w": 56, "h": 68 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0102.png", + "frame": { "x": 289, "y": 276, "w": 56, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 6, "w": 56, "h": 68 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0103.png", + "frame": { "x": 346, "y": 277, "w": 56, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 6, "w": 56, "h": 68 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0104.png", + "frame": { "x": 229, "y": 345, "w": 55, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 6, "w": 55, "h": 68 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0105.png", + "frame": { "x": 285, "y": 345, "w": 55, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 6, "w": 55, "h": 68 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0106.png", + "frame": { "x": 57, "y": 412, "w": 54, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 6, "w": 54, "h": 68 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + } + ], + "meta": { + "app": "https://www.aseprite.org/", + "version": "1.3.13-x64", + "image": "2076.png", + "format": "I8", + "size": { "w": 466, "h": 481 }, + "scale": "1" + } } diff --git a/public/images/pokemon/exp/2076.png b/public/images/pokemon/exp/2076.png index 5bd0c466464..f1fcda5113f 100644 Binary files a/public/images/pokemon/exp/2076.png and b/public/images/pokemon/exp/2076.png differ diff --git a/public/images/pokemon/exp/2088.json b/public/images/pokemon/exp/2088.json index e209e005822..3dc69f1024c 100644 --- a/public/images/pokemon/exp/2088.json +++ b/public/images/pokemon/exp/2088.json @@ -1,272 +1,173 @@ -{ - "textures": [ - { - "image": "2088.png", - "format": "RGBA8888", - "size": { - "w": 114, - "h": 114 - }, - "scale": 1, - "frames": [ - { - "filename": "0005.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 60, - "h": 37 - }, - "spriteSourceSize": { - "x": 0, - "y": 1, - "w": 60, - "h": 36 - }, - "frame": { - "x": 0, - "y": 0, - "w": 60, - "h": 36 - } - }, - { - "filename": "0006.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 60, - "h": 37 - }, - "spriteSourceSize": { - "x": 0, - "y": 1, - "w": 60, - "h": 36 - }, - "frame": { - "x": 0, - "y": 0, - "w": 60, - "h": 36 - } - }, - { - "filename": "0009.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 60, - "h": 37 - }, - "spriteSourceSize": { - "x": 0, - "y": 1, - "w": 60, - "h": 36 - }, - "frame": { - "x": 0, - "y": 0, - "w": 60, - "h": 36 - } - }, - { - "filename": "0010.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 60, - "h": 37 - }, - "spriteSourceSize": { - "x": 0, - "y": 1, - "w": 60, - "h": 36 - }, - "frame": { - "x": 0, - "y": 0, - "w": 60, - "h": 36 - } - }, - { - "filename": "0003.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 60, - "h": 37 - }, - "spriteSourceSize": { - "x": 1, - "y": 0, - "w": 58, - "h": 37 - }, - "frame": { - "x": 0, - "y": 36, - "w": 58, - "h": 37 - } - }, - { - "filename": "0004.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 60, - "h": 37 - }, - "spriteSourceSize": { - "x": 1, - "y": 0, - "w": 58, - "h": 37 - }, - "frame": { - "x": 0, - "y": 36, - "w": 58, - "h": 37 - } - }, - { - "filename": "0011.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 60, - "h": 37 - }, - "spriteSourceSize": { - "x": 1, - "y": 0, - "w": 58, - "h": 37 - }, - "frame": { - "x": 0, - "y": 36, - "w": 58, - "h": 37 - } - }, - { - "filename": "0012.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 60, - "h": 37 - }, - "spriteSourceSize": { - "x": 1, - "y": 0, - "w": 58, - "h": 37 - }, - "frame": { - "x": 0, - "y": 36, - "w": 58, - "h": 37 - } - }, - { - "filename": "0001.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 60, - "h": 37 - }, - "spriteSourceSize": { - "x": 2, - "y": 0, - "w": 56, - "h": 37 - }, - "frame": { - "x": 58, - "y": 36, - "w": 56, - "h": 37 - } - }, - { - "filename": "0002.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 60, - "h": 37 - }, - "spriteSourceSize": { - "x": 2, - "y": 0, - "w": 56, - "h": 37 - }, - "frame": { - "x": 58, - "y": 36, - "w": 56, - "h": 37 - } - }, - { - "filename": "0007.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 60, - "h": 37 - }, - "spriteSourceSize": { - "x": 0, - "y": 2, - "w": 60, - "h": 35 - }, - "frame": { - "x": 0, - "y": 73, - "w": 60, - "h": 35 - } - }, - { - "filename": "0008.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 60, - "h": 37 - }, - "spriteSourceSize": { - "x": 0, - "y": 2, - "w": 60, - "h": 35 - }, - "frame": { - "x": 0, - "y": 73, - "w": 60, - "h": 35 - } - } - ] - } - ], - "meta": { - "app": "https://www.codeandweb.com/texturepacker", - "version": "3.0", - "smartupdate": "$TexturePacker:SmartUpdate:7d65358280b6fd8fd0351d1933aec389:4371ea558d78deb87b5511996f658c0c:b8df8f168871505f42fdc6d3c5b106f0$" - } +{ "frames": [ + { + "filename": "0001.png", + "frame": { "x": 53, "y": 114, "w": 51, "h": 40 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 0, "w": 51, "h": 40 }, + "sourceSize": { "w": 61, "h": 40 }, + "duration": 100 + }, + { + "filename": "0002.png", + "frame": { "x": 231, "y": 75, "w": 52, "h": 40 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 0, "w": 52, "h": 40 }, + "sourceSize": { "w": 61, "h": 40 }, + "duration": 100 + }, + { + "filename": "0003.png", + "frame": { "x": 111, "y": 79, "w": 53, "h": 39 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 1, "w": 53, "h": 39 }, + "sourceSize": { "w": 61, "h": 40 }, + "duration": 100 + }, + { + "filename": "0004.png", + "frame": { "x": 57, "y": 75, "w": 54, "h": 39 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 1, "w": 54, "h": 39 }, + "sourceSize": { "w": 61, "h": 40 }, + "duration": 100 + }, + { + "filename": "0005.png", + "frame": { "x": 234, "y": 36, "w": 56, "h": 39 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 1, "w": 56, "h": 39 }, + "sourceSize": { "w": 61, "h": 40 }, + "duration": 100 + }, + { + "filename": "0006.png", + "frame": { "x": 0, "y": 75, "w": 57, "h": 37 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 3, "w": 57, "h": 37 }, + "sourceSize": { "w": 61, "h": 40 }, + "duration": 100 + }, + { + "filename": "0007.png", + "frame": { "x": 59, "y": 38, "w": 58, "h": 37 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 3, "w": 58, "h": 37 }, + "sourceSize": { "w": 61, "h": 40 }, + "duration": 100 + }, + { + "filename": "0008.png", + "frame": { "x": 0, "y": 38, "w": 59, "h": 37 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 3, "w": 59, "h": 37 }, + "sourceSize": { "w": 61, "h": 40 }, + "duration": 100 + }, + { + "filename": "0009.png", + "frame": { "x": 234, "y": 0, "w": 61, "h": 36 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 4, "w": 61, "h": 36 }, + "sourceSize": { "w": 61, "h": 40 }, + "duration": 100 + }, + { + "filename": "0010.png", + "frame": { "x": 0, "y": 0, "w": 60, "h": 38 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 2, "w": 60, "h": 38 }, + "sourceSize": { "w": 61, "h": 40 }, + "duration": 100 + }, + { + "filename": "0011.png", + "frame": { "x": 60, "y": 0, "w": 59, "h": 38 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 2, "w": 59, "h": 38 }, + "sourceSize": { "w": 61, "h": 40 }, + "duration": 100 + }, + { + "filename": "0012.png", + "frame": { "x": 176, "y": 0, "w": 58, "h": 38 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 2, "w": 58, "h": 38 }, + "sourceSize": { "w": 61, "h": 40 }, + "duration": 100 + }, + { + "filename": "0013.png", + "frame": { "x": 119, "y": 0, "w": 57, "h": 39 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 1, "w": 57, "h": 39 }, + "sourceSize": { "w": 61, "h": 40 }, + "duration": 100 + }, + { + "filename": "0014.png", + "frame": { "x": 176, "y": 38, "w": 55, "h": 39 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 1, "w": 55, "h": 39 }, + "sourceSize": { "w": 61, "h": 40 }, + "duration": 100 + }, + { + "filename": "0015.png", + "frame": { "x": 0, "y": 112, "w": 53, "h": 39 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 1, "w": 53, "h": 39 }, + "sourceSize": { "w": 61, "h": 40 }, + "duration": 100 + }, + { + "filename": "0016.png", + "frame": { "x": 117, "y": 39, "w": 53, "h": 40 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 0, "w": 53, "h": 40 }, + "sourceSize": { "w": 61, "h": 40 }, + "duration": 100 + }, + { + "filename": "0017.png", + "frame": { "x": 170, "y": 77, "w": 52, "h": 40 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 0, "w": 52, "h": 40 }, + "sourceSize": { "w": 61, "h": 40 }, + "duration": 100 + }, + { + "filename": "0018.png", + "frame": { "x": 222, "y": 115, "w": 51, "h": 40 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 0, "w": 51, "h": 40 }, + "sourceSize": { "w": 61, "h": 40 }, + "duration": 100 + } + ], + "meta": { + "app": "https://www.aseprite.org/", + "version": "1.3.13-x64", + "image": "2088.png", + "format": "I8", + "size": { "w": 295, "h": 155 }, + "scale": "1" + } } diff --git a/public/images/pokemon/exp/2088.png b/public/images/pokemon/exp/2088.png index 1f40127c1c7..71ddd8a7e15 100644 Binary files a/public/images/pokemon/exp/2088.png and b/public/images/pokemon/exp/2088.png differ diff --git a/public/images/pokemon/exp/2089.json b/public/images/pokemon/exp/2089.json index 363c17843e8..3f8b618af75 100644 --- a/public/images/pokemon/exp/2089.json +++ b/public/images/pokemon/exp/2089.json @@ -1,1343 +1,1091 @@ -{ - "textures": [ - { - "image": "2089.png", - "format": "RGBA8888", - "size": { - "w": 349, - "h": 349 - }, - "scale": 1, - "frames": [ - { - "filename": "0004.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 2, - "y": 8, - "w": 94, - "h": 58 - }, - "frame": { - "x": 0, - "y": 0, - "w": 94, - "h": 58 - } - }, - { - "filename": "0017.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 2, - "y": 8, - "w": 94, - "h": 58 - }, - "frame": { - "x": 0, - "y": 0, - "w": 94, - "h": 58 - } - }, - { - "filename": "0030.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 2, - "y": 8, - "w": 94, - "h": 58 - }, - "frame": { - "x": 0, - "y": 0, - "w": 94, - "h": 58 - } - }, - { - "filename": "0043.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 2, - "y": 8, - "w": 94, - "h": 58 - }, - "frame": { - "x": 0, - "y": 0, - "w": 94, - "h": 58 - } - }, - { - "filename": "0003.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 1, - "y": 6, - "w": 92, - "h": 60 - }, - "frame": { - "x": 94, - "y": 0, - "w": 92, - "h": 60 - } - }, - { - "filename": "0016.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 1, - "y": 6, - "w": 92, - "h": 60 - }, - "frame": { - "x": 94, - "y": 0, - "w": 92, - "h": 60 - } - }, - { - "filename": "0029.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 1, - "y": 6, - "w": 92, - "h": 60 - }, - "frame": { - "x": 94, - "y": 0, - "w": 92, - "h": 60 - } - }, - { - "filename": "0042.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 1, - "y": 6, - "w": 92, - "h": 60 - }, - "frame": { - "x": 94, - "y": 0, - "w": 92, - "h": 60 - } - }, - { - "filename": "0005.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 4, - "y": 5, - "w": 91, - "h": 61 - }, - "frame": { - "x": 0, - "y": 58, - "w": 91, - "h": 61 - } - }, - { - "filename": "0018.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 4, - "y": 5, - "w": 91, - "h": 61 - }, - "frame": { - "x": 0, - "y": 58, - "w": 91, - "h": 61 - } - }, - { - "filename": "0031.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 4, - "y": 5, - "w": 91, - "h": 61 - }, - "frame": { - "x": 0, - "y": 58, - "w": 91, - "h": 61 - } - }, - { - "filename": "0044.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 4, - "y": 5, - "w": 91, - "h": 61 - }, - "frame": { - "x": 0, - "y": 58, - "w": 91, - "h": 61 - } - }, - { - "filename": "0006.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 2, - "y": 4, - "w": 90, - "h": 63 - }, - "frame": { - "x": 186, - "y": 0, - "w": 90, - "h": 63 - } - }, - { - "filename": "0019.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 2, - "y": 4, - "w": 90, - "h": 63 - }, - "frame": { - "x": 186, - "y": 0, - "w": 90, - "h": 63 - } - }, - { - "filename": "0032.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 2, - "y": 4, - "w": 90, - "h": 63 - }, - "frame": { - "x": 186, - "y": 0, - "w": 90, - "h": 63 - } - }, - { - "filename": "0045.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 2, - "y": 4, - "w": 90, - "h": 63 - }, - "frame": { - "x": 186, - "y": 0, - "w": 90, - "h": 63 - } - }, - { - "filename": "0002.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 1, - "y": 5, - "w": 90, - "h": 61 - }, - "frame": { - "x": 91, - "y": 60, - "w": 90, - "h": 61 - } - }, - { - "filename": "0015.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 1, - "y": 5, - "w": 90, - "h": 61 - }, - "frame": { - "x": 91, - "y": 60, - "w": 90, - "h": 61 - } - }, - { - "filename": "0028.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 1, - "y": 5, - "w": 90, - "h": 61 - }, - "frame": { - "x": 91, - "y": 60, - "w": 90, - "h": 61 - } - }, - { - "filename": "0041.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 1, - "y": 5, - "w": 90, - "h": 61 - }, - "frame": { - "x": 91, - "y": 60, - "w": 90, - "h": 61 - } - }, - { - "filename": "0058.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 0, - "y": 6, - "w": 89, - "h": 60 - }, - "frame": { - "x": 0, - "y": 119, - "w": 89, - "h": 60 - } - }, - { - "filename": "0057.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 0, - "y": 7, - "w": 89, - "h": 59 - }, - "frame": { - "x": 181, - "y": 63, - "w": 89, - "h": 59 - } - }, - { - "filename": "0059.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 0, - "y": 7, - "w": 89, - "h": 59 - }, - "frame": { - "x": 181, - "y": 63, - "w": 89, - "h": 59 - } - }, - { - "filename": "0055.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 0, - "y": 8, - "w": 89, - "h": 58 - }, - "frame": { - "x": 89, - "y": 121, - "w": 89, - "h": 58 - } - }, - { - "filename": "0061.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 0, - "y": 8, - "w": 89, - "h": 58 - }, - "frame": { - "x": 89, - "y": 121, - "w": 89, - "h": 58 - } - }, - { - "filename": "0056.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 0, - "y": 8, - "w": 89, - "h": 58 - }, - "frame": { - "x": 178, - "y": 122, - "w": 89, - "h": 58 - } - }, - { - "filename": "0060.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 0, - "y": 8, - "w": 89, - "h": 58 - }, - "frame": { - "x": 178, - "y": 122, - "w": 89, - "h": 58 - } - }, - { - "filename": "0011.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 3, - "y": 2, - "w": 82, - "h": 64 - }, - "frame": { - "x": 267, - "y": 122, - "w": 82, - "h": 64 - } - }, - { - "filename": "0024.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 3, - "y": 2, - "w": 82, - "h": 64 - }, - "frame": { - "x": 267, - "y": 122, - "w": 82, - "h": 64 - } - }, - { - "filename": "0037.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 3, - "y": 2, - "w": 82, - "h": 64 - }, - "frame": { - "x": 267, - "y": 122, - "w": 82, - "h": 64 - } - }, - { - "filename": "0050.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 3, - "y": 2, - "w": 82, - "h": 64 - }, - "frame": { - "x": 267, - "y": 122, - "w": 82, - "h": 64 - } - }, - { - "filename": "0007.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 2, - "y": 2, - "w": 88, - "h": 65 - }, - "frame": { - "x": 0, - "y": 179, - "w": 88, - "h": 65 - } - }, - { - "filename": "0020.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 2, - "y": 2, - "w": 88, - "h": 65 - }, - "frame": { - "x": 0, - "y": 179, - "w": 88, - "h": 65 - } - }, - { - "filename": "0033.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 2, - "y": 2, - "w": 88, - "h": 65 - }, - "frame": { - "x": 0, - "y": 179, - "w": 88, - "h": 65 - } - }, - { - "filename": "0046.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 2, - "y": 2, - "w": 88, - "h": 65 - }, - "frame": { - "x": 0, - "y": 179, - "w": 88, - "h": 65 - } - }, - { - "filename": "0001.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 1, - "y": 5, - "w": 88, - "h": 61 - }, - "frame": { - "x": 88, - "y": 179, - "w": 88, - "h": 61 - } - }, - { - "filename": "0014.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 1, - "y": 5, - "w": 88, - "h": 61 - }, - "frame": { - "x": 88, - "y": 179, - "w": 88, - "h": 61 - } - }, - { - "filename": "0027.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 1, - "y": 5, - "w": 88, - "h": 61 - }, - "frame": { - "x": 88, - "y": 179, - "w": 88, - "h": 61 - } - }, - { - "filename": "0040.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 1, - "y": 5, - "w": 88, - "h": 61 - }, - "frame": { - "x": 88, - "y": 179, - "w": 88, - "h": 61 - } - }, - { - "filename": "0053.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 1, - "y": 5, - "w": 88, - "h": 61 - }, - "frame": { - "x": 88, - "y": 179, - "w": 88, - "h": 61 - } - }, - { - "filename": "0063.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 1, - "y": 5, - "w": 88, - "h": 61 - }, - "frame": { - "x": 88, - "y": 179, - "w": 88, - "h": 61 - } - }, - { - "filename": "0054.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 1, - "y": 6, - "w": 88, - "h": 60 - }, - "frame": { - "x": 176, - "y": 180, - "w": 88, - "h": 60 - } - }, - { - "filename": "0062.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 1, - "y": 6, - "w": 88, - "h": 60 - }, - "frame": { - "x": 176, - "y": 180, - "w": 88, - "h": 60 - } - }, - { - "filename": "0008.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 3, - "y": 0, - "w": 85, - "h": 67 - }, - "frame": { - "x": 264, - "y": 186, - "w": 85, - "h": 67 - } - }, - { - "filename": "0021.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 3, - "y": 0, - "w": 85, - "h": 67 - }, - "frame": { - "x": 264, - "y": 186, - "w": 85, - "h": 67 - } - }, - { - "filename": "0034.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 3, - "y": 0, - "w": 85, - "h": 67 - }, - "frame": { - "x": 264, - "y": 186, - "w": 85, - "h": 67 - } - }, - { - "filename": "0047.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 3, - "y": 0, - "w": 85, - "h": 67 - }, - "frame": { - "x": 264, - "y": 186, - "w": 85, - "h": 67 - } - }, - { - "filename": "0009.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 2, - "y": 0, - "w": 83, - "h": 66 - }, - "frame": { - "x": 0, - "y": 253, - "w": 83, - "h": 66 - } - }, - { - "filename": "0022.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 2, - "y": 0, - "w": 83, - "h": 66 - }, - "frame": { - "x": 0, - "y": 253, - "w": 83, - "h": 66 - } - }, - { - "filename": "0035.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 2, - "y": 0, - "w": 83, - "h": 66 - }, - "frame": { - "x": 0, - "y": 253, - "w": 83, - "h": 66 - } - }, - { - "filename": "0048.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 2, - "y": 0, - "w": 83, - "h": 66 - }, - "frame": { - "x": 0, - "y": 253, - "w": 83, - "h": 66 - } - }, - { - "filename": "0010.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 2, - "y": 0, - "w": 83, - "h": 66 - }, - "frame": { - "x": 83, - "y": 253, - "w": 83, - "h": 66 - } - }, - { - "filename": "0023.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 2, - "y": 0, - "w": 83, - "h": 66 - }, - "frame": { - "x": 83, - "y": 253, - "w": 83, - "h": 66 - } - }, - { - "filename": "0036.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 2, - "y": 0, - "w": 83, - "h": 66 - }, - "frame": { - "x": 83, - "y": 253, - "w": 83, - "h": 66 - } - }, - { - "filename": "0049.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 2, - "y": 0, - "w": 83, - "h": 66 - }, - "frame": { - "x": 83, - "y": 253, - "w": 83, - "h": 66 - } - }, - { - "filename": "0013.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 1, - "y": 4, - "w": 86, - "h": 62 - }, - "frame": { - "x": 166, - "y": 240, - "w": 86, - "h": 62 - } - }, - { - "filename": "0026.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 1, - "y": 4, - "w": 86, - "h": 62 - }, - "frame": { - "x": 166, - "y": 240, - "w": 86, - "h": 62 - } - }, - { - "filename": "0039.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 1, - "y": 4, - "w": 86, - "h": 62 - }, - "frame": { - "x": 166, - "y": 240, - "w": 86, - "h": 62 - } - }, - { - "filename": "0052.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 1, - "y": 4, - "w": 86, - "h": 62 - }, - "frame": { - "x": 166, - "y": 240, - "w": 86, - "h": 62 - } - }, - { - "filename": "0012.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 1, - "y": 3, - "w": 84, - "h": 63 - }, - "frame": { - "x": 252, - "y": 253, - "w": 84, - "h": 63 - } - }, - { - "filename": "0025.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 1, - "y": 3, - "w": 84, - "h": 63 - }, - "frame": { - "x": 252, - "y": 253, - "w": 84, - "h": 63 - } - }, - { - "filename": "0038.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 1, - "y": 3, - "w": 84, - "h": 63 - }, - "frame": { - "x": 252, - "y": 253, - "w": 84, - "h": 63 - } - }, - { - "filename": "0051.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 1, - "y": 3, - "w": 84, - "h": 63 - }, - "frame": { - "x": 252, - "y": 253, - "w": 84, - "h": 63 - } - } - ] - } - ], - "meta": { - "app": "https://www.codeandweb.com/texturepacker", - "version": "3.0", - "smartupdate": "$TexturePacker:SmartUpdate:4b0a68b63523081f6420f4bbdbf7eb38:c61a79944d0322548ea0e1b404a63e40:49ee9ed0dd32c5ba33977741b45fc3f4$" - } +{ "frames": [ + { + "filename": "0001.png", + "frame": { "x": 463, "y": 58, "w": 73, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 0, "w": 73, "h": 64 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0002.png", + "frame": { "x": 536, "y": 58, "w": 73, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 0, "w": 73, "h": 64 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0003.png", + "frame": { "x": 151, "y": 61, "w": 73, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 0, "w": 73, "h": 64 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0004.png", + "frame": { "x": 370, "y": 61, "w": 75, "h": 62 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 2, "w": 75, "h": 62 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0005.png", + "frame": { "x": 236, "y": 125, "w": 76, "h": 61 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 3, "w": 76, "h": 61 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0006.png", + "frame": { "x": 1, "y": 183, "w": 77, "h": 60 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 4, "w": 77, "h": 60 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0007.png", + "frame": { "x": 151, "y": 1, "w": 78, "h": 60 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 4, "w": 78, "h": 60 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0008.png", + "frame": { "x": 76, "y": 125, "w": 80, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 6, "w": 80, "h": 58 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0009.png", + "frame": { "x": 540, "y": 238, "w": 81, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 7, "w": 81, "h": 57 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0010.png", + "frame": { "x": 463, "y": 1, "w": 82, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 7, "w": 82, "h": 57 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0011.png", + "frame": { "x": 445, "y": 122, "w": 83, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 8, "w": 83, "h": 56 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0012.png", + "frame": { "x": 499, "y": 295, "w": 83, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0013.png", + "frame": { "x": 333, "y": 295, "w": 83, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0014.png", + "frame": { "x": 250, "y": 295, "w": 83, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0015.png", + "frame": { "x": 167, "y": 243, "w": 83, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0016.png", + "frame": { "x": 84, "y": 243, "w": 83, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0017.png", + "frame": { "x": 1, "y": 243, "w": 83, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0018.png", + "frame": { "x": 321, "y": 239, "w": 82, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 8, "w": 82, "h": 56 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0019.png", + "frame": { "x": 78, "y": 183, "w": 81, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 7, "w": 81, "h": 57 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0020.png", + "frame": { "x": 250, "y": 350, "w": 80, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 7, "w": 80, "h": 57 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0021.png", + "frame": { "x": 488, "y": 350, "w": 78, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 6, "w": 78, "h": 58 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0022.png", + "frame": { "x": 385, "y": 1, "w": 78, "h": 60 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 4, "w": 78, "h": 60 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0023.png", + "frame": { "x": 312, "y": 125, "w": 76, "h": 61 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 3, "w": 76, "h": 61 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0024.png", + "frame": { "x": 76, "y": 1, "w": 75, "h": 63 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 1, "w": 75, "h": 63 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0025.png", + "frame": { "x": 463, "y": 58, "w": 73, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 0, "w": 73, "h": 64 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0026.png", + "frame": { "x": 536, "y": 58, "w": 73, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 0, "w": 73, "h": 64 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0027.png", + "frame": { "x": 151, "y": 61, "w": 73, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 0, "w": 73, "h": 64 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0028.png", + "frame": { "x": 370, "y": 61, "w": 75, "h": 62 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 2, "w": 75, "h": 62 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0029.png", + "frame": { "x": 236, "y": 125, "w": 76, "h": 61 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 3, "w": 76, "h": 61 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0030.png", + "frame": { "x": 1, "y": 183, "w": 77, "h": 60 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 4, "w": 77, "h": 60 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0031.png", + "frame": { "x": 151, "y": 1, "w": 78, "h": 60 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 4, "w": 78, "h": 60 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0032.png", + "frame": { "x": 76, "y": 125, "w": 80, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 6, "w": 80, "h": 58 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0033.png", + "frame": { "x": 540, "y": 238, "w": 81, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 7, "w": 81, "h": 57 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0034.png", + "frame": { "x": 463, "y": 1, "w": 82, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 7, "w": 82, "h": 57 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0035.png", + "frame": { "x": 445, "y": 122, "w": 83, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 8, "w": 83, "h": 56 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0036.png", + "frame": { "x": 499, "y": 295, "w": 83, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0037.png", + "frame": { "x": 333, "y": 295, "w": 83, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0038.png", + "frame": { "x": 250, "y": 295, "w": 83, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0039.png", + "frame": { "x": 167, "y": 243, "w": 83, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0040.png", + "frame": { "x": 84, "y": 243, "w": 83, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0041.png", + "frame": { "x": 1, "y": 243, "w": 83, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0042.png", + "frame": { "x": 321, "y": 239, "w": 82, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 8, "w": 82, "h": 56 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0043.png", + "frame": { "x": 78, "y": 183, "w": 81, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 7, "w": 81, "h": 57 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0044.png", + "frame": { "x": 250, "y": 350, "w": 80, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 7, "w": 80, "h": 57 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0045.png", + "frame": { "x": 488, "y": 350, "w": 78, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 6, "w": 78, "h": 58 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0046.png", + "frame": { "x": 385, "y": 1, "w": 78, "h": 60 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 4, "w": 78, "h": 60 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0047.png", + "frame": { "x": 312, "y": 125, "w": 76, "h": 61 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 3, "w": 76, "h": 61 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0048.png", + "frame": { "x": 76, "y": 1, "w": 75, "h": 63 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 1, "w": 75, "h": 63 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0049.png", + "frame": { "x": 463, "y": 58, "w": 73, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 0, "w": 73, "h": 64 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0050.png", + "frame": { "x": 536, "y": 58, "w": 73, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 0, "w": 73, "h": 64 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0051.png", + "frame": { "x": 151, "y": 61, "w": 73, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 0, "w": 73, "h": 64 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0052.png", + "frame": { "x": 370, "y": 61, "w": 75, "h": 62 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 2, "w": 75, "h": 62 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0053.png", + "frame": { "x": 236, "y": 125, "w": 76, "h": 61 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 3, "w": 76, "h": 61 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0054.png", + "frame": { "x": 1, "y": 183, "w": 77, "h": 60 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 4, "w": 77, "h": 60 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0055.png", + "frame": { "x": 151, "y": 1, "w": 78, "h": 60 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 4, "w": 78, "h": 60 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0056.png", + "frame": { "x": 76, "y": 125, "w": 80, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 6, "w": 80, "h": 58 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0057.png", + "frame": { "x": 540, "y": 238, "w": 81, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 7, "w": 81, "h": 57 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0058.png", + "frame": { "x": 463, "y": 1, "w": 82, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 7, "w": 82, "h": 57 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0059.png", + "frame": { "x": 445, "y": 122, "w": 83, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 8, "w": 83, "h": 56 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0060.png", + "frame": { "x": 499, "y": 295, "w": 83, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0061.png", + "frame": { "x": 333, "y": 295, "w": 83, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0062.png", + "frame": { "x": 250, "y": 295, "w": 83, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0063.png", + "frame": { "x": 167, "y": 243, "w": 83, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0064.png", + "frame": { "x": 84, "y": 243, "w": 83, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0065.png", + "frame": { "x": 1, "y": 243, "w": 83, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0066.png", + "frame": { "x": 321, "y": 239, "w": 82, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 8, "w": 82, "h": 56 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0067.png", + "frame": { "x": 78, "y": 183, "w": 81, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 7, "w": 81, "h": 57 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0068.png", + "frame": { "x": 250, "y": 350, "w": 80, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 7, "w": 80, "h": 57 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0069.png", + "frame": { "x": 488, "y": 350, "w": 78, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 6, "w": 78, "h": 58 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0070.png", + "frame": { "x": 385, "y": 1, "w": 78, "h": 60 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 4, "w": 78, "h": 60 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0071.png", + "frame": { "x": 312, "y": 125, "w": 76, "h": 61 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 3, "w": 76, "h": 61 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0072.png", + "frame": { "x": 76, "y": 1, "w": 75, "h": 63 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 1, "w": 75, "h": 63 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0073.png", + "frame": { "x": 463, "y": 58, "w": 73, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 0, "w": 73, "h": 64 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0074.png", + "frame": { "x": 536, "y": 58, "w": 73, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 0, "w": 73, "h": 64 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0075.png", + "frame": { "x": 151, "y": 61, "w": 73, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 0, "w": 73, "h": 64 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0076.png", + "frame": { "x": 370, "y": 61, "w": 75, "h": 62 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 2, "w": 75, "h": 62 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0077.png", + "frame": { "x": 236, "y": 125, "w": 76, "h": 61 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 3, "w": 76, "h": 61 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0078.png", + "frame": { "x": 1, "y": 183, "w": 77, "h": 60 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 4, "w": 77, "h": 60 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0079.png", + "frame": { "x": 151, "y": 1, "w": 78, "h": 60 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 4, "w": 78, "h": 60 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0080.png", + "frame": { "x": 76, "y": 125, "w": 80, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 6, "w": 80, "h": 58 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0081.png", + "frame": { "x": 540, "y": 238, "w": 81, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 7, "w": 81, "h": 57 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0082.png", + "frame": { "x": 463, "y": 1, "w": 82, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 7, "w": 82, "h": 57 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0083.png", + "frame": { "x": 445, "y": 122, "w": 83, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 8, "w": 83, "h": 56 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0084.png", + "frame": { "x": 499, "y": 295, "w": 83, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0085.png", + "frame": { "x": 333, "y": 295, "w": 83, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0086.png", + "frame": { "x": 250, "y": 295, "w": 83, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0087.png", + "frame": { "x": 167, "y": 243, "w": 83, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0088.png", + "frame": { "x": 84, "y": 243, "w": 83, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0089.png", + "frame": { "x": 1, "y": 243, "w": 83, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0090.png", + "frame": { "x": 321, "y": 239, "w": 82, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 8, "w": 82, "h": 56 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0091.png", + "frame": { "x": 78, "y": 183, "w": 81, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 7, "w": 81, "h": 57 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0092.png", + "frame": { "x": 250, "y": 350, "w": 80, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 7, "w": 80, "h": 57 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0093.png", + "frame": { "x": 488, "y": 350, "w": 78, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 6, "w": 78, "h": 58 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0094.png", + "frame": { "x": 385, "y": 1, "w": 78, "h": 60 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 4, "w": 78, "h": 60 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0095.png", + "frame": { "x": 312, "y": 125, "w": 76, "h": 61 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 3, "w": 76, "h": 61 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0096.png", + "frame": { "x": 76, "y": 1, "w": 75, "h": 63 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 1, "w": 75, "h": 63 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0097.png", + "frame": { "x": 463, "y": 58, "w": 73, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 0, "w": 73, "h": 64 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0098.png", + "frame": { "x": 297, "y": 61, "w": 73, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 0, "w": 73, "h": 64 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0099.png", + "frame": { "x": 224, "y": 61, "w": 73, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 0, "w": 73, "h": 64 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0100.png", + "frame": { "x": 1, "y": 64, "w": 75, "h": 62 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 2, "w": 75, "h": 62 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0101.png", + "frame": { "x": 388, "y": 178, "w": 76, "h": 61 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 3, "w": 76, "h": 61 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0102.png", + "frame": { "x": 540, "y": 178, "w": 77, "h": 60 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 4, "w": 77, "h": 60 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0103.png", + "frame": { "x": 307, "y": 1, "w": 78, "h": 60 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 4, "w": 78, "h": 60 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0104.png", + "frame": { "x": 156, "y": 125, "w": 80, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 6, "w": 80, "h": 58 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0105.png", + "frame": { "x": 159, "y": 186, "w": 81, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 7, "w": 81, "h": 57 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0106.png", + "frame": { "x": 545, "y": 1, "w": 82, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 7, "w": 82, "h": 57 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0107.png", + "frame": { "x": 528, "y": 122, "w": 83, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 8, "w": 83, "h": 56 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0108.png", + "frame": { "x": 416, "y": 295, "w": 83, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0109.png", + "frame": { "x": 333, "y": 295, "w": 83, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0110.png", + "frame": { "x": 167, "y": 298, "w": 83, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0111.png", + "frame": { "x": 582, "y": 295, "w": 83, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0112.png", + "frame": { "x": 1, "y": 298, "w": 83, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0113.png", + "frame": { "x": 84, "y": 298, "w": 83, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0114.png", + "frame": { "x": 403, "y": 239, "w": 82, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 8, "w": 82, "h": 56 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0115.png", + "frame": { "x": 240, "y": 186, "w": 81, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 7, "w": 81, "h": 57 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0116.png", + "frame": { "x": 330, "y": 350, "w": 80, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 7, "w": 80, "h": 57 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0117.png", + "frame": { "x": 410, "y": 350, "w": 78, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 6, "w": 78, "h": 58 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0118.png", + "frame": { "x": 229, "y": 1, "w": 78, "h": 60 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 4, "w": 78, "h": 60 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0119.png", + "frame": { "x": 464, "y": 178, "w": 76, "h": 61 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 3, "w": 76, "h": 61 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0120.png", + "frame": { "x": 1, "y": 1, "w": 75, "h": 63 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 1, "w": 75, "h": 63 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + } + ], + "meta": { + "app": "https://www.aseprite.org/", + "version": "1.3.13-x64", + "image": "2089.png", + "format": "I8", + "size": { "w": 666, "h": 409 }, + "scale": "1" + } } diff --git a/public/images/pokemon/exp/2089.png b/public/images/pokemon/exp/2089.png index 380e517136c..fc4f2d2a353 100644 Binary files a/public/images/pokemon/exp/2089.png and b/public/images/pokemon/exp/2089.png differ diff --git a/public/images/pokemon/exp/728.json b/public/images/pokemon/exp/728.json index e9ca9c51315..c30ff4b6d18 100644 --- a/public/images/pokemon/exp/728.json +++ b/public/images/pokemon/exp/728.json @@ -1,1112 +1,776 @@ -{ - "textures": [ - { - "image": "728.png", - "format": "RGBA8888", - "size": { - "w": 165, - "h": 165 - }, - "scale": 1, - "frames": [ - { - "filename": "0039.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 42 - }, - "spriteSourceSize": { - "x": 1, - "y": 0, - "w": 44, - "h": 40 - }, - "frame": { - "x": 0, - "y": 0, - "w": 44, - "h": 40 - } - }, - { - "filename": "0051.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 42 - }, - "spriteSourceSize": { - "x": 1, - "y": 0, - "w": 44, - "h": 40 - }, - "frame": { - "x": 0, - "y": 0, - "w": 44, - "h": 40 - } - }, - { - "filename": "0002.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 42 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 42, - "h": 41 - }, - "frame": { - "x": 0, - "y": 40, - "w": 42, - "h": 41 - } - }, - { - "filename": "0012.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 42 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 42, - "h": 41 - }, - "frame": { - "x": 0, - "y": 40, - "w": 42, - "h": 41 - } - }, - { - "filename": "0014.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 42 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 42, - "h": 41 - }, - "frame": { - "x": 0, - "y": 40, - "w": 42, - "h": 41 - } - }, - { - "filename": "0024.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 42 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 42, - "h": 41 - }, - "frame": { - "x": 0, - "y": 40, - "w": 42, - "h": 41 - } - }, - { - "filename": "0026.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 42 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 42, - "h": 41 - }, - "frame": { - "x": 0, - "y": 40, - "w": 42, - "h": 41 - } - }, - { - "filename": "0036.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 42 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 42, - "h": 41 - }, - "frame": { - "x": 0, - "y": 40, - "w": 42, - "h": 41 - } - }, - { - "filename": "0003.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 42 - }, - "spriteSourceSize": { - "x": 0, - "y": 1, - "w": 42, - "h": 41 - }, - "frame": { - "x": 0, - "y": 81, - "w": 42, - "h": 41 - } - }, - { - "filename": "0011.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 42 - }, - "spriteSourceSize": { - "x": 0, - "y": 1, - "w": 42, - "h": 41 - }, - "frame": { - "x": 0, - "y": 81, - "w": 42, - "h": 41 - } - }, - { - "filename": "0015.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 42 - }, - "spriteSourceSize": { - "x": 0, - "y": 1, - "w": 42, - "h": 41 - }, - "frame": { - "x": 0, - "y": 81, - "w": 42, - "h": 41 - } - }, - { - "filename": "0023.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 42 - }, - "spriteSourceSize": { - "x": 0, - "y": 1, - "w": 42, - "h": 41 - }, - "frame": { - "x": 0, - "y": 81, - "w": 42, - "h": 41 - } - }, - { - "filename": "0027.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 42 - }, - "spriteSourceSize": { - "x": 0, - "y": 1, - "w": 42, - "h": 41 - }, - "frame": { - "x": 0, - "y": 81, - "w": 42, - "h": 41 - } - }, - { - "filename": "0035.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 42 - }, - "spriteSourceSize": { - "x": 0, - "y": 1, - "w": 42, - "h": 41 - }, - "frame": { - "x": 0, - "y": 81, - "w": 42, - "h": 41 - } - }, - { - "filename": "0040.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 42 - }, - "spriteSourceSize": { - "x": 0, - "y": 1, - "w": 44, - "h": 39 - }, - "frame": { - "x": 44, - "y": 0, - "w": 44, - "h": 39 - } - }, - { - "filename": "0050.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 42 - }, - "spriteSourceSize": { - "x": 0, - "y": 1, - "w": 44, - "h": 39 - }, - "frame": { - "x": 44, - "y": 0, - "w": 44, - "h": 39 - } - }, - { - "filename": "0001.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 42 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 42, - "h": 40 - }, - "frame": { - "x": 0, - "y": 122, - "w": 42, - "h": 40 - } - }, - { - "filename": "0013.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 42 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 42, - "h": 40 - }, - "frame": { - "x": 0, - "y": 122, - "w": 42, - "h": 40 - } - }, - { - "filename": "0025.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 42 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 42, - "h": 40 - }, - "frame": { - "x": 0, - "y": 122, - "w": 42, - "h": 40 - } - }, - { - "filename": "0037.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 42 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 42, - "h": 40 - }, - "frame": { - "x": 0, - "y": 122, - "w": 42, - "h": 40 - } - }, - { - "filename": "0041.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 42 - }, - "spriteSourceSize": { - "x": 0, - "y": 3, - "w": 45, - "h": 37 - }, - "frame": { - "x": 88, - "y": 0, - "w": 45, - "h": 37 - } - }, - { - "filename": "0045.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 42 - }, - "spriteSourceSize": { - "x": 0, - "y": 3, - "w": 45, - "h": 37 - }, - "frame": { - "x": 88, - "y": 0, - "w": 45, - "h": 37 - } - }, - { - "filename": "0049.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 42 - }, - "spriteSourceSize": { - "x": 0, - "y": 3, - "w": 45, - "h": 37 - }, - "frame": { - "x": 88, - "y": 0, - "w": 45, - "h": 37 - } - }, - { - "filename": "0042.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 42 - }, - "spriteSourceSize": { - "x": 0, - "y": 3, - "w": 45, - "h": 37 - }, - "frame": { - "x": 88, - "y": 37, - "w": 45, - "h": 37 - } - }, - { - "filename": "0044.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 42 - }, - "spriteSourceSize": { - "x": 0, - "y": 3, - "w": 45, - "h": 37 - }, - "frame": { - "x": 88, - "y": 37, - "w": 45, - "h": 37 - } - }, - { - "filename": "0046.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 42 - }, - "spriteSourceSize": { - "x": 0, - "y": 3, - "w": 45, - "h": 37 - }, - "frame": { - "x": 88, - "y": 37, - "w": 45, - "h": 37 - } - }, - { - "filename": "0048.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 42 - }, - "spriteSourceSize": { - "x": 0, - "y": 3, - "w": 45, - "h": 37 - }, - "frame": { - "x": 88, - "y": 37, - "w": 45, - "h": 37 - } - }, - { - "filename": "0004.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 42 - }, - "spriteSourceSize": { - "x": 0, - "y": 2, - "w": 42, - "h": 40 - }, - "frame": { - "x": 44, - "y": 39, - "w": 42, - "h": 40 - } - }, - { - "filename": "0010.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 42 - }, - "spriteSourceSize": { - "x": 0, - "y": 2, - "w": 42, - "h": 40 - }, - "frame": { - "x": 44, - "y": 39, - "w": 42, - "h": 40 - } - }, - { - "filename": "0016.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 42 - }, - "spriteSourceSize": { - "x": 0, - "y": 2, - "w": 42, - "h": 40 - }, - "frame": { - "x": 44, - "y": 39, - "w": 42, - "h": 40 - } - }, - { - "filename": "0022.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 42 - }, - "spriteSourceSize": { - "x": 0, - "y": 2, - "w": 42, - "h": 40 - }, - "frame": { - "x": 44, - "y": 39, - "w": 42, - "h": 40 - } - }, - { - "filename": "0028.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 42 - }, - "spriteSourceSize": { - "x": 0, - "y": 2, - "w": 42, - "h": 40 - }, - "frame": { - "x": 44, - "y": 39, - "w": 42, - "h": 40 - } - }, - { - "filename": "0034.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 42 - }, - "spriteSourceSize": { - "x": 0, - "y": 2, - "w": 42, - "h": 40 - }, - "frame": { - "x": 44, - "y": 39, - "w": 42, - "h": 40 - } - }, - { - "filename": "0005.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 42 - }, - "spriteSourceSize": { - "x": 0, - "y": 2, - "w": 42, - "h": 40 - }, - "frame": { - "x": 42, - "y": 79, - "w": 42, - "h": 40 - } - }, - { - "filename": "0009.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 42 - }, - "spriteSourceSize": { - "x": 0, - "y": 2, - "w": 42, - "h": 40 - }, - "frame": { - "x": 42, - "y": 79, - "w": 42, - "h": 40 - } - }, - { - "filename": "0017.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 42 - }, - "spriteSourceSize": { - "x": 0, - "y": 2, - "w": 42, - "h": 40 - }, - "frame": { - "x": 42, - "y": 79, - "w": 42, - "h": 40 - } - }, - { - "filename": "0021.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 42 - }, - "spriteSourceSize": { - "x": 0, - "y": 2, - "w": 42, - "h": 40 - }, - "frame": { - "x": 42, - "y": 79, - "w": 42, - "h": 40 - } - }, - { - "filename": "0029.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 42 - }, - "spriteSourceSize": { - "x": 0, - "y": 2, - "w": 42, - "h": 40 - }, - "frame": { - "x": 42, - "y": 79, - "w": 42, - "h": 40 - } - }, - { - "filename": "0033.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 42 - }, - "spriteSourceSize": { - "x": 0, - "y": 2, - "w": 42, - "h": 40 - }, - "frame": { - "x": 42, - "y": 79, - "w": 42, - "h": 40 - } - }, - { - "filename": "0006.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 42 - }, - "spriteSourceSize": { - "x": 0, - "y": 3, - "w": 42, - "h": 39 - }, - "frame": { - "x": 42, - "y": 119, - "w": 42, - "h": 39 - } - }, - { - "filename": "0008.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 42 - }, - "spriteSourceSize": { - "x": 0, - "y": 3, - "w": 42, - "h": 39 - }, - "frame": { - "x": 42, - "y": 119, - "w": 42, - "h": 39 - } - }, - { - "filename": "0018.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 42 - }, - "spriteSourceSize": { - "x": 0, - "y": 3, - "w": 42, - "h": 39 - }, - "frame": { - "x": 42, - "y": 119, - "w": 42, - "h": 39 - } - }, - { - "filename": "0020.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 42 - }, - "spriteSourceSize": { - "x": 0, - "y": 3, - "w": 42, - "h": 39 - }, - "frame": { - "x": 42, - "y": 119, - "w": 42, - "h": 39 - } - }, - { - "filename": "0030.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 42 - }, - "spriteSourceSize": { - "x": 0, - "y": 3, - "w": 42, - "h": 39 - }, - "frame": { - "x": 42, - "y": 119, - "w": 42, - "h": 39 - } - }, - { - "filename": "0032.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 42 - }, - "spriteSourceSize": { - "x": 0, - "y": 3, - "w": 42, - "h": 39 - }, - "frame": { - "x": 42, - "y": 119, - "w": 42, - "h": 39 - } - }, - { - "filename": "0007.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 42 - }, - "spriteSourceSize": { - "x": 0, - "y": 3, - "w": 42, - "h": 39 - }, - "frame": { - "x": 86, - "y": 74, - "w": 42, - "h": 39 - } - }, - { - "filename": "0019.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 42 - }, - "spriteSourceSize": { - "x": 0, - "y": 3, - "w": 42, - "h": 39 - }, - "frame": { - "x": 86, - "y": 74, - "w": 42, - "h": 39 - } - }, - { - "filename": "0031.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 42 - }, - "spriteSourceSize": { - "x": 0, - "y": 3, - "w": 42, - "h": 39 - }, - "frame": { - "x": 86, - "y": 74, - "w": 42, - "h": 39 - } - }, - { - "filename": "0038.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 42 - }, - "spriteSourceSize": { - "x": 2, - "y": 0, - "w": 40, - "h": 40 - }, - "frame": { - "x": 84, - "y": 113, - "w": 40, - "h": 40 - } - }, - { - "filename": "0052.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 42 - }, - "spriteSourceSize": { - "x": 2, - "y": 0, - "w": 40, - "h": 40 - }, - "frame": { - "x": 84, - "y": 113, - "w": 40, - "h": 40 - } - }, - { - "filename": "0043.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 42 - }, - "spriteSourceSize": { - "x": 0, - "y": 3, - "w": 41, - "h": 37 - }, - "frame": { - "x": 124, - "y": 113, - "w": 41, - "h": 37 - } - }, - { - "filename": "0047.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 42 - }, - "spriteSourceSize": { - "x": 0, - "y": 3, - "w": 41, - "h": 37 - }, - "frame": { - "x": 124, - "y": 113, - "w": 41, - "h": 37 - } - } - ] - } - ], - "meta": { - "app": "https://www.codeandweb.com/texturepacker", - "version": "3.0", - "smartupdate": "$TexturePacker:SmartUpdate:aca6840c416df6edb5630db2ccfd6b44:c238f59207b625e83d441c2da913ee60:74218c18c9d392741666ee5c0c28d306$" - } +{ "frames": [ + { + "filename": "0001.png", + "frame": { "x": 43, "y": 99, "w": 40, "h": 39 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 15, "w": 40, "h": 39 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0002.png", + "frame": { "x": 85, "y": 141, "w": 40, "h": 38 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0003.png", + "frame": { "x": 43, "y": 181, "w": 40, "h": 37 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 17, "w": 40, "h": 37 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0004.png", + "frame": { "x": 127, "y": 182, "w": 39, "h": 36 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 18, "w": 39, "h": 36 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0005.png", + "frame": { "x": 168, "y": 218, "w": 39, "h": 36 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 36 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0006.png", + "frame": { "x": 1, "y": 221, "w": 38, "h": 35 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 20, "w": 38, "h": 35 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0007.png", + "frame": { "x": 43, "y": 220, "w": 39, "h": 36 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 36 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0008.png", + "frame": { "x": 125, "y": 220, "w": 39, "h": 35 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 35 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0009.png", + "frame": { "x": 84, "y": 220, "w": 39, "h": 36 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 18, "w": 39, "h": 36 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0010.png", + "frame": { "x": 85, "y": 181, "w": 40, "h": 37 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 17, "w": 40, "h": 37 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0011.png", + "frame": { "x": 168, "y": 178, "w": 40, "h": 38 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0012.png", + "frame": { "x": 1, "y": 181, "w": 40, "h": 38 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0013.png", + "frame": { "x": 85, "y": 100, "w": 40, "h": 39 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 15, "w": 40, "h": 39 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0014.png", + "frame": { "x": 85, "y": 141, "w": 40, "h": 38 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0015.png", + "frame": { "x": 43, "y": 181, "w": 40, "h": 37 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 17, "w": 40, "h": 37 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0016.png", + "frame": { "x": 127, "y": 182, "w": 39, "h": 36 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 18, "w": 39, "h": 36 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0017.png", + "frame": { "x": 168, "y": 218, "w": 39, "h": 36 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 36 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0018.png", + "frame": { "x": 1, "y": 221, "w": 38, "h": 35 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 20, "w": 38, "h": 35 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0019.png", + "frame": { "x": 43, "y": 220, "w": 39, "h": 36 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 36 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0020.png", + "frame": { "x": 125, "y": 220, "w": 39, "h": 35 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 35 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0021.png", + "frame": { "x": 84, "y": 220, "w": 39, "h": 36 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 18, "w": 39, "h": 36 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0022.png", + "frame": { "x": 85, "y": 181, "w": 40, "h": 37 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 17, "w": 40, "h": 37 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0023.png", + "frame": { "x": 168, "y": 178, "w": 40, "h": 38 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0024.png", + "frame": { "x": 1, "y": 181, "w": 40, "h": 38 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0025.png", + "frame": { "x": 85, "y": 100, "w": 40, "h": 39 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 15, "w": 40, "h": 39 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0026.png", + "frame": { "x": 85, "y": 141, "w": 40, "h": 38 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0027.png", + "frame": { "x": 43, "y": 181, "w": 40, "h": 37 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 17, "w": 40, "h": 37 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0028.png", + "frame": { "x": 127, "y": 182, "w": 39, "h": 36 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 18, "w": 39, "h": 36 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0029.png", + "frame": { "x": 168, "y": 218, "w": 39, "h": 36 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 36 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0030.png", + "frame": { "x": 1, "y": 221, "w": 38, "h": 35 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 20, "w": 38, "h": 35 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0031.png", + "frame": { "x": 43, "y": 220, "w": 39, "h": 36 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 36 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0032.png", + "frame": { "x": 125, "y": 220, "w": 39, "h": 35 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 35 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0033.png", + "frame": { "x": 84, "y": 220, "w": 39, "h": 36 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 18, "w": 39, "h": 36 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0034.png", + "frame": { "x": 85, "y": 181, "w": 40, "h": 37 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 17, "w": 40, "h": 37 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0035.png", + "frame": { "x": 168, "y": 178, "w": 40, "h": 38 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0036.png", + "frame": { "x": 1, "y": 181, "w": 40, "h": 38 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0037.png", + "frame": { "x": 85, "y": 100, "w": 40, "h": 39 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 15, "w": 40, "h": 39 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0038.png", + "frame": { "x": 85, "y": 141, "w": 40, "h": 38 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0039.png", + "frame": { "x": 43, "y": 181, "w": 40, "h": 37 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 17, "w": 40, "h": 37 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0040.png", + "frame": { "x": 127, "y": 182, "w": 39, "h": 36 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 18, "w": 39, "h": 36 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0041.png", + "frame": { "x": 168, "y": 218, "w": 39, "h": 36 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 36 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0042.png", + "frame": { "x": 1, "y": 221, "w": 38, "h": 35 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 20, "w": 38, "h": 35 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0043.png", + "frame": { "x": 43, "y": 220, "w": 39, "h": 36 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 36 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0044.png", + "frame": { "x": 125, "y": 220, "w": 39, "h": 35 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 35 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0045.png", + "frame": { "x": 84, "y": 220, "w": 39, "h": 36 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 18, "w": 39, "h": 36 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0046.png", + "frame": { "x": 85, "y": 181, "w": 40, "h": 37 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 17, "w": 40, "h": 37 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0047.png", + "frame": { "x": 168, "y": 178, "w": 40, "h": 38 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0048.png", + "frame": { "x": 1, "y": 181, "w": 40, "h": 38 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0049.png", + "frame": { "x": 85, "y": 100, "w": 40, "h": 39 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 15, "w": 40, "h": 39 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0050.png", + "frame": { "x": 85, "y": 141, "w": 40, "h": 38 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0051.png", + "frame": { "x": 43, "y": 181, "w": 40, "h": 37 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 17, "w": 40, "h": 37 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0052.png", + "frame": { "x": 127, "y": 182, "w": 39, "h": 36 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 18, "w": 39, "h": 36 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0053.png", + "frame": { "x": 168, "y": 218, "w": 39, "h": 36 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 36 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0054.png", + "frame": { "x": 1, "y": 221, "w": 38, "h": 35 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 20, "w": 38, "h": 35 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0055.png", + "frame": { "x": 43, "y": 220, "w": 39, "h": 36 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 36 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0056.png", + "frame": { "x": 125, "y": 220, "w": 39, "h": 35 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 35 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0057.png", + "frame": { "x": 84, "y": 220, "w": 39, "h": 36 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 18, "w": 39, "h": 36 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0058.png", + "frame": { "x": 85, "y": 181, "w": 40, "h": 37 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 17, "w": 40, "h": 37 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0059.png", + "frame": { "x": 168, "y": 178, "w": 40, "h": 38 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0060.png", + "frame": { "x": 1, "y": 181, "w": 40, "h": 38 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0061.png", + "frame": { "x": 43, "y": 99, "w": 40, "h": 39 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 15, "w": 40, "h": 39 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0062.png", + "frame": { "x": 179, "y": 137, "w": 40, "h": 39 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 15, "w": 40, "h": 39 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0063.png", + "frame": { "x": 1, "y": 140, "w": 40, "h": 39 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 15, "w": 40, "h": 39 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0064.png", + "frame": { "x": 43, "y": 140, "w": 40, "h": 39 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 15, "w": 40, "h": 39 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0065.png", + "frame": { "x": 1, "y": 56, "w": 40, "h": 40 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 14, "w": 40, "h": 40 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0066.png", + "frame": { "x": 43, "y": 57, "w": 40, "h": 40 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 14, "w": 40, "h": 40 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0067.png", + "frame": { "x": 179, "y": 95, "w": 40, "h": 40 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 14, "w": 40, "h": 40 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0068.png", + "frame": { "x": 1, "y": 98, "w": 40, "h": 40 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 14, "w": 40, "h": 40 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0069.png", + "frame": { "x": 137, "y": 55, "w": 40, "h": 41 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 13, "w": 40, "h": 41 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0070.png", + "frame": { "x": 95, "y": 55, "w": 40, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 11, "w": 40, "h": 43 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0071.png", + "frame": { "x": 186, "y": 49, "w": 40, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 10, "w": 40, "h": 44 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0072.png", + "frame": { "x": 186, "y": 1, "w": 40, "h": 46 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 8, "w": 40, "h": 46 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0073.png", + "frame": { "x": 95, "y": 1, "w": 45, "h": 52 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 2, "w": 45, "h": 52 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0074.png", + "frame": { "x": 1, "y": 1, "w": 46, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 1, "w": 46, "h": 53 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0075.png", + "frame": { "x": 1, "y": 1, "w": 46, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 1, "w": 46, "h": 53 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0076.png", + "frame": { "x": 1, "y": 1, "w": 46, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 1, "w": 46, "h": 53 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0077.png", + "frame": { "x": 1, "y": 1, "w": 46, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 1, "w": 46, "h": 53 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0078.png", + "frame": { "x": 142, "y": 1, "w": 42, "h": 52 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 2, "w": 42, "h": 52 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0079.png", + "frame": { "x": 49, "y": 1, "w": 44, "h": 54 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 0, "w": 44, "h": 54 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0080.png", + "frame": { "x": 127, "y": 140, "w": 39, "h": 40 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 14, "w": 39, "h": 40 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0081.png", + "frame": { "x": 137, "y": 98, "w": 40, "h": 40 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 14, "w": 40, "h": 40 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0082.png", + "frame": { "x": 1, "y": 56, "w": 40, "h": 40 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 14, "w": 40, "h": 40 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0083.png", + "frame": { "x": 43, "y": 140, "w": 40, "h": 39 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 15, "w": 40, "h": 39 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0084.png", + "frame": { "x": 1, "y": 140, "w": 40, "h": 39 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 15, "w": 40, "h": 39 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0085.png", + "frame": { "x": 179, "y": 137, "w": 40, "h": 39 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 15, "w": 40, "h": 39 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + } + ], + "meta": { + "app": "https://www.aseprite.org/", + "version": "1.3.13-x64", + "image": "728.png", + "format": "I8", + "size": { "w": 227, "h": 257 }, + "scale": "1" + } } diff --git a/public/images/pokemon/exp/728.png b/public/images/pokemon/exp/728.png index a057058aab8..e7fbfa19d1e 100644 Binary files a/public/images/pokemon/exp/728.png and b/public/images/pokemon/exp/728.png differ diff --git a/public/images/pokemon/exp/729.json b/public/images/pokemon/exp/729.json index baa1260a0f7..ed22b70455c 100644 --- a/public/images/pokemon/exp/729.json +++ b/public/images/pokemon/exp/729.json @@ -1,272 +1,1055 @@ -{ - "textures": [ - { - "image": "729.png", - "format": "RGBA8888", - "size": { - "w": 141, - "h": 141 - }, - "scale": 1, - "frames": [ - { - "filename": "0001.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 50, - "h": 51 - }, - "spriteSourceSize": { - "x": 1, - "y": 0, - "w": 49, - "h": 51 - }, - "frame": { - "x": 0, - "y": 0, - "w": 49, - "h": 51 - } - }, - { - "filename": "0002.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 50, - "h": 51 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 49, - "h": 51 - }, - "frame": { - "x": 0, - "y": 51, - "w": 49, - "h": 51 - } - }, - { - "filename": "0012.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 50, - "h": 51 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 49, - "h": 51 - }, - "frame": { - "x": 0, - "y": 51, - "w": 49, - "h": 51 - } - }, - { - "filename": "0003.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 50, - "h": 51 - }, - "spriteSourceSize": { - "x": 0, - "y": 1, - "w": 48, - "h": 50 - }, - "frame": { - "x": 49, - "y": 0, - "w": 48, - "h": 50 - } - }, - { - "filename": "0011.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 50, - "h": 51 - }, - "spriteSourceSize": { - "x": 0, - "y": 1, - "w": 48, - "h": 50 - }, - "frame": { - "x": 49, - "y": 0, - "w": 48, - "h": 50 - } - }, - { - "filename": "0006.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 50, - "h": 51 - }, - "spriteSourceSize": { - "x": 0, - "y": 4, - "w": 42, - "h": 47 - }, - "frame": { - "x": 97, - "y": 0, - "w": 42, - "h": 47 - } - }, - { - "filename": "0008.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 50, - "h": 51 - }, - "spriteSourceSize": { - "x": 0, - "y": 4, - "w": 42, - "h": 47 - }, - "frame": { - "x": 97, - "y": 0, - "w": 42, - "h": 47 - } - }, - { - "filename": "0007.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 50, - "h": 51 - }, - "spriteSourceSize": { - "x": 0, - "y": 4, - "w": 40, - "h": 47 - }, - "frame": { - "x": 97, - "y": 47, - "w": 40, - "h": 47 - } - }, - { - "filename": "0004.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 50, - "h": 51 - }, - "spriteSourceSize": { - "x": 0, - "y": 3, - "w": 46, - "h": 48 - }, - "frame": { - "x": 49, - "y": 50, - "w": 46, - "h": 48 - } - }, - { - "filename": "0010.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 50, - "h": 51 - }, - "spriteSourceSize": { - "x": 0, - "y": 3, - "w": 46, - "h": 48 - }, - "frame": { - "x": 49, - "y": 50, - "w": 46, - "h": 48 - } - }, - { - "filename": "0005.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 50, - "h": 51 - }, - "spriteSourceSize": { - "x": 0, - "y": 4, - "w": 45, - "h": 47 - }, - "frame": { - "x": 95, - "y": 94, - "w": 45, - "h": 47 - } - }, - { - "filename": "0009.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 50, - "h": 51 - }, - "spriteSourceSize": { - "x": 0, - "y": 4, - "w": 45, - "h": 47 - }, - "frame": { - "x": 95, - "y": 94, - "w": 45, - "h": 47 - } - } - ] - } - ], - "meta": { - "app": "https://www.codeandweb.com/texturepacker", - "version": "3.0", - "smartupdate": "$TexturePacker:SmartUpdate:4df3ec883b357e664a50e3015060795f:29a8d34f9df9fa51691fda1da5961207:b2d5dd692ec79c7357afdffa7b3670a9$" - } +{ "frames": [ + { + "filename": "0001.png", + "frame": { "x": 53, "y": 283, "w": 52, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 9, "w": 52, "h": 55 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0002.png", + "frame": { "x": 105, "y": 286, "w": 51, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 9, "w": 51, "h": 55 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0003.png", + "frame": { "x": 429, "y": 336, "w": 50, "h": 54 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 10, "w": 50, "h": 54 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0004.png", + "frame": { "x": 263, "y": 337, "w": 49, "h": 54 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 10, "w": 49, "h": 54 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0005.png", + "frame": { "x": 0, "y": 345, "w": 48, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 11, "w": 48, "h": 53 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0006.png", + "frame": { "x": 408, "y": 390, "w": 46, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 10, "w": 46, "h": 55 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0007.png", + "frame": { "x": 454, "y": 390, "w": 46, "h": 54 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 11, "w": 46, "h": 54 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0008.png", + "frame": { "x": 48, "y": 391, "w": 46, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 11, "w": 46, "h": 53 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0009.png", + "frame": { "x": 204, "y": 390, "w": 47, "h": 54 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 10, "w": 47, "h": 54 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0010.png", + "frame": { "x": 156, "y": 339, "w": 48, "h": 54 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 10, "w": 48, "h": 54 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0011.png", + "frame": { "x": 462, "y": 226, "w": 50, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 9, "w": 50, "h": 55 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0012.png", + "frame": { "x": 0, "y": 290, "w": 51, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 9, "w": 51, "h": 55 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0013.png", + "frame": { "x": 326, "y": 282, "w": 52, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 9, "w": 52, "h": 55 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0014.png", + "frame": { "x": 164, "y": 229, "w": 53, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 8, "w": 53, "h": 56 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0015.png", + "frame": { "x": 0, "y": 178, "w": 54, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 8, "w": 54, "h": 56 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0016.png", + "frame": { "x": 55, "y": 117, "w": 55, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 8, "w": 55, "h": 56 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0017.png", + "frame": { "x": 109, "y": 175, "w": 55, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 9, "w": 55, "h": 55 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0018.png", + "frame": { "x": 164, "y": 174, "w": 55, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 9, "w": 55, "h": 55 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0019.png", + "frame": { "x": 54, "y": 173, "w": 55, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 9, "w": 55, "h": 55 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0020.png", + "frame": { "x": 236, "y": 171, "w": 55, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 9, "w": 55, "h": 55 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0021.png", + "frame": { "x": 54, "y": 228, "w": 54, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 9, "w": 54, "h": 55 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0022.png", + "frame": { "x": 327, "y": 227, "w": 54, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 9, "w": 54, "h": 55 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0023.png", + "frame": { "x": 381, "y": 281, "w": 53, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 9, "w": 53, "h": 55 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0024.png", + "frame": { "x": 434, "y": 281, "w": 53, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 9, "w": 53, "h": 55 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0025.png", + "frame": { "x": 53, "y": 283, "w": 52, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 9, "w": 52, "h": 55 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0026.png", + "frame": { "x": 105, "y": 286, "w": 51, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 9, "w": 51, "h": 55 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0027.png", + "frame": { "x": 429, "y": 336, "w": 50, "h": 54 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 10, "w": 50, "h": 54 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0028.png", + "frame": { "x": 263, "y": 337, "w": 49, "h": 54 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 10, "w": 49, "h": 54 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0029.png", + "frame": { "x": 0, "y": 345, "w": 48, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 11, "w": 48, "h": 53 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0030.png", + "frame": { "x": 408, "y": 390, "w": 46, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 10, "w": 46, "h": 55 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0031.png", + "frame": { "x": 454, "y": 390, "w": 46, "h": 54 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 11, "w": 46, "h": 54 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0032.png", + "frame": { "x": 48, "y": 391, "w": 46, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 11, "w": 46, "h": 53 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0033.png", + "frame": { "x": 204, "y": 390, "w": 47, "h": 54 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 10, "w": 47, "h": 54 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0034.png", + "frame": { "x": 156, "y": 339, "w": 48, "h": 54 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 10, "w": 48, "h": 54 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0035.png", + "frame": { "x": 462, "y": 226, "w": 50, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 9, "w": 50, "h": 55 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0036.png", + "frame": { "x": 0, "y": 290, "w": 51, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 9, "w": 51, "h": 55 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0037.png", + "frame": { "x": 326, "y": 282, "w": 52, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 9, "w": 52, "h": 55 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0038.png", + "frame": { "x": 164, "y": 229, "w": 53, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 8, "w": 53, "h": 56 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0039.png", + "frame": { "x": 0, "y": 178, "w": 54, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 8, "w": 54, "h": 56 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0040.png", + "frame": { "x": 55, "y": 117, "w": 55, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 8, "w": 55, "h": 56 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0041.png", + "frame": { "x": 109, "y": 175, "w": 55, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 9, "w": 55, "h": 55 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0042.png", + "frame": { "x": 164, "y": 174, "w": 55, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 9, "w": 55, "h": 55 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0043.png", + "frame": { "x": 54, "y": 173, "w": 55, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 9, "w": 55, "h": 55 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0044.png", + "frame": { "x": 236, "y": 171, "w": 55, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 9, "w": 55, "h": 55 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0045.png", + "frame": { "x": 54, "y": 228, "w": 54, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 9, "w": 54, "h": 55 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0046.png", + "frame": { "x": 327, "y": 227, "w": 54, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 9, "w": 54, "h": 55 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0047.png", + "frame": { "x": 381, "y": 281, "w": 53, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 9, "w": 53, "h": 55 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0048.png", + "frame": { "x": 434, "y": 281, "w": 53, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 9, "w": 53, "h": 55 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0049.png", + "frame": { "x": 53, "y": 283, "w": 52, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 9, "w": 52, "h": 55 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0050.png", + "frame": { "x": 105, "y": 286, "w": 51, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 9, "w": 51, "h": 55 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0051.png", + "frame": { "x": 429, "y": 336, "w": 50, "h": 54 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 10, "w": 50, "h": 54 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0052.png", + "frame": { "x": 263, "y": 337, "w": 49, "h": 54 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 10, "w": 49, "h": 54 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0053.png", + "frame": { "x": 0, "y": 345, "w": 48, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 11, "w": 48, "h": 53 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0054.png", + "frame": { "x": 408, "y": 390, "w": 46, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 10, "w": 46, "h": 55 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0055.png", + "frame": { "x": 454, "y": 390, "w": 46, "h": 54 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 11, "w": 46, "h": 54 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0056.png", + "frame": { "x": 48, "y": 391, "w": 46, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 11, "w": 46, "h": 53 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0057.png", + "frame": { "x": 204, "y": 390, "w": 47, "h": 54 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 10, "w": 47, "h": 54 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0058.png", + "frame": { "x": 156, "y": 339, "w": 48, "h": 54 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 10, "w": 48, "h": 54 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0059.png", + "frame": { "x": 462, "y": 226, "w": 50, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 9, "w": 50, "h": 55 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0060.png", + "frame": { "x": 0, "y": 290, "w": 51, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 9, "w": 51, "h": 55 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0061.png", + "frame": { "x": 326, "y": 282, "w": 52, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 9, "w": 52, "h": 55 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0062.png", + "frame": { "x": 164, "y": 229, "w": 53, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 8, "w": 53, "h": 56 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0063.png", + "frame": { "x": 0, "y": 178, "w": 54, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 8, "w": 54, "h": 56 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0064.png", + "frame": { "x": 55, "y": 117, "w": 55, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 8, "w": 55, "h": 56 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0065.png", + "frame": { "x": 109, "y": 175, "w": 55, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 9, "w": 55, "h": 55 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0066.png", + "frame": { "x": 164, "y": 174, "w": 55, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 9, "w": 55, "h": 55 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0067.png", + "frame": { "x": 54, "y": 173, "w": 55, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 9, "w": 55, "h": 55 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0068.png", + "frame": { "x": 236, "y": 171, "w": 55, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 9, "w": 55, "h": 55 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0069.png", + "frame": { "x": 54, "y": 228, "w": 54, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 9, "w": 54, "h": 55 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0070.png", + "frame": { "x": 327, "y": 227, "w": 54, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 9, "w": 54, "h": 55 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0071.png", + "frame": { "x": 381, "y": 281, "w": 53, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 9, "w": 53, "h": 55 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0072.png", + "frame": { "x": 434, "y": 281, "w": 53, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 9, "w": 53, "h": 55 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0073.png", + "frame": { "x": 53, "y": 283, "w": 52, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 9, "w": 52, "h": 55 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0074.png", + "frame": { "x": 408, "y": 226, "w": 54, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 9, "w": 54, "h": 55 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0075.png", + "frame": { "x": 312, "y": 56, "w": 57, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 8, "w": 57, "h": 56 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0076.png", + "frame": { "x": 312, "y": 0, "w": 59, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 8, "w": 59, "h": 56 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0077.png", + "frame": { "x": 244, "y": 116, "w": 56, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 9, "w": 56, "h": 55 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0078.png", + "frame": { "x": 416, "y": 114, "w": 56, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 9, "w": 56, "h": 55 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0079.png", + "frame": { "x": 64, "y": 62, "w": 57, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 9, "w": 57, "h": 55 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0080.png", + "frame": { "x": 371, "y": 0, "w": 58, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 8, "w": 58, "h": 56 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0081.png", + "frame": { "x": 273, "y": 226, "w": 54, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 9, "w": 54, "h": 55 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0082.png", + "frame": { "x": 53, "y": 283, "w": 52, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 9, "w": 52, "h": 55 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0083.png", + "frame": { "x": 161, "y": 285, "w": 52, "h": 54 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 9, "w": 52, "h": 54 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0084.png", + "frame": { "x": 312, "y": 337, "w": 50, "h": 52 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 10, "w": 50, "h": 52 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0085.png", + "frame": { "x": 312, "y": 389, "w": 48, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 10, "w": 48, "h": 53 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0086.png", + "frame": { "x": 51, "y": 338, "w": 49, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 10, "w": 49, "h": 53 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0087.png", + "frame": { "x": 378, "y": 336, "w": 51, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 10, "w": 51, "h": 53 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0088.png", + "frame": { "x": 213, "y": 337, "w": 50, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 10, "w": 50, "h": 53 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0089.png", + "frame": { "x": 360, "y": 389, "w": 48, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 9, "w": 48, "h": 53 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0090.png", + "frame": { "x": 100, "y": 341, "w": 49, "h": 52 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 10, "w": 49, "h": 52 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0091.png", + "frame": { "x": 53, "y": 283, "w": 52, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 9, "w": 52, "h": 55 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0092.png", + "frame": { "x": 217, "y": 282, "w": 52, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 9, "w": 52, "h": 55 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0093.png", + "frame": { "x": 108, "y": 230, "w": 53, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 8, "w": 53, "h": 56 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0094.png", + "frame": { "x": 300, "y": 169, "w": 54, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 7, "w": 54, "h": 57 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0095.png", + "frame": { "x": 182, "y": 117, "w": 54, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 7, "w": 54, "h": 57 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0096.png", + "frame": { "x": 0, "y": 121, "w": 54, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 7, "w": 54, "h": 57 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0097.png", + "frame": { "x": 189, "y": 60, "w": 55, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 7, "w": 55, "h": 57 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0098.png", + "frame": { "x": 110, "y": 118, "w": 54, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 7, "w": 54, "h": 57 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0099.png", + "frame": { "x": 369, "y": 56, "w": 55, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 7, "w": 55, "h": 57 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0100.png", + "frame": { "x": 424, "y": 57, "w": 55, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 7, "w": 55, "h": 57 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0101.png", + "frame": { "x": 429, "y": 0, "w": 56, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 7, "w": 56, "h": 57 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0102.png", + "frame": { "x": 127, "y": 0, "w": 62, "h": 61 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 3, "w": 62, "h": 61 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0103.png", + "frame": { "x": 64, "y": 0, "w": 63, "h": 62 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 2, "w": 63, "h": 62 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0104.png", + "frame": { "x": 0, "y": 0, "w": 64, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 0, "w": 64, "h": 64 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0105.png", + "frame": { "x": 251, "y": 0, "w": 61, "h": 59 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 5, "w": 61, "h": 59 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0106.png", + "frame": { "x": 189, "y": 0, "w": 62, "h": 60 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 4, "w": 62, "h": 60 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0107.png", + "frame": { "x": 0, "y": 64, "w": 55, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 7, "w": 55, "h": 57 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0108.png", + "frame": { "x": 127, "y": 61, "w": 55, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 7, "w": 55, "h": 57 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0109.png", + "frame": { "x": 306, "y": 112, "w": 55, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 7, "w": 55, "h": 57 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0110.png", + "frame": { "x": 361, "y": 113, "w": 55, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 7, "w": 55, "h": 57 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0111.png", + "frame": { "x": 251, "y": 59, "w": 55, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 7, "w": 55, "h": 57 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0112.png", + "frame": { "x": 416, "y": 169, "w": 54, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 7, "w": 54, "h": 57 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0113.png", + "frame": { "x": 354, "y": 170, "w": 54, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 7, "w": 54, "h": 57 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0114.png", + "frame": { "x": 219, "y": 226, "w": 54, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 8, "w": 54, "h": 56 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0115.png", + "frame": { "x": 0, "y": 234, "w": 53, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 8, "w": 53, "h": 56 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0116.png", + "frame": { "x": 273, "y": 281, "w": 53, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 8, "w": 53, "h": 56 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + } + ], + "meta": { + "app": "https://www.aseprite.org/", + "version": "1.3.13-x64", + "image": "729.png", + "format": "I8", + "size": { "w": 512, "h": 445 }, + "scale": "1" + } } diff --git a/public/images/pokemon/exp/729.png b/public/images/pokemon/exp/729.png index 31cd2f7e1fa..33af53ebc16 100644 Binary files a/public/images/pokemon/exp/729.png and b/public/images/pokemon/exp/729.png differ diff --git a/public/images/pokemon/exp/730.json b/public/images/pokemon/exp/730.json index ff2d76644f9..b1b6c5189bc 100644 --- a/public/images/pokemon/exp/730.json +++ b/public/images/pokemon/exp/730.json @@ -1,2309 +1,839 @@ -{ - "textures": [ - { - "image": "730.png", - "format": "RGBA8888", - "size": { - "w": 615, - "h": 615 - }, - "scale": 1, - "frames": [ - { - "filename": "0014.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 7, - "w": 83, - "h": 81 - }, - "frame": { - "x": 0, - "y": 0, - "w": 83, - "h": 81 - } - }, - { - "filename": "0038.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 7, - "w": 83, - "h": 81 - }, - "frame": { - "x": 0, - "y": 0, - "w": 83, - "h": 81 - } - }, - { - "filename": "0086.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 7, - "w": 83, - "h": 81 - }, - "frame": { - "x": 0, - "y": 0, - "w": 83, - "h": 81 - } - }, - { - "filename": "0011.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 3, - "w": 78, - "h": 85 - }, - "frame": { - "x": 0, - "y": 81, - "w": 78, - "h": 85 - } - }, - { - "filename": "0035.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 3, - "w": 78, - "h": 85 - }, - "frame": { - "x": 0, - "y": 81, - "w": 78, - "h": 85 - } - }, - { - "filename": "0083.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 3, - "w": 78, - "h": 85 - }, - "frame": { - "x": 0, - "y": 81, - "w": 78, - "h": 85 - } - }, - { - "filename": "0062.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 7, - "w": 83, - "h": 80 - }, - "frame": { - "x": 83, - "y": 0, - "w": 83, - "h": 80 - } - }, - { - "filename": "0107.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 8, - "w": 83, - "h": 80 - }, - "frame": { - "x": 166, - "y": 0, - "w": 83, - "h": 80 - } - }, - { - "filename": "0010.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 74, - "h": 88 - }, - "frame": { - "x": 0, - "y": 166, - "w": 74, - "h": 88 - } - }, - { - "filename": "0034.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 74, - "h": 88 - }, - "frame": { - "x": 0, - "y": 166, - "w": 74, - "h": 88 - } - }, - { - "filename": "0082.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 74, - "h": 88 - }, - "frame": { - "x": 0, - "y": 166, - "w": 74, - "h": 88 - } - }, - { - "filename": "0015.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 9, - "w": 83, - "h": 79 - }, - "frame": { - "x": 249, - "y": 0, - "w": 83, - "h": 79 - } - }, - { - "filename": "0039.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 9, - "w": 83, - "h": 79 - }, - "frame": { - "x": 249, - "y": 0, - "w": 83, - "h": 79 - } - }, - { - "filename": "0087.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 9, - "w": 83, - "h": 79 - }, - "frame": { - "x": 249, - "y": 0, - "w": 83, - "h": 79 - } - }, - { - "filename": "0016.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 10, - "w": 84, - "h": 78 - }, - "frame": { - "x": 332, - "y": 0, - "w": 84, - "h": 78 - } - }, - { - "filename": "0040.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 10, - "w": 84, - "h": 78 - }, - "frame": { - "x": 332, - "y": 0, - "w": 84, - "h": 78 - } - }, - { - "filename": "0088.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 10, - "w": 84, - "h": 78 - }, - "frame": { - "x": 332, - "y": 0, - "w": 84, - "h": 78 - } - }, - { - "filename": "0064.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 10, - "w": 84, - "h": 78 - }, - "frame": { - "x": 416, - "y": 0, - "w": 84, - "h": 78 - } - }, - { - "filename": "0009.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 73, - "h": 88 - }, - "frame": { - "x": 0, - "y": 254, - "w": 73, - "h": 88 - } - }, - { - "filename": "0033.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 73, - "h": 88 - }, - "frame": { - "x": 0, - "y": 254, - "w": 73, - "h": 88 - } - }, - { - "filename": "0081.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 73, - "h": 88 - }, - "frame": { - "x": 0, - "y": 254, - "w": 73, - "h": 88 - } - }, - { - "filename": "0063.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 9, - "w": 83, - "h": 79 - }, - "frame": { - "x": 500, - "y": 0, - "w": 83, - "h": 79 - } - }, - { - "filename": "0057.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 73, - "h": 87 - }, - "frame": { - "x": 0, - "y": 342, - "w": 73, - "h": 87 - } - }, - { - "filename": "0008.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 2, - "w": 75, - "h": 86 - }, - "frame": { - "x": 0, - "y": 429, - "w": 75, - "h": 86 - } - }, - { - "filename": "0032.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 2, - "w": 75, - "h": 86 - }, - "frame": { - "x": 0, - "y": 429, - "w": 75, - "h": 86 - } - }, - { - "filename": "0080.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 2, - "w": 75, - "h": 86 - }, - "frame": { - "x": 0, - "y": 429, - "w": 75, - "h": 86 - } - }, - { - "filename": "0056.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 2, - "w": 75, - "h": 86 - }, - "frame": { - "x": 0, - "y": 515, - "w": 75, - "h": 86 - } - }, - { - "filename": "0007.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 3, - "w": 75, - "h": 85 - }, - "frame": { - "x": 78, - "y": 81, - "w": 75, - "h": 85 - } - }, - { - "filename": "0031.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 3, - "w": 75, - "h": 85 - }, - "frame": { - "x": 78, - "y": 81, - "w": 75, - "h": 85 - } - }, - { - "filename": "0079.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 3, - "w": 75, - "h": 85 - }, - "frame": { - "x": 78, - "y": 81, - "w": 75, - "h": 85 - } - }, - { - "filename": "0013.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 6, - "w": 81, - "h": 82 - }, - "frame": { - "x": 153, - "y": 80, - "w": 81, - "h": 82 - } - }, - { - "filename": "0037.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 6, - "w": 81, - "h": 82 - }, - "frame": { - "x": 153, - "y": 80, - "w": 81, - "h": 82 - } - }, - { - "filename": "0085.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 6, - "w": 81, - "h": 82 - }, - "frame": { - "x": 153, - "y": 80, - "w": 81, - "h": 82 - } - }, - { - "filename": "0012.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 6, - "w": 80, - "h": 82 - }, - "frame": { - "x": 74, - "y": 166, - "w": 80, - "h": 82 - } - }, - { - "filename": "0036.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 6, - "w": 80, - "h": 82 - }, - "frame": { - "x": 74, - "y": 166, - "w": 80, - "h": 82 - } - }, - { - "filename": "0084.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 6, - "w": 80, - "h": 82 - }, - "frame": { - "x": 74, - "y": 166, - "w": 80, - "h": 82 - } - }, - { - "filename": "0108.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 7, - "w": 80, - "h": 81 - }, - "frame": { - "x": 154, - "y": 162, - "w": 80, - "h": 81 - } - }, - { - "filename": "0055.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 3, - "w": 75, - "h": 85 - }, - "frame": { - "x": 234, - "y": 80, - "w": 75, - "h": 85 - } - }, - { - "filename": "0001.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 7, - "w": 78, - "h": 81 - }, - "frame": { - "x": 234, - "y": 165, - "w": 78, - "h": 81 - } - }, - { - "filename": "0025.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 7, - "w": 78, - "h": 81 - }, - "frame": { - "x": 234, - "y": 165, - "w": 78, - "h": 81 - } - }, - { - "filename": "0049.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 7, - "w": 78, - "h": 81 - }, - "frame": { - "x": 234, - "y": 165, - "w": 78, - "h": 81 - } - }, - { - "filename": "0073.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 7, - "w": 78, - "h": 81 - }, - "frame": { - "x": 234, - "y": 165, - "w": 78, - "h": 81 - } - }, - { - "filename": "0097.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 7, - "w": 78, - "h": 81 - }, - "frame": { - "x": 234, - "y": 165, - "w": 78, - "h": 81 - } - }, - { - "filename": "0058.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 74, - "h": 85 - }, - "frame": { - "x": 309, - "y": 79, - "w": 74, - "h": 85 - } - }, - { - "filename": "0004.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 6, - "w": 78, - "h": 82 - }, - "frame": { - "x": 383, - "y": 78, - "w": 78, - "h": 82 - } - }, - { - "filename": "0028.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 6, - "w": 78, - "h": 82 - }, - "frame": { - "x": 383, - "y": 78, - "w": 78, - "h": 82 - } - }, - { - "filename": "0052.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 6, - "w": 78, - "h": 82 - }, - "frame": { - "x": 383, - "y": 78, - "w": 78, - "h": 82 - } - }, - { - "filename": "0076.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 6, - "w": 78, - "h": 82 - }, - "frame": { - "x": 383, - "y": 78, - "w": 78, - "h": 82 - } - }, - { - "filename": "0059.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 3, - "w": 78, - "h": 82 - }, - "frame": { - "x": 312, - "y": 164, - "w": 78, - "h": 82 - } - }, - { - "filename": "0002.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 7, - "w": 78, - "h": 81 - }, - "frame": { - "x": 390, - "y": 160, - "w": 78, - "h": 81 - } - }, - { - "filename": "0026.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 7, - "w": 78, - "h": 81 - }, - "frame": { - "x": 390, - "y": 160, - "w": 78, - "h": 81 - } - }, - { - "filename": "0050.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 7, - "w": 78, - "h": 81 - }, - "frame": { - "x": 390, - "y": 160, - "w": 78, - "h": 81 - } - }, - { - "filename": "0074.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 7, - "w": 78, - "h": 81 - }, - "frame": { - "x": 390, - "y": 160, - "w": 78, - "h": 81 - } - }, - { - "filename": "0003.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 7, - "w": 78, - "h": 81 - }, - "frame": { - "x": 461, - "y": 79, - "w": 78, - "h": 81 - } - }, - { - "filename": "0027.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 7, - "w": 78, - "h": 81 - }, - "frame": { - "x": 461, - "y": 79, - "w": 78, - "h": 81 - } - }, - { - "filename": "0051.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 7, - "w": 78, - "h": 81 - }, - "frame": { - "x": 461, - "y": 79, - "w": 78, - "h": 81 - } - }, - { - "filename": "0075.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 7, - "w": 78, - "h": 81 - }, - "frame": { - "x": 461, - "y": 79, - "w": 78, - "h": 81 - } - }, - { - "filename": "0006.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 7, - "w": 76, - "h": 81 - }, - "frame": { - "x": 539, - "y": 79, - "w": 76, - "h": 81 - } - }, - { - "filename": "0030.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 7, - "w": 76, - "h": 81 - }, - "frame": { - "x": 539, - "y": 79, - "w": 76, - "h": 81 - } - }, - { - "filename": "0054.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 7, - "w": 76, - "h": 81 - }, - "frame": { - "x": 539, - "y": 79, - "w": 76, - "h": 81 - } - }, - { - "filename": "0078.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 7, - "w": 76, - "h": 81 - }, - "frame": { - "x": 539, - "y": 79, - "w": 76, - "h": 81 - } - }, - { - "filename": "0061.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 6, - "w": 81, - "h": 79 - }, - "frame": { - "x": 468, - "y": 160, - "w": 81, - "h": 79 - } - }, - { - "filename": "0023.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 13, - "w": 80, - "h": 75 - }, - "frame": { - "x": 154, - "y": 243, - "w": 80, - "h": 75 - } - }, - { - "filename": "0047.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 13, - "w": 80, - "h": 75 - }, - "frame": { - "x": 154, - "y": 243, - "w": 80, - "h": 75 - } - }, - { - "filename": "0095.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 13, - "w": 80, - "h": 75 - }, - "frame": { - "x": 154, - "y": 243, - "w": 80, - "h": 75 - } - }, - { - "filename": "0017.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 14, - "w": 84, - "h": 74 - }, - "frame": { - "x": 234, - "y": 246, - "w": 84, - "h": 74 - } - }, - { - "filename": "0041.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 14, - "w": 84, - "h": 74 - }, - "frame": { - "x": 234, - "y": 246, - "w": 84, - "h": 74 - } - }, - { - "filename": "0089.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 14, - "w": 84, - "h": 74 - }, - "frame": { - "x": 234, - "y": 246, - "w": 84, - "h": 74 - } - }, - { - "filename": "0060.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 6, - "w": 80, - "h": 79 - }, - "frame": { - "x": 74, - "y": 248, - "w": 80, - "h": 79 - } - }, - { - "filename": "0109.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 7, - "w": 78, - "h": 81 - }, - "frame": { - "x": 73, - "y": 327, - "w": 78, - "h": 81 - } - }, - { - "filename": "0005.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 7, - "w": 77, - "h": 81 - }, - "frame": { - "x": 318, - "y": 246, - "w": 77, - "h": 81 - } - }, - { - "filename": "0029.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 7, - "w": 77, - "h": 81 - }, - "frame": { - "x": 318, - "y": 246, - "w": 77, - "h": 81 - } - }, - { - "filename": "0053.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 7, - "w": 77, - "h": 81 - }, - "frame": { - "x": 318, - "y": 246, - "w": 77, - "h": 81 - } - }, - { - "filename": "0077.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 7, - "w": 77, - "h": 81 - }, - "frame": { - "x": 318, - "y": 246, - "w": 77, - "h": 81 - } - }, - { - "filename": "0098.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 9, - "w": 78, - "h": 79 - }, - "frame": { - "x": 395, - "y": 241, - "w": 78, - "h": 79 - } - }, - { - "filename": "0024.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 10, - "w": 78, - "h": 78 - }, - "frame": { - "x": 473, - "y": 239, - "w": 78, - "h": 78 - } - }, - { - "filename": "0048.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 10, - "w": 78, - "h": 78 - }, - "frame": { - "x": 473, - "y": 239, - "w": 78, - "h": 78 - } - }, - { - "filename": "0096.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 10, - "w": 78, - "h": 78 - }, - "frame": { - "x": 473, - "y": 239, - "w": 78, - "h": 78 - } - }, - { - "filename": "0072.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 10, - "w": 78, - "h": 78 - }, - "frame": { - "x": 75, - "y": 408, - "w": 78, - "h": 78 - } - }, - { - "filename": "0099.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 11, - "w": 79, - "h": 77 - }, - "frame": { - "x": 75, - "y": 486, - "w": 79, - "h": 77 - } - }, - { - "filename": "0071.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 13, - "w": 80, - "h": 75 - }, - "frame": { - "x": 154, - "y": 318, - "w": 80, - "h": 75 - } - }, - { - "filename": "0018.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 15, - "w": 84, - "h": 73 - }, - "frame": { - "x": 234, - "y": 320, - "w": 84, - "h": 73 - } - }, - { - "filename": "0042.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 15, - "w": 84, - "h": 73 - }, - "frame": { - "x": 234, - "y": 320, - "w": 84, - "h": 73 - } - }, - { - "filename": "0090.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 15, - "w": 84, - "h": 73 - }, - "frame": { - "x": 234, - "y": 320, - "w": 84, - "h": 73 - } - }, - { - "filename": "0019.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 16, - "w": 84, - "h": 72 - }, - "frame": { - "x": 318, - "y": 327, - "w": 84, - "h": 72 - } - }, - { - "filename": "0043.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 16, - "w": 84, - "h": 72 - }, - "frame": { - "x": 318, - "y": 327, - "w": 84, - "h": 72 - } - }, - { - "filename": "0091.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 16, - "w": 84, - "h": 72 - }, - "frame": { - "x": 318, - "y": 327, - "w": 84, - "h": 72 - } - }, - { - "filename": "0065.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 14, - "w": 84, - "h": 74 - }, - "frame": { - "x": 153, - "y": 393, - "w": 84, - "h": 74 - } - }, - { - "filename": "0101.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 17, - "w": 81, - "h": 71 - }, - "frame": { - "x": 237, - "y": 393, - "w": 81, - "h": 71 - } - }, - { - "filename": "0066.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 15, - "w": 84, - "h": 73 - }, - "frame": { - "x": 318, - "y": 399, - "w": 84, - "h": 73 - } - }, - { - "filename": "0106.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 13, - "w": 83, - "h": 75 - }, - "frame": { - "x": 402, - "y": 320, - "w": 83, - "h": 75 - } - }, - { - "filename": "0105.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 14, - "w": 84, - "h": 74 - }, - "frame": { - "x": 402, - "y": 395, - "w": 84, - "h": 74 - } - }, - { - "filename": "0100.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 14, - "w": 80, - "h": 74 - }, - "frame": { - "x": 485, - "y": 317, - "w": 80, - "h": 74 - } - }, - { - "filename": "0104.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 15, - "w": 83, - "h": 73 - }, - "frame": { - "x": 486, - "y": 391, - "w": 83, - "h": 73 - } - }, - { - "filename": "0067.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 16, - "w": 84, - "h": 72 - }, - "frame": { - "x": 154, - "y": 467, - "w": 84, - "h": 72 - } - }, - { - "filename": "0021.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 17, - "w": 83, - "h": 71 - }, - "frame": { - "x": 154, - "y": 539, - "w": 83, - "h": 71 - } - }, - { - "filename": "0045.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 17, - "w": 83, - "h": 71 - }, - "frame": { - "x": 154, - "y": 539, - "w": 83, - "h": 71 - } - }, - { - "filename": "0093.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 17, - "w": 83, - "h": 71 - }, - "frame": { - "x": 154, - "y": 539, - "w": 83, - "h": 71 - } - }, - { - "filename": "0022.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 17, - "w": 83, - "h": 71 - }, - "frame": { - "x": 486, - "y": 464, - "w": 83, - "h": 71 - } - }, - { - "filename": "0046.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 17, - "w": 83, - "h": 71 - }, - "frame": { - "x": 486, - "y": 464, - "w": 83, - "h": 71 - } - }, - { - "filename": "0094.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 17, - "w": 83, - "h": 71 - }, - "frame": { - "x": 486, - "y": 464, - "w": 83, - "h": 71 - } - }, - { - "filename": "0069.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 17, - "w": 83, - "h": 71 - }, - "frame": { - "x": 402, - "y": 469, - "w": 83, - "h": 71 - } - }, - { - "filename": "0070.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 17, - "w": 83, - "h": 71 - }, - "frame": { - "x": 485, - "y": 535, - "w": 83, - "h": 71 - } - }, - { - "filename": "0020.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 16, - "w": 82, - "h": 72 - }, - "frame": { - "x": 237, - "y": 539, - "w": 82, - "h": 72 - } - }, - { - "filename": "0044.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 16, - "w": 82, - "h": 72 - }, - "frame": { - "x": 237, - "y": 539, - "w": 82, - "h": 72 - } - }, - { - "filename": "0092.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 16, - "w": 82, - "h": 72 - }, - "frame": { - "x": 237, - "y": 539, - "w": 82, - "h": 72 - } - }, - { - "filename": "0103.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 16, - "w": 83, - "h": 72 - }, - "frame": { - "x": 319, - "y": 472, - "w": 83, - "h": 72 - } - }, - { - "filename": "0102.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 18, - "w": 82, - "h": 70 - }, - "frame": { - "x": 319, - "y": 544, - "w": 82, - "h": 70 - } - }, - { - "filename": "0068.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 16, - "w": 82, - "h": 72 - }, - "frame": { - "x": 402, - "y": 540, - "w": 82, - "h": 72 - } - } - ] - } - ], - "meta": { - "app": "https://www.codeandweb.com/texturepacker", - "version": "3.0", - "smartupdate": "$TexturePacker:SmartUpdate:4329c19087eab420ea4188f3ebf013ba:3f36a5e65803b0f012c6fee4aeaf5df7:fcd0d2cb6b26724e796ae0dcb71fae3f$" - } +{ "frames": [ + { + "filename": "0001.png", + "frame": { "x": 491, "y": 0, "w": 79, "h": 71 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 13, "w": 79, "h": 71 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0002.png", + "frame": { "x": 341, "y": 0, "w": 77, "h": 73 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 11, "w": 77, "h": 73 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0003.png", + "frame": { "x": 265, "y": 0, "w": 76, "h": 75 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 9, "w": 76, "h": 75 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0004.png", + "frame": { "x": 418, "y": 0, "w": 73, "h": 77 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 7, "w": 73, "h": 77 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0005.png", + "frame": { "x": 159, "y": 68, "w": 69, "h": 80 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 4, "w": 69, "h": 80 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0006.png", + "frame": { "x": 309, "y": 143, "w": 64, "h": 83 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 1, "w": 64, "h": 83 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0007.png", + "frame": { "x": 0, "y": 145, "w": 63, "h": 84 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 0, "w": 63, "h": 84 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0008.png", + "frame": { "x": 63, "y": 147, "w": 63, "h": 84 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 0, "w": 63, "h": 84 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0009.png", + "frame": { "x": 446, "y": 203, "w": 63, "h": 82 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 2, "w": 63, "h": 82 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0010.png", + "frame": { "x": 509, "y": 335, "w": 63, "h": 79 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 5, "w": 63, "h": 79 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0011.png", + "frame": { "x": 74, "y": 375, "w": 66, "h": 74 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 10, "w": 66, "h": 74 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0012.png", + "frame": { "x": 140, "y": 409, "w": 69, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 15, "w": 69, "h": 69 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0013.png", + "frame": { "x": 280, "y": 428, "w": 72, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 18, "w": 72, "h": 66 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0014.png", + "frame": { "x": 353, "y": 416, "w": 74, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 19, "w": 74, "h": 65 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0015.png", + "frame": { "x": 536, "y": 414, "w": 74, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 19, "w": 74, "h": 65 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0016.png", + "frame": { "x": 461, "y": 414, "w": 75, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 19, "w": 75, "h": 65 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0017.png", + "frame": { "x": 385, "y": 351, "w": 76, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 19, "w": 76, "h": 65 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0018.png", + "frame": { "x": 231, "y": 291, "w": 78, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 19, "w": 78, "h": 65 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0019.png", + "frame": { "x": 277, "y": 226, "w": 79, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 19, "w": 79, "h": 65 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0020.png", + "frame": { "x": 485, "y": 137, "w": 81, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 18, "w": 81, "h": 66 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0021.png", + "frame": { "x": 228, "y": 143, "w": 81, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 18, "w": 81, "h": 66 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0022.png", + "frame": { "x": 228, "y": 75, "w": 80, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 16, "w": 80, "h": 68 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0023.png", + "frame": { "x": 491, "y": 0, "w": 79, "h": 71 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 13, "w": 79, "h": 71 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0024.png", + "frame": { "x": 341, "y": 0, "w": 77, "h": 73 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 11, "w": 77, "h": 73 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0025.png", + "frame": { "x": 265, "y": 0, "w": 76, "h": 75 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 9, "w": 76, "h": 75 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0026.png", + "frame": { "x": 418, "y": 0, "w": 73, "h": 77 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 7, "w": 73, "h": 77 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0027.png", + "frame": { "x": 159, "y": 68, "w": 69, "h": 80 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 4, "w": 69, "h": 80 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0028.png", + "frame": { "x": 309, "y": 143, "w": 64, "h": 83 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 1, "w": 64, "h": 83 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0029.png", + "frame": { "x": 0, "y": 145, "w": 63, "h": 84 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 0, "w": 63, "h": 84 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0030.png", + "frame": { "x": 63, "y": 147, "w": 63, "h": 84 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 0, "w": 63, "h": 84 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0031.png", + "frame": { "x": 446, "y": 203, "w": 63, "h": 82 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 2, "w": 63, "h": 82 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0032.png", + "frame": { "x": 509, "y": 335, "w": 63, "h": 79 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 5, "w": 63, "h": 79 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0033.png", + "frame": { "x": 74, "y": 375, "w": 66, "h": 74 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 10, "w": 66, "h": 74 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0034.png", + "frame": { "x": 140, "y": 409, "w": 69, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 15, "w": 69, "h": 69 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0035.png", + "frame": { "x": 280, "y": 428, "w": 72, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 18, "w": 72, "h": 66 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0036.png", + "frame": { "x": 353, "y": 416, "w": 74, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 19, "w": 74, "h": 65 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0037.png", + "frame": { "x": 536, "y": 414, "w": 74, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 19, "w": 74, "h": 65 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0038.png", + "frame": { "x": 461, "y": 414, "w": 75, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 19, "w": 75, "h": 65 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0039.png", + "frame": { "x": 385, "y": 351, "w": 76, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 19, "w": 76, "h": 65 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0040.png", + "frame": { "x": 231, "y": 291, "w": 78, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 19, "w": 78, "h": 65 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0041.png", + "frame": { "x": 277, "y": 226, "w": 79, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 19, "w": 79, "h": 65 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0042.png", + "frame": { "x": 485, "y": 137, "w": 81, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 18, "w": 81, "h": 66 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0043.png", + "frame": { "x": 228, "y": 143, "w": 81, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 18, "w": 81, "h": 66 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0044.png", + "frame": { "x": 228, "y": 75, "w": 80, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 16, "w": 80, "h": 68 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0045.png", + "frame": { "x": 491, "y": 0, "w": 79, "h": 71 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 13, "w": 79, "h": 71 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0046.png", + "frame": { "x": 341, "y": 0, "w": 77, "h": 73 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 11, "w": 77, "h": 73 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0047.png", + "frame": { "x": 265, "y": 0, "w": 76, "h": 75 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 9, "w": 76, "h": 75 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0048.png", + "frame": { "x": 418, "y": 0, "w": 73, "h": 77 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 7, "w": 73, "h": 77 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0049.png", + "frame": { "x": 159, "y": 68, "w": 69, "h": 80 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 4, "w": 69, "h": 80 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0050.png", + "frame": { "x": 309, "y": 143, "w": 64, "h": 83 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 1, "w": 64, "h": 83 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0051.png", + "frame": { "x": 0, "y": 145, "w": 63, "h": 84 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 0, "w": 63, "h": 84 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0052.png", + "frame": { "x": 63, "y": 147, "w": 63, "h": 84 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 0, "w": 63, "h": 84 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0053.png", + "frame": { "x": 446, "y": 203, "w": 63, "h": 82 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 2, "w": 63, "h": 82 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0054.png", + "frame": { "x": 509, "y": 335, "w": 63, "h": 79 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 5, "w": 63, "h": 79 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0055.png", + "frame": { "x": 74, "y": 375, "w": 66, "h": 74 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 10, "w": 66, "h": 74 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0056.png", + "frame": { "x": 140, "y": 409, "w": 69, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 15, "w": 69, "h": 69 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0057.png", + "frame": { "x": 280, "y": 428, "w": 72, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 18, "w": 72, "h": 66 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0058.png", + "frame": { "x": 353, "y": 416, "w": 74, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 19, "w": 74, "h": 65 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0059.png", + "frame": { "x": 536, "y": 414, "w": 74, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 19, "w": 74, "h": 65 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0060.png", + "frame": { "x": 461, "y": 414, "w": 75, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 19, "w": 75, "h": 65 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0061.png", + "frame": { "x": 385, "y": 351, "w": 76, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 19, "w": 76, "h": 65 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0062.png", + "frame": { "x": 231, "y": 291, "w": 78, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 19, "w": 78, "h": 65 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0063.png", + "frame": { "x": 277, "y": 226, "w": 79, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 19, "w": 79, "h": 65 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0064.png", + "frame": { "x": 485, "y": 137, "w": 81, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 18, "w": 81, "h": 66 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0065.png", + "frame": { "x": 228, "y": 143, "w": 81, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 18, "w": 81, "h": 66 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0066.png", + "frame": { "x": 228, "y": 75, "w": 80, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 16, "w": 80, "h": 68 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0067.png", + "frame": { "x": 341, "y": 73, "w": 77, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 14, "w": 77, "h": 70 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0068.png", + "frame": { "x": 373, "y": 157, "w": 73, "h": 72 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 12, "w": 73, "h": 72 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0069.png", + "frame": { "x": 213, "y": 356, "w": 67, "h": 73 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 11, "w": 67, "h": 73 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0070.png", + "frame": { "x": 0, "y": 429, "w": 63, "h": 75 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 9, "w": 63, "h": 75 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0071.png", + "frame": { "x": 76, "y": 297, "w": 64, "h": 78 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 6, "w": 64, "h": 78 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0072.png", + "frame": { "x": 418, "y": 77, "w": 67, "h": 80 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 4, "w": 67, "h": 80 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0073.png", + "frame": { "x": 89, "y": 67, "w": 70, "h": 80 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 4, "w": 70, "h": 80 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0074.png", + "frame": { "x": 0, "y": 68, "w": 72, "h": 77 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 7, "w": 72, "h": 77 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0075.png", + "frame": { "x": 126, "y": 148, "w": 73, "h": 72 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 12, "w": 73, "h": 72 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0076.png", + "frame": { "x": 140, "y": 341, "w": 73, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 16, "w": 73, "h": 68 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0077.png", + "frame": { "x": 280, "y": 361, "w": 73, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 17, "w": 73, "h": 67 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0078.png", + "frame": { "x": 0, "y": 363, "w": 74, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 18, "w": 74, "h": 66 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0079.png", + "frame": { "x": 433, "y": 285, "w": 76, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 18, "w": 76, "h": 66 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0080.png", + "frame": { "x": 509, "y": 269, "w": 77, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 18, "w": 77, "h": 66 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0081.png", + "frame": { "x": 356, "y": 229, "w": 77, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 10, "y": 18, "w": 77, "h": 66 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0082.png", + "frame": { "x": 199, "y": 209, "w": 78, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 10, "y": 18, "w": 78, "h": 66 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0083.png", + "frame": { "x": 509, "y": 203, "w": 78, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 10, "y": 18, "w": 78, "h": 66 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0084.png", + "frame": { "x": 0, "y": 231, "w": 77, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 10, "y": 18, "w": 77, "h": 66 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0085.png", + "frame": { "x": 77, "y": 231, "w": 77, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 10, "y": 18, "w": 77, "h": 66 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0086.png", + "frame": { "x": 0, "y": 297, "w": 76, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 10, "y": 18, "w": 76, "h": 66 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0087.png", + "frame": { "x": 309, "y": 295, "w": 76, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 10, "y": 18, "w": 76, "h": 66 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0088.png", + "frame": { "x": 154, "y": 275, "w": 77, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 18, "w": 77, "h": 66 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0089.png", + "frame": { "x": 491, "y": 71, "w": 83, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 18, "w": 83, "h": 66 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0090.png", + "frame": { "x": 89, "y": 0, "w": 89, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 17, "w": 89, "h": 67 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0091.png", + "frame": { "x": 0, "y": 0, "w": 89, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 16, "w": 89, "h": 68 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0092.png", + "frame": { "x": 178, "y": 0, "w": 87, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 16, "w": 87, "h": 68 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + } + ], + "meta": { + "app": "https://www.aseprite.org/", + "version": "1.3.13-x64", + "image": "730.png", + "format": "I8", + "size": { "w": 610, "h": 504 }, + "scale": "1" + } } diff --git a/public/images/pokemon/exp/730.png b/public/images/pokemon/exp/730.png index 69244f9dff0..2d274bcf606 100644 Binary files a/public/images/pokemon/exp/730.png and b/public/images/pokemon/exp/730.png differ diff --git a/public/images/pokemon/exp/746-school.json b/public/images/pokemon/exp/746-school.json index 5081ae50573..5c972da9255 100644 --- a/public/images/pokemon/exp/746-school.json +++ b/public/images/pokemon/exp/746-school.json @@ -1,272 +1,191 @@ -{ - "textures": [ - { - "image": "746-school.png", - "format": "RGBA8888", - "size": { - "w": 268, - "h": 268 - }, - "scale": 1, - "frames": [ - { - "filename": "0001.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 102, - "h": 73 - }, - "spriteSourceSize": { - "x": 7, - "y": 0, - "w": 95, - "h": 73 - }, - "frame": { - "x": 0, - "y": 0, - "w": 95, - "h": 73 - } - }, - { - "filename": "0002.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 102, - "h": 73 - }, - "spriteSourceSize": { - "x": 7, - "y": 0, - "w": 94, - "h": 73 - }, - "frame": { - "x": 0, - "y": 73, - "w": 94, - "h": 73 - } - }, - { - "filename": "0012.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 102, - "h": 73 - }, - "spriteSourceSize": { - "x": 7, - "y": 0, - "w": 94, - "h": 73 - }, - "frame": { - "x": 0, - "y": 73, - "w": 94, - "h": 73 - } - }, - { - "filename": "0003.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 102, - "h": 73 - }, - "spriteSourceSize": { - "x": 5, - "y": 1, - "w": 93, - "h": 71 - }, - "frame": { - "x": 95, - "y": 0, - "w": 93, - "h": 71 - } - }, - { - "filename": "0011.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 102, - "h": 73 - }, - "spriteSourceSize": { - "x": 5, - "y": 1, - "w": 93, - "h": 71 - }, - "frame": { - "x": 95, - "y": 0, - "w": 93, - "h": 71 - } - }, - { - "filename": "0004.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 102, - "h": 73 - }, - "spriteSourceSize": { - "x": 3, - "y": 3, - "w": 92, - "h": 69 - }, - "frame": { - "x": 0, - "y": 146, - "w": 92, - "h": 69 - } - }, - { - "filename": "0010.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 102, - "h": 73 - }, - "spriteSourceSize": { - "x": 3, - "y": 3, - "w": 92, - "h": 69 - }, - "frame": { - "x": 0, - "y": 146, - "w": 92, - "h": 69 - } - }, - { - "filename": "0005.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 102, - "h": 73 - }, - "spriteSourceSize": { - "x": 1, - "y": 5, - "w": 91, - "h": 67 - }, - "frame": { - "x": 95, - "y": 71, - "w": 91, - "h": 67 - } - }, - { - "filename": "0009.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 102, - "h": 73 - }, - "spriteSourceSize": { - "x": 1, - "y": 5, - "w": 91, - "h": 67 - }, - "frame": { - "x": 95, - "y": 71, - "w": 91, - "h": 67 - } - }, - { - "filename": "0006.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 102, - "h": 73 - }, - "spriteSourceSize": { - "x": 0, - "y": 6, - "w": 91, - "h": 66 - }, - "frame": { - "x": 94, - "y": 138, - "w": 91, - "h": 66 - } - }, - { - "filename": "0008.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 102, - "h": 73 - }, - "spriteSourceSize": { - "x": 0, - "y": 6, - "w": 91, - "h": 66 - }, - "frame": { - "x": 94, - "y": 138, - "w": 91, - "h": 66 - } - }, - { - "filename": "0007.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 102, - "h": 73 - }, - "spriteSourceSize": { - "x": 0, - "y": 7, - "w": 90, - "h": 64 - }, - "frame": { - "x": 92, - "y": 204, - "w": 90, - "h": 64 - } - } - ] - } - ], - "meta": { - "app": "https://www.codeandweb.com/texturepacker", - "version": "3.0", - "smartupdate": "$TexturePacker:SmartUpdate:081944ebe67318e4a46f44a408e2f8ad:3d1760eb9efa179defcf703a35dde41b:10f3c9d1f1118f8f9f6e40f37a0eb499$" - } +{ "frames": [ + { + "filename": "0001.png", + "frame": { "x": 408, "y": 257, "w": 96, "h": 83 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 7, "w": 94, "h": 81 }, + "sourceSize": { "w": 104, "h": 89 }, + "duration": 100 + }, + { + "filename": "0002.png", + "frame": { "x": 411, "y": 174, "w": 99, "h": 83 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 6, "w": 97, "h": 81 }, + "sourceSize": { "w": 104, "h": 89 }, + "duration": 100 + }, + { + "filename": "0003.png", + "frame": { "x": 311, "y": 175, "w": 97, "h": 84 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 6, "w": 95, "h": 82 }, + "sourceSize": { "w": 104, "h": 89 }, + "duration": 100 + }, + { + "filename": "0004.png", + "frame": { "x": 411, "y": 89, "w": 101, "h": 85 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 5, "w": 99, "h": 83 }, + "sourceSize": { "w": 104, "h": 89 }, + "duration": 100 + }, + { + "filename": "0005.png", + "frame": { "x": 311, "y": 89, "w": 100, "h": 86 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 4, "w": 98, "h": 84 }, + "sourceSize": { "w": 104, "h": 89 }, + "duration": 100 + }, + { + "filename": "0006.png", + "frame": { "x": 213, "y": 1, "w": 104, "h": 88 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 86 }, + "sourceSize": { "w": 104, "h": 89 }, + "duration": 100 + }, + { + "filename": "0007.png", + "frame": { "x": 317, "y": 1, "w": 104, "h": 88 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 2, "w": 102, "h": 86 }, + "sourceSize": { "w": 104, "h": 89 }, + "duration": 100 + }, + { + "filename": "0008.png", + "frame": { "x": 1, "y": 1, "w": 106, "h": 89 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 1, "w": 104, "h": 87 }, + "sourceSize": { "w": 104, "h": 89 }, + "duration": 100 + }, + { + "filename": "0009.png", + "frame": { "x": 421, "y": 1, "w": 104, "h": 88 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 1, "w": 102, "h": 86 }, + "sourceSize": { "w": 104, "h": 89 }, + "duration": 100 + }, + { + "filename": "0010.png", + "frame": { "x": 107, "y": 1, "w": 106, "h": 88 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 1, "w": 104, "h": 86 }, + "sourceSize": { "w": 104, "h": 89 }, + "duration": 100 + }, + { + "filename": "0011.png", + "frame": { "x": 107, "y": 89, "w": 102, "h": 87 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 0, "w": 100, "h": 85 }, + "sourceSize": { "w": 104, "h": 89 }, + "duration": 100 + }, + { + "filename": "0012.png", + "frame": { "x": 209, "y": 89, "w": 102, "h": 87 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 0, "w": 100, "h": 85 }, + "sourceSize": { "w": 104, "h": 89 }, + "duration": 100 + }, + { + "filename": "0013.png", + "frame": { "x": 1, "y": 90, "w": 97, "h": 85 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 2, "w": 95, "h": 83 }, + "sourceSize": { "w": 104, "h": 89 }, + "duration": 100 + }, + { + "filename": "0014.png", + "frame": { "x": 1, "y": 175, "w": 96, "h": 85 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 2, "w": 94, "h": 83 }, + "sourceSize": { "w": 104, "h": 89 }, + "duration": 100 + }, + { + "filename": "0015.png", + "frame": { "x": 289, "y": 259, "w": 92, "h": 85 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 3, "w": 90, "h": 83 }, + "sourceSize": { "w": 104, "h": 89 }, + "duration": 100 + }, + { + "filename": "0016.png", + "frame": { "x": 192, "y": 260, "w": 91, "h": 84 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 5, "w": 89, "h": 82 }, + "sourceSize": { "w": 104, "h": 89 }, + "duration": 100 + }, + { + "filename": "0017.png", + "frame": { "x": 194, "y": 176, "w": 95, "h": 84 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 6, "w": 93, "h": 82 }, + "sourceSize": { "w": 104, "h": 89 }, + "duration": 100 + }, + { + "filename": "0018.png", + "frame": { "x": 1, "y": 260, "w": 93, "h": 83 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 6, "w": 91, "h": 81 }, + "sourceSize": { "w": 104, "h": 89 }, + "duration": 100 + }, + { + "filename": "0019.png", + "frame": { "x": 97, "y": 259, "w": 95, "h": 83 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 6, "w": 93, "h": 81 }, + "sourceSize": { "w": 104, "h": 89 }, + "duration": 100 + }, + { + "filename": "0020.png", + "frame": { "x": 97, "y": 176, "w": 97, "h": 83 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 7, "w": 95, "h": 81 }, + "sourceSize": { "w": 104, "h": 89 }, + "duration": 100 + } + ], + "meta": { + "app": "https://www.aseprite.org/", + "version": "1.3.13-x64", + "image": "746-school.png", + "format": "I8", + "size": { "w": 526, "h": 345 }, + "scale": "1" + } } diff --git a/public/images/pokemon/exp/746-school.png b/public/images/pokemon/exp/746-school.png index 4732a307f96..3b2b5e42dd5 100644 Binary files a/public/images/pokemon/exp/746-school.png and b/public/images/pokemon/exp/746-school.png differ diff --git a/public/images/pokemon/exp/746.json b/public/images/pokemon/exp/746.json index 43f4f67fc2b..f4967f59669 100644 --- a/public/images/pokemon/exp/746.json +++ b/public/images/pokemon/exp/746.json @@ -1,272 +1,641 @@ -{ - "textures": [ - { - "image": "746.png", - "format": "RGBA8888", - "size": { - "w": 134, - "h": 134 - }, - "scale": 1, - "frames": [ - { - "filename": "0001.png", - "rotated": false, - "trimmed": false, - "sourceSize": { - "w": 46, - "h": 28 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 46, - "h": 28 - }, - "frame": { - "x": 0, - "y": 0, - "w": 46, - "h": 28 - } - }, - { - "filename": "0002.png", - "rotated": false, - "trimmed": false, - "sourceSize": { - "w": 46, - "h": 28 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 46, - "h": 28 - }, - "frame": { - "x": 0, - "y": 28, - "w": 46, - "h": 28 - } - }, - { - "filename": "0003.png", - "rotated": false, - "trimmed": false, - "sourceSize": { - "w": 46, - "h": 28 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 46, - "h": 28 - }, - "frame": { - "x": 0, - "y": 56, - "w": 46, - "h": 28 - } - }, - { - "filename": "0011.png", - "rotated": false, - "trimmed": false, - "sourceSize": { - "w": 46, - "h": 28 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 46, - "h": 28 - }, - "frame": { - "x": 0, - "y": 56, - "w": 46, - "h": 28 - } - }, - { - "filename": "0012.png", - "rotated": false, - "trimmed": false, - "sourceSize": { - "w": 46, - "h": 28 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 46, - "h": 28 - }, - "frame": { - "x": 0, - "y": 84, - "w": 46, - "h": 28 - } - }, - { - "filename": "0004.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 46, - "h": 28 - }, - "spriteSourceSize": { - "x": 0, - "y": 1, - "w": 46, - "h": 27 - }, - "frame": { - "x": 46, - "y": 0, - "w": 46, - "h": 27 - } - }, - { - "filename": "0010.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 46, - "h": 28 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 46, - "h": 27 - }, - "frame": { - "x": 46, - "y": 0, - "w": 46, - "h": 27 - } - }, - { - "filename": "0005.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 46, - "h": 28 - }, - "spriteSourceSize": { - "x": 0, - "y": 1, - "w": 46, - "h": 27 - }, - "frame": { - "x": 46, - "y": 27, - "w": 46, - "h": 27 - } - }, - { - "filename": "0009.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 46, - "h": 28 - }, - "spriteSourceSize": { - "x": 0, - "y": 1, - "w": 46, - "h": 27 - }, - "frame": { - "x": 46, - "y": 27, - "w": 46, - "h": 27 - } - }, - { - "filename": "0007.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 46, - "h": 28 - }, - "spriteSourceSize": { - "x": 0, - "y": 1, - "w": 46, - "h": 27 - }, - "frame": { - "x": 46, - "y": 54, - "w": 46, - "h": 27 - } - }, - { - "filename": "0008.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 46, - "h": 28 - }, - "spriteSourceSize": { - "x": 0, - "y": 1, - "w": 46, - "h": 27 - }, - "frame": { - "x": 46, - "y": 81, - "w": 46, - "h": 27 - } - }, - { - "filename": "0006.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 46, - "h": 28 - }, - "spriteSourceSize": { - "x": 0, - "y": 2, - "w": 46, - "h": 26 - }, - "frame": { - "x": 46, - "y": 108, - "w": 46, - "h": 26 - } - } - ] - } - ], - "meta": { - "app": "https://www.codeandweb.com/texturepacker", - "version": "3.0", - "smartupdate": "$TexturePacker:SmartUpdate:ed115b8b30c0e1285651afd1dde147d7:57cc34f3531fe7225c220731468a52f3:1a4f7e535d823202c4828f963d5b4404$" - } +{ "frames": [ + { + "filename": "0001.png", + "frame": { "x": 1, "y": 1, "w": 39, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 41, "w": 37, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0002.png", + "frame": { "x": 40, "y": 26, "w": 35, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 41, "w": 33, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0003.png", + "frame": { "x": 1, "y": 1, "w": 39, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 41, "w": 37, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0004.png", + "frame": { "x": 40, "y": 26, "w": 35, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 41, "w": 33, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0005.png", + "frame": { "x": 1, "y": 1, "w": 39, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 41, "w": 37, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0006.png", + "frame": { "x": 40, "y": 26, "w": 35, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 42, "w": 33, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0007.png", + "frame": { "x": 1, "y": 1, "w": 39, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 44, "w": 37, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0008.png", + "frame": { "x": 40, "y": 26, "w": 35, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 46, "w": 33, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0009.png", + "frame": { "x": 1, "y": 1, "w": 39, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 47, "w": 37, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0010.png", + "frame": { "x": 40, "y": 26, "w": 35, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 48, "w": 33, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0011.png", + "frame": { "x": 1, "y": 1, "w": 39, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 48, "w": 37, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0012.png", + "frame": { "x": 40, "y": 26, "w": 35, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 48, "w": 33, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0013.png", + "frame": { "x": 1, "y": 1, "w": 39, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 48, "w": 37, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0014.png", + "frame": { "x": 40, "y": 26, "w": 35, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 48, "w": 33, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0015.png", + "frame": { "x": 1, "y": 1, "w": 39, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 47, "w": 37, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0016.png", + "frame": { "x": 40, "y": 26, "w": 35, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 46, "w": 33, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0017.png", + "frame": { "x": 1, "y": 1, "w": 39, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 44, "w": 37, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0018.png", + "frame": { "x": 40, "y": 26, "w": 35, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 42, "w": 33, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0019.png", + "frame": { "x": 1, "y": 1, "w": 39, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 41, "w": 37, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0020.png", + "frame": { "x": 40, "y": 26, "w": 35, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 41, "w": 33, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0021.png", + "frame": { "x": 1, "y": 1, "w": 39, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 41, "w": 37, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0022.png", + "frame": { "x": 40, "y": 26, "w": 35, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 41, "w": 33, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0023.png", + "frame": { "x": 1, "y": 1, "w": 39, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 41, "w": 37, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0024.png", + "frame": { "x": 40, "y": 26, "w": 35, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 42, "w": 33, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0025.png", + "frame": { "x": 1, "y": 1, "w": 39, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 44, "w": 37, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0026.png", + "frame": { "x": 40, "y": 26, "w": 35, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 46, "w": 33, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0027.png", + "frame": { "x": 1, "y": 1, "w": 39, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 47, "w": 37, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0028.png", + "frame": { "x": 40, "y": 26, "w": 35, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 48, "w": 33, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0029.png", + "frame": { "x": 1, "y": 1, "w": 39, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 48, "w": 37, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0030.png", + "frame": { "x": 40, "y": 26, "w": 35, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 48, "w": 33, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0031.png", + "frame": { "x": 1, "y": 1, "w": 39, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 48, "w": 37, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0032.png", + "frame": { "x": 40, "y": 26, "w": 35, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 48, "w": 33, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0033.png", + "frame": { "x": 1, "y": 1, "w": 39, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 47, "w": 37, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0034.png", + "frame": { "x": 40, "y": 26, "w": 35, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 46, "w": 33, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0035.png", + "frame": { "x": 1, "y": 1, "w": 39, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 44, "w": 37, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0036.png", + "frame": { "x": 40, "y": 26, "w": 35, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 42, "w": 33, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0037.png", + "frame": { "x": 40, "y": 1, "w": 39, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 41, "w": 37, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0038.png", + "frame": { "x": 75, "y": 26, "w": 35, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 41, "w": 33, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0039.png", + "frame": { "x": 79, "y": 1, "w": 39, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 41, "w": 37, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0040.png", + "frame": { "x": 1, "y": 51, "w": 35, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 41, "w": 33, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0041.png", + "frame": { "x": 79, "y": 1, "w": 39, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 41, "w": 37, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0042.png", + "frame": { "x": 1, "y": 51, "w": 35, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 42, "w": 33, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0043.png", + "frame": { "x": 79, "y": 1, "w": 39, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 44, "w": 37, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0044.png", + "frame": { "x": 1, "y": 51, "w": 35, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 46, "w": 33, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0045.png", + "frame": { "x": 79, "y": 1, "w": 39, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 47, "w": 37, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0046.png", + "frame": { "x": 1, "y": 51, "w": 35, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 48, "w": 33, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0047.png", + "frame": { "x": 79, "y": 1, "w": 39, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 48, "w": 37, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0048.png", + "frame": { "x": 1, "y": 51, "w": 35, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 48, "w": 33, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0049.png", + "frame": { "x": 79, "y": 1, "w": 39, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 48, "w": 37, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0050.png", + "frame": { "x": 1, "y": 51, "w": 35, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 48, "w": 33, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0051.png", + "frame": { "x": 79, "y": 1, "w": 39, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 47, "w": 37, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0052.png", + "frame": { "x": 1, "y": 51, "w": 35, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 46, "w": 33, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0053.png", + "frame": { "x": 79, "y": 1, "w": 39, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 44, "w": 37, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0054.png", + "frame": { "x": 1, "y": 51, "w": 35, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 41, "w": 33, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0055.png", + "frame": { "x": 79, "y": 1, "w": 39, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 41, "w": 37, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0056.png", + "frame": { "x": 1, "y": 51, "w": 35, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 41, "w": 33, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0057.png", + "frame": { "x": 79, "y": 1, "w": 39, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 41, "w": 37, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0058.png", + "frame": { "x": 1, "y": 51, "w": 35, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 42, "w": 33, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0059.png", + "frame": { "x": 79, "y": 1, "w": 39, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 44, "w": 37, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0060.png", + "frame": { "x": 1, "y": 51, "w": 35, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 46, "w": 33, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0061.png", + "frame": { "x": 79, "y": 1, "w": 39, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 47, "w": 37, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0062.png", + "frame": { "x": 1, "y": 51, "w": 35, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 48, "w": 33, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0063.png", + "frame": { "x": 79, "y": 1, "w": 39, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 48, "w": 37, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0064.png", + "frame": { "x": 1, "y": 51, "w": 35, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 48, "w": 33, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0065.png", + "frame": { "x": 79, "y": 1, "w": 39, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 48, "w": 37, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0066.png", + "frame": { "x": 1, "y": 51, "w": 35, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 48, "w": 33, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0067.png", + "frame": { "x": 79, "y": 1, "w": 39, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 47, "w": 37, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0068.png", + "frame": { "x": 1, "y": 51, "w": 35, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 46, "w": 33, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0069.png", + "frame": { "x": 1, "y": 26, "w": 39, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 44, "w": 37, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0070.png", + "frame": { "x": 36, "y": 51, "w": 35, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 42, "w": 33, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + } + ], + "meta": { + "app": "https://www.aseprite.org/", + "version": "1.3.13-x64", + "image": "746.png", + "format": "I8", + "size": { "w": 119, "h": 77 }, + "scale": "1" + } } diff --git a/public/images/pokemon/exp/746.png b/public/images/pokemon/exp/746.png index 564f620edc9..e2be0f27de7 100644 Binary files a/public/images/pokemon/exp/746.png and b/public/images/pokemon/exp/746.png differ diff --git a/public/images/pokemon/exp/749.json b/public/images/pokemon/exp/749.json index 69ac390edc1..da3a5a552a9 100644 --- a/public/images/pokemon/exp/749.json +++ b/public/images/pokemon/exp/749.json @@ -1,272 +1,1028 @@ -{ - "textures": [ - { - "image": "749.png", - "format": "RGBA8888", - "size": { - "w": 170, - "h": 170 - }, - "scale": 1, - "frames": [ - { - "filename": "0001.png", - "rotated": false, - "trimmed": false, - "sourceSize": { - "w": 45, - "h": 58 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 45, - "h": 58 - }, - "frame": { - "x": 0, - "y": 0, - "w": 45, - "h": 58 - } - }, - { - "filename": "0002.png", - "rotated": false, - "trimmed": false, - "sourceSize": { - "w": 45, - "h": 58 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 45, - "h": 58 - }, - "frame": { - "x": 45, - "y": 0, - "w": 45, - "h": 58 - } - }, - { - "filename": "0012.png", - "rotated": false, - "trimmed": false, - "sourceSize": { - "w": 45, - "h": 58 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 45, - "h": 58 - }, - "frame": { - "x": 45, - "y": 0, - "w": 45, - "h": 58 - } - }, - { - "filename": "0003.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 58 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 44, - "h": 58 - }, - "frame": { - "x": 90, - "y": 0, - "w": 44, - "h": 58 - } - }, - { - "filename": "0011.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 58 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 44, - "h": 58 - }, - "frame": { - "x": 90, - "y": 0, - "w": 44, - "h": 58 - } - }, - { - "filename": "0005.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 58 - }, - "spriteSourceSize": { - "x": 1, - "y": 0, - "w": 43, - "h": 58 - }, - "frame": { - "x": 0, - "y": 58, - "w": 43, - "h": 58 - } - }, - { - "filename": "0009.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 58 - }, - "spriteSourceSize": { - "x": 1, - "y": 0, - "w": 43, - "h": 58 - }, - "frame": { - "x": 0, - "y": 58, - "w": 43, - "h": 58 - } - }, - { - "filename": "0006.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 58 - }, - "spriteSourceSize": { - "x": 2, - "y": 0, - "w": 43, - "h": 58 - }, - "frame": { - "x": 43, - "y": 58, - "w": 43, - "h": 58 - } - }, - { - "filename": "0008.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 58 - }, - "spriteSourceSize": { - "x": 2, - "y": 0, - "w": 43, - "h": 58 - }, - "frame": { - "x": 43, - "y": 58, - "w": 43, - "h": 58 - } - }, - { - "filename": "0004.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 58 - }, - "spriteSourceSize": { - "x": 1, - "y": 0, - "w": 42, - "h": 58 - }, - "frame": { - "x": 86, - "y": 58, - "w": 42, - "h": 58 - } - }, - { - "filename": "0010.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 58 - }, - "spriteSourceSize": { - "x": 1, - "y": 0, - "w": 42, - "h": 58 - }, - "frame": { - "x": 86, - "y": 58, - "w": 42, - "h": 58 - } - }, - { - "filename": "0007.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 58 - }, - "spriteSourceSize": { - "x": 3, - "y": 0, - "w": 42, - "h": 58 - }, - "frame": { - "x": 128, - "y": 58, - "w": 42, - "h": 58 - } - } - ] - } - ], - "meta": { - "app": "https://www.codeandweb.com/texturepacker", - "version": "3.0", - "smartupdate": "$TexturePacker:SmartUpdate:7f255a5a247eaf707c21fe9318b95606:5043a3dd96e0a55f3564a745c5bf699f:d52e05c524384ef985e6339a08b2f938$" - } +{ "frames": [ + { + "filename": "0001.png", + "frame": { "x": 197, "y": 240, "w": 48, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 15, "w": 46, "h": 56 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0002.png", + "frame": { "x": 204, "y": 182, "w": 49, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 15, "w": 47, "h": 56 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0003.png", + "frame": { "x": 195, "y": 124, "w": 51, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 16, "w": 49, "h": 55 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0004.png", + "frame": { "x": 246, "y": 127, "w": 52, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 18, "w": 50, "h": 53 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0005.png", + "frame": { "x": 250, "y": 72, "w": 53, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 18, "w": 51, "h": 53 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0006.png", + "frame": { "x": 49, "y": 72, "w": 53, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 18, "w": 51, "h": 53 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0007.png", + "frame": { "x": 298, "y": 143, "w": 52, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 18, "w": 50, "h": 53 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0008.png", + "frame": { "x": 102, "y": 125, "w": 51, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 16, "w": 49, "h": 55 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0009.png", + "frame": { "x": 1, "y": 187, "w": 49, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 15, "w": 47, "h": 56 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0010.png", + "frame": { "x": 49, "y": 127, "w": 48, "h": 60 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 13, "w": 46, "h": 58 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0011.png", + "frame": { "x": 50, "y": 187, "w": 47, "h": 60 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 13, "w": 45, "h": 58 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0012.png", + "frame": { "x": 49, "y": 247, "w": 46, "h": 60 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 13, "w": 44, "h": 58 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0013.png", + "frame": { "x": 145, "y": 349, "w": 46, "h": 59 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 14, "w": 44, "h": 57 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0014.png", + "frame": { "x": 253, "y": 198, "w": 48, "h": 59 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 14, "w": 46, "h": 57 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0015.png", + "frame": { "x": 197, "y": 240, "w": 48, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 15, "w": 46, "h": 56 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0016.png", + "frame": { "x": 204, "y": 182, "w": 49, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 15, "w": 47, "h": 56 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0017.png", + "frame": { "x": 195, "y": 124, "w": 51, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 16, "w": 49, "h": 55 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0018.png", + "frame": { "x": 246, "y": 127, "w": 52, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 18, "w": 50, "h": 53 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0019.png", + "frame": { "x": 250, "y": 72, "w": 53, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 18, "w": 51, "h": 53 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0020.png", + "frame": { "x": 49, "y": 72, "w": 53, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 18, "w": 51, "h": 53 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0021.png", + "frame": { "x": 298, "y": 143, "w": 52, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 18, "w": 50, "h": 53 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0022.png", + "frame": { "x": 102, "y": 125, "w": 51, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 16, "w": 49, "h": 55 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0023.png", + "frame": { "x": 1, "y": 187, "w": 49, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 15, "w": 47, "h": 56 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0024.png", + "frame": { "x": 49, "y": 127, "w": 48, "h": 60 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 13, "w": 46, "h": 58 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0025.png", + "frame": { "x": 50, "y": 187, "w": 47, "h": 60 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 13, "w": 45, "h": 58 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0026.png", + "frame": { "x": 49, "y": 247, "w": 46, "h": 60 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 13, "w": 44, "h": 58 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0027.png", + "frame": { "x": 145, "y": 349, "w": 46, "h": 59 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 14, "w": 44, "h": 57 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0028.png", + "frame": { "x": 253, "y": 198, "w": 48, "h": 59 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 14, "w": 46, "h": 57 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0029.png", + "frame": { "x": 197, "y": 240, "w": 48, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 15, "w": 46, "h": 56 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0030.png", + "frame": { "x": 1, "y": 130, "w": 48, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 17, "w": 46, "h": 54 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0031.png", + "frame": { "x": 146, "y": 294, "w": 50, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 18, "w": 48, "h": 53 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0032.png", + "frame": { "x": 191, "y": 359, "w": 47, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 13, "w": 45, "h": 55 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0033.png", + "frame": { "x": 50, "y": 307, "w": 45, "h": 60 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 9, "w": 43, "h": 58 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0034.png", + "frame": { "x": 1, "y": 363, "w": 43, "h": 62 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 10, "y": 4, "w": 41, "h": 60 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0035.png", + "frame": { "x": 95, "y": 350, "w": 47, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 8, "w": 45, "h": 55 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0036.png", + "frame": { "x": 245, "y": 257, "w": 50, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 12, "w": 48, "h": 53 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0037.png", + "frame": { "x": 301, "y": 255, "w": 50, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 15, "w": 48, "h": 53 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0038.png", + "frame": { "x": 95, "y": 295, "w": 50, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 18, "w": 48, "h": 53 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0039.png", + "frame": { "x": 1, "y": 307, "w": 49, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 17, "w": 47, "h": 54 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0040.png", + "frame": { "x": 97, "y": 238, "w": 49, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 16, "w": 47, "h": 55 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0041.png", + "frame": { "x": 197, "y": 240, "w": 48, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 15, "w": 46, "h": 56 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0042.png", + "frame": { "x": 204, "y": 182, "w": 49, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 15, "w": 47, "h": 56 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0043.png", + "frame": { "x": 195, "y": 124, "w": 51, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 16, "w": 49, "h": 55 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0044.png", + "frame": { "x": 246, "y": 127, "w": 52, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 18, "w": 50, "h": 53 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0045.png", + "frame": { "x": 250, "y": 72, "w": 53, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 18, "w": 51, "h": 53 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0046.png", + "frame": { "x": 49, "y": 72, "w": 53, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 18, "w": 51, "h": 53 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0047.png", + "frame": { "x": 298, "y": 143, "w": 52, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 18, "w": 50, "h": 53 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0048.png", + "frame": { "x": 102, "y": 125, "w": 51, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 16, "w": 49, "h": 55 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0049.png", + "frame": { "x": 1, "y": 187, "w": 49, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 15, "w": 47, "h": 56 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0050.png", + "frame": { "x": 49, "y": 127, "w": 48, "h": 60 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 13, "w": 46, "h": 58 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0051.png", + "frame": { "x": 50, "y": 187, "w": 47, "h": 60 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 13, "w": 45, "h": 58 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0052.png", + "frame": { "x": 49, "y": 247, "w": 46, "h": 60 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 13, "w": 44, "h": 58 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0053.png", + "frame": { "x": 145, "y": 349, "w": 46, "h": 59 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 14, "w": 44, "h": 57 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0054.png", + "frame": { "x": 253, "y": 198, "w": 48, "h": 59 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 14, "w": 46, "h": 57 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0055.png", + "frame": { "x": 197, "y": 240, "w": 48, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 15, "w": 46, "h": 56 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0056.png", + "frame": { "x": 1, "y": 130, "w": 48, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 17, "w": 46, "h": 54 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0057.png", + "frame": { "x": 146, "y": 294, "w": 50, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 18, "w": 48, "h": 53 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0058.png", + "frame": { "x": 191, "y": 359, "w": 47, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 13, "w": 45, "h": 55 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0059.png", + "frame": { "x": 50, "y": 307, "w": 45, "h": 60 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 9, "w": 43, "h": 58 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0060.png", + "frame": { "x": 1, "y": 363, "w": 43, "h": 62 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 10, "y": 4, "w": 41, "h": 60 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0061.png", + "frame": { "x": 95, "y": 350, "w": 47, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 8, "w": 45, "h": 55 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0062.png", + "frame": { "x": 245, "y": 257, "w": 50, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 12, "w": 48, "h": 53 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0063.png", + "frame": { "x": 301, "y": 255, "w": 50, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 15, "w": 48, "h": 53 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0064.png", + "frame": { "x": 95, "y": 295, "w": 50, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 18, "w": 48, "h": 53 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0065.png", + "frame": { "x": 1, "y": 307, "w": 49, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 17, "w": 47, "h": 54 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0066.png", + "frame": { "x": 97, "y": 238, "w": 49, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 16, "w": 47, "h": 55 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0067.png", + "frame": { "x": 197, "y": 240, "w": 48, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 15, "w": 46, "h": 56 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0068.png", + "frame": { "x": 1, "y": 130, "w": 48, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 17, "w": 46, "h": 54 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0069.png", + "frame": { "x": 146, "y": 294, "w": 50, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 18, "w": 48, "h": 53 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0070.png", + "frame": { "x": 191, "y": 359, "w": 47, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 13, "w": 45, "h": 55 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0071.png", + "frame": { "x": 50, "y": 307, "w": 45, "h": 60 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 9, "w": 43, "h": 58 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0072.png", + "frame": { "x": 1, "y": 363, "w": 43, "h": 62 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 10, "y": 4, "w": 41, "h": 60 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0073.png", + "frame": { "x": 95, "y": 350, "w": 47, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 8, "w": 45, "h": 55 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0074.png", + "frame": { "x": 245, "y": 257, "w": 50, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 12, "w": 48, "h": 53 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0075.png", + "frame": { "x": 301, "y": 255, "w": 50, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 15, "w": 48, "h": 53 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0076.png", + "frame": { "x": 95, "y": 295, "w": 50, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 18, "w": 48, "h": 53 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0077.png", + "frame": { "x": 1, "y": 307, "w": 49, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 17, "w": 47, "h": 54 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0078.png", + "frame": { "x": 97, "y": 238, "w": 49, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 16, "w": 47, "h": 55 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0079.png", + "frame": { "x": 197, "y": 240, "w": 48, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 15, "w": 46, "h": 56 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0080.png", + "frame": { "x": 204, "y": 182, "w": 49, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 15, "w": 47, "h": 56 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0081.png", + "frame": { "x": 195, "y": 124, "w": 51, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 16, "w": 49, "h": 55 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0082.png", + "frame": { "x": 246, "y": 127, "w": 52, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 18, "w": 50, "h": 53 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0083.png", + "frame": { "x": 250, "y": 72, "w": 53, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 18, "w": 51, "h": 53 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0084.png", + "frame": { "x": 49, "y": 72, "w": 53, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 18, "w": 51, "h": 53 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0085.png", + "frame": { "x": 298, "y": 143, "w": 52, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 18, "w": 50, "h": 53 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0086.png", + "frame": { "x": 102, "y": 125, "w": 51, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 16, "w": 49, "h": 55 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0087.png", + "frame": { "x": 1, "y": 187, "w": 49, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 15, "w": 47, "h": 56 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0088.png", + "frame": { "x": 49, "y": 127, "w": 48, "h": 60 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 13, "w": 46, "h": 58 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0089.png", + "frame": { "x": 50, "y": 187, "w": 47, "h": 60 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 13, "w": 45, "h": 58 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0090.png", + "frame": { "x": 49, "y": 247, "w": 46, "h": 60 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 13, "w": 44, "h": 58 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0091.png", + "frame": { "x": 145, "y": 349, "w": 46, "h": 59 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 14, "w": 44, "h": 57 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0092.png", + "frame": { "x": 253, "y": 198, "w": 48, "h": 59 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 14, "w": 46, "h": 57 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0093.png", + "frame": { "x": 1, "y": 245, "w": 48, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 15, "w": 46, "h": 56 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0094.png", + "frame": { "x": 301, "y": 198, "w": 49, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 16, "w": 47, "h": 55 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0095.png", + "frame": { "x": 153, "y": 181, "w": 51, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 17, "w": 49, "h": 54 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0096.png", + "frame": { "x": 141, "y": 70, "w": 54, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 18, "w": 52, "h": 53 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0097.png", + "frame": { "x": 195, "y": 70, "w": 55, "h": 54 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 19, "w": 53, "h": 52 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0098.png", + "frame": { "x": 234, "y": 1, "w": 52, "h": 59 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 14, "w": 50, "h": 57 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0099.png", + "frame": { "x": 1, "y": 69, "w": 48, "h": 61 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 10, "w": 46, "h": 59 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0100.png", + "frame": { "x": 141, "y": 1, "w": 48, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 6, "w": 46, "h": 63 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0101.png", + "frame": { "x": 1, "y": 1, "w": 49, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 3, "w": 47, "h": 66 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0102.png", + "frame": { "x": 329, "y": 1, "w": 42, "h": 71 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 13, "y": 0, "w": 40, "h": 69 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0103.png", + "frame": { "x": 96, "y": 1, "w": 45, "h": 71 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 0, "w": 43, "h": 69 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0104.png", + "frame": { "x": 303, "y": 72, "w": 41, "h": 71 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 12, "y": 0, "w": 39, "h": 69 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0105.png", + "frame": { "x": 50, "y": 1, "w": 46, "h": 71 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 0, "w": 44, "h": 69 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0106.png", + "frame": { "x": 286, "y": 1, "w": 43, "h": 71 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 12, "y": 0, "w": 41, "h": 69 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0107.png", + "frame": { "x": 189, "y": 1, "w": 45, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 10, "y": 2, "w": 43, "h": 67 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0108.png", + "frame": { "x": 344, "y": 72, "w": 42, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 13, "y": 6, "w": 40, "h": 63 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0109.png", + "frame": { "x": 196, "y": 298, "w": 45, "h": 61 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 10, "y": 10, "w": 43, "h": 59 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0110.png", + "frame": { "x": 241, "y": 312, "w": 47, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 14, "w": 45, "h": 56 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0111.png", + "frame": { "x": 295, "y": 310, "w": 49, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 17, "w": 47, "h": 54 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0112.png", + "frame": { "x": 97, "y": 182, "w": 51, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 17, "w": 49, "h": 54 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0113.png", + "frame": { "x": 148, "y": 237, "w": 49, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 16, "w": 47, "h": 55 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + } + ], + "meta": { + "app": "https://www.aseprite.org/", + "version": "1.3.13-x64", + "image": "749.png", + "format": "I8", + "size": { "w": 387, "h": 426 }, + "scale": "1" + } } diff --git a/public/images/pokemon/exp/749.png b/public/images/pokemon/exp/749.png index 3ff9a80592a..8d188b69a55 100644 Binary files a/public/images/pokemon/exp/749.png and b/public/images/pokemon/exp/749.png differ diff --git a/public/images/pokemon/exp/750.json b/public/images/pokemon/exp/750.json index 1acc93e6c42..f8817cf7770 100644 --- a/public/images/pokemon/exp/750.json +++ b/public/images/pokemon/exp/750.json @@ -1,272 +1,929 @@ -{ - "textures": [ - { - "image": "750.png", - "format": "RGBA8888", - "size": { - "w": 230, - "h": 230 - }, - "scale": 1, - "frames": [ - { - "filename": "0003.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 65, - "h": 78 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 60, - "h": 78 - }, - "frame": { - "x": 0, - "y": 0, - "w": 60, - "h": 78 - } - }, - { - "filename": "0011.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 65, - "h": 78 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 60, - "h": 78 - }, - "frame": { - "x": 0, - "y": 0, - "w": 60, - "h": 78 - } - }, - { - "filename": "0002.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 65, - "h": 78 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 57, - "h": 78 - }, - "frame": { - "x": 0, - "y": 78, - "w": 57, - "h": 78 - } - }, - { - "filename": "0012.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 65, - "h": 78 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 57, - "h": 78 - }, - "frame": { - "x": 0, - "y": 78, - "w": 57, - "h": 78 - } - }, - { - "filename": "0001.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 65, - "h": 78 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 55, - "h": 78 - }, - "frame": { - "x": 57, - "y": 78, - "w": 55, - "h": 78 - } - }, - { - "filename": "0006.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 65, - "h": 78 - }, - "spriteSourceSize": { - "x": 0, - "y": 1, - "w": 65, - "h": 77 - }, - "frame": { - "x": 60, - "y": 0, - "w": 65, - "h": 77 - } - }, - { - "filename": "0008.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 65, - "h": 78 - }, - "spriteSourceSize": { - "x": 0, - "y": 1, - "w": 65, - "h": 77 - }, - "frame": { - "x": 60, - "y": 0, - "w": 65, - "h": 77 - } - }, - { - "filename": "0007.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 65, - "h": 78 - }, - "spriteSourceSize": { - "x": 0, - "y": 1, - "w": 65, - "h": 77 - }, - "frame": { - "x": 125, - "y": 0, - "w": 65, - "h": 77 - } - }, - { - "filename": "0005.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 65, - "h": 78 - }, - "spriteSourceSize": { - "x": 0, - "y": 2, - "w": 64, - "h": 76 - }, - "frame": { - "x": 112, - "y": 77, - "w": 64, - "h": 76 - } - }, - { - "filename": "0009.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 65, - "h": 78 - }, - "spriteSourceSize": { - "x": 0, - "y": 2, - "w": 64, - "h": 76 - }, - "frame": { - "x": 112, - "y": 77, - "w": 64, - "h": 76 - } - }, - { - "filename": "0004.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 65, - "h": 78 - }, - "spriteSourceSize": { - "x": 0, - "y": 1, - "w": 62, - "h": 77 - }, - "frame": { - "x": 112, - "y": 153, - "w": 62, - "h": 77 - } - }, - { - "filename": "0010.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 65, - "h": 78 - }, - "spriteSourceSize": { - "x": 0, - "y": 1, - "w": 62, - "h": 77 - }, - "frame": { - "x": 112, - "y": 153, - "w": 62, - "h": 77 - } - } - ] - } - ], - "meta": { - "app": "https://www.codeandweb.com/texturepacker", - "version": "3.0", - "smartupdate": "$TexturePacker:SmartUpdate:bd70c3cd0fb03a598c57d5cb0c94e175:820365fc5d0d7a145bacef3ec0815440:4ad6abb5f7a40182d2391bde900ad082$" - } +{ "frames": [ + { + "filename": "0001.png", + "frame": { "x": 394, "y": 218, "w": 76, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 16, "w": 74, "h": 68 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0002.png", + "frame": { "x": 231, "y": 163, "w": 78, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 16, "w": 76, "h": 68 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0003.png", + "frame": { "x": 476, "y": 217, "w": 79, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 17, "w": 77, "h": 67 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0004.png", + "frame": { "x": 151, "y": 163, "w": 80, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 17, "w": 78, "h": 67 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0005.png", + "frame": { "x": 394, "y": 150, "w": 82, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 18, "w": 80, "h": 66 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0006.png", + "frame": { "x": 1, "y": 150, "w": 83, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 18, "w": 81, "h": 66 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0007.png", + "frame": { "x": 327, "y": 81, "w": 85, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 18, "w": 83, "h": 66 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0008.png", + "frame": { "x": 1, "y": 83, "w": 86, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 19, "w": 84, "h": 65 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0009.png", + "frame": { "x": 87, "y": 83, "w": 86, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 19, "w": 84, "h": 65 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0010.png", + "frame": { "x": 412, "y": 83, "w": 86, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 19, "w": 84, "h": 65 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0011.png", + "frame": { "x": 498, "y": 83, "w": 85, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 19, "w": 83, "h": 65 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0012.png", + "frame": { "x": 476, "y": 150, "w": 83, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 19, "w": 81, "h": 65 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0013.png", + "frame": { "x": 64, "y": 234, "w": 79, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 19, "w": 77, "h": 65 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0014.png", + "frame": { "x": 202, "y": 311, "w": 77, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 19, "w": 75, "h": 65 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0015.png", + "frame": { "x": 279, "y": 357, "w": 74, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 18, "w": 72, "h": 66 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0016.png", + "frame": { "x": 201, "y": 448, "w": 70, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 17, "w": 68, "h": 67 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0017.png", + "frame": { "x": 1, "y": 448, "w": 70, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 17, "w": 68, "h": 67 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0018.png", + "frame": { "x": 271, "y": 494, "w": 69, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 17, "w": 67, "h": 67 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0019.png", + "frame": { "x": 509, "y": 489, "w": 69, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 17, "w": 67, "h": 67 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0020.png", + "frame": { "x": 345, "y": 435, "w": 70, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 17, "w": 68, "h": 67 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0021.png", + "frame": { "x": 438, "y": 426, "w": 71, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 17, "w": 69, "h": 67 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0022.png", + "frame": { "x": 438, "y": 356, "w": 73, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 16, "w": 71, "h": 68 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0023.png", + "frame": { "x": 64, "y": 301, "w": 75, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 17, "w": 73, "h": 67 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0024.png", + "frame": { "x": 394, "y": 218, "w": 76, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 16, "w": 74, "h": 68 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0025.png", + "frame": { "x": 231, "y": 163, "w": 78, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 16, "w": 76, "h": 68 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0026.png", + "frame": { "x": 476, "y": 217, "w": 79, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 17, "w": 77, "h": 67 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0027.png", + "frame": { "x": 151, "y": 163, "w": 80, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 17, "w": 78, "h": 67 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0028.png", + "frame": { "x": 394, "y": 150, "w": 82, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 18, "w": 80, "h": 66 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0029.png", + "frame": { "x": 1, "y": 150, "w": 83, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 18, "w": 81, "h": 66 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0030.png", + "frame": { "x": 327, "y": 81, "w": 85, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 18, "w": 83, "h": 66 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0031.png", + "frame": { "x": 1, "y": 83, "w": 86, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 19, "w": 84, "h": 65 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0032.png", + "frame": { "x": 87, "y": 83, "w": 86, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 19, "w": 84, "h": 65 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0033.png", + "frame": { "x": 412, "y": 83, "w": 86, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 19, "w": 84, "h": 65 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0034.png", + "frame": { "x": 498, "y": 83, "w": 85, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 19, "w": 83, "h": 65 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0035.png", + "frame": { "x": 476, "y": 150, "w": 83, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 19, "w": 81, "h": 65 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0036.png", + "frame": { "x": 64, "y": 234, "w": 79, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 19, "w": 77, "h": 65 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0037.png", + "frame": { "x": 202, "y": 311, "w": 77, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 19, "w": 75, "h": 65 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0038.png", + "frame": { "x": 279, "y": 357, "w": 74, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 18, "w": 72, "h": 66 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0039.png", + "frame": { "x": 201, "y": 448, "w": 70, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 17, "w": 68, "h": 67 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0040.png", + "frame": { "x": 1, "y": 448, "w": 70, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 17, "w": 68, "h": 67 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0041.png", + "frame": { "x": 271, "y": 494, "w": 69, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 17, "w": 67, "h": 67 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0042.png", + "frame": { "x": 509, "y": 489, "w": 69, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 17, "w": 67, "h": 67 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0043.png", + "frame": { "x": 345, "y": 435, "w": 70, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 17, "w": 68, "h": 67 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0044.png", + "frame": { "x": 438, "y": 426, "w": 71, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 17, "w": 69, "h": 67 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0045.png", + "frame": { "x": 438, "y": 356, "w": 73, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 16, "w": 71, "h": 68 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0046.png", + "frame": { "x": 64, "y": 301, "w": 75, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 17, "w": 73, "h": 67 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0047.png", + "frame": { "x": 394, "y": 218, "w": 76, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 16, "w": 74, "h": 68 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0048.png", + "frame": { "x": 231, "y": 163, "w": 78, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 16, "w": 76, "h": 68 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0049.png", + "frame": { "x": 476, "y": 217, "w": 79, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 17, "w": 77, "h": 67 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0050.png", + "frame": { "x": 151, "y": 163, "w": 80, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 17, "w": 78, "h": 67 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0051.png", + "frame": { "x": 394, "y": 150, "w": 82, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 18, "w": 80, "h": 66 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0052.png", + "frame": { "x": 1, "y": 150, "w": 83, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 18, "w": 81, "h": 66 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0053.png", + "frame": { "x": 327, "y": 81, "w": 85, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 18, "w": 83, "h": 66 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0054.png", + "frame": { "x": 1, "y": 83, "w": 86, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 19, "w": 84, "h": 65 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0055.png", + "frame": { "x": 87, "y": 83, "w": 86, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 19, "w": 84, "h": 65 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0056.png", + "frame": { "x": 412, "y": 83, "w": 86, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 19, "w": 84, "h": 65 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0057.png", + "frame": { "x": 498, "y": 83, "w": 85, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 19, "w": 83, "h": 65 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0058.png", + "frame": { "x": 476, "y": 150, "w": 83, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 19, "w": 81, "h": 65 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0059.png", + "frame": { "x": 64, "y": 234, "w": 79, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 19, "w": 77, "h": 65 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0060.png", + "frame": { "x": 202, "y": 311, "w": 77, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 19, "w": 75, "h": 65 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0061.png", + "frame": { "x": 279, "y": 357, "w": 74, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 18, "w": 72, "h": 66 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0062.png", + "frame": { "x": 201, "y": 448, "w": 70, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 17, "w": 68, "h": 67 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0063.png", + "frame": { "x": 1, "y": 448, "w": 70, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 17, "w": 68, "h": 67 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0064.png", + "frame": { "x": 271, "y": 494, "w": 69, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 17, "w": 67, "h": 67 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0065.png", + "frame": { "x": 509, "y": 489, "w": 69, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 17, "w": 67, "h": 67 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0066.png", + "frame": { "x": 345, "y": 435, "w": 70, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 17, "w": 68, "h": 67 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0067.png", + "frame": { "x": 438, "y": 426, "w": 71, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 17, "w": 69, "h": 67 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0068.png", + "frame": { "x": 438, "y": 356, "w": 73, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 16, "w": 71, "h": 68 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0069.png", + "frame": { "x": 64, "y": 301, "w": 75, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 17, "w": 73, "h": 67 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0070.png", + "frame": { "x": 394, "y": 218, "w": 76, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 16, "w": 74, "h": 68 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0071.png", + "frame": { "x": 309, "y": 220, "w": 76, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 16, "w": 74, "h": 68 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0072.png", + "frame": { "x": 385, "y": 288, "w": 77, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 18, "w": 75, "h": 66 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0073.png", + "frame": { "x": 295, "y": 290, "w": 78, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 20, "w": 76, "h": 65 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0074.png", + "frame": { "x": 1, "y": 384, "w": 78, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 22, "w": 76, "h": 62 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0075.png", + "frame": { "x": 511, "y": 425, "w": 77, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 22, "w": 75, "h": 62 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0076.png", + "frame": { "x": 340, "y": 504, "w": 72, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 20, "w": 70, "h": 64 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0077.png", + "frame": { "x": 1, "y": 517, "w": 64, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 15, "w": 62, "h": 68 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0078.png", + "frame": { "x": 139, "y": 384, "w": 62, "h": 78 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 11, "y": 7, "w": 60, "h": 76 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0079.png", + "frame": { "x": 79, "y": 370, "w": 60, "h": 83 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 13, "y": 2, "w": 58, "h": 81 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0080.png", + "frame": { "x": 1, "y": 218, "w": 63, "h": 85 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 11, "y": 0, "w": 61, "h": 83 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0081.png", + "frame": { "x": 84, "y": 150, "w": 67, "h": 84 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 1, "w": 65, "h": 82 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0082.png", + "frame": { "x": 479, "y": 1, "w": 71, "h": 82 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 3, "w": 69, "h": 80 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0083.png", + "frame": { "x": 406, "y": 1, "w": 73, "h": 80 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 5, "w": 71, "h": 78 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0084.png", + "frame": { "x": 242, "y": 84, "w": 72, "h": 79 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 12, "y": 6, "w": 70, "h": 77 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0085.png", + "frame": { "x": 227, "y": 233, "w": 68, "h": 78 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 15, "y": 7, "w": 66, "h": 76 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0086.png", + "frame": { "x": 373, "y": 356, "w": 65, "h": 79 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 16, "y": 6, "w": 63, "h": 77 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0087.png", + "frame": { "x": 1, "y": 303, "w": 62, "h": 81 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 16, "y": 4, "w": 60, "h": 79 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0088.png", + "frame": { "x": 139, "y": 302, "w": 63, "h": 82 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 14, "y": 3, "w": 61, "h": 80 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0089.png", + "frame": { "x": 173, "y": 80, "w": 69, "h": 83 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 11, "y": 2, "w": 67, "h": 81 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0090.png", + "frame": { "x": 249, "y": 1, "w": 78, "h": 83 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 2, "w": 76, "h": 81 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0091.png", + "frame": { "x": 85, "y": 1, "w": 82, "h": 82 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 3, "w": 80, "h": 80 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0092.png", + "frame": { "x": 1, "y": 1, "w": 84, "h": 82 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 3, "w": 82, "h": 80 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0093.png", + "frame": { "x": 167, "y": 1, "w": 82, "h": 79 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 10, "y": 6, "w": 80, "h": 77 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0094.png", + "frame": { "x": 327, "y": 1, "w": 79, "h": 75 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 13, "y": 10, "w": 77, "h": 73 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0095.png", + "frame": { "x": 314, "y": 149, "w": 80, "h": 71 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 14, "w": 78, "h": 69 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0096.png", + "frame": { "x": 470, "y": 286, "w": 75, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 15, "w": 73, "h": 68 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0097.png", + "frame": { "x": 415, "y": 495, "w": 69, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 17, "w": 67, "h": 67 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0098.png", + "frame": { "x": 71, "y": 462, "w": 70, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 17, "w": 68, "h": 67 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0099.png", + "frame": { "x": 202, "y": 378, "w": 71, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 16, "w": 69, "h": 68 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0100.png", + "frame": { "x": 273, "y": 425, "w": 72, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 17, "w": 70, "h": 67 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0101.png", + "frame": { "x": 511, "y": 356, "w": 74, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 17, "w": 72, "h": 67 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0102.png", + "frame": { "x": 151, "y": 232, "w": 76, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 16, "w": 74, "h": 68 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + } + ], + "meta": { + "app": "https://www.aseprite.org/", + "version": "1.3.13-x64", + "image": "750.png", + "format": "I8", + "size": { "w": 589, "h": 588 }, + "scale": "1" + } } diff --git a/public/images/pokemon/exp/750.png b/public/images/pokemon/exp/750.png index 9c9d6047887..4f3d6dbaa68 100644 Binary files a/public/images/pokemon/exp/750.png and b/public/images/pokemon/exp/750.png differ diff --git a/public/images/pokemon/exp/780.json b/public/images/pokemon/exp/780.json index f8ad9f3fabf..9aaf27d0d99 100644 --- a/public/images/pokemon/exp/780.json +++ b/public/images/pokemon/exp/780.json @@ -1,272 +1,884 @@ -{ - "textures": [ - { - "image": "780.png", - "format": "RGBA8888", - "size": { - "w": 244, - "h": 244 - }, - "scale": 1, - "frames": [ - { - "filename": "0002.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 61 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 93, - "h": 61 - }, - "frame": { - "x": 0, - "y": 0, - "w": 93, - "h": 61 - } - }, - { - "filename": "0012.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 61 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 93, - "h": 61 - }, - "frame": { - "x": 0, - "y": 0, - "w": 93, - "h": 61 - } - }, - { - "filename": "0001.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 61 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 91, - "h": 61 - }, - "frame": { - "x": 93, - "y": 0, - "w": 91, - "h": 61 - } - }, - { - "filename": "0003.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 61 - }, - "spriteSourceSize": { - "x": 2, - "y": 0, - "w": 91, - "h": 61 - }, - "frame": { - "x": 0, - "y": 61, - "w": 91, - "h": 61 - } - }, - { - "filename": "0011.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 61 - }, - "spriteSourceSize": { - "x": 2, - "y": 0, - "w": 91, - "h": 61 - }, - "frame": { - "x": 0, - "y": 61, - "w": 91, - "h": 61 - } - }, - { - "filename": "0004.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 61 - }, - "spriteSourceSize": { - "x": 5, - "y": 0, - "w": 89, - "h": 61 - }, - "frame": { - "x": 0, - "y": 122, - "w": 89, - "h": 61 - } - }, - { - "filename": "0010.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 61 - }, - "spriteSourceSize": { - "x": 5, - "y": 0, - "w": 89, - "h": 61 - }, - "frame": { - "x": 0, - "y": 122, - "w": 89, - "h": 61 - } - }, - { - "filename": "0005.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 61 - }, - "spriteSourceSize": { - "x": 10, - "y": 0, - "w": 86, - "h": 61 - }, - "frame": { - "x": 0, - "y": 183, - "w": 86, - "h": 61 - } - }, - { - "filename": "0009.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 61 - }, - "spriteSourceSize": { - "x": 10, - "y": 0, - "w": 86, - "h": 61 - }, - "frame": { - "x": 0, - "y": 183, - "w": 86, - "h": 61 - } - }, - { - "filename": "0006.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 61 - }, - "spriteSourceSize": { - "x": 13, - "y": 0, - "w": 83, - "h": 61 - }, - "frame": { - "x": 86, - "y": 183, - "w": 83, - "h": 61 - } - }, - { - "filename": "0008.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 61 - }, - "spriteSourceSize": { - "x": 13, - "y": 0, - "w": 83, - "h": 61 - }, - "frame": { - "x": 86, - "y": 183, - "w": 83, - "h": 61 - } - }, - { - "filename": "0007.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 61 - }, - "spriteSourceSize": { - "x": 15, - "y": 0, - "w": 81, - "h": 61 - }, - "frame": { - "x": 89, - "y": 122, - "w": 81, - "h": 61 - } - } - ] - } - ], - "meta": { - "app": "https://www.codeandweb.com/texturepacker", - "version": "3.0", - "smartupdate": "$TexturePacker:SmartUpdate:fe34fb6d380349d40565cc0028a1e450:fc8d4060739ce529ee2874e9cb8d68ed:9470182902340de73b2565411cb0ab89$" - } +{ "frames": [ + { + "filename": "0001.png", + "frame": { "x": 303, "y": 72, "w": 72, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0002.png", + "frame": { "x": 376, "y": 72, "w": 72, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0003.png", + "frame": { "x": 449, "y": 72, "w": 72, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0004.png", + "frame": { "x": 1, "y": 214, "w": 72, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 3, "w": 72, "h": 69 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0005.png", + "frame": { "x": 365, "y": 214, "w": 73, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 4, "w": 73, "h": 68 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0006.png", + "frame": { "x": 292, "y": 284, "w": 72, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 4, "w": 72, "h": 68 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0007.png", + "frame": { "x": 439, "y": 214, "w": 73, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 4, "w": 73, "h": 68 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0008.png", + "frame": { "x": 439, "y": 350, "w": 73, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 5, "w": 73, "h": 67 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0009.png", + "frame": { "x": 223, "y": 353, "w": 74, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 6, "w": 74, "h": 66 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0010.png", + "frame": { "x": 439, "y": 283, "w": 75, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 6, "w": 75, "h": 66 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0011.png", + "frame": { "x": 148, "y": 353, "w": 74, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 6, "w": 74, "h": 66 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0012.png", + "frame": { "x": 73, "y": 351, "w": 74, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 6, "w": 74, "h": 66 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0013.png", + "frame": { "x": 145, "y": 214, "w": 75, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 5, "w": 75, "h": 67 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0014.png", + "frame": { "x": 219, "y": 144, "w": 74, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 4, "w": 74, "h": 68 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0015.png", + "frame": { "x": 365, "y": 283, "w": 73, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 4, "w": 73, "h": 68 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0016.png", + "frame": { "x": 74, "y": 282, "w": 73, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 4, "w": 73, "h": 68 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0017.png", + "frame": { "x": 292, "y": 214, "w": 72, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 3, "w": 72, "h": 69 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0018.png", + "frame": { "x": 367, "y": 143, "w": 72, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0019.png", + "frame": { "x": 303, "y": 72, "w": 72, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0020.png", + "frame": { "x": 376, "y": 72, "w": 72, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0021.png", + "frame": { "x": 449, "y": 72, "w": 72, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0022.png", + "frame": { "x": 1, "y": 214, "w": 72, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 3, "w": 72, "h": 69 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0023.png", + "frame": { "x": 365, "y": 214, "w": 73, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 4, "w": 73, "h": 68 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0024.png", + "frame": { "x": 292, "y": 284, "w": 72, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 4, "w": 72, "h": 68 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0025.png", + "frame": { "x": 439, "y": 214, "w": 73, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 4, "w": 73, "h": 68 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0026.png", + "frame": { "x": 439, "y": 350, "w": 73, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 5, "w": 73, "h": 67 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0027.png", + "frame": { "x": 223, "y": 353, "w": 74, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 6, "w": 74, "h": 66 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0028.png", + "frame": { "x": 439, "y": 283, "w": 75, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 6, "w": 75, "h": 66 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0029.png", + "frame": { "x": 148, "y": 353, "w": 74, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 6, "w": 74, "h": 66 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0030.png", + "frame": { "x": 73, "y": 351, "w": 74, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 6, "w": 74, "h": 66 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0031.png", + "frame": { "x": 145, "y": 214, "w": 75, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 5, "w": 75, "h": 67 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0032.png", + "frame": { "x": 219, "y": 144, "w": 74, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 4, "w": 74, "h": 68 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0033.png", + "frame": { "x": 365, "y": 283, "w": 73, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 4, "w": 73, "h": 68 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0034.png", + "frame": { "x": 74, "y": 282, "w": 73, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 4, "w": 73, "h": 68 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0035.png", + "frame": { "x": 292, "y": 214, "w": 72, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 3, "w": 72, "h": 69 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0036.png", + "frame": { "x": 367, "y": 143, "w": 72, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0037.png", + "frame": { "x": 303, "y": 72, "w": 72, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0038.png", + "frame": { "x": 376, "y": 72, "w": 72, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0039.png", + "frame": { "x": 449, "y": 72, "w": 72, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0040.png", + "frame": { "x": 1, "y": 214, "w": 72, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 3, "w": 72, "h": 69 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0041.png", + "frame": { "x": 365, "y": 214, "w": 73, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 4, "w": 73, "h": 68 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0042.png", + "frame": { "x": 292, "y": 284, "w": 72, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 4, "w": 72, "h": 68 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0043.png", + "frame": { "x": 439, "y": 214, "w": 73, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 4, "w": 73, "h": 68 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0044.png", + "frame": { "x": 439, "y": 350, "w": 73, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 5, "w": 73, "h": 67 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0045.png", + "frame": { "x": 223, "y": 353, "w": 74, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 6, "w": 74, "h": 66 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0046.png", + "frame": { "x": 439, "y": 283, "w": 75, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 6, "w": 75, "h": 66 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0047.png", + "frame": { "x": 148, "y": 353, "w": 74, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 6, "w": 74, "h": 66 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0048.png", + "frame": { "x": 73, "y": 351, "w": 74, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 6, "w": 74, "h": 66 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0049.png", + "frame": { "x": 145, "y": 214, "w": 75, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 5, "w": 75, "h": 67 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0050.png", + "frame": { "x": 219, "y": 144, "w": 74, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 4, "w": 74, "h": 68 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0051.png", + "frame": { "x": 365, "y": 283, "w": 73, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 4, "w": 73, "h": 68 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0052.png", + "frame": { "x": 74, "y": 282, "w": 73, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 4, "w": 73, "h": 68 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0053.png", + "frame": { "x": 292, "y": 214, "w": 72, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 3, "w": 72, "h": 69 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0054.png", + "frame": { "x": 367, "y": 143, "w": 72, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0055.png", + "frame": { "x": 303, "y": 72, "w": 72, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0056.png", + "frame": { "x": 376, "y": 72, "w": 72, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0057.png", + "frame": { "x": 449, "y": 72, "w": 72, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0058.png", + "frame": { "x": 1, "y": 214, "w": 72, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 3, "w": 72, "h": 69 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0059.png", + "frame": { "x": 365, "y": 214, "w": 73, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 4, "w": 73, "h": 68 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0060.png", + "frame": { "x": 292, "y": 284, "w": 72, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 4, "w": 72, "h": 68 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0061.png", + "frame": { "x": 439, "y": 214, "w": 73, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 4, "w": 73, "h": 68 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0062.png", + "frame": { "x": 439, "y": 350, "w": 73, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 5, "w": 73, "h": 67 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0063.png", + "frame": { "x": 223, "y": 353, "w": 74, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 6, "w": 74, "h": 66 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0064.png", + "frame": { "x": 439, "y": 283, "w": 75, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 6, "w": 75, "h": 66 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0065.png", + "frame": { "x": 148, "y": 353, "w": 74, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 6, "w": 74, "h": 66 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0066.png", + "frame": { "x": 73, "y": 351, "w": 74, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 6, "w": 74, "h": 66 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0067.png", + "frame": { "x": 145, "y": 214, "w": 75, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 5, "w": 75, "h": 67 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0068.png", + "frame": { "x": 219, "y": 144, "w": 74, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 4, "w": 74, "h": 68 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0069.png", + "frame": { "x": 365, "y": 283, "w": 73, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 4, "w": 73, "h": 68 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0070.png", + "frame": { "x": 74, "y": 282, "w": 73, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 4, "w": 73, "h": 68 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0071.png", + "frame": { "x": 292, "y": 214, "w": 72, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 3, "w": 72, "h": 69 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0072.png", + "frame": { "x": 367, "y": 143, "w": 72, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0073.png", + "frame": { "x": 440, "y": 143, "w": 72, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0074.png", + "frame": { "x": 221, "y": 73, "w": 72, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0075.png", + "frame": { "x": 377, "y": 1, "w": 73, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 2, "w": 73, "h": 70 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0076.png", + "frame": { "x": 303, "y": 1, "w": 73, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 2, "w": 73, "h": 70 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0077.png", + "frame": { "x": 154, "y": 1, "w": 75, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 2, "w": 75, "h": 70 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0078.png", + "frame": { "x": 78, "y": 1, "w": 75, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 2, "w": 75, "h": 70 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0079.png", + "frame": { "x": 1, "y": 1, "w": 76, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 2, "w": 76, "h": 70 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0080.png", + "frame": { "x": 1, "y": 143, "w": 72, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0081.png", + "frame": { "x": 230, "y": 1, "w": 72, "h": 71 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 1, "w": 72, "h": 71 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0082.png", + "frame": { "x": 221, "y": 213, "w": 70, "h": 71 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 1, "w": 70, "h": 71 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0083.png", + "frame": { "x": 149, "y": 72, "w": 71, "h": 71 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 1, "w": 71, "h": 71 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0084.png", + "frame": { "x": 74, "y": 143, "w": 70, "h": 72 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 0, "w": 70, "h": 72 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0085.png", + "frame": { "x": 149, "y": 72, "w": 71, "h": 71 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 1, "w": 71, "h": 71 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0086.png", + "frame": { "x": 74, "y": 143, "w": 70, "h": 72 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 0, "w": 70, "h": 72 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0087.png", + "frame": { "x": 149, "y": 72, "w": 71, "h": 71 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 1, "w": 71, "h": 71 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0088.png", + "frame": { "x": 74, "y": 143, "w": 70, "h": 72 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 0, "w": 70, "h": 72 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0089.png", + "frame": { "x": 149, "y": 72, "w": 71, "h": 71 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 1, "w": 71, "h": 71 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0090.png", + "frame": { "x": 148, "y": 282, "w": 70, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 2, "w": 70, "h": 70 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0091.png", + "frame": { "x": 365, "y": 352, "w": 71, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 4, "w": 71, "h": 68 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0092.png", + "frame": { "x": 1, "y": 284, "w": 71, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 3, "w": 71, "h": 69 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0093.png", + "frame": { "x": 145, "y": 144, "w": 73, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 3, "w": 73, "h": 69 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0094.png", + "frame": { "x": 75, "y": 72, "w": 73, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 2, "w": 73, "h": 70 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0095.png", + "frame": { "x": 1, "y": 72, "w": 73, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 2, "w": 73, "h": 70 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0096.png", + "frame": { "x": 451, "y": 1, "w": 73, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 2, "w": 73, "h": 70 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0097.png", + "frame": { "x": 294, "y": 143, "w": 72, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + } + ], + "meta": { + "app": "https://www.aseprite.org/", + "version": "1.3.13-x64", + "image": "780.png", + "format": "I8", + "size": { "w": 525, "h": 421 }, + "scale": "1" + } } diff --git a/public/images/pokemon/exp/780.png b/public/images/pokemon/exp/780.png index 2c92fe61df1..3453365f154 100644 Binary files a/public/images/pokemon/exp/780.png and b/public/images/pokemon/exp/780.png differ diff --git a/public/images/pokemon/exp/back/2037.json b/public/images/pokemon/exp/back/2037.json index 15e851c69e6..bd9c903fede 100644 --- a/public/images/pokemon/exp/back/2037.json +++ b/public/images/pokemon/exp/back/2037.json @@ -1,188 +1,101 @@ -{ - "textures": [ - { - "image": "2037.png", - "format": "RGBA8888", - "size": { - "w": 150, - "h": 150 - }, - "scale": 1, - "frames": [ - { - "filename": "0004.png", - "rotated": false, - "trimmed": false, - "sourceSize": { - "w": 61, - "h": 50 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 61, - "h": 50 - }, - "frame": { - "x": 0, - "y": 0, - "w": 61, - "h": 50 - } - }, - { - "filename": "0006.png", - "rotated": false, - "trimmed": false, - "sourceSize": { - "w": 61, - "h": 50 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 61, - "h": 50 - }, - "frame": { - "x": 61, - "y": 0, - "w": 61, - "h": 50 - } - }, - { - "filename": "0003.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 61, - "h": 50 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 60, - "h": 50 - }, - "frame": { - "x": 0, - "y": 50, - "w": 60, - "h": 50 - } - }, - { - "filename": "0007.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 61, - "h": 50 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 60, - "h": 50 - }, - "frame": { - "x": 0, - "y": 50, - "w": 60, - "h": 50 - } - }, - { - "filename": "0001.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 61, - "h": 50 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 59, - "h": 50 - }, - "frame": { - "x": 0, - "y": 100, - "w": 59, - "h": 50 - } - }, - { - "filename": "0002.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 61, - "h": 50 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 59, - "h": 50 - }, - "frame": { - "x": 59, - "y": 100, - "w": 59, - "h": 50 - } - }, - { - "filename": "0008.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 61, - "h": 50 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 59, - "h": 50 - }, - "frame": { - "x": 59, - "y": 100, - "w": 59, - "h": 50 - } - }, - { - "filename": "0005.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 61, - "h": 50 - }, - "spriteSourceSize": { - "x": 0, - "y": 2, - "w": 61, - "h": 48 - }, - "frame": { - "x": 60, - "y": 50, - "w": 61, - "h": 48 - } - } - ] - } - ], - "meta": { - "app": "https://www.codeandweb.com/texturepacker", - "version": "3.0", - "smartupdate": "$TexturePacker:SmartUpdate:b0b51d6624079d060ef8895666c251a5:a4d98b9d3c1f076758f8595cceddc8c2:c679847d1c2ddf91caeaa5ebb76a6664$" - } +{ "frames": [ + { + "filename": "0001.png", + "frame": { "x": 0, "y": 48, "w": 58, "h": 49 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 0, "w": 58, "h": 49 }, + "sourceSize": { "w": 63, "h": 49 }, + "duration": 100 + }, + { + "filename": "0002.png", + "frame": { "x": 58, "y": 48, "w": 58, "h": 48 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 1, "w": 58, "h": 48 }, + "sourceSize": { "w": 63, "h": 49 }, + "duration": 100 + }, + { + "filename": "0003.png", + "frame": { "x": 116, "y": 48, "w": 58, "h": 48 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 1, "w": 58, "h": 48 }, + "sourceSize": { "w": 63, "h": 49 }, + "duration": 100 + }, + { + "filename": "0004.png", + "frame": { "x": 58, "y": 96, "w": 56, "h": 46 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 3, "w": 56, "h": 46 }, + "sourceSize": { "w": 63, "h": 49 }, + "duration": 100 + }, + { + "filename": "0005.png", + "frame": { "x": 174, "y": 95, "w": 58, "h": 46 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 3, "w": 58, "h": 46 }, + "sourceSize": { "w": 63, "h": 49 }, + "duration": 100 + }, + { + "filename": "0006.png", + "frame": { "x": 174, "y": 49, "w": 60, "h": 46 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 3, "w": 60, "h": 46 }, + "sourceSize": { "w": 63, "h": 49 }, + "duration": 100 + }, + { + "filename": "0007.png", + "frame": { "x": 0, "y": 0, "w": 63, "h": 48 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 1, "w": 63, "h": 48 }, + "sourceSize": { "w": 63, "h": 49 }, + "duration": 100 + }, + { + "filename": "0008.png", + "frame": { "x": 63, "y": 0, "w": 62, "h": 48 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 1, "w": 62, "h": 48 }, + "sourceSize": { "w": 63, "h": 49 }, + "duration": 100 + }, + { + "filename": "0009.png", + "frame": { "x": 125, "y": 0, "w": 61, "h": 48 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 1, "w": 61, "h": 48 }, + "sourceSize": { "w": 63, "h": 49 }, + "duration": 100 + }, + { + "filename": "0010.png", + "frame": { "x": 186, "y": 0, "w": 59, "h": 49 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 0, "w": 59, "h": 49 }, + "sourceSize": { "w": 63, "h": 49 }, + "duration": 100 + } + ], + "meta": { + "app": "https://www.aseprite.org/", + "version": "1.3.13-x64", + "image": "2037.png", + "format": "I8", + "size": { "w": 245, "h": 142 }, + "scale": "1" + } } diff --git a/public/images/pokemon/exp/back/2037.png b/public/images/pokemon/exp/back/2037.png index 7a945877fe1..7c5d688b020 100644 Binary files a/public/images/pokemon/exp/back/2037.png and b/public/images/pokemon/exp/back/2037.png differ diff --git a/public/images/pokemon/exp/back/2038.json b/public/images/pokemon/exp/back/2038.json index 902ed5c4863..af164a77c57 100644 --- a/public/images/pokemon/exp/back/2038.json +++ b/public/images/pokemon/exp/back/2038.json @@ -1,692 +1,155 @@ -{ - "textures": [ - { - "image": "2038.png", - "format": "RGBA8888", - "size": { - "w": 514, - "h": 514 - }, - "scale": 1, - "frames": [ - { - "filename": "0013.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 111, - "h": 73 - }, - "spriteSourceSize": { - "x": 10, - "y": 8, - "w": 101, - "h": 63 - }, - "frame": { - "x": 0, - "y": 0, - "w": 101, - "h": 63 - } - }, - { - "filename": "0012.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 111, - "h": 73 - }, - "spriteSourceSize": { - "x": 9, - "y": 8, - "w": 102, - "h": 64 - }, - "frame": { - "x": 101, - "y": 0, - "w": 102, - "h": 64 - } - }, - { - "filename": "0014.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 111, - "h": 73 - }, - "spriteSourceSize": { - "x": 12, - "y": 7, - "w": 99, - "h": 64 - }, - "frame": { - "x": 203, - "y": 0, - "w": 99, - "h": 64 - } - }, - { - "filename": "0015.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 111, - "h": 73 - }, - "spriteSourceSize": { - "x": 12, - "y": 7, - "w": 99, - "h": 64 - }, - "frame": { - "x": 302, - "y": 0, - "w": 99, - "h": 64 - } - }, - { - "filename": "0016.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 111, - "h": 73 - }, - "spriteSourceSize": { - "x": 12, - "y": 7, - "w": 98, - "h": 64 - }, - "frame": { - "x": 401, - "y": 0, - "w": 98, - "h": 64 - } - }, - { - "filename": "0017.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 111, - "h": 73 - }, - "spriteSourceSize": { - "x": 12, - "y": 6, - "w": 98, - "h": 65 - }, - "frame": { - "x": 0, - "y": 63, - "w": 98, - "h": 65 - } - }, - { - "filename": "0004.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 111, - "h": 73 - }, - "spriteSourceSize": { - "x": 0, - "y": 6, - "w": 111, - "h": 65 - }, - "frame": { - "x": 98, - "y": 64, - "w": 111, - "h": 65 - } - }, - { - "filename": "0005.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 111, - "h": 73 - }, - "spriteSourceSize": { - "x": 0, - "y": 6, - "w": 111, - "h": 65 - }, - "frame": { - "x": 209, - "y": 64, - "w": 111, - "h": 65 - } - }, - { - "filename": "0011.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 111, - "h": 73 - }, - "spriteSourceSize": { - "x": 7, - "y": 8, - "w": 104, - "h": 65 - }, - "frame": { - "x": 320, - "y": 64, - "w": 104, - "h": 65 - } - }, - { - "filename": "0018.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 111, - "h": 73 - }, - "spriteSourceSize": { - "x": 12, - "y": 6, - "w": 97, - "h": 65 - }, - "frame": { - "x": 0, - "y": 128, - "w": 97, - "h": 65 - } - }, - { - "filename": "0019.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 111, - "h": 73 - }, - "spriteSourceSize": { - "x": 12, - "y": 6, - "w": 97, - "h": 65 - }, - "frame": { - "x": 97, - "y": 129, - "w": 97, - "h": 65 - } - }, - { - "filename": "0003.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 111, - "h": 73 - }, - "spriteSourceSize": { - "x": 0, - "y": 5, - "w": 111, - "h": 66 - }, - "frame": { - "x": 194, - "y": 129, - "w": 111, - "h": 66 - } - }, - { - "filename": "0006.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 111, - "h": 73 - }, - "spriteSourceSize": { - "x": 0, - "y": 6, - "w": 111, - "h": 66 - }, - "frame": { - "x": 305, - "y": 129, - "w": 111, - "h": 66 - } - }, - { - "filename": "0020.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 111, - "h": 73 - }, - "spriteSourceSize": { - "x": 11, - "y": 5, - "w": 98, - "h": 66 - }, - "frame": { - "x": 416, - "y": 129, - "w": 98, - "h": 66 - } - }, - { - "filename": "0008.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 111, - "h": 73 - }, - "spriteSourceSize": { - "x": 1, - "y": 7, - "w": 110, - "h": 66 - }, - "frame": { - "x": 0, - "y": 194, - "w": 110, - "h": 66 - } - }, - { - "filename": "0009.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 111, - "h": 73 - }, - "spriteSourceSize": { - "x": 3, - "y": 7, - "w": 108, - "h": 66 - }, - "frame": { - "x": 110, - "y": 195, - "w": 108, - "h": 66 - } - }, - { - "filename": "0010.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 111, - "h": 73 - }, - "spriteSourceSize": { - "x": 5, - "y": 7, - "w": 106, - "h": 66 - }, - "frame": { - "x": 218, - "y": 195, - "w": 106, - "h": 66 - } - }, - { - "filename": "0002.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 111, - "h": 73 - }, - "spriteSourceSize": { - "x": 2, - "y": 4, - "w": 109, - "h": 67 - }, - "frame": { - "x": 324, - "y": 195, - "w": 109, - "h": 67 - } - }, - { - "filename": "0007.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 111, - "h": 73 - }, - "spriteSourceSize": { - "x": 0, - "y": 6, - "w": 111, - "h": 67 - }, - "frame": { - "x": 0, - "y": 261, - "w": 111, - "h": 67 - } - }, - { - "filename": "0021.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 111, - "h": 73 - }, - "spriteSourceSize": { - "x": 10, - "y": 3, - "w": 98, - "h": 68 - }, - "frame": { - "x": 111, - "y": 261, - "w": 98, - "h": 68 - } - }, - { - "filename": "0001.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 111, - "h": 73 - }, - "spriteSourceSize": { - "x": 3, - "y": 2, - "w": 108, - "h": 69 - }, - "frame": { - "x": 209, - "y": 261, - "w": 108, - "h": 69 - } - }, - { - "filename": "0022.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 111, - "h": 73 - }, - "spriteSourceSize": { - "x": 10, - "y": 2, - "w": 98, - "h": 69 - }, - "frame": { - "x": 317, - "y": 262, - "w": 98, - "h": 69 - } - }, - { - "filename": "0023.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 111, - "h": 73 - }, - "spriteSourceSize": { - "x": 9, - "y": 1, - "w": 98, - "h": 70 - }, - "frame": { - "x": 415, - "y": 262, - "w": 98, - "h": 70 - } - }, - { - "filename": "0031.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 111, - "h": 73 - }, - "spriteSourceSize": { - "x": 4, - "y": 1, - "w": 106, - "h": 70 - }, - "frame": { - "x": 0, - "y": 328, - "w": 106, - "h": 70 - } - }, - { - "filename": "0024.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 111, - "h": 73 - }, - "spriteSourceSize": { - "x": 8, - "y": 0, - "w": 99, - "h": 71 - }, - "frame": { - "x": 106, - "y": 329, - "w": 99, - "h": 71 - } - }, - { - "filename": "0032.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 111, - "h": 73 - }, - "spriteSourceSize": { - "x": 5, - "y": 1, - "w": 106, - "h": 70 - }, - "frame": { - "x": 205, - "y": 330, - "w": 106, - "h": 70 - } - }, - { - "filename": "0025.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 111, - "h": 73 - }, - "spriteSourceSize": { - "x": 8, - "y": 0, - "w": 98, - "h": 71 - }, - "frame": { - "x": 311, - "y": 331, - "w": 98, - "h": 71 - } - }, - { - "filename": "0026.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 111, - "h": 73 - }, - "spriteSourceSize": { - "x": 7, - "y": 0, - "w": 100, - "h": 71 - }, - "frame": { - "x": 409, - "y": 332, - "w": 100, - "h": 71 - } - }, - { - "filename": "0027.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 111, - "h": 73 - }, - "spriteSourceSize": { - "x": 6, - "y": 0, - "w": 102, - "h": 71 - }, - "frame": { - "x": 0, - "y": 398, - "w": 102, - "h": 71 - } - }, - { - "filename": "0028.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 111, - "h": 73 - }, - "spriteSourceSize": { - "x": 5, - "y": 0, - "w": 103, - "h": 71 - }, - "frame": { - "x": 102, - "y": 400, - "w": 103, - "h": 71 - } - }, - { - "filename": "0029.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 111, - "h": 73 - }, - "spriteSourceSize": { - "x": 5, - "y": 0, - "w": 104, - "h": 71 - }, - "frame": { - "x": 205, - "y": 400, - "w": 104, - "h": 71 - } - }, - { - "filename": "0030.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 111, - "h": 73 - }, - "spriteSourceSize": { - "x": 4, - "y": 0, - "w": 106, - "h": 71 - }, - "frame": { - "x": 309, - "y": 403, - "w": 106, - "h": 71 - } - } - ] - } - ], - "meta": { - "app": "https://www.codeandweb.com/texturepacker", - "version": "3.0", - "smartupdate": "$TexturePacker:SmartUpdate:612f29cb3148d3054c6515b49bbbd16a:431a4f3395b63c472bcd1086332ea861:51bcdbb4fa6a1a9e90a83c2a4132ee1b$" - } +{ "frames": [ + { + "filename": "0001.png", + "frame": { "x": 232, "y": 198, "w": 74, "h": 62 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 2, "w": 74, "h": 62 }, + "sourceSize": { "w": 82, "h": 69 }, + "duration": 100 + }, + { + "filename": "0002.png", + "frame": { "x": 155, "y": 132, "w": 78, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 2, "w": 78, "h": 65 }, + "sourceSize": { "w": 82, "h": 69 }, + "duration": 100 + }, + { + "filename": "0003.png", + "frame": { "x": 156, "y": 66, "w": 78, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 3, "w": 78, "h": 66 }, + "sourceSize": { "w": 82, "h": 69 }, + "duration": 100 + }, + { + "filename": "0004.png", + "frame": { "x": 78, "y": 134, "w": 77, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 3, "w": 77, "h": 64 }, + "sourceSize": { "w": 82, "h": 69 }, + "duration": 100 + }, + { + "filename": "0005.png", + "frame": { "x": 75, "y": 198, "w": 77, "h": 61 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 3, "w": 77, "h": 61 }, + "sourceSize": { "w": 82, "h": 69 }, + "duration": 100 + }, + { + "filename": "0006.png", + "frame": { "x": 0, "y": 134, "w": 78, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 3, "w": 78, "h": 64 }, + "sourceSize": { "w": 82, "h": 69 }, + "duration": 100 + }, + { + "filename": "0007.png", + "frame": { "x": 234, "y": 67, "w": 78, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 3, "w": 78, "h": 66 }, + "sourceSize": { "w": 82, "h": 69 }, + "duration": 100 + }, + { + "filename": "0008.png", + "frame": { "x": 233, "y": 133, "w": 78, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 2, "w": 78, "h": 65 }, + "sourceSize": { "w": 82, "h": 69 }, + "duration": 100 + }, + { + "filename": "0009.png", + "frame": { "x": 155, "y": 197, "w": 77, "h": 63 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 1, "w": 77, "h": 63 }, + "sourceSize": { "w": 82, "h": 69 }, + "duration": 100 + }, + { + "filename": "0010.png", + "frame": { "x": 156, "y": 0, "w": 79, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 1, "w": 79, "h": 66 }, + "sourceSize": { "w": 82, "h": 69 }, + "duration": 100 + }, + { + "filename": "0011.png", + "frame": { "x": 0, "y": 0, "w": 78, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 1, "w": 78, "h": 68 }, + "sourceSize": { "w": 82, "h": 69 }, + "duration": 100 + }, + { + "filename": "0012.png", + "frame": { "x": 235, "y": 0, "w": 77, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 0, "w": 77, "h": 67 }, + "sourceSize": { "w": 82, "h": 69 }, + "duration": 100 + }, + { + "filename": "0013.png", + "frame": { "x": 0, "y": 198, "w": 75, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 0, "w": 75, "h": 64 }, + "sourceSize": { "w": 82, "h": 69 }, + "duration": 100 + }, + { + "filename": "0014.png", + "frame": { "x": 0, "y": 68, "w": 78, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 1, "w": 78, "h": 66 }, + "sourceSize": { "w": 82, "h": 69 }, + "duration": 100 + }, + { + "filename": "0015.png", + "frame": { "x": 78, "y": 0, "w": 78, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 1, "w": 78, "h": 68 }, + "sourceSize": { "w": 82, "h": 69 }, + "duration": 100 + }, + { + "filename": "0016.png", + "frame": { "x": 78, "y": 68, "w": 77, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 1, "w": 77, "h": 66 }, + "sourceSize": { "w": 82, "h": 69 }, + "duration": 100 + } + ], + "meta": { + "app": "https://www.aseprite.org/", + "version": "1.3.13-x64", + "image": "2038.png", + "format": "I8", + "size": { "w": 312, "h": 262 }, + "scale": "1" + } } diff --git a/public/images/pokemon/exp/back/2038.png b/public/images/pokemon/exp/back/2038.png index 90f487089a9..9ad8025933a 100644 Binary files a/public/images/pokemon/exp/back/2038.png and b/public/images/pokemon/exp/back/2038.png differ diff --git a/public/images/pokemon/exp/back/2074.json b/public/images/pokemon/exp/back/2074.json index 953cc076151..d7500c522e9 100644 --- a/public/images/pokemon/exp/back/2074.json +++ b/public/images/pokemon/exp/back/2074.json @@ -1,230 +1,398 @@ -{ - "textures": [ - { - "image": "2074.png", - "format": "RGBA8888", - "size": { - "w": 108, - "h": 108 - }, - "scale": 1, - "frames": [ - { - "filename": "0001.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 57, - "h": 43 - }, - "spriteSourceSize": { - "x": 0, - "y": 11, - "w": 57, - "h": 32 - }, - "frame": { - "x": 0, - "y": 0, - "w": 57, - "h": 32 - } - }, - { - "filename": "0002.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 57, - "h": 43 - }, - "spriteSourceSize": { - "x": 1, - "y": 9, - "w": 56, - "h": 33 - }, - "frame": { - "x": 0, - "y": 32, - "w": 56, - "h": 33 - } - }, - { - "filename": "0010.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 57, - "h": 43 - }, - "spriteSourceSize": { - "x": 1, - "y": 9, - "w": 56, - "h": 33 - }, - "frame": { - "x": 0, - "y": 32, - "w": 56, - "h": 33 - } - }, - { - "filename": "0003.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 57, - "h": 43 - }, - "spriteSourceSize": { - "x": 1, - "y": 6, - "w": 54, - "h": 34 - }, - "frame": { - "x": 0, - "y": 65, - "w": 54, - "h": 34 - } - }, - { - "filename": "0009.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 57, - "h": 43 - }, - "spriteSourceSize": { - "x": 1, - "y": 6, - "w": 54, - "h": 34 - }, - "frame": { - "x": 0, - "y": 65, - "w": 54, - "h": 34 - } - }, - { - "filename": "0004.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 57, - "h": 43 - }, - "spriteSourceSize": { - "x": 2, - "y": 4, - "w": 51, - "h": 34 - }, - "frame": { - "x": 57, - "y": 0, - "w": 51, - "h": 34 - } - }, - { - "filename": "0008.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 57, - "h": 43 - }, - "spriteSourceSize": { - "x": 2, - "y": 4, - "w": 51, - "h": 34 - }, - "frame": { - "x": 57, - "y": 0, - "w": 51, - "h": 34 - } - }, - { - "filename": "0005.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 57, - "h": 43 - }, - "spriteSourceSize": { - "x": 1, - "y": 1, - "w": 51, - "h": 35 - }, - "frame": { - "x": 56, - "y": 34, - "w": 51, - "h": 35 - } - }, - { - "filename": "0007.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 57, - "h": 43 - }, - "spriteSourceSize": { - "x": 1, - "y": 1, - "w": 51, - "h": 35 - }, - "frame": { - "x": 56, - "y": 34, - "w": 51, - "h": 35 - } - }, - { - "filename": "0006.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 57, - "h": 43 - }, - "spriteSourceSize": { - "x": 2, - "y": 0, - "w": 51, - "h": 34 - }, - "frame": { - "x": 54, - "y": 69, - "w": 51, - "h": 34 - } - } - ] - } - ], - "meta": { - "app": "https://www.codeandweb.com/texturepacker", - "version": "3.0", - "smartupdate": "$TexturePacker:SmartUpdate:fdf01f8cadd6949c73cf35b994ae45ba:5c71945b84f6c35163c62bc518f57fb5:ad137687a877f55f096b7447bfdfe295$" - } +{ "frames": [ + { + "filename": "0001.png", + "frame": { "x": 63, "y": 100, "w": 59, "h": 32 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 10, "y": 2, "w": 59, "h": 32 }, + "sourceSize": { "w": 71, "h": 44 }, + "duration": 100 + }, + { + "filename": "0002.png", + "frame": { "x": 195, "y": 99, "w": 61, "h": 32 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 5, "w": 61, "h": 32 }, + "sourceSize": { "w": 71, "h": 44 }, + "duration": 100 + }, + { + "filename": "0003.png", + "frame": { "x": 131, "y": 68, "w": 64, "h": 32 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 9, "w": 64, "h": 32 }, + "sourceSize": { "w": 71, "h": 44 }, + "duration": 100 + }, + { + "filename": "0004.png", + "frame": { "x": 203, "y": 67, "w": 65, "h": 32 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 12, "w": 65, "h": 32 }, + "sourceSize": { "w": 71, "h": 44 }, + "duration": 100 + }, + { + "filename": "0005.png", + "frame": { "x": 1, "y": 35, "w": 66, "h": 32 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 12, "w": 66, "h": 32 }, + "sourceSize": { "w": 71, "h": 44 }, + "duration": 100 + }, + { + "filename": "0006.png", + "frame": { "x": 1, "y": 67, "w": 66, "h": 32 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 12, "w": 66, "h": 32 }, + "sourceSize": { "w": 71, "h": 44 }, + "duration": 100 + }, + { + "filename": "0007.png", + "frame": { "x": 1, "y": 35, "w": 66, "h": 32 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 10, "w": 66, "h": 32 }, + "sourceSize": { "w": 71, "h": 44 }, + "duration": 100 + }, + { + "filename": "0008.png", + "frame": { "x": 203, "y": 67, "w": 65, "h": 32 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 8, "w": 65, "h": 32 }, + "sourceSize": { "w": 71, "h": 44 }, + "duration": 100 + }, + { + "filename": "0009.png", + "frame": { "x": 131, "y": 68, "w": 64, "h": 32 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 6, "w": 64, "h": 32 }, + "sourceSize": { "w": 71, "h": 44 }, + "duration": 100 + }, + { + "filename": "0010.png", + "frame": { "x": 195, "y": 99, "w": 61, "h": 32 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 4, "w": 61, "h": 32 }, + "sourceSize": { "w": 71, "h": 44 }, + "duration": 100 + }, + { + "filename": "0011.png", + "frame": { "x": 63, "y": 100, "w": 59, "h": 32 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 10, "y": 2, "w": 59, "h": 32 }, + "sourceSize": { "w": 71, "h": 44 }, + "duration": 100 + }, + { + "filename": "0012.png", + "frame": { "x": 195, "y": 99, "w": 61, "h": 32 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 5, "w": 61, "h": 32 }, + "sourceSize": { "w": 71, "h": 44 }, + "duration": 100 + }, + { + "filename": "0013.png", + "frame": { "x": 131, "y": 68, "w": 64, "h": 32 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 9, "w": 64, "h": 32 }, + "sourceSize": { "w": 71, "h": 44 }, + "duration": 100 + }, + { + "filename": "0014.png", + "frame": { "x": 203, "y": 67, "w": 65, "h": 32 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 12, "w": 65, "h": 32 }, + "sourceSize": { "w": 71, "h": 44 }, + "duration": 100 + }, + { + "filename": "0015.png", + "frame": { "x": 1, "y": 35, "w": 66, "h": 32 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 12, "w": 66, "h": 32 }, + "sourceSize": { "w": 71, "h": 44 }, + "duration": 100 + }, + { + "filename": "0016.png", + "frame": { "x": 1, "y": 67, "w": 66, "h": 32 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 12, "w": 66, "h": 32 }, + "sourceSize": { "w": 71, "h": 44 }, + "duration": 100 + }, + { + "filename": "0017.png", + "frame": { "x": 1, "y": 35, "w": 66, "h": 32 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 10, "w": 66, "h": 32 }, + "sourceSize": { "w": 71, "h": 44 }, + "duration": 100 + }, + { + "filename": "0018.png", + "frame": { "x": 203, "y": 67, "w": 65, "h": 32 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 8, "w": 65, "h": 32 }, + "sourceSize": { "w": 71, "h": 44 }, + "duration": 100 + }, + { + "filename": "0019.png", + "frame": { "x": 131, "y": 68, "w": 64, "h": 32 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 6, "w": 64, "h": 32 }, + "sourceSize": { "w": 71, "h": 44 }, + "duration": 100 + }, + { + "filename": "0020.png", + "frame": { "x": 195, "y": 99, "w": 61, "h": 32 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 4, "w": 61, "h": 32 }, + "sourceSize": { "w": 71, "h": 44 }, + "duration": 100 + }, + { + "filename": "0021.png", + "frame": { "x": 63, "y": 100, "w": 59, "h": 32 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 10, "y": 2, "w": 59, "h": 32 }, + "sourceSize": { "w": 71, "h": 44 }, + "duration": 100 + }, + { + "filename": "0022.png", + "frame": { "x": 195, "y": 99, "w": 61, "h": 32 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 5, "w": 61, "h": 32 }, + "sourceSize": { "w": 71, "h": 44 }, + "duration": 100 + }, + { + "filename": "0023.png", + "frame": { "x": 131, "y": 68, "w": 64, "h": 32 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 9, "w": 64, "h": 32 }, + "sourceSize": { "w": 71, "h": 44 }, + "duration": 100 + }, + { + "filename": "0024.png", + "frame": { "x": 203, "y": 67, "w": 65, "h": 32 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 12, "w": 65, "h": 32 }, + "sourceSize": { "w": 71, "h": 44 }, + "duration": 100 + }, + { + "filename": "0025.png", + "frame": { "x": 1, "y": 35, "w": 66, "h": 32 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 12, "w": 66, "h": 32 }, + "sourceSize": { "w": 71, "h": 44 }, + "duration": 100 + }, + { + "filename": "0026.png", + "frame": { "x": 1, "y": 67, "w": 66, "h": 32 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 12, "w": 66, "h": 32 }, + "sourceSize": { "w": 71, "h": 44 }, + "duration": 100 + }, + { + "filename": "0027.png", + "frame": { "x": 1, "y": 35, "w": 66, "h": 32 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 10, "w": 66, "h": 32 }, + "sourceSize": { "w": 71, "h": 44 }, + "duration": 100 + }, + { + "filename": "0028.png", + "frame": { "x": 203, "y": 67, "w": 65, "h": 32 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 8, "w": 65, "h": 32 }, + "sourceSize": { "w": 71, "h": 44 }, + "duration": 100 + }, + { + "filename": "0029.png", + "frame": { "x": 131, "y": 68, "w": 64, "h": 32 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 6, "w": 64, "h": 32 }, + "sourceSize": { "w": 71, "h": 44 }, + "duration": 100 + }, + { + "filename": "0030.png", + "frame": { "x": 195, "y": 99, "w": 61, "h": 32 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 4, "w": 61, "h": 32 }, + "sourceSize": { "w": 71, "h": 44 }, + "duration": 100 + }, + { + "filename": "0031.png", + "frame": { "x": 63, "y": 100, "w": 59, "h": 32 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 10, "y": 2, "w": 59, "h": 32 }, + "sourceSize": { "w": 71, "h": 44 }, + "duration": 100 + }, + { + "filename": "0032.png", + "frame": { "x": 268, "y": 68, "w": 62, "h": 33 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 5, "w": 62, "h": 33 }, + "sourceSize": { "w": 71, "h": 44 }, + "duration": 100 + }, + { + "filename": "0033.png", + "frame": { "x": 67, "y": 67, "w": 64, "h": 33 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 8, "w": 64, "h": 33 }, + "sourceSize": { "w": 71, "h": 44 }, + "duration": 100 + }, + { + "filename": "0034.png", + "frame": { "x": 203, "y": 34, "w": 66, "h": 33 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 8, "w": 66, "h": 33 }, + "sourceSize": { "w": 71, "h": 44 }, + "duration": 100 + }, + { + "filename": "0035.png", + "frame": { "x": 275, "y": 1, "w": 67, "h": 33 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 4, "w": 67, "h": 33 }, + "sourceSize": { "w": 71, "h": 44 }, + "duration": 100 + }, + { + "filename": "0036.png", + "frame": { "x": 71, "y": 1, "w": 68, "h": 33 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 1, "w": 68, "h": 33 }, + "sourceSize": { "w": 71, "h": 44 }, + "duration": 100 + }, + { + "filename": "0037.png", + "frame": { "x": 1, "y": 1, "w": 70, "h": 34 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 0, "w": 70, "h": 34 }, + "sourceSize": { "w": 71, "h": 44 }, + "duration": 100 + }, + { + "filename": "0038.png", + "frame": { "x": 139, "y": 1, "w": 68, "h": 33 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 0, "w": 68, "h": 33 }, + "sourceSize": { "w": 71, "h": 44 }, + "duration": 100 + }, + { + "filename": "0039.png", + "frame": { "x": 207, "y": 1, "w": 68, "h": 33 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 0, "w": 68, "h": 33 }, + "sourceSize": { "w": 71, "h": 44 }, + "duration": 100 + }, + { + "filename": "0040.png", + "frame": { "x": 71, "y": 34, "w": 67, "h": 33 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 0, "w": 67, "h": 33 }, + "sourceSize": { "w": 71, "h": 44 }, + "duration": 100 + }, + { + "filename": "0041.png", + "frame": { "x": 138, "y": 34, "w": 65, "h": 34 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 0, "w": 65, "h": 34 }, + "sourceSize": { "w": 71, "h": 44 }, + "duration": 100 + }, + { + "filename": "0042.png", + "frame": { "x": 269, "y": 34, "w": 64, "h": 34 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 0, "w": 64, "h": 34 }, + "sourceSize": { "w": 71, "h": 44 }, + "duration": 100 + }, + { + "filename": "0043.png", + "frame": { "x": 1, "y": 99, "w": 62, "h": 33 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 1, "w": 62, "h": 33 }, + "sourceSize": { "w": 71, "h": 44 }, + "duration": 100 + } + ], + "meta": { + "app": "https://www.aseprite.org/", + "version": "1.3.13-x64", + "image": "2074.png", + "format": "I8", + "size": { "w": 343, "h": 133 }, + "scale": "1" + } } diff --git a/public/images/pokemon/exp/back/2074.png b/public/images/pokemon/exp/back/2074.png index ebf58bf2f76..e8e2dc5ad22 100644 Binary files a/public/images/pokemon/exp/back/2074.png and b/public/images/pokemon/exp/back/2074.png differ diff --git a/public/images/pokemon/exp/back/2075.json b/public/images/pokemon/exp/back/2075.json index accac7c7dcf..3dd46debe2f 100644 --- a/public/images/pokemon/exp/back/2075.json +++ b/public/images/pokemon/exp/back/2075.json @@ -1,188 +1,812 @@ -{ - "textures": [ - { - "image": "2075.png", - "format": "RGBA8888", - "size": { - "w": 131, - "h": 131 - }, - "scale": 1, - "frames": [ - { - "filename": "0002.png", - "rotated": false, - "trimmed": false, - "sourceSize": { - "w": 67, - "h": 44 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 67, - "h": 44 - }, - "frame": { - "x": 0, - "y": 0, - "w": 67, - "h": 44 - } - }, - { - "filename": "0008.png", - "rotated": false, - "trimmed": false, - "sourceSize": { - "w": 67, - "h": 44 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 67, - "h": 44 - }, - "frame": { - "x": 0, - "y": 0, - "w": 67, - "h": 44 - } - }, - { - "filename": "0001.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 67, - "h": 44 - }, - "spriteSourceSize": { - "x": 0, - "y": 1, - "w": 67, - "h": 43 - }, - "frame": { - "x": 0, - "y": 44, - "w": 67, - "h": 43 - } - }, - { - "filename": "0003.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 67, - "h": 44 - }, - "spriteSourceSize": { - "x": 1, - "y": 0, - "w": 65, - "h": 44 - }, - "frame": { - "x": 0, - "y": 87, - "w": 65, - "h": 44 - } - }, - { - "filename": "0007.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 67, - "h": 44 - }, - "spriteSourceSize": { - "x": 1, - "y": 0, - "w": 65, - "h": 44 - }, - "frame": { - "x": 0, - "y": 87, - "w": 65, - "h": 44 - } - }, - { - "filename": "0004.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 67, - "h": 44 - }, - "spriteSourceSize": { - "x": 4, - "y": 0, - "w": 63, - "h": 44 - }, - "frame": { - "x": 65, - "y": 87, - "w": 63, - "h": 44 - } - }, - { - "filename": "0006.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 67, - "h": 44 - }, - "spriteSourceSize": { - "x": 4, - "y": 0, - "w": 63, - "h": 44 - }, - "frame": { - "x": 65, - "y": 87, - "w": 63, - "h": 44 - } - }, - { - "filename": "0005.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 67, - "h": 44 - }, - "spriteSourceSize": { - "x": 6, - "y": 0, - "w": 61, - "h": 44 - }, - "frame": { - "x": 67, - "y": 0, - "w": 61, - "h": 44 - } - } - ] - } - ], - "meta": { - "app": "https://www.codeandweb.com/texturepacker", - "version": "3.0", - "smartupdate": "$TexturePacker:SmartUpdate:0b4413911e6a410c634fb5925e19fb50:d060400f7fc28ab507bb0c4ef37df223:732805cb123f88b2d403da0dec709706$" - } +{ "frames": [ + { + "filename": "0001.png", + "frame": { "x": 147, "y": 1, "w": 71, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0002.png", + "frame": { "x": 219, "y": 1, "w": 71, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0003.png", + "frame": { "x": 418, "y": 90, "w": 69, "h": 42 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 0, "w": 69, "h": 42 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0004.png", + "frame": { "x": 213, "y": 215, "w": 67, "h": 42 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 0, "w": 67, "h": 42 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0005.png", + "frame": { "x": 1, "y": 256, "w": 65, "h": 42 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 0, "w": 65, "h": 42 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0006.png", + "frame": { "x": 213, "y": 215, "w": 67, "h": 42 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 0, "w": 67, "h": 42 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0007.png", + "frame": { "x": 418, "y": 90, "w": 69, "h": 42 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 0, "w": 69, "h": 42 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0008.png", + "frame": { "x": 219, "y": 1, "w": 71, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0009.png", + "frame": { "x": 147, "y": 1, "w": 71, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0010.png", + "frame": { "x": 435, "y": 1, "w": 71, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 0, "w": 71, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0011.png", + "frame": { "x": 74, "y": 1, "w": 72, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0012.png", + "frame": { "x": 1, "y": 1, "w": 72, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0013.png", + "frame": { "x": 291, "y": 1, "w": 71, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 0, "w": 71, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0014.png", + "frame": { "x": 1, "y": 1, "w": 72, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0015.png", + "frame": { "x": 74, "y": 1, "w": 72, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0016.png", + "frame": { "x": 435, "y": 1, "w": 71, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 0, "w": 71, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0017.png", + "frame": { "x": 147, "y": 1, "w": 71, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0018.png", + "frame": { "x": 219, "y": 1, "w": 71, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0019.png", + "frame": { "x": 418, "y": 90, "w": 69, "h": 42 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 0, "w": 69, "h": 42 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0020.png", + "frame": { "x": 213, "y": 215, "w": 67, "h": 42 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 0, "w": 67, "h": 42 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0021.png", + "frame": { "x": 1, "y": 256, "w": 65, "h": 42 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 0, "w": 65, "h": 42 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0022.png", + "frame": { "x": 213, "y": 215, "w": 67, "h": 42 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 0, "w": 67, "h": 42 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0023.png", + "frame": { "x": 418, "y": 90, "w": 69, "h": 42 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 0, "w": 69, "h": 42 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0024.png", + "frame": { "x": 219, "y": 1, "w": 71, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0025.png", + "frame": { "x": 147, "y": 1, "w": 71, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0026.png", + "frame": { "x": 435, "y": 1, "w": 71, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 0, "w": 71, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0027.png", + "frame": { "x": 74, "y": 1, "w": 72, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0028.png", + "frame": { "x": 1, "y": 1, "w": 72, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0029.png", + "frame": { "x": 291, "y": 1, "w": 71, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 0, "w": 71, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0030.png", + "frame": { "x": 1, "y": 1, "w": 72, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0031.png", + "frame": { "x": 74, "y": 1, "w": 72, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0032.png", + "frame": { "x": 435, "y": 1, "w": 71, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 0, "w": 71, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0033.png", + "frame": { "x": 147, "y": 1, "w": 71, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0034.png", + "frame": { "x": 219, "y": 1, "w": 71, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0035.png", + "frame": { "x": 418, "y": 90, "w": 69, "h": 42 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 0, "w": 69, "h": 42 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0036.png", + "frame": { "x": 213, "y": 215, "w": 67, "h": 42 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 0, "w": 67, "h": 42 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0037.png", + "frame": { "x": 1, "y": 256, "w": 65, "h": 42 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 0, "w": 65, "h": 42 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0038.png", + "frame": { "x": 213, "y": 215, "w": 67, "h": 42 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 0, "w": 67, "h": 42 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0039.png", + "frame": { "x": 418, "y": 90, "w": 69, "h": 42 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 0, "w": 69, "h": 42 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0040.png", + "frame": { "x": 219, "y": 1, "w": 71, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0041.png", + "frame": { "x": 147, "y": 1, "w": 71, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0042.png", + "frame": { "x": 435, "y": 1, "w": 71, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 0, "w": 71, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0043.png", + "frame": { "x": 74, "y": 1, "w": 72, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0044.png", + "frame": { "x": 1, "y": 1, "w": 72, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0045.png", + "frame": { "x": 291, "y": 1, "w": 71, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 0, "w": 71, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0046.png", + "frame": { "x": 1, "y": 1, "w": 72, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0047.png", + "frame": { "x": 74, "y": 1, "w": 72, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0048.png", + "frame": { "x": 435, "y": 1, "w": 71, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 0, "w": 71, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0049.png", + "frame": { "x": 147, "y": 1, "w": 71, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0050.png", + "frame": { "x": 346, "y": 89, "w": 71, "h": 41 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 1, "w": 71, "h": 41 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0051.png", + "frame": { "x": 425, "y": 133, "w": 71, "h": 40 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 2, "w": 71, "h": 40 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0052.png", + "frame": { "x": 425, "y": 133, "w": 71, "h": 40 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 1, "w": 71, "h": 40 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0053.png", + "frame": { "x": 425, "y": 133, "w": 71, "h": 40 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 2, "w": 71, "h": 40 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0054.png", + "frame": { "x": 289, "y": 175, "w": 71, "h": 40 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 2, "w": 71, "h": 40 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0055.png", + "frame": { "x": 497, "y": 174, "w": 71, "h": 40 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 2, "w": 71, "h": 40 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0056.png", + "frame": { "x": 1, "y": 174, "w": 71, "h": 40 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 2, "w": 71, "h": 40 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0057.png", + "frame": { "x": 497, "y": 133, "w": 71, "h": 40 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 2, "w": 71, "h": 40 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0058.png", + "frame": { "x": 503, "y": 215, "w": 70, "h": 40 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 10, "y": 2, "w": 70, "h": 40 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0059.png", + "frame": { "x": 73, "y": 215, "w": 69, "h": 41 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 12, "y": 2, "w": 69, "h": 41 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0060.png", + "frame": { "x": 486, "y": 46, "w": 68, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 13, "y": 2, "w": 68, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0061.png", + "frame": { "x": 210, "y": 45, "w": 67, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 14, "y": 2, "w": 67, "h": 44 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0062.png", + "frame": { "x": 1, "y": 45, "w": 66, "h": 46 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 15, "y": 1, "w": 66, "h": 46 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0063.png", + "frame": { "x": 278, "y": 45, "w": 67, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 14, "y": 2, "w": 67, "h": 44 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0064.png", + "frame": { "x": 284, "y": 131, "w": 69, "h": 42 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 12, "y": 2, "w": 69, "h": 42 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0065.png", + "frame": { "x": 143, "y": 215, "w": 69, "h": 41 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 11, "y": 2, "w": 69, "h": 41 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0066.png", + "frame": { "x": 281, "y": 216, "w": 70, "h": 40 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 10, "y": 2, "w": 70, "h": 40 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0067.png", + "frame": { "x": 432, "y": 215, "w": 70, "h": 40 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 2, "w": 70, "h": 40 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0068.png", + "frame": { "x": 361, "y": 215, "w": 70, "h": 40 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 2, "w": 70, "h": 40 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0069.png", + "frame": { "x": 73, "y": 174, "w": 71, "h": 40 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 2, "w": 71, "h": 40 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0070.png", + "frame": { "x": 1, "y": 215, "w": 71, "h": 40 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 2, "w": 71, "h": 40 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0071.png", + "frame": { "x": 145, "y": 174, "w": 71, "h": 40 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 2, "w": 71, "h": 40 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0072.png", + "frame": { "x": 71, "y": 132, "w": 70, "h": 41 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 2, "w": 70, "h": 41 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0073.png", + "frame": { "x": 140, "y": 90, "w": 71, "h": 41 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 2, "w": 71, "h": 41 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0074.png", + "frame": { "x": 68, "y": 88, "w": 71, "h": 41 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 2, "w": 71, "h": 41 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0075.png", + "frame": { "x": 346, "y": 45, "w": 70, "h": 42 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 2, "w": 70, "h": 42 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0076.png", + "frame": { "x": 1, "y": 130, "w": 69, "h": 42 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 2, "w": 69, "h": 42 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0077.png", + "frame": { "x": 417, "y": 45, "w": 68, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 1, "w": 68, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0078.png", + "frame": { "x": 507, "y": 1, "w": 69, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 0, "w": 69, "h": 44 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0079.png", + "frame": { "x": 140, "y": 45, "w": 69, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 1, "w": 69, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0080.png", + "frame": { "x": 488, "y": 90, "w": 69, "h": 42 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 2, "w": 69, "h": 42 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0081.png", + "frame": { "x": 142, "y": 132, "w": 70, "h": 41 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 2, "w": 70, "h": 41 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0082.png", + "frame": { "x": 213, "y": 132, "w": 70, "h": 41 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 2, "w": 70, "h": 41 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0083.png", + "frame": { "x": 354, "y": 133, "w": 70, "h": 41 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 2, "w": 70, "h": 41 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0084.png", + "frame": { "x": 217, "y": 174, "w": 71, "h": 40 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 2, "w": 71, "h": 40 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0085.png", + "frame": { "x": 425, "y": 174, "w": 71, "h": 40 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 2, "w": 71, "h": 40 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0086.png", + "frame": { "x": 212, "y": 90, "w": 71, "h": 41 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 2, "w": 71, "h": 41 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0087.png", + "frame": { "x": 346, "y": 89, "w": 71, "h": 41 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 2, "w": 71, "h": 41 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0088.png", + "frame": { "x": 68, "y": 45, "w": 71, "h": 42 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 1, "w": 71, "h": 42 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0089.png", + "frame": { "x": 363, "y": 1, "w": 71, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + } + ], + "meta": { + "app": "https://www.aseprite.org/", + "version": "1.3.13-x64", + "image": "2075.png", + "format": "I8", + "size": { "w": 577, "h": 299 }, + "scale": "1" + } } diff --git a/public/images/pokemon/exp/back/2075.png b/public/images/pokemon/exp/back/2075.png index 8d3bea8a7e2..6c11c18bd1d 100644 Binary files a/public/images/pokemon/exp/back/2075.png and b/public/images/pokemon/exp/back/2075.png differ diff --git a/public/images/pokemon/exp/back/2076.json b/public/images/pokemon/exp/back/2076.json index 35dc582bd1f..11a4999b41d 100644 --- a/public/images/pokemon/exp/back/2076.json +++ b/public/images/pokemon/exp/back/2076.json @@ -1,209 +1,965 @@ -{ - "textures": [ - { - "image": "2076.png", - "format": "RGBA8888", - "size": { - "w": 206, - "h": 206 - }, - "scale": 1, - "frames": [ - { - "filename": "0001.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 55, - "h": 70 - }, - "spriteSourceSize": { - "x": 0, - "y": 3, - "w": 55, - "h": 67 - }, - "frame": { - "x": 0, - "y": 0, - "w": 55, - "h": 67 - } - }, - { - "filename": "0002.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 55, - "h": 70 - }, - "spriteSourceSize": { - "x": 0, - "y": 3, - "w": 55, - "h": 67 - }, - "frame": { - "x": 55, - "y": 0, - "w": 55, - "h": 67 - } - }, - { - "filename": "0006.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 55, - "h": 70 - }, - "spriteSourceSize": { - "x": 0, - "y": 3, - "w": 55, - "h": 67 - }, - "frame": { - "x": 110, - "y": 0, - "w": 55, - "h": 67 - } - }, - { - "filename": "0009.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 55, - "h": 70 - }, - "spriteSourceSize": { - "x": 0, - "y": 3, - "w": 55, - "h": 67 - }, - "frame": { - "x": 0, - "y": 67, - "w": 55, - "h": 67 - } - }, - { - "filename": "0005.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 55, - "h": 70 - }, - "spriteSourceSize": { - "x": 0, - "y": 1, - "w": 54, - "h": 69 - }, - "frame": { - "x": 55, - "y": 67, - "w": 54, - "h": 69 - } - }, - { - "filename": "0007.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 55, - "h": 70 - }, - "spriteSourceSize": { - "x": 0, - "y": 1, - "w": 55, - "h": 69 - }, - "frame": { - "x": 109, - "y": 67, - "w": 55, - "h": 69 - } - }, - { - "filename": "0008.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 55, - "h": 70 - }, - "spriteSourceSize": { - "x": 0, - "y": 1, - "w": 55, - "h": 69 - }, - "frame": { - "x": 0, - "y": 134, - "w": 55, - "h": 69 - } - }, - { - "filename": "0003.png", - "rotated": false, - "trimmed": false, - "sourceSize": { - "w": 55, - "h": 70 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 55, - "h": 70 - }, - "frame": { - "x": 55, - "y": 136, - "w": 55, - "h": 70 - } - }, - { - "filename": "0004.png", - "rotated": false, - "trimmed": false, - "sourceSize": { - "w": 55, - "h": 70 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 55, - "h": 70 - }, - "frame": { - "x": 110, - "y": 136, - "w": 55, - "h": 70 - } - } - ] - } - ], - "meta": { - "app": "https://www.codeandweb.com/texturepacker", - "version": "3.0", - "smartupdate": "$TexturePacker:SmartUpdate:43a87c427fa88140ff282cd96661b87b:3134e1dbacb6621feff55273f34d3386:719cdf7324091edbb7b1d6e2d7254a1a$" - } +{ "frames": [ + { + "filename": "0001.png", + "frame": { "x": 1, "y": 322, "w": 53, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 4, "w": 53, "h": 65 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0002.png", + "frame": { "x": 165, "y": 318, "w": 53, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 4, "w": 53, "h": 65 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0003.png", + "frame": { "x": 218, "y": 318, "w": 53, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 4, "w": 53, "h": 65 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0004.png", + "frame": { "x": 271, "y": 254, "w": 54, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0005.png", + "frame": { "x": 163, "y": 193, "w": 54, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 4, "w": 54, "h": 65 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0006.png", + "frame": { "x": 57, "y": 64, "w": 55, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 65 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0007.png", + "frame": { "x": 56, "y": 129, "w": 55, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 5, "w": 55, "h": 64 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0008.png", + "frame": { "x": 111, "y": 129, "w": 55, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 5, "w": 55, "h": 64 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0009.png", + "frame": { "x": 348, "y": 63, "w": 56, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 5, "w": 56, "h": 64 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0010.png", + "frame": { "x": 1, "y": 64, "w": 56, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 5, "w": 56, "h": 64 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0011.png", + "frame": { "x": 221, "y": 189, "w": 55, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 5, "w": 55, "h": 64 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0012.png", + "frame": { "x": 166, "y": 129, "w": 55, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 5, "w": 55, "h": 64 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0013.png", + "frame": { "x": 167, "y": 64, "w": 55, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 65 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0014.png", + "frame": { "x": 55, "y": 193, "w": 54, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 4, "w": 54, "h": 65 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0015.png", + "frame": { "x": 324, "y": 321, "w": 53, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 4, "w": 53, "h": 65 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0016.png", + "frame": { "x": 1, "y": 192, "w": 54, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0017.png", + "frame": { "x": 1, "y": 322, "w": 53, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 4, "w": 53, "h": 65 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0018.png", + "frame": { "x": 165, "y": 318, "w": 53, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 4, "w": 53, "h": 65 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0019.png", + "frame": { "x": 218, "y": 318, "w": 53, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 4, "w": 53, "h": 65 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0020.png", + "frame": { "x": 271, "y": 254, "w": 54, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0021.png", + "frame": { "x": 163, "y": 193, "w": 54, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 4, "w": 54, "h": 65 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0022.png", + "frame": { "x": 57, "y": 64, "w": 55, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 65 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0023.png", + "frame": { "x": 56, "y": 129, "w": 55, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 5, "w": 55, "h": 64 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0024.png", + "frame": { "x": 111, "y": 129, "w": 55, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 5, "w": 55, "h": 64 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0025.png", + "frame": { "x": 348, "y": 63, "w": 56, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 5, "w": 56, "h": 64 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0026.png", + "frame": { "x": 1, "y": 64, "w": 56, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 5, "w": 56, "h": 64 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0027.png", + "frame": { "x": 221, "y": 189, "w": 55, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 5, "w": 55, "h": 64 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0028.png", + "frame": { "x": 166, "y": 129, "w": 55, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 5, "w": 55, "h": 64 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0029.png", + "frame": { "x": 167, "y": 64, "w": 55, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 65 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0030.png", + "frame": { "x": 55, "y": 193, "w": 54, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 4, "w": 54, "h": 65 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0031.png", + "frame": { "x": 324, "y": 321, "w": 53, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 4, "w": 53, "h": 65 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0032.png", + "frame": { "x": 1, "y": 192, "w": 54, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0033.png", + "frame": { "x": 1, "y": 322, "w": 53, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 4, "w": 53, "h": 65 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0034.png", + "frame": { "x": 165, "y": 318, "w": 53, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 4, "w": 53, "h": 65 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0035.png", + "frame": { "x": 218, "y": 318, "w": 53, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 4, "w": 53, "h": 65 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0036.png", + "frame": { "x": 271, "y": 254, "w": 54, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0037.png", + "frame": { "x": 163, "y": 193, "w": 54, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 4, "w": 54, "h": 65 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0038.png", + "frame": { "x": 57, "y": 64, "w": 55, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 65 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0039.png", + "frame": { "x": 56, "y": 129, "w": 55, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 5, "w": 55, "h": 64 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0040.png", + "frame": { "x": 111, "y": 129, "w": 55, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 5, "w": 55, "h": 64 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0041.png", + "frame": { "x": 348, "y": 63, "w": 56, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 5, "w": 56, "h": 64 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0042.png", + "frame": { "x": 1, "y": 64, "w": 56, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 5, "w": 56, "h": 64 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0043.png", + "frame": { "x": 221, "y": 189, "w": 55, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 5, "w": 55, "h": 64 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0044.png", + "frame": { "x": 166, "y": 129, "w": 55, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 5, "w": 55, "h": 64 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0045.png", + "frame": { "x": 167, "y": 64, "w": 55, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 65 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0046.png", + "frame": { "x": 55, "y": 193, "w": 54, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 4, "w": 54, "h": 65 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0047.png", + "frame": { "x": 324, "y": 321, "w": 53, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 4, "w": 53, "h": 65 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0048.png", + "frame": { "x": 1, "y": 192, "w": 54, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0049.png", + "frame": { "x": 1, "y": 322, "w": 53, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 4, "w": 53, "h": 65 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0050.png", + "frame": { "x": 165, "y": 318, "w": 53, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 4, "w": 53, "h": 65 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0051.png", + "frame": { "x": 218, "y": 318, "w": 53, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 4, "w": 53, "h": 65 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0052.png", + "frame": { "x": 271, "y": 254, "w": 54, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0053.png", + "frame": { "x": 163, "y": 193, "w": 54, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 4, "w": 54, "h": 65 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0054.png", + "frame": { "x": 57, "y": 64, "w": 55, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 65 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0055.png", + "frame": { "x": 56, "y": 129, "w": 55, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 5, "w": 55, "h": 64 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0056.png", + "frame": { "x": 111, "y": 129, "w": 55, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 5, "w": 55, "h": 64 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0057.png", + "frame": { "x": 348, "y": 63, "w": 56, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 5, "w": 56, "h": 64 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0058.png", + "frame": { "x": 1, "y": 64, "w": 56, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 5, "w": 56, "h": 64 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0059.png", + "frame": { "x": 221, "y": 189, "w": 55, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 5, "w": 55, "h": 64 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0060.png", + "frame": { "x": 166, "y": 129, "w": 55, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 5, "w": 55, "h": 64 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0061.png", + "frame": { "x": 167, "y": 64, "w": 55, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 65 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0062.png", + "frame": { "x": 55, "y": 193, "w": 54, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 4, "w": 54, "h": 65 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0063.png", + "frame": { "x": 324, "y": 321, "w": 53, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 4, "w": 53, "h": 65 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0064.png", + "frame": { "x": 1, "y": 192, "w": 54, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0065.png", + "frame": { "x": 1, "y": 322, "w": 53, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 4, "w": 53, "h": 65 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0066.png", + "frame": { "x": 109, "y": 193, "w": 54, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 3, "w": 54, "h": 65 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0067.png", + "frame": { "x": 111, "y": 258, "w": 54, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 2, "w": 54, "h": 64 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0068.png", + "frame": { "x": 330, "y": 191, "w": 54, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 0, "w": 54, "h": 65 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0069.png", + "frame": { "x": 108, "y": 322, "w": 53, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 3, "w": 53, "h": 64 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0070.png", + "frame": { "x": 161, "y": 383, "w": 53, "h": 63 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 6, "w": 53, "h": 63 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0071.png", + "frame": { "x": 1, "y": 322, "w": 53, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 4, "w": 53, "h": 65 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0072.png", + "frame": { "x": 55, "y": 320, "w": 53, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 4, "w": 53, "h": 65 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0073.png", + "frame": { "x": 271, "y": 319, "w": 53, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 4, "w": 53, "h": 65 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0074.png", + "frame": { "x": 217, "y": 253, "w": 54, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0075.png", + "frame": { "x": 276, "y": 189, "w": 54, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 4, "w": 54, "h": 65 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0076.png", + "frame": { "x": 334, "y": 127, "w": 55, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 5, "w": 55, "h": 64 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0077.png", + "frame": { "x": 222, "y": 126, "w": 56, "h": 63 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 6, "w": 56, "h": 63 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0078.png", + "frame": { "x": 175, "y": 1, "w": 58, "h": 63 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 6, "w": 58, "h": 63 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0079.png", + "frame": { "x": 175, "y": 1, "w": 58, "h": 63 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 6, "w": 58, "h": 63 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0080.png", + "frame": { "x": 117, "y": 1, "w": 58, "h": 63 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 6, "w": 58, "h": 63 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0081.png", + "frame": { "x": 117, "y": 1, "w": 58, "h": 63 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 6, "w": 58, "h": 63 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0082.png", + "frame": { "x": 59, "y": 1, "w": 58, "h": 63 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 6, "w": 58, "h": 63 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0083.png", + "frame": { "x": 59, "y": 1, "w": 58, "h": 63 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 6, "w": 58, "h": 63 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0084.png", + "frame": { "x": 1, "y": 1, "w": 58, "h": 63 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 6, "w": 58, "h": 63 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0085.png", + "frame": { "x": 1, "y": 1, "w": 58, "h": 63 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 6, "w": 58, "h": 63 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0086.png", + "frame": { "x": 1, "y": 1, "w": 58, "h": 63 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 6, "w": 58, "h": 63 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0087.png", + "frame": { "x": 233, "y": 1, "w": 58, "h": 63 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 6, "w": 58, "h": 63 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0088.png", + "frame": { "x": 233, "y": 1, "w": 58, "h": 63 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 6, "w": 58, "h": 63 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0089.png", + "frame": { "x": 349, "y": 1, "w": 58, "h": 62 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 7, "w": 58, "h": 62 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0090.png", + "frame": { "x": 233, "y": 1, "w": 58, "h": 63 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 6, "w": 58, "h": 63 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0091.png", + "frame": { "x": 349, "y": 1, "w": 58, "h": 62 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 7, "w": 58, "h": 62 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0092.png", + "frame": { "x": 233, "y": 1, "w": 58, "h": 63 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 6, "w": 58, "h": 63 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0093.png", + "frame": { "x": 349, "y": 1, "w": 58, "h": 62 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 7, "w": 58, "h": 62 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0094.png", + "frame": { "x": 233, "y": 1, "w": 58, "h": 63 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 6, "w": 58, "h": 63 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0095.png", + "frame": { "x": 349, "y": 1, "w": 58, "h": 62 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 7, "w": 58, "h": 62 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0096.png", + "frame": { "x": 233, "y": 1, "w": 58, "h": 63 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 6, "w": 58, "h": 63 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0097.png", + "frame": { "x": 349, "y": 1, "w": 58, "h": 62 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 7, "w": 58, "h": 62 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0098.png", + "frame": { "x": 291, "y": 1, "w": 58, "h": 62 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 7, "w": 58, "h": 62 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0099.png", + "frame": { "x": 222, "y": 64, "w": 57, "h": 62 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 7, "w": 57, "h": 62 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0100.png", + "frame": { "x": 55, "y": 258, "w": 56, "h": 62 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 7, "w": 56, "h": 62 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0101.png", + "frame": { "x": 291, "y": 63, "w": 57, "h": 63 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 6, "w": 57, "h": 63 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0102.png", + "frame": { "x": 278, "y": 126, "w": 56, "h": 63 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 6, "w": 56, "h": 63 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0103.png", + "frame": { "x": 1, "y": 128, "w": 55, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 5, "w": 55, "h": 64 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0104.png", + "frame": { "x": 112, "y": 64, "w": 55, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 65 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0105.png", + "frame": { "x": 325, "y": 256, "w": 54, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 4, "w": 54, "h": 65 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0106.png", + "frame": { "x": 1, "y": 257, "w": 54, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + } + ], + "meta": { + "app": "https://www.aseprite.org/", + "version": "1.3.13-x64", + "image": "2076.png", + "format": "I8", + "size": { "w": 408, "h": 447 }, + "scale": "1" + } } diff --git a/public/images/pokemon/exp/back/2076.png b/public/images/pokemon/exp/back/2076.png index 327aed5d485..a3e203ac669 100644 Binary files a/public/images/pokemon/exp/back/2076.png and b/public/images/pokemon/exp/back/2076.png differ diff --git a/public/images/pokemon/exp/back/2088.json b/public/images/pokemon/exp/back/2088.json index 72673c949ba..bc5207262b9 100644 --- a/public/images/pokemon/exp/back/2088.json +++ b/public/images/pokemon/exp/back/2088.json @@ -1,230 +1,173 @@ -{ - "textures": [ - { - "image": "2088.png", - "format": "RGBA8888", - "size": { - "w": 123, - "h": 123 - }, - "scale": 1, - "frames": [ - { - "filename": "0002.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 48, - "h": 41 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 47, - "h": 41 - }, - "frame": { - "x": 0, - "y": 0, - "w": 47, - "h": 41 - } - }, - { - "filename": "0010.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 48, - "h": 41 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 47, - "h": 41 - }, - "frame": { - "x": 0, - "y": 0, - "w": 47, - "h": 41 - } - }, - { - "filename": "0001.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 48, - "h": 41 - }, - "spriteSourceSize": { - "x": 0, - "y": 1, - "w": 48, - "h": 40 - }, - "frame": { - "x": 0, - "y": 41, - "w": 48, - "h": 40 - } - }, - { - "filename": "0003.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 48, - "h": 41 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 45, - "h": 41 - }, - "frame": { - "x": 47, - "y": 0, - "w": 45, - "h": 41 - } - }, - { - "filename": "0009.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 48, - "h": 41 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 45, - "h": 41 - }, - "frame": { - "x": 47, - "y": 0, - "w": 45, - "h": 41 - } - }, - { - "filename": "0005.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 48, - "h": 41 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 45, - "h": 41 - }, - "frame": { - "x": 48, - "y": 41, - "w": 45, - "h": 41 - } - }, - { - "filename": "0007.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 48, - "h": 41 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 45, - "h": 41 - }, - "frame": { - "x": 48, - "y": 41, - "w": 45, - "h": 41 - } - }, - { - "filename": "0006.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 48, - "h": 41 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 45, - "h": 41 - }, - "frame": { - "x": 0, - "y": 81, - "w": 45, - "h": 41 - } - }, - { - "filename": "0004.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 48, - "h": 41 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 44, - "h": 41 - }, - "frame": { - "x": 45, - "y": 82, - "w": 44, - "h": 41 - } - }, - { - "filename": "0008.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 48, - "h": 41 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 44, - "h": 41 - }, - "frame": { - "x": 45, - "y": 82, - "w": 44, - "h": 41 - } - } - ] - } - ], - "meta": { - "app": "https://www.codeandweb.com/texturepacker", - "version": "3.0", - "smartupdate": "$TexturePacker:SmartUpdate:e484c868865b60e304dbc1fe02c5c476:0f1d94616ba91025b99edb3470c9c467:b8df8f168871505f42fdc6d3c5b106f0$" - } +{ "frames": [ + { + "filename": "0001.png", + "frame": { "x": 49, "y": 111, "w": 48, "h": 39 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 0, "w": 48, "h": 39 }, + "sourceSize": { "w": 58, "h": 39 }, + "duration": 100 + }, + { + "filename": "0002.png", + "frame": { "x": 0, "y": 75, "w": 49, "h": 39 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 0, "w": 49, "h": 39 }, + "sourceSize": { "w": 58, "h": 39 }, + "duration": 100 + }, + { + "filename": "0003.png", + "frame": { "x": 216, "y": 75, "w": 50, "h": 38 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 1, "w": 50, "h": 38 }, + "sourceSize": { "w": 58, "h": 39 }, + "duration": 100 + }, + { + "filename": "0004.png", + "frame": { "x": 54, "y": 73, "w": 52, "h": 38 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 1, "w": 52, "h": 38 }, + "sourceSize": { "w": 58, "h": 39 }, + "duration": 100 + }, + { + "filename": "0005.png", + "frame": { "x": 0, "y": 37, "w": 54, "h": 38 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 1, "w": 54, "h": 38 }, + "sourceSize": { "w": 58, "h": 39 }, + "duration": 100 + }, + { + "filename": "0006.png", + "frame": { "x": 111, "y": 38, "w": 54, "h": 37 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 2, "w": 54, "h": 37 }, + "sourceSize": { "w": 58, "h": 39 }, + "duration": 100 + }, + { + "filename": "0007.png", + "frame": { "x": 169, "y": 0, "w": 56, "h": 37 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 2, "w": 56, "h": 37 }, + "sourceSize": { "w": 58, "h": 39 }, + "duration": 100 + }, + { + "filename": "0008.png", + "frame": { "x": 225, "y": 0, "w": 56, "h": 37 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 2, "w": 56, "h": 37 }, + "sourceSize": { "w": 58, "h": 39 }, + "duration": 100 + }, + { + "filename": "0009.png", + "frame": { "x": 54, "y": 37, "w": 57, "h": 36 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 3, "w": 57, "h": 36 }, + "sourceSize": { "w": 58, "h": 39 }, + "duration": 100 + }, + { + "filename": "0010.png", + "frame": { "x": 0, "y": 0, "w": 57, "h": 37 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 2, "w": 57, "h": 37 }, + "sourceSize": { "w": 58, "h": 39 }, + "duration": 100 + }, + { + "filename": "0011.png", + "frame": { "x": 57, "y": 0, "w": 57, "h": 37 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 2, "w": 57, "h": 37 }, + "sourceSize": { "w": 58, "h": 39 }, + "duration": 100 + }, + { + "filename": "0012.png", + "frame": { "x": 169, "y": 37, "w": 55, "h": 37 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 2, "w": 55, "h": 37 }, + "sourceSize": { "w": 58, "h": 39 }, + "duration": 100 + }, + { + "filename": "0013.png", + "frame": { "x": 114, "y": 0, "w": 55, "h": 38 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 1, "w": 55, "h": 38 }, + "sourceSize": { "w": 58, "h": 39 }, + "duration": 100 + }, + { + "filename": "0014.png", + "frame": { "x": 224, "y": 37, "w": 53, "h": 38 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 1, "w": 53, "h": 38 }, + "sourceSize": { "w": 58, "h": 39 }, + "duration": 100 + }, + { + "filename": "0015.png", + "frame": { "x": 165, "y": 74, "w": 51, "h": 38 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 1, "w": 51, "h": 38 }, + "sourceSize": { "w": 58, "h": 39 }, + "duration": 100 + }, + { + "filename": "0016.png", + "frame": { "x": 106, "y": 75, "w": 49, "h": 39 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 0, "w": 49, "h": 39 }, + "sourceSize": { "w": 58, "h": 39 }, + "duration": 100 + }, + { + "filename": "0017.png", + "frame": { "x": 155, "y": 112, "w": 48, "h": 39 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 0, "w": 48, "h": 39 }, + "sourceSize": { "w": 58, "h": 39 }, + "duration": 100 + }, + { + "filename": "0018.png", + "frame": { "x": 203, "y": 113, "w": 48, "h": 39 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 0, "w": 48, "h": 39 }, + "sourceSize": { "w": 58, "h": 39 }, + "duration": 100 + } + ], + "meta": { + "app": "https://www.aseprite.org/", + "version": "1.3.13-x64", + "image": "2088.png", + "format": "I8", + "size": { "w": 281, "h": 152 }, + "scale": "1" + } } diff --git a/public/images/pokemon/exp/back/2088.png b/public/images/pokemon/exp/back/2088.png index e98936663f3..24bf7f0f893 100644 Binary files a/public/images/pokemon/exp/back/2088.png and b/public/images/pokemon/exp/back/2088.png differ diff --git a/public/images/pokemon/exp/back/2089.json b/public/images/pokemon/exp/back/2089.json index 96334438eeb..c0416f08b26 100644 --- a/public/images/pokemon/exp/back/2089.json +++ b/public/images/pokemon/exp/back/2089.json @@ -1,230 +1,1091 @@ -{ - "textures": [ - { - "image": "2089.png", - "format": "RGBA8888", - "size": { - "w": 178, - "h": 178 - }, - "scale": 1, - "frames": [ - { - "filename": "0001.png", - "rotated": false, - "trimmed": false, - "sourceSize": { - "w": 82, - "h": 63 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 82, - "h": 63 - }, - "frame": { - "x": 0, - "y": 0, - "w": 82, - "h": 63 - } - }, - { - "filename": "0002.png", - "rotated": false, - "trimmed": false, - "sourceSize": { - "w": 82, - "h": 63 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 82, - "h": 63 - }, - "frame": { - "x": 82, - "y": 0, - "w": 82, - "h": 63 - } - }, - { - "filename": "0010.png", - "rotated": false, - "trimmed": false, - "sourceSize": { - "w": 82, - "h": 63 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 82, - "h": 63 - }, - "frame": { - "x": 82, - "y": 0, - "w": 82, - "h": 63 - } - }, - { - "filename": "0003.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 82, - "h": 63 - }, - "spriteSourceSize": { - "x": 0, - "y": 1, - "w": 82, - "h": 62 - }, - "frame": { - "x": 0, - "y": 63, - "w": 82, - "h": 62 - } - }, - { - "filename": "0009.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 82, - "h": 63 - }, - "spriteSourceSize": { - "x": 0, - "y": 1, - "w": 82, - "h": 62 - }, - "frame": { - "x": 0, - "y": 63, - "w": 82, - "h": 62 - } - }, - { - "filename": "0006.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 82, - "h": 63 - }, - "spriteSourceSize": { - "x": 0, - "y": 10, - "w": 82, - "h": 53 - }, - "frame": { - "x": 0, - "y": 125, - "w": 82, - "h": 53 - } - }, - { - "filename": "0004.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 82, - "h": 63 - }, - "spriteSourceSize": { - "x": 0, - "y": 4, - "w": 82, - "h": 59 - }, - "frame": { - "x": 82, - "y": 63, - "w": 82, - "h": 59 - } - }, - { - "filename": "0008.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 82, - "h": 63 - }, - "spriteSourceSize": { - "x": 0, - "y": 4, - "w": 82, - "h": 59 - }, - "frame": { - "x": 82, - "y": 63, - "w": 82, - "h": 59 - } - }, - { - "filename": "0005.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 82, - "h": 63 - }, - "spriteSourceSize": { - "x": 0, - "y": 7, - "w": 82, - "h": 56 - }, - "frame": { - "x": 82, - "y": 122, - "w": 82, - "h": 56 - } - }, - { - "filename": "0007.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 82, - "h": 63 - }, - "spriteSourceSize": { - "x": 0, - "y": 7, - "w": 82, - "h": 56 - }, - "frame": { - "x": 82, - "y": 122, - "w": 82, - "h": 56 - } - } - ] - } - ], - "meta": { - "app": "https://www.codeandweb.com/texturepacker", - "version": "3.0", - "smartupdate": "$TexturePacker:SmartUpdate:0605853b2d9e9b9ce3c2246177880cad:22cda080d52bc16ce02f7cf908ef31b6:49ee9ed0dd32c5ba33977741b45fc3f4$" - } +{ "frames": [ + { + "filename": "0001.png", + "frame": { "x": 1, "y": 1, "w": 81, "h": 62 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 0, "w": 81, "h": 62 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0002.png", + "frame": { "x": 82, "y": 1, "w": 82, "h": 61 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 1, "w": 82, "h": 61 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0003.png", + "frame": { "x": 246, "y": 1, "w": 83, "h": 60 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 2, "w": 83, "h": 60 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0004.png", + "frame": { "x": 246, "y": 61, "w": 84, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 4, "w": 84, "h": 58 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0005.png", + "frame": { "x": 414, "y": 61, "w": 85, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 5, "w": 85, "h": 57 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0006.png", + "frame": { "x": 499, "y": 118, "w": 86, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 6, "w": 86, "h": 56 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0007.png", + "frame": { "x": 259, "y": 119, "w": 87, "h": 54 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 8, "w": 87, "h": 54 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0008.png", + "frame": { "x": 87, "y": 174, "w": 88, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 9, "w": 88, "h": 53 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0009.png", + "frame": { "x": 88, "y": 227, "w": 89, "h": 51 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 11, "w": 89, "h": 51 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0010.png", + "frame": { "x": 266, "y": 228, "w": 90, "h": 50 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 12, "w": 90, "h": 50 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0011.png", + "frame": { "x": 358, "y": 278, "w": 91, "h": 49 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 13, "w": 91, "h": 49 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0012.png", + "frame": { "x": 1, "y": 328, "w": 92, "h": 47 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 15, "w": 92, "h": 47 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0013.png", + "frame": { "x": 93, "y": 375, "w": 93, "h": 46 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 16, "w": 93, "h": 46 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0014.png", + "frame": { "x": 186, "y": 375, "w": 93, "h": 46 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 16, "w": 93, "h": 46 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0015.png", + "frame": { "x": 542, "y": 375, "w": 92, "h": 46 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 16, "w": 92, "h": 46 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0016.png", + "frame": { "x": 1, "y": 375, "w": 92, "h": 47 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 15, "w": 92, "h": 47 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0017.png", + "frame": { "x": 449, "y": 327, "w": 92, "h": 48 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 14, "w": 92, "h": 48 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0018.png", + "frame": { "x": 449, "y": 278, "w": 91, "h": 49 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 13, "w": 91, "h": 49 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0019.png", + "frame": { "x": 88, "y": 278, "w": 90, "h": 50 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 12, "w": 90, "h": 50 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0020.png", + "frame": { "x": 177, "y": 227, "w": 89, "h": 51 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 11, "w": 89, "h": 51 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0021.png", + "frame": { "x": 346, "y": 175, "w": 87, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 9, "w": 87, "h": 53 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0022.png", + "frame": { "x": 87, "y": 119, "w": 86, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 7, "w": 86, "h": 55 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0023.png", + "frame": { "x": 499, "y": 61, "w": 85, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 5, "w": 85, "h": 57 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0024.png", + "frame": { "x": 412, "y": 1, "w": 83, "h": 60 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 2, "w": 83, "h": 60 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0025.png", + "frame": { "x": 1, "y": 1, "w": 81, "h": 62 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 0, "w": 81, "h": 62 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0026.png", + "frame": { "x": 82, "y": 1, "w": 82, "h": 61 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 1, "w": 82, "h": 61 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0027.png", + "frame": { "x": 246, "y": 1, "w": 83, "h": 60 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 2, "w": 83, "h": 60 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0028.png", + "frame": { "x": 246, "y": 61, "w": 84, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 4, "w": 84, "h": 58 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0029.png", + "frame": { "x": 414, "y": 61, "w": 85, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 5, "w": 85, "h": 57 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0030.png", + "frame": { "x": 499, "y": 118, "w": 86, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 6, "w": 86, "h": 56 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0031.png", + "frame": { "x": 259, "y": 119, "w": 87, "h": 54 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 8, "w": 87, "h": 54 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0032.png", + "frame": { "x": 87, "y": 174, "w": 88, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 9, "w": 88, "h": 53 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0033.png", + "frame": { "x": 88, "y": 227, "w": 89, "h": 51 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 11, "w": 89, "h": 51 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0034.png", + "frame": { "x": 266, "y": 228, "w": 90, "h": 50 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 12, "w": 90, "h": 50 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0035.png", + "frame": { "x": 358, "y": 278, "w": 91, "h": 49 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 13, "w": 91, "h": 49 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0036.png", + "frame": { "x": 1, "y": 328, "w": 92, "h": 47 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 15, "w": 92, "h": 47 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0037.png", + "frame": { "x": 93, "y": 375, "w": 93, "h": 46 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 16, "w": 93, "h": 46 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0038.png", + "frame": { "x": 186, "y": 375, "w": 93, "h": 46 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 16, "w": 93, "h": 46 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0039.png", + "frame": { "x": 542, "y": 375, "w": 92, "h": 46 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 16, "w": 92, "h": 46 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0040.png", + "frame": { "x": 1, "y": 375, "w": 92, "h": 47 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 15, "w": 92, "h": 47 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0041.png", + "frame": { "x": 449, "y": 327, "w": 92, "h": 48 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 14, "w": 92, "h": 48 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0042.png", + "frame": { "x": 449, "y": 278, "w": 91, "h": 49 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 13, "w": 91, "h": 49 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0043.png", + "frame": { "x": 88, "y": 278, "w": 90, "h": 50 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 12, "w": 90, "h": 50 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0044.png", + "frame": { "x": 177, "y": 227, "w": 89, "h": 51 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 11, "w": 89, "h": 51 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0045.png", + "frame": { "x": 346, "y": 175, "w": 87, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 9, "w": 87, "h": 53 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0046.png", + "frame": { "x": 87, "y": 119, "w": 86, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 7, "w": 86, "h": 55 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0047.png", + "frame": { "x": 499, "y": 61, "w": 85, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 5, "w": 85, "h": 57 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0048.png", + "frame": { "x": 412, "y": 1, "w": 83, "h": 60 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 2, "w": 83, "h": 60 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0049.png", + "frame": { "x": 1, "y": 1, "w": 81, "h": 62 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 0, "w": 81, "h": 62 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0050.png", + "frame": { "x": 82, "y": 1, "w": 82, "h": 61 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 1, "w": 82, "h": 61 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0051.png", + "frame": { "x": 246, "y": 1, "w": 83, "h": 60 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 2, "w": 83, "h": 60 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0052.png", + "frame": { "x": 246, "y": 61, "w": 84, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 4, "w": 84, "h": 58 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0053.png", + "frame": { "x": 414, "y": 61, "w": 85, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 5, "w": 85, "h": 57 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0054.png", + "frame": { "x": 499, "y": 118, "w": 86, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 6, "w": 86, "h": 56 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0055.png", + "frame": { "x": 259, "y": 119, "w": 87, "h": 54 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 8, "w": 87, "h": 54 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0056.png", + "frame": { "x": 87, "y": 174, "w": 88, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 9, "w": 88, "h": 53 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0057.png", + "frame": { "x": 88, "y": 227, "w": 89, "h": 51 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 11, "w": 89, "h": 51 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0058.png", + "frame": { "x": 266, "y": 228, "w": 90, "h": 50 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 12, "w": 90, "h": 50 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0059.png", + "frame": { "x": 358, "y": 278, "w": 91, "h": 49 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 13, "w": 91, "h": 49 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0060.png", + "frame": { "x": 1, "y": 328, "w": 92, "h": 47 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 15, "w": 92, "h": 47 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0061.png", + "frame": { "x": 93, "y": 375, "w": 93, "h": 46 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 16, "w": 93, "h": 46 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0062.png", + "frame": { "x": 186, "y": 375, "w": 93, "h": 46 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 16, "w": 93, "h": 46 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0063.png", + "frame": { "x": 542, "y": 375, "w": 92, "h": 46 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 16, "w": 92, "h": 46 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0064.png", + "frame": { "x": 1, "y": 375, "w": 92, "h": 47 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 15, "w": 92, "h": 47 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0065.png", + "frame": { "x": 449, "y": 327, "w": 92, "h": 48 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 14, "w": 92, "h": 48 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0066.png", + "frame": { "x": 449, "y": 278, "w": 91, "h": 49 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 13, "w": 91, "h": 49 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0067.png", + "frame": { "x": 88, "y": 278, "w": 90, "h": 50 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 12, "w": 90, "h": 50 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0068.png", + "frame": { "x": 177, "y": 227, "w": 89, "h": 51 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 11, "w": 89, "h": 51 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0069.png", + "frame": { "x": 346, "y": 175, "w": 87, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 9, "w": 87, "h": 53 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0070.png", + "frame": { "x": 87, "y": 119, "w": 86, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 7, "w": 86, "h": 55 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0071.png", + "frame": { "x": 499, "y": 61, "w": 85, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 5, "w": 85, "h": 57 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0072.png", + "frame": { "x": 412, "y": 1, "w": 83, "h": 60 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 2, "w": 83, "h": 60 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0073.png", + "frame": { "x": 1, "y": 1, "w": 81, "h": 62 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 0, "w": 81, "h": 62 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0074.png", + "frame": { "x": 82, "y": 1, "w": 82, "h": 61 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 1, "w": 82, "h": 61 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0075.png", + "frame": { "x": 246, "y": 1, "w": 83, "h": 60 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 2, "w": 83, "h": 60 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0076.png", + "frame": { "x": 246, "y": 61, "w": 84, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 4, "w": 84, "h": 58 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0077.png", + "frame": { "x": 414, "y": 61, "w": 85, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 5, "w": 85, "h": 57 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0078.png", + "frame": { "x": 499, "y": 118, "w": 86, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 6, "w": 86, "h": 56 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0079.png", + "frame": { "x": 259, "y": 119, "w": 87, "h": 54 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 8, "w": 87, "h": 54 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0080.png", + "frame": { "x": 87, "y": 174, "w": 88, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 9, "w": 88, "h": 53 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0081.png", + "frame": { "x": 88, "y": 227, "w": 89, "h": 51 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 11, "w": 89, "h": 51 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0082.png", + "frame": { "x": 266, "y": 228, "w": 90, "h": 50 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 12, "w": 90, "h": 50 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0083.png", + "frame": { "x": 358, "y": 278, "w": 91, "h": 49 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 13, "w": 91, "h": 49 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0084.png", + "frame": { "x": 1, "y": 328, "w": 92, "h": 47 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 15, "w": 92, "h": 47 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0085.png", + "frame": { "x": 93, "y": 375, "w": 93, "h": 46 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 16, "w": 93, "h": 46 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0086.png", + "frame": { "x": 186, "y": 375, "w": 93, "h": 46 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 16, "w": 93, "h": 46 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0087.png", + "frame": { "x": 542, "y": 375, "w": 92, "h": 46 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 16, "w": 92, "h": 46 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0088.png", + "frame": { "x": 1, "y": 375, "w": 92, "h": 47 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 15, "w": 92, "h": 47 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0089.png", + "frame": { "x": 449, "y": 327, "w": 92, "h": 48 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 14, "w": 92, "h": 48 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0090.png", + "frame": { "x": 449, "y": 278, "w": 91, "h": 49 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 13, "w": 91, "h": 49 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0091.png", + "frame": { "x": 88, "y": 278, "w": 90, "h": 50 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 12, "w": 90, "h": 50 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0092.png", + "frame": { "x": 177, "y": 227, "w": 89, "h": 51 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 11, "w": 89, "h": 51 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0093.png", + "frame": { "x": 346, "y": 175, "w": 87, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 9, "w": 87, "h": 53 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0094.png", + "frame": { "x": 87, "y": 119, "w": 86, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 7, "w": 86, "h": 55 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0095.png", + "frame": { "x": 499, "y": 61, "w": 85, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 5, "w": 85, "h": 57 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0096.png", + "frame": { "x": 412, "y": 1, "w": 83, "h": 60 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 2, "w": 83, "h": 60 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0097.png", + "frame": { "x": 1, "y": 1, "w": 81, "h": 62 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 0, "w": 81, "h": 62 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0098.png", + "frame": { "x": 164, "y": 1, "w": 82, "h": 61 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 1, "w": 82, "h": 61 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0099.png", + "frame": { "x": 495, "y": 1, "w": 83, "h": 60 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 2, "w": 83, "h": 60 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0100.png", + "frame": { "x": 330, "y": 61, "w": 84, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 4, "w": 84, "h": 58 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0101.png", + "frame": { "x": 414, "y": 118, "w": 85, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 5, "w": 85, "h": 57 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0102.png", + "frame": { "x": 1, "y": 119, "w": 86, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 6, "w": 86, "h": 56 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0103.png", + "frame": { "x": 259, "y": 173, "w": 87, "h": 54 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 8, "w": 87, "h": 54 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0104.png", + "frame": { "x": 499, "y": 174, "w": 88, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 9, "w": 88, "h": 53 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0105.png", + "frame": { "x": 433, "y": 227, "w": 89, "h": 51 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 11, "w": 89, "h": 51 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0106.png", + "frame": { "x": 178, "y": 278, "w": 90, "h": 50 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 12, "w": 90, "h": 50 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0107.png", + "frame": { "x": 540, "y": 278, "w": 91, "h": 49 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 13, "w": 91, "h": 49 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0108.png", + "frame": { "x": 93, "y": 328, "w": 92, "h": 47 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 15, "w": 92, "h": 47 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0109.png", + "frame": { "x": 93, "y": 375, "w": 93, "h": 46 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 16, "w": 93, "h": 46 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0110.png", + "frame": { "x": 449, "y": 375, "w": 93, "h": 46 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 16, "w": 93, "h": 46 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0111.png", + "frame": { "x": 279, "y": 376, "w": 92, "h": 46 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 16, "w": 92, "h": 46 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0112.png", + "frame": { "x": 185, "y": 328, "w": 92, "h": 47 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 15, "w": 92, "h": 47 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0113.png", + "frame": { "x": 541, "y": 327, "w": 92, "h": 48 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 14, "w": 92, "h": 48 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0114.png", + "frame": { "x": 358, "y": 327, "w": 91, "h": 49 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 13, "w": 91, "h": 49 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0115.png", + "frame": { "x": 268, "y": 278, "w": 90, "h": 50 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 12, "w": 90, "h": 50 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0116.png", + "frame": { "x": 522, "y": 227, "w": 89, "h": 51 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 11, "w": 89, "h": 51 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0117.png", + "frame": { "x": 1, "y": 227, "w": 87, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 9, "w": 87, "h": 53 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0118.png", + "frame": { "x": 173, "y": 119, "w": 86, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 7, "w": 86, "h": 55 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0119.png", + "frame": { "x": 82, "y": 62, "w": 85, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 5, "w": 85, "h": 57 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0120.png", + "frame": { "x": 329, "y": 1, "w": 83, "h": 60 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 2, "w": 83, "h": 60 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + } + ], + "meta": { + "app": "https://www.aseprite.org/", + "version": "1.3.13-x64", + "image": "2089.png", + "format": "I8", + "size": { "w": 635, "h": 423 }, + "scale": "1" + } } diff --git a/public/images/pokemon/exp/back/2089.png b/public/images/pokemon/exp/back/2089.png index 2fbf7d8b1f4..244aeeed5a9 100644 Binary files a/public/images/pokemon/exp/back/2089.png and b/public/images/pokemon/exp/back/2089.png differ diff --git a/public/images/pokemon/exp/back/728.json b/public/images/pokemon/exp/back/728.json index 5f57c1fcd44..58c482252ec 100644 --- a/public/images/pokemon/exp/back/728.json +++ b/public/images/pokemon/exp/back/728.json @@ -1,230 +1,776 @@ -{ - "textures": [ - { - "image": "728.png", - "format": "RGBA8888", - "size": { - "w": 117, - "h": 117 - }, - "scale": 1, - "frames": [ - { - "filename": "0001.png", - "rotated": false, - "trimmed": false, - "sourceSize": { - "w": 41, - "h": 39 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 41, - "h": 39 - }, - "frame": { - "x": 0, - "y": 0, - "w": 41, - "h": 39 - } - }, - { - "filename": "0002.png", - "rotated": false, - "trimmed": false, - "sourceSize": { - "w": 41, - "h": 39 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 41, - "h": 39 - }, - "frame": { - "x": 0, - "y": 39, - "w": 41, - "h": 39 - } - }, - { - "filename": "0010.png", - "rotated": false, - "trimmed": false, - "sourceSize": { - "w": 41, - "h": 39 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 41, - "h": 39 - }, - "frame": { - "x": 0, - "y": 39, - "w": 41, - "h": 39 - } - }, - { - "filename": "0003.png", - "rotated": false, - "trimmed": false, - "sourceSize": { - "w": 41, - "h": 39 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 41, - "h": 39 - }, - "frame": { - "x": 0, - "y": 78, - "w": 41, - "h": 39 - } - }, - { - "filename": "0009.png", - "rotated": false, - "trimmed": false, - "sourceSize": { - "w": 41, - "h": 39 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 41, - "h": 39 - }, - "frame": { - "x": 0, - "y": 78, - "w": 41, - "h": 39 - } - }, - { - "filename": "0004.png", - "rotated": false, - "trimmed": false, - "sourceSize": { - "w": 41, - "h": 39 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 41, - "h": 39 - }, - "frame": { - "x": 41, - "y": 0, - "w": 41, - "h": 39 - } - }, - { - "filename": "0008.png", - "rotated": false, - "trimmed": false, - "sourceSize": { - "w": 41, - "h": 39 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 41, - "h": 39 - }, - "frame": { - "x": 41, - "y": 0, - "w": 41, - "h": 39 - } - }, - { - "filename": "0005.png", - "rotated": false, - "trimmed": false, - "sourceSize": { - "w": 41, - "h": 39 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 41, - "h": 39 - }, - "frame": { - "x": 41, - "y": 39, - "w": 41, - "h": 39 - } - }, - { - "filename": "0007.png", - "rotated": false, - "trimmed": false, - "sourceSize": { - "w": 41, - "h": 39 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 41, - "h": 39 - }, - "frame": { - "x": 41, - "y": 39, - "w": 41, - "h": 39 - } - }, - { - "filename": "0006.png", - "rotated": false, - "trimmed": false, - "sourceSize": { - "w": 41, - "h": 39 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 41, - "h": 39 - }, - "frame": { - "x": 41, - "y": 78, - "w": 41, - "h": 39 - } - } - ] - } - ], - "meta": { - "app": "https://www.codeandweb.com/texturepacker", - "version": "3.0", - "smartupdate": "$TexturePacker:SmartUpdate:0c090e4088db927644a68af712498874:155a43cf4b3a603228f72b6aea7f5fa8:74218c18c9d392741666ee5c0c28d306$" - } +{ "frames": [ + { + "filename": "0001.png", + "frame": { "x": 130, "y": 151, "w": 40, "h": 39 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0002.png", + "frame": { "x": 85, "y": 152, "w": 40, "h": 39 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0003.png", + "frame": { "x": 43, "y": 194, "w": 40, "h": 37 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 21, "w": 40, "h": 37 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0004.png", + "frame": { "x": 169, "y": 194, "w": 39, "h": 37 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0005.png", + "frame": { "x": 166, "y": 233, "w": 39, "h": 36 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 22, "w": 39, "h": 36 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0006.png", + "frame": { "x": 1, "y": 234, "w": 39, "h": 36 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 22, "w": 39, "h": 36 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0007.png", + "frame": { "x": 43, "y": 233, "w": 39, "h": 37 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0008.png", + "frame": { "x": 84, "y": 233, "w": 39, "h": 37 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0009.png", + "frame": { "x": 125, "y": 233, "w": 39, "h": 37 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0010.png", + "frame": { "x": 85, "y": 193, "w": 40, "h": 38 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 38 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0011.png", + "frame": { "x": 43, "y": 153, "w": 40, "h": 39 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0012.png", + "frame": { "x": 127, "y": 192, "w": 40, "h": 39 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0013.png", + "frame": { "x": 130, "y": 151, "w": 40, "h": 39 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0014.png", + "frame": { "x": 85, "y": 152, "w": 40, "h": 39 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0015.png", + "frame": { "x": 43, "y": 194, "w": 40, "h": 37 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 21, "w": 40, "h": 37 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0016.png", + "frame": { "x": 169, "y": 194, "w": 39, "h": 37 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0017.png", + "frame": { "x": 166, "y": 233, "w": 39, "h": 36 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 22, "w": 39, "h": 36 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0018.png", + "frame": { "x": 1, "y": 234, "w": 39, "h": 36 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 22, "w": 39, "h": 36 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0019.png", + "frame": { "x": 43, "y": 233, "w": 39, "h": 37 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0020.png", + "frame": { "x": 84, "y": 233, "w": 39, "h": 37 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0021.png", + "frame": { "x": 125, "y": 233, "w": 39, "h": 37 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0022.png", + "frame": { "x": 85, "y": 193, "w": 40, "h": 38 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 38 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0023.png", + "frame": { "x": 43, "y": 153, "w": 40, "h": 39 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0024.png", + "frame": { "x": 127, "y": 192, "w": 40, "h": 39 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0025.png", + "frame": { "x": 130, "y": 151, "w": 40, "h": 39 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0026.png", + "frame": { "x": 85, "y": 152, "w": 40, "h": 39 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0027.png", + "frame": { "x": 43, "y": 194, "w": 40, "h": 37 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 21, "w": 40, "h": 37 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0028.png", + "frame": { "x": 169, "y": 194, "w": 39, "h": 37 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0029.png", + "frame": { "x": 166, "y": 233, "w": 39, "h": 36 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 22, "w": 39, "h": 36 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0030.png", + "frame": { "x": 1, "y": 234, "w": 39, "h": 36 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 22, "w": 39, "h": 36 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0031.png", + "frame": { "x": 43, "y": 233, "w": 39, "h": 37 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0032.png", + "frame": { "x": 84, "y": 233, "w": 39, "h": 37 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0033.png", + "frame": { "x": 125, "y": 233, "w": 39, "h": 37 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0034.png", + "frame": { "x": 85, "y": 193, "w": 40, "h": 38 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 38 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0035.png", + "frame": { "x": 43, "y": 153, "w": 40, "h": 39 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0036.png", + "frame": { "x": 127, "y": 192, "w": 40, "h": 39 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0037.png", + "frame": { "x": 130, "y": 151, "w": 40, "h": 39 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0038.png", + "frame": { "x": 85, "y": 152, "w": 40, "h": 39 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0039.png", + "frame": { "x": 43, "y": 194, "w": 40, "h": 37 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 21, "w": 40, "h": 37 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0040.png", + "frame": { "x": 169, "y": 194, "w": 39, "h": 37 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0041.png", + "frame": { "x": 166, "y": 233, "w": 39, "h": 36 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 22, "w": 39, "h": 36 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0042.png", + "frame": { "x": 1, "y": 234, "w": 39, "h": 36 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 22, "w": 39, "h": 36 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0043.png", + "frame": { "x": 43, "y": 233, "w": 39, "h": 37 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0044.png", + "frame": { "x": 84, "y": 233, "w": 39, "h": 37 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0045.png", + "frame": { "x": 125, "y": 233, "w": 39, "h": 37 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0046.png", + "frame": { "x": 85, "y": 193, "w": 40, "h": 38 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 38 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0047.png", + "frame": { "x": 43, "y": 153, "w": 40, "h": 39 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0048.png", + "frame": { "x": 127, "y": 192, "w": 40, "h": 39 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0049.png", + "frame": { "x": 130, "y": 151, "w": 40, "h": 39 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0050.png", + "frame": { "x": 85, "y": 152, "w": 40, "h": 39 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0051.png", + "frame": { "x": 43, "y": 194, "w": 40, "h": 37 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 21, "w": 40, "h": 37 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0052.png", + "frame": { "x": 169, "y": 194, "w": 39, "h": 37 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0053.png", + "frame": { "x": 166, "y": 233, "w": 39, "h": 36 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 22, "w": 39, "h": 36 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0054.png", + "frame": { "x": 1, "y": 234, "w": 39, "h": 36 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 22, "w": 39, "h": 36 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0055.png", + "frame": { "x": 43, "y": 233, "w": 39, "h": 37 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0056.png", + "frame": { "x": 84, "y": 233, "w": 39, "h": 37 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0057.png", + "frame": { "x": 125, "y": 233, "w": 39, "h": 37 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0058.png", + "frame": { "x": 85, "y": 193, "w": 40, "h": 38 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 38 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0059.png", + "frame": { "x": 43, "y": 153, "w": 40, "h": 39 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0060.png", + "frame": { "x": 127, "y": 192, "w": 40, "h": 39 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0061.png", + "frame": { "x": 1, "y": 193, "w": 40, "h": 39 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0062.png", + "frame": { "x": 1, "y": 151, "w": 40, "h": 40 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 19, "w": 40, "h": 40 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0063.png", + "frame": { "x": 43, "y": 110, "w": 40, "h": 41 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 18, "w": 40, "h": 41 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0064.png", + "frame": { "x": 1, "y": 107, "w": 40, "h": 42 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 17, "w": 40, "h": 42 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0065.png", + "frame": { "x": 130, "y": 107, "w": 40, "h": 42 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 17, "w": 40, "h": 42 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0066.png", + "frame": { "x": 172, "y": 105, "w": 40, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 16, "w": 40, "h": 43 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0067.png", + "frame": { "x": 1, "y": 61, "w": 40, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 15, "w": 40, "h": 44 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0068.png", + "frame": { "x": 130, "y": 60, "w": 40, "h": 45 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 14, "w": 40, "h": 45 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0069.png", + "frame": { "x": 88, "y": 60, "w": 40, "h": 46 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 13, "w": 40, "h": 46 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0070.png", + "frame": { "x": 46, "y": 60, "w": 40, "h": 48 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 11, "w": 40, "h": 48 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0071.png", + "frame": { "x": 174, "y": 54, "w": 40, "h": 49 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 10, "w": 40, "h": 49 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0072.png", + "frame": { "x": 174, "y": 1, "w": 40, "h": 51 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 8, "w": 40, "h": 51 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0073.png", + "frame": { "x": 46, "y": 1, "w": 42, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 2, "w": 42, "h": 57 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0074.png", + "frame": { "x": 1, "y": 1, "w": 43, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 1, "w": 43, "h": 58 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0075.png", + "frame": { "x": 1, "y": 1, "w": 43, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 1, "w": 43, "h": 58 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0076.png", + "frame": { "x": 1, "y": 1, "w": 43, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 1, "w": 43, "h": 58 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0077.png", + "frame": { "x": 1, "y": 1, "w": 43, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 1, "w": 43, "h": 58 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0078.png", + "frame": { "x": 133, "y": 1, "w": 39, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 2, "w": 39, "h": 55 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0079.png", + "frame": { "x": 90, "y": 1, "w": 41, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 0, "w": 41, "h": 57 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0080.png", + "frame": { "x": 172, "y": 150, "w": 39, "h": 42 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 16, "w": 39, "h": 42 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0081.png", + "frame": { "x": 88, "y": 108, "w": 40, "h": 42 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 16, "w": 40, "h": 42 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0082.png", + "frame": { "x": 130, "y": 107, "w": 40, "h": 42 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 17, "w": 40, "h": 42 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0083.png", + "frame": { "x": 1, "y": 107, "w": 40, "h": 42 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 17, "w": 40, "h": 42 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0084.png", + "frame": { "x": 43, "y": 110, "w": 40, "h": 41 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 18, "w": 40, "h": 41 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0085.png", + "frame": { "x": 1, "y": 151, "w": 40, "h": 40 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 19, "w": 40, "h": 40 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + } + ], + "meta": { + "app": "https://www.aseprite.org/", + "version": "1.3.13-x64", + "image": "728.png", + "format": "I8", + "size": { "w": 215, "h": 271 }, + "scale": "1" + } } diff --git a/public/images/pokemon/exp/back/728.png b/public/images/pokemon/exp/back/728.png index 7564e0eceac..d3534c8f37b 100644 Binary files a/public/images/pokemon/exp/back/728.png and b/public/images/pokemon/exp/back/728.png differ diff --git a/public/images/pokemon/exp/back/729.json b/public/images/pokemon/exp/back/729.json index a8859e39a33..97deebe472e 100644 --- a/public/images/pokemon/exp/back/729.json +++ b/public/images/pokemon/exp/back/729.json @@ -1,230 +1,1055 @@ -{ - "textures": [ - { - "image": "729.png", - "format": "RGBA8888", - "size": { - "w": 148, - "h": 148 - }, - "scale": 1, - "frames": [ - { - "filename": "0006.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 71, - "h": 50 - }, - "spriteSourceSize": { - "x": 1, - "y": 0, - "w": 70, - "h": 50 - }, - "frame": { - "x": 0, - "y": 0, - "w": 70, - "h": 50 - } - }, - { - "filename": "0005.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 71, - "h": 50 - }, - "spriteSourceSize": { - "x": 1, - "y": 1, - "w": 70, - "h": 49 - }, - "frame": { - "x": 0, - "y": 50, - "w": 70, - "h": 49 - } - }, - { - "filename": "0007.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 71, - "h": 50 - }, - "spriteSourceSize": { - "x": 1, - "y": 1, - "w": 70, - "h": 49 - }, - "frame": { - "x": 0, - "y": 50, - "w": 70, - "h": 49 - } - }, - { - "filename": "0003.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 71, - "h": 50 - }, - "spriteSourceSize": { - "x": 0, - "y": 1, - "w": 69, - "h": 49 - }, - "frame": { - "x": 0, - "y": 99, - "w": 69, - "h": 49 - } - }, - { - "filename": "0009.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 71, - "h": 50 - }, - "spriteSourceSize": { - "x": 0, - "y": 1, - "w": 69, - "h": 49 - }, - "frame": { - "x": 0, - "y": 99, - "w": 69, - "h": 49 - } - }, - { - "filename": "0002.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 71, - "h": 50 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 68, - "h": 50 - }, - "frame": { - "x": 70, - "y": 0, - "w": 68, - "h": 50 - } - }, - { - "filename": "0010.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 71, - "h": 50 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 68, - "h": 50 - }, - "frame": { - "x": 70, - "y": 0, - "w": 68, - "h": 50 - } - }, - { - "filename": "0001.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 71, - "h": 50 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 67, - "h": 50 - }, - "frame": { - "x": 70, - "y": 50, - "w": 67, - "h": 50 - } - }, - { - "filename": "0004.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 71, - "h": 50 - }, - "spriteSourceSize": { - "x": 0, - "y": 2, - "w": 70, - "h": 48 - }, - "frame": { - "x": 69, - "y": 100, - "w": 70, - "h": 48 - } - }, - { - "filename": "0008.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 71, - "h": 50 - }, - "spriteSourceSize": { - "x": 0, - "y": 2, - "w": 70, - "h": 48 - }, - "frame": { - "x": 69, - "y": 100, - "w": 70, - "h": 48 - } - } - ] - } - ], - "meta": { - "app": "https://www.codeandweb.com/texturepacker", - "version": "3.0", - "smartupdate": "$TexturePacker:SmartUpdate:ca6603181d5c8644f2bdbeecb46551b0:09ccc951204ac93cf598ed13a34f0429:b2d5dd692ec79c7357afdffa7b3670a9$" - } +{ "frames": [ + { + "filename": "0001.png", + "frame": { "x": 348, "y": 280, "w": 56, "h": 54 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 9, "w": 56, "h": 54 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0002.png", + "frame": { "x": 166, "y": 283, "w": 55, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 10, "w": 55, "h": 53 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0003.png", + "frame": { "x": 0, "y": 284, "w": 54, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 10, "w": 54, "h": 53 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0004.png", + "frame": { "x": 348, "y": 334, "w": 52, "h": 52 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 11, "w": 52, "h": 52 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0005.png", + "frame": { "x": 49, "y": 337, "w": 49, "h": 52 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 11, "y": 11, "w": 49, "h": 52 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0006.png", + "frame": { "x": 49, "y": 389, "w": 47, "h": 51 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 13, "y": 12, "w": 47, "h": 51 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0007.png", + "frame": { "x": 265, "y": 388, "w": 47, "h": 52 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 13, "y": 11, "w": 47, "h": 52 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0008.png", + "frame": { "x": 386, "y": 386, "w": 47, "h": 52 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 13, "y": 11, "w": 47, "h": 52 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0009.png", + "frame": { "x": 98, "y": 337, "w": 49, "h": 52 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 11, "y": 11, "w": 49, "h": 52 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0010.png", + "frame": { "x": 287, "y": 335, "w": 51, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 10, "w": 51, "h": 53 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0011.png", + "frame": { "x": 491, "y": 224, "w": 53, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 10, "w": 53, "h": 53 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0012.png", + "frame": { "x": 112, "y": 283, "w": 54, "h": 54 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 9, "w": 54, "h": 54 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0013.png", + "frame": { "x": 292, "y": 280, "w": 56, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 8, "w": 56, "h": 55 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0014.png", + "frame": { "x": 174, "y": 228, "w": 57, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 8, "w": 57, "h": 55 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0015.png", + "frame": { "x": 328, "y": 114, "w": 59, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 7, "w": 59, "h": 56 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0016.png", + "frame": { "x": 195, "y": 61, "w": 59, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 7, "w": 59, "h": 57 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0017.png", + "frame": { "x": 334, "y": 57, "w": 60, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 7, "w": 60, "h": 57 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0018.png", + "frame": { "x": 394, "y": 57, "w": 60, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 7, "w": 60, "h": 57 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0019.png", + "frame": { "x": 268, "y": 60, "w": 60, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 7, "w": 60, "h": 57 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0020.png", + "frame": { "x": 68, "y": 62, "w": 60, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 7, "w": 60, "h": 56 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0021.png", + "frame": { "x": 234, "y": 172, "w": 59, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 55 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0022.png", + "frame": { "x": 293, "y": 225, "w": 59, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 55 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0023.png", + "frame": { "x": 234, "y": 227, "w": 58, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 8, "w": 58, "h": 55 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0024.png", + "frame": { "x": 59, "y": 174, "w": 57, "h": 54 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 9, "w": 57, "h": 54 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0025.png", + "frame": { "x": 348, "y": 280, "w": 56, "h": 54 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 9, "w": 56, "h": 54 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0026.png", + "frame": { "x": 166, "y": 283, "w": 55, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 10, "w": 55, "h": 53 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0027.png", + "frame": { "x": 0, "y": 284, "w": 54, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 10, "w": 54, "h": 53 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0028.png", + "frame": { "x": 348, "y": 334, "w": 52, "h": 52 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 11, "w": 52, "h": 52 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0029.png", + "frame": { "x": 49, "y": 337, "w": 49, "h": 52 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 11, "y": 11, "w": 49, "h": 52 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0030.png", + "frame": { "x": 49, "y": 389, "w": 47, "h": 51 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 13, "y": 12, "w": 47, "h": 51 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0031.png", + "frame": { "x": 265, "y": 388, "w": 47, "h": 52 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 13, "y": 11, "w": 47, "h": 52 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0032.png", + "frame": { "x": 386, "y": 386, "w": 47, "h": 52 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 13, "y": 11, "w": 47, "h": 52 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0033.png", + "frame": { "x": 98, "y": 337, "w": 49, "h": 52 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 11, "y": 11, "w": 49, "h": 52 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0034.png", + "frame": { "x": 287, "y": 335, "w": 51, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 10, "w": 51, "h": 53 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0035.png", + "frame": { "x": 491, "y": 224, "w": 53, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 10, "w": 53, "h": 53 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0036.png", + "frame": { "x": 112, "y": 283, "w": 54, "h": 54 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 9, "w": 54, "h": 54 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0037.png", + "frame": { "x": 292, "y": 280, "w": 56, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 8, "w": 56, "h": 55 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0038.png", + "frame": { "x": 174, "y": 228, "w": 57, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 8, "w": 57, "h": 55 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0039.png", + "frame": { "x": 328, "y": 114, "w": 59, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 7, "w": 59, "h": 56 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0040.png", + "frame": { "x": 195, "y": 61, "w": 59, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 7, "w": 59, "h": 57 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0041.png", + "frame": { "x": 334, "y": 57, "w": 60, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 7, "w": 60, "h": 57 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0042.png", + "frame": { "x": 394, "y": 57, "w": 60, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 7, "w": 60, "h": 57 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0043.png", + "frame": { "x": 268, "y": 60, "w": 60, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 7, "w": 60, "h": 57 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0044.png", + "frame": { "x": 68, "y": 62, "w": 60, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 7, "w": 60, "h": 56 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0045.png", + "frame": { "x": 234, "y": 172, "w": 59, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 55 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0046.png", + "frame": { "x": 293, "y": 225, "w": 59, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 55 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0047.png", + "frame": { "x": 234, "y": 227, "w": 58, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 8, "w": 58, "h": 55 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0048.png", + "frame": { "x": 59, "y": 174, "w": 57, "h": 54 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 9, "w": 57, "h": 54 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0049.png", + "frame": { "x": 348, "y": 280, "w": 56, "h": 54 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 9, "w": 56, "h": 54 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0050.png", + "frame": { "x": 166, "y": 283, "w": 55, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 10, "w": 55, "h": 53 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0051.png", + "frame": { "x": 0, "y": 284, "w": 54, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 10, "w": 54, "h": 53 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0052.png", + "frame": { "x": 348, "y": 334, "w": 52, "h": 52 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 11, "w": 52, "h": 52 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0053.png", + "frame": { "x": 49, "y": 337, "w": 49, "h": 52 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 11, "y": 11, "w": 49, "h": 52 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0054.png", + "frame": { "x": 49, "y": 389, "w": 47, "h": 51 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 13, "y": 12, "w": 47, "h": 51 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0055.png", + "frame": { "x": 265, "y": 388, "w": 47, "h": 52 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 13, "y": 11, "w": 47, "h": 52 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0056.png", + "frame": { "x": 386, "y": 386, "w": 47, "h": 52 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 13, "y": 11, "w": 47, "h": 52 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0057.png", + "frame": { "x": 98, "y": 337, "w": 49, "h": 52 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 11, "y": 11, "w": 49, "h": 52 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0058.png", + "frame": { "x": 287, "y": 335, "w": 51, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 10, "w": 51, "h": 53 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0059.png", + "frame": { "x": 491, "y": 224, "w": 53, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 10, "w": 53, "h": 53 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0060.png", + "frame": { "x": 112, "y": 283, "w": 54, "h": 54 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 9, "w": 54, "h": 54 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0061.png", + "frame": { "x": 292, "y": 280, "w": 56, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 8, "w": 56, "h": 55 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0062.png", + "frame": { "x": 174, "y": 228, "w": 57, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 8, "w": 57, "h": 55 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0063.png", + "frame": { "x": 328, "y": 114, "w": 59, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 7, "w": 59, "h": 56 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0064.png", + "frame": { "x": 195, "y": 61, "w": 59, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 7, "w": 59, "h": 57 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0065.png", + "frame": { "x": 334, "y": 57, "w": 60, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 7, "w": 60, "h": 57 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0066.png", + "frame": { "x": 394, "y": 57, "w": 60, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 7, "w": 60, "h": 57 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0067.png", + "frame": { "x": 268, "y": 60, "w": 60, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 7, "w": 60, "h": 57 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0068.png", + "frame": { "x": 68, "y": 62, "w": 60, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 7, "w": 60, "h": 56 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0069.png", + "frame": { "x": 234, "y": 172, "w": 59, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 55 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0070.png", + "frame": { "x": 293, "y": 225, "w": 59, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 55 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0071.png", + "frame": { "x": 234, "y": 227, "w": 58, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 8, "w": 58, "h": 55 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0072.png", + "frame": { "x": 59, "y": 174, "w": 57, "h": 54 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 9, "w": 57, "h": 54 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0073.png", + "frame": { "x": 348, "y": 280, "w": 56, "h": 54 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 9, "w": 56, "h": 54 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0074.png", + "frame": { "x": 467, "y": 279, "w": 58, "h": 54 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 9, "w": 58, "h": 54 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0075.png", + "frame": { "x": 0, "y": 63, "w": 61, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 8, "w": 61, "h": 55 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0076.png", + "frame": { "x": 334, "y": 0, "w": 63, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 7, "w": 63, "h": 57 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0077.png", + "frame": { "x": 135, "y": 61, "w": 60, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 7, "w": 60, "h": 57 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0078.png", + "frame": { "x": 458, "y": 56, "w": 59, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 58 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0079.png", + "frame": { "x": 397, "y": 0, "w": 61, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 8, "w": 61, "h": 57 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0080.png", + "frame": { "x": 458, "y": 0, "w": 62, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 7, "w": 62, "h": 56 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0081.png", + "frame": { "x": 446, "y": 169, "w": 59, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 8, "w": 59, "h": 55 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0082.png", + "frame": { "x": 348, "y": 280, "w": 56, "h": 54 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 9, "w": 56, "h": 54 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0083.png", + "frame": { "x": 57, "y": 283, "w": 55, "h": 54 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 9, "w": 55, "h": 54 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0084.png", + "frame": { "x": 467, "y": 333, "w": 53, "h": 52 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 11, "w": 53, "h": 52 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0085.png", + "frame": { "x": 338, "y": 386, "w": 48, "h": 52 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 12, "y": 11, "w": 48, "h": 52 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0086.png", + "frame": { "x": 216, "y": 336, "w": 49, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 14, "y": 11, "w": 49, "h": 53 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0087.png", + "frame": { "x": 166, "y": 336, "w": 50, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 15, "y": 11, "w": 50, "h": 53 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0088.png", + "frame": { "x": 0, "y": 337, "w": 49, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 13, "y": 11, "w": 49, "h": 53 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0089.png", + "frame": { "x": 452, "y": 385, "w": 48, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 12, "y": 10, "w": 48, "h": 53 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0090.png", + "frame": { "x": 400, "y": 334, "w": 52, "h": 52 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 11, "w": 52, "h": 52 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0091.png", + "frame": { "x": 348, "y": 280, "w": 56, "h": 54 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 9, "w": 56, "h": 54 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0092.png", + "frame": { "x": 231, "y": 282, "w": 56, "h": 54 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 9, "w": 56, "h": 54 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0093.png", + "frame": { "x": 117, "y": 228, "w": 57, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 8, "w": 57, "h": 55 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0094.png", + "frame": { "x": 58, "y": 118, "w": 58, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 7, "w": 58, "h": 56 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0095.png", + "frame": { "x": 352, "y": 225, "w": 58, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 8, "w": 58, "h": 55 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0096.png", + "frame": { "x": 0, "y": 118, "w": 58, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 7, "w": 58, "h": 56 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0097.png", + "frame": { "x": 314, "y": 170, "w": 59, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 55 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0098.png", + "frame": { "x": 175, "y": 118, "w": 59, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 55 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0099.png", + "frame": { "x": 373, "y": 170, "w": 59, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 55 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0100.png", + "frame": { "x": 116, "y": 118, "w": 59, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 55 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0101.png", + "frame": { "x": 446, "y": 114, "w": 60, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 8, "w": 60, "h": 55 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0102.png", + "frame": { "x": 202, "y": 0, "w": 66, "h": 61 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 2, "w": 66, "h": 61 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0103.png", + "frame": { "x": 68, "y": 0, "w": 67, "h": 62 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 1, "w": 67, "h": 62 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0104.png", + "frame": { "x": 0, "y": 0, "w": 68, "h": 63 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 0, "w": 68, "h": 63 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0105.png", + "frame": { "x": 268, "y": 0, "w": 66, "h": 60 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 3, "w": 66, "h": 60 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0106.png", + "frame": { "x": 135, "y": 0, "w": 67, "h": 61 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 61 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0107.png", + "frame": { "x": 254, "y": 117, "w": 60, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 8, "w": 60, "h": 55 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0108.png", + "frame": { "x": 116, "y": 173, "w": 59, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 55 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0109.png", + "frame": { "x": 116, "y": 173, "w": 59, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 55 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0110.png", + "frame": { "x": 175, "y": 173, "w": 59, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 55 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0111.png", + "frame": { "x": 0, "y": 174, "w": 59, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 55 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0112.png", + "frame": { "x": 432, "y": 224, "w": 59, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 55 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0113.png", + "frame": { "x": 387, "y": 114, "w": 59, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 7, "w": 59, "h": 56 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0114.png", + "frame": { "x": 59, "y": 228, "w": 58, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 8, "w": 58, "h": 55 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0115.png", + "frame": { "x": 0, "y": 229, "w": 57, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 8, "w": 57, "h": 55 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0116.png", + "frame": { "x": 410, "y": 279, "w": 57, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 8, "w": 57, "h": 55 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + } + ], + "meta": { + "app": "https://www.aseprite.org/", + "version": "1.3.13-x64", + "image": "729.png", + "format": "I8", + "size": { "w": 544, "h": 440 }, + "scale": "1" + } } diff --git a/public/images/pokemon/exp/back/729.png b/public/images/pokemon/exp/back/729.png index 08135d50267..b303934d595 100644 Binary files a/public/images/pokemon/exp/back/729.png and b/public/images/pokemon/exp/back/729.png differ diff --git a/public/images/pokemon/exp/back/730.json b/public/images/pokemon/exp/back/730.json index 867195486fa..5e3c835b381 100644 --- a/public/images/pokemon/exp/back/730.json +++ b/public/images/pokemon/exp/back/730.json @@ -1,230 +1,839 @@ -{ - "textures": [ - { - "image": "730.png", - "format": "RGBA8888", - "size": { - "w": 206, - "h": 206 - }, - "scale": 1, - "frames": [ - { - "filename": "0001.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 69, - "h": 82 - }, - "spriteSourceSize": { - "x": 0, - "y": 3, - "w": 69, - "h": 79 - }, - "frame": { - "x": 0, - "y": 0, - "w": 69, - "h": 79 - } - }, - { - "filename": "0005.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 69, - "h": 82 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 68, - "h": 81 - }, - "frame": { - "x": 69, - "y": 0, - "w": 68, - "h": 81 - } - }, - { - "filename": "0007.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 69, - "h": 82 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 68, - "h": 81 - }, - "frame": { - "x": 69, - "y": 0, - "w": 68, - "h": 81 - } - }, - { - "filename": "0006.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 69, - "h": 82 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 68, - "h": 81 - }, - "frame": { - "x": 0, - "y": 79, - "w": 68, - "h": 81 - } - }, - { - "filename": "0003.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 69, - "h": 82 - }, - "spriteSourceSize": { - "x": 0, - "y": 2, - "w": 69, - "h": 79 - }, - "frame": { - "x": 68, - "y": 81, - "w": 69, - "h": 79 - } - }, - { - "filename": "0009.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 69, - "h": 82 - }, - "spriteSourceSize": { - "x": 0, - "y": 2, - "w": 69, - "h": 79 - }, - "frame": { - "x": 68, - "y": 81, - "w": 69, - "h": 79 - } - }, - { - "filename": "0004.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 69, - "h": 82 - }, - "spriteSourceSize": { - "x": 0, - "y": 2, - "w": 69, - "h": 79 - }, - "frame": { - "x": 137, - "y": 0, - "w": 69, - "h": 79 - } - }, - { - "filename": "0008.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 69, - "h": 82 - }, - "spriteSourceSize": { - "x": 0, - "y": 2, - "w": 69, - "h": 79 - }, - "frame": { - "x": 137, - "y": 0, - "w": 69, - "h": 79 - } - }, - { - "filename": "0002.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 69, - "h": 82 - }, - "spriteSourceSize": { - "x": 0, - "y": 3, - "w": 69, - "h": 78 - }, - "frame": { - "x": 137, - "y": 79, - "w": 69, - "h": 78 - } - }, - { - "filename": "0010.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 69, - "h": 82 - }, - "spriteSourceSize": { - "x": 0, - "y": 3, - "w": 69, - "h": 78 - }, - "frame": { - "x": 137, - "y": 79, - "w": 69, - "h": 78 - } - } - ] - } - ], - "meta": { - "app": "https://www.codeandweb.com/texturepacker", - "version": "3.0", - "smartupdate": "$TexturePacker:SmartUpdate:2717094fe274718326c9b0fe3237866b:3ad96e0a8adb3bab17597f2996c3f5cc:fcd0d2cb6b26724e796ae0dcb71fae3f$" - } +{ "frames": [ + { + "filename": "0001.png", + "frame": { "x": 397, "y": 0, "w": 75, "h": 71 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 13, "w": 75, "h": 71 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0002.png", + "frame": { "x": 324, "y": 0, "w": 73, "h": 73 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 11, "w": 73, "h": 73 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0003.png", + "frame": { "x": 397, "y": 71, "w": 69, "h": 76 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 11, "y": 8, "w": 69, "h": 76 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0004.png", + "frame": { "x": 70, "y": 135, "w": 66, "h": 78 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 14, "y": 5, "w": 66, "h": 78 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0005.png", + "frame": { "x": 278, "y": 401, "w": 61, "h": 78 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 18, "y": 3, "w": 61, "h": 78 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0006.png", + "frame": { "x": 137, "y": 400, "w": 60, "h": 80 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 19, "y": 1, "w": 60, "h": 80 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0007.png", + "frame": { "x": 77, "y": 394, "w": 60, "h": 80 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 19, "y": 1, "w": 60, "h": 80 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0008.png", + "frame": { "x": 217, "y": 335, "w": 61, "h": 79 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 18, "y": 2, "w": 61, "h": 79 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0009.png", + "frame": { "x": 415, "y": 418, "w": 61, "h": 77 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 18, "y": 4, "w": 61, "h": 77 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0010.png", + "frame": { "x": 351, "y": 359, "w": 64, "h": 76 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 16, "y": 8, "w": 64, "h": 76 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0011.png", + "frame": { "x": 505, "y": 288, "w": 69, "h": 71 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 11, "y": 13, "w": 69, "h": 71 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0012.png", + "frame": { "x": 278, "y": 334, "w": 73, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 17, "w": 73, "h": 67 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0013.png", + "frame": { "x": 124, "y": 265, "w": 76, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 18, "w": 76, "h": 66 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0014.png", + "frame": { "x": 292, "y": 269, "w": 77, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 19, "w": 77, "h": 65 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0015.png", + "frame": { "x": 200, "y": 271, "w": 78, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 19, "w": 78, "h": 64 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0016.png", + "frame": { "x": 197, "y": 414, "w": 77, "h": 62 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 19, "w": 77, "h": 62 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0017.png", + "frame": { "x": 0, "y": 394, "w": 77, "h": 63 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 18, "w": 77, "h": 63 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0018.png", + "frame": { "x": 64, "y": 331, "w": 78, "h": 63 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 18, "w": 78, "h": 63 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0019.png", + "frame": { "x": 385, "y": 212, "w": 79, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 17, "w": 79, "h": 64 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0020.png", + "frame": { "x": 213, "y": 207, "w": 79, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 17, "w": 79, "h": 64 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0021.png", + "frame": { "x": 156, "y": 67, "w": 79, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 17, "w": 79, "h": 67 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0022.png", + "frame": { "x": 78, "y": 67, "w": 78, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 16, "w": 78, "h": 68 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0023.png", + "frame": { "x": 397, "y": 0, "w": 75, "h": 71 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 13, "w": 75, "h": 71 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0024.png", + "frame": { "x": 324, "y": 0, "w": 73, "h": 73 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 11, "w": 73, "h": 73 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0025.png", + "frame": { "x": 397, "y": 71, "w": 69, "h": 76 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 11, "y": 8, "w": 69, "h": 76 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0026.png", + "frame": { "x": 70, "y": 135, "w": 66, "h": 78 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 14, "y": 5, "w": 66, "h": 78 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0027.png", + "frame": { "x": 278, "y": 401, "w": 61, "h": 78 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 18, "y": 3, "w": 61, "h": 78 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0028.png", + "frame": { "x": 137, "y": 400, "w": 60, "h": 80 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 19, "y": 1, "w": 60, "h": 80 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0029.png", + "frame": { "x": 77, "y": 394, "w": 60, "h": 80 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 19, "y": 1, "w": 60, "h": 80 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0030.png", + "frame": { "x": 217, "y": 335, "w": 61, "h": 79 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 18, "y": 2, "w": 61, "h": 79 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0031.png", + "frame": { "x": 415, "y": 418, "w": 61, "h": 77 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 18, "y": 4, "w": 61, "h": 77 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0032.png", + "frame": { "x": 351, "y": 359, "w": 64, "h": 76 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 16, "y": 8, "w": 64, "h": 76 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0033.png", + "frame": { "x": 505, "y": 288, "w": 69, "h": 71 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 11, "y": 13, "w": 69, "h": 71 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0034.png", + "frame": { "x": 278, "y": 334, "w": 73, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 17, "w": 73, "h": 67 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0035.png", + "frame": { "x": 124, "y": 265, "w": 76, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 18, "w": 76, "h": 66 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0036.png", + "frame": { "x": 292, "y": 269, "w": 77, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 19, "w": 77, "h": 65 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0037.png", + "frame": { "x": 200, "y": 271, "w": 78, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 19, "w": 78, "h": 64 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0038.png", + "frame": { "x": 197, "y": 414, "w": 77, "h": 62 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 19, "w": 77, "h": 62 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0039.png", + "frame": { "x": 0, "y": 394, "w": 77, "h": 63 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 18, "w": 77, "h": 63 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0040.png", + "frame": { "x": 64, "y": 331, "w": 78, "h": 63 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 18, "w": 78, "h": 63 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0041.png", + "frame": { "x": 385, "y": 212, "w": 79, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 17, "w": 79, "h": 64 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0042.png", + "frame": { "x": 213, "y": 207, "w": 79, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 17, "w": 79, "h": 64 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0043.png", + "frame": { "x": 156, "y": 67, "w": 79, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 17, "w": 79, "h": 67 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0044.png", + "frame": { "x": 78, "y": 67, "w": 78, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 16, "w": 78, "h": 68 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0045.png", + "frame": { "x": 397, "y": 0, "w": 75, "h": 71 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 13, "w": 75, "h": 71 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0046.png", + "frame": { "x": 324, "y": 0, "w": 73, "h": 73 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 11, "w": 73, "h": 73 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0047.png", + "frame": { "x": 397, "y": 71, "w": 69, "h": 76 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 11, "y": 8, "w": 69, "h": 76 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0048.png", + "frame": { "x": 70, "y": 135, "w": 66, "h": 78 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 14, "y": 5, "w": 66, "h": 78 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0049.png", + "frame": { "x": 278, "y": 401, "w": 61, "h": 78 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 18, "y": 3, "w": 61, "h": 78 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0050.png", + "frame": { "x": 137, "y": 400, "w": 60, "h": 80 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 19, "y": 1, "w": 60, "h": 80 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0051.png", + "frame": { "x": 77, "y": 394, "w": 60, "h": 80 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 19, "y": 1, "w": 60, "h": 80 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0052.png", + "frame": { "x": 217, "y": 335, "w": 61, "h": 79 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 18, "y": 2, "w": 61, "h": 79 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0053.png", + "frame": { "x": 415, "y": 418, "w": 61, "h": 77 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 18, "y": 4, "w": 61, "h": 77 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0054.png", + "frame": { "x": 351, "y": 359, "w": 64, "h": 76 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 16, "y": 8, "w": 64, "h": 76 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0055.png", + "frame": { "x": 505, "y": 288, "w": 69, "h": 71 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 11, "y": 13, "w": 69, "h": 71 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0056.png", + "frame": { "x": 278, "y": 334, "w": 73, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 17, "w": 73, "h": 67 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0057.png", + "frame": { "x": 124, "y": 265, "w": 76, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 18, "w": 76, "h": 66 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0058.png", + "frame": { "x": 292, "y": 269, "w": 77, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 19, "w": 77, "h": 65 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0059.png", + "frame": { "x": 200, "y": 271, "w": 78, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 19, "w": 78, "h": 64 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0060.png", + "frame": { "x": 197, "y": 414, "w": 77, "h": 62 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 19, "w": 77, "h": 62 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0061.png", + "frame": { "x": 0, "y": 394, "w": 77, "h": 63 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 18, "w": 77, "h": 63 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0062.png", + "frame": { "x": 64, "y": 331, "w": 78, "h": 63 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 18, "w": 78, "h": 63 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0063.png", + "frame": { "x": 385, "y": 212, "w": 79, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 17, "w": 79, "h": 64 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0064.png", + "frame": { "x": 213, "y": 207, "w": 79, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 17, "w": 79, "h": 64 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0065.png", + "frame": { "x": 156, "y": 67, "w": 79, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 17, "w": 79, "h": 67 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0066.png", + "frame": { "x": 78, "y": 67, "w": 78, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 16, "w": 78, "h": 68 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0067.png", + "frame": { "x": 472, "y": 0, "w": 75, "h": 71 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 13, "w": 75, "h": 71 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0068.png", + "frame": { "x": 0, "y": 135, "w": 70, "h": 74 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 10, "y": 10, "w": 70, "h": 74 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0069.png", + "frame": { "x": 0, "y": 288, "w": 64, "h": 77 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 16, "y": 7, "w": 64, "h": 77 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0070.png", + "frame": { "x": 504, "y": 359, "w": 60, "h": 80 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 20, "y": 4, "w": 60, "h": 80 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0071.png", + "frame": { "x": 369, "y": 276, "w": 60, "h": 83 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 20, "y": 1, "w": 60, "h": 83 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0072.png", + "frame": { "x": 64, "y": 213, "w": 60, "h": 84 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 20, "y": 0, "w": 60, "h": 84 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0073.png", + "frame": { "x": 466, "y": 139, "w": 62, "h": 83 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 20, "y": 1, "w": 62, "h": 83 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0074.png", + "frame": { "x": 0, "y": 209, "w": 64, "h": 79 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 19, "y": 5, "w": 64, "h": 79 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0075.png", + "frame": { "x": 236, "y": 134, "w": 71, "h": 73 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 13, "y": 11, "w": 71, "h": 73 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0076.png", + "frame": { "x": 136, "y": 199, "w": 77, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 18, "w": 77, "h": 66 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0077.png", + "frame": { "x": 156, "y": 134, "w": 80, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 19, "w": 80, "h": 65 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0078.png", + "frame": { "x": 315, "y": 73, "w": 80, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 19, "w": 80, "h": 65 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0079.png", + "frame": { "x": 385, "y": 147, "w": 79, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 19, "w": 79, "h": 65 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0080.png", + "frame": { "x": 307, "y": 204, "w": 78, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 19, "w": 78, "h": 65 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0081.png", + "frame": { "x": 429, "y": 288, "w": 76, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 19, "w": 76, "h": 65 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0082.png", + "frame": { "x": 142, "y": 335, "w": 75, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 19, "w": 75, "h": 65 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0083.png", + "frame": { "x": 429, "y": 353, "w": 75, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 19, "w": 75, "h": 65 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0084.png", + "frame": { "x": 464, "y": 222, "w": 76, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 18, "w": 76, "h": 66 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0085.png", + "frame": { "x": 307, "y": 138, "w": 78, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 18, "w": 78, "h": 66 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0086.png", + "frame": { "x": 235, "y": 68, "w": 80, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 18, "w": 80, "h": 66 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0087.png", + "frame": { "x": 82, "y": 0, "w": 82, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 17, "w": 82, "h": 67 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0088.png", + "frame": { "x": 0, "y": 0, "w": 82, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 17, "w": 82, "h": 67 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0089.png", + "frame": { "x": 164, "y": 0, "w": 81, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 17, "w": 81, "h": 67 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0090.png", + "frame": { "x": 245, "y": 0, "w": 79, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 16, "w": 79, "h": 68 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0091.png", + "frame": { "x": 0, "y": 67, "w": 78, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 16, "w": 78, "h": 68 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0092.png", + "frame": { "x": 466, "y": 71, "w": 77, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 16, "w": 77, "h": 68 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + } + ], + "meta": { + "app": "https://www.aseprite.org/", + "version": "1.3.13-x64", + "image": "730.png", + "format": "I8", + "size": { "w": 574, "h": 495 }, + "scale": "1" + } } diff --git a/public/images/pokemon/exp/back/730.png b/public/images/pokemon/exp/back/730.png index 155152edd08..4a91464e076 100644 Binary files a/public/images/pokemon/exp/back/730.png and b/public/images/pokemon/exp/back/730.png differ diff --git a/public/images/pokemon/exp/back/746-school.json b/public/images/pokemon/exp/back/746-school.json index deea4a085b4..5874f93c128 100644 --- a/public/images/pokemon/exp/back/746-school.json +++ b/public/images/pokemon/exp/back/746-school.json @@ -1,230 +1,171 @@ -{ - "textures": [ - { - "image": "746-school.png", - "format": "RGBA8888", - "size": { - "w": 261, - "h": 261 - }, - "scale": 1, - "frames": [ - { - "filename": "0001.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 97, - "h": 84 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 97, - "h": 80 - }, - "frame": { - "x": 0, - "y": 0, - "w": 97, - "h": 80 - } - }, - { - "filename": "0002.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 97, - "h": 84 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 96, - "h": 81 - }, - "frame": { - "x": 97, - "y": 0, - "w": 96, - "h": 81 - } - }, - { - "filename": "0010.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 97, - "h": 84 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 96, - "h": 81 - }, - "frame": { - "x": 97, - "y": 0, - "w": 96, - "h": 81 - } - }, - { - "filename": "0003.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 97, - "h": 84 - }, - "spriteSourceSize": { - "x": 1, - "y": 1, - "w": 93, - "h": 80 - }, - "frame": { - "x": 0, - "y": 80, - "w": 93, - "h": 80 - } - }, - { - "filename": "0009.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 97, - "h": 84 - }, - "spriteSourceSize": { - "x": 1, - "y": 1, - "w": 93, - "h": 80 - }, - "frame": { - "x": 0, - "y": 80, - "w": 93, - "h": 80 - } - }, - { - "filename": "0005.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 97, - "h": 84 - }, - "spriteSourceSize": { - "x": 2, - "y": 5, - "w": 87, - "h": 79 - }, - "frame": { - "x": 0, - "y": 160, - "w": 87, - "h": 79 - } - }, - { - "filename": "0007.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 97, - "h": 84 - }, - "spriteSourceSize": { - "x": 2, - "y": 5, - "w": 87, - "h": 79 - }, - "frame": { - "x": 87, - "y": 160, - "w": 87, - "h": 79 - } - }, - { - "filename": "0004.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 97, - "h": 84 - }, - "spriteSourceSize": { - "x": 3, - "y": 4, - "w": 89, - "h": 78 - }, - "frame": { - "x": 93, - "y": 81, - "w": 89, - "h": 78 - } - }, - { - "filename": "0008.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 97, - "h": 84 - }, - "spriteSourceSize": { - "x": 3, - "y": 4, - "w": 89, - "h": 78 - }, - "frame": { - "x": 93, - "y": 81, - "w": 89, - "h": 78 - } - }, - { - "filename": "0006.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 97, - "h": 84 - }, - "spriteSourceSize": { - "x": 0, - "y": 7, - "w": 87, - "h": 77 - }, - "frame": { - "x": 174, - "y": 159, - "w": 87, - "h": 77 - } - } - ] - } - ], - "meta": { - "app": "https://www.codeandweb.com/texturepacker", - "version": "3.0", - "smartupdate": "$TexturePacker:SmartUpdate:30cb66415aef361ed227b9b95c6e059e:691d98e44070749abe13d4a0a6ceb7a7:10f3c9d1f1118f8f9f6e40f37a0eb499$" - } +{ "frames": { + "0001.png": { + "frame": { "x": 279, "y": 206, "w": 96, "h": 97 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 7, "w": 96, "h": 97 }, + "sourceSize": { "w": 100, "h": 111 }, + "duration": 100 + }, + "0002.png": { + "frame": { "x": 288, "y": 108, "w": 96, "h": 98 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 6, "w": 96, "h": 98 }, + "sourceSize": { "w": 100, "h": 111 }, + "duration": 100 + }, + "0003.png": { + "frame": { "x": 95, "y": 107, "w": 94, "h": 100 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 6, "w": 94, "h": 100 }, + "sourceSize": { "w": 100, "h": 111 }, + "duration": 100 + }, + "0004.png": { + "frame": { "x": 94, "y": 207, "w": 93, "h": 99 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 6, "w": 93, "h": 99 }, + "sourceSize": { "w": 100, "h": 111 }, + "duration": 100 + }, + "0005.png": { + "frame": { "x": 1, "y": 104, "w": 94, "h": 102 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 5, "w": 94, "h": 102 }, + "sourceSize": { "w": 100, "h": 111 }, + "duration": 100 + }, + "0006.png": { + "frame": { "x": 189, "y": 203, "w": 90, "h": 104 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 5, "w": 90, "h": 104 }, + "sourceSize": { "w": 100, "h": 111 }, + "duration": 100 + }, + "0007.png": { + "frame": { "x": 283, "y": 1, "w": 92, "h": 105 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 4, "w": 92, "h": 105 }, + "sourceSize": { "w": 100, "h": 111 }, + "duration": 100 + }, + "0008.png": { + "frame": { "x": 375, "y": 1, "w": 90, "h": 107 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 4, "w": 90, "h": 107 }, + "sourceSize": { "w": 100, "h": 111 }, + "duration": 100 + }, + "0009.png": { + "frame": { "x": 97, "y": 1, "w": 93, "h": 106 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 2, "w": 93, "h": 106 }, + "sourceSize": { "w": 100, "h": 111 }, + "duration": 100 + }, + "0010.png": { + "frame": { "x": 190, "y": 1, "w": 93, "h": 105 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 2, "w": 93, "h": 105 }, + "sourceSize": { "w": 100, "h": 111 }, + "duration": 100 + }, + "0011.png": { + "frame": { "x": 1, "y": 1, "w": 96, "h": 103 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 0, "w": 96, "h": 103 }, + "sourceSize": { "w": 100, "h": 111 }, + "duration": 100 + }, + "0012.png": { + "frame": { "x": 1, "y": 206, "w": 93, "h": 100 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 0, "w": 93, "h": 100 }, + "sourceSize": { "w": 100, "h": 111 }, + "duration": 100 + }, + "0013.png": { + "frame": { "x": 384, "y": 108, "w": 96, "h": 98 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 0, "w": 96, "h": 98 }, + "sourceSize": { "w": 100, "h": 111 }, + "duration": 100 + }, + "0014.png": { + "frame": { "x": 279, "y": 303, "w": 95, "h": 96 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 0, "w": 95, "h": 96 }, + "sourceSize": { "w": 100, "h": 111 }, + "duration": 100 + }, + "0015.png": { + "frame": { "x": 96, "y": 307, "w": 97, "h": 94 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 1, "w": 97, "h": 94 }, + "sourceSize": { "w": 100, "h": 111 }, + "duration": 100 + }, + "0016.png": { + "frame": { "x": 375, "y": 301, "w": 98, "h": 94 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 3, "w": 98, "h": 94 }, + "sourceSize": { "w": 100, "h": 111 }, + "duration": 100 + }, + "0017.png": { + "frame": { "x": 1, "y": 306, "w": 95, "h": 96 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 4, "w": 95, "h": 96 }, + "sourceSize": { "w": 100, "h": 111 }, + "duration": 100 + }, + "0018.png": { + "frame": { "x": 375, "y": 206, "w": 97, "h": 95 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 5, "w": 97, "h": 95 }, + "sourceSize": { "w": 100, "h": 111 }, + "duration": 100 + }, + "0019.png": { + "frame": { "x": 374, "y": 395, "w": 94, "h": 97 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 6, "w": 94, "h": 97 }, + "sourceSize": { "w": 100, "h": 111 }, + "duration": 100 + }, + "0020.png": { + "frame": { "x": 190, "y": 106, "w": 98, "h": 97 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 7, "w": 98, "h": 97 }, + "sourceSize": { "w": 100, "h": 111 }, + "duration": 100 + } + }, + "meta": { + "app": "https://www.aseprite.org/", + "version": "1.3.13-x64", + "image": "746-school.png", + "format": "I8", + "size": { "w": 481, "h": 493 }, + "scale": "1" + } } diff --git a/public/images/pokemon/exp/back/746-school.png b/public/images/pokemon/exp/back/746-school.png index 808f0d993db..baa5fde8219 100644 Binary files a/public/images/pokemon/exp/back/746-school.png and b/public/images/pokemon/exp/back/746-school.png differ diff --git a/public/images/pokemon/exp/back/746.json b/public/images/pokemon/exp/back/746.json index 971e045fbf4..1f15d713330 100644 --- a/public/images/pokemon/exp/back/746.json +++ b/public/images/pokemon/exp/back/746.json @@ -1,314 +1,641 @@ -{ - "textures": [ - { - "image": "746.png", - "format": "RGBA8888", - "size": { - "w": 132, - "h": 132 - }, - "scale": 1, - "frames": [ - { - "filename": "0001.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 46, - "h": 29 - }, - "spriteSourceSize": { - "x": 0, - "y": 1, - "w": 46, - "h": 27 - }, - "frame": { - "x": 0, - "y": 0, - "w": 46, - "h": 27 - } - }, - { - "filename": "0008.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 46, - "h": 29 - }, - "spriteSourceSize": { - "x": 0, - "y": 2, - "w": 46, - "h": 27 - }, - "frame": { - "x": 0, - "y": 0, - "w": 46, - "h": 27 - } - }, - { - "filename": "0002.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 46, - "h": 29 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 45, - "h": 27 - }, - "frame": { - "x": 46, - "y": 0, - "w": 45, - "h": 27 - } - }, - { - "filename": "0013.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 46, - "h": 29 - }, - "spriteSourceSize": { - "x": 1, - "y": 1, - "w": 41, - "h": 27 - }, - "frame": { - "x": 91, - "y": 0, - "w": 41, - "h": 27 - } - }, - { - "filename": "0009.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 46, - "h": 29 - }, - "spriteSourceSize": { - "x": 1, - "y": 1, - "w": 45, - "h": 27 - }, - "frame": { - "x": 0, - "y": 27, - "w": 45, - "h": 27 - } - }, - { - "filename": "0010.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 46, - "h": 29 - }, - "spriteSourceSize": { - "x": 1, - "y": 0, - "w": 45, - "h": 27 - }, - "frame": { - "x": 45, - "y": 27, - "w": 45, - "h": 27 - } - }, - { - "filename": "0005.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 46, - "h": 29 - }, - "spriteSourceSize": { - "x": 1, - "y": 2, - "w": 42, - "h": 27 - }, - "frame": { - "x": 90, - "y": 27, - "w": 42, - "h": 27 - } - }, - { - "filename": "0012.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 46, - "h": 29 - }, - "spriteSourceSize": { - "x": 2, - "y": 0, - "w": 42, - "h": 27 - }, - "frame": { - "x": 90, - "y": 27, - "w": 42, - "h": 27 - } - }, - { - "filename": "0003.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 46, - "h": 29 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 44, - "h": 27 - }, - "frame": { - "x": 0, - "y": 54, - "w": 44, - "h": 27 - } - }, - { - "filename": "0014.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 46, - "h": 29 - }, - "spriteSourceSize": { - "x": 0, - "y": 1, - "w": 44, - "h": 27 - }, - "frame": { - "x": 0, - "y": 81, - "w": 44, - "h": 27 - } - }, - { - "filename": "0007.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 46, - "h": 29 - }, - "spriteSourceSize": { - "x": 0, - "y": 3, - "w": 45, - "h": 26 - }, - "frame": { - "x": 44, - "y": 54, - "w": 45, - "h": 26 - } - }, - { - "filename": "0004.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 46, - "h": 29 - }, - "spriteSourceSize": { - "x": 0, - "y": 1, - "w": 43, - "h": 27 - }, - "frame": { - "x": 89, - "y": 54, - "w": 43, - "h": 27 - } - }, - { - "filename": "0011.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 46, - "h": 29 - }, - "spriteSourceSize": { - "x": 1, - "y": 0, - "w": 44, - "h": 26 - }, - "frame": { - "x": 44, - "y": 80, - "w": 44, - "h": 26 - } - }, - { - "filename": "0006.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 46, - "h": 29 - }, - "spriteSourceSize": { - "x": 3, - "y": 3, - "w": 41, - "h": 26 - }, - "frame": { - "x": 44, - "y": 106, - "w": 41, - "h": 26 - } - } - ] - } - ], - "meta": { - "app": "https://www.codeandweb.com/texturepacker", - "version": "3.0", - "smartupdate": "$TexturePacker:SmartUpdate:93d33f4a5b3862a769ebca021367624a:963e4390d528585dcdd0e7068e5ec568:1a4f7e535d823202c4828f963d5b4404$" - } +{ "frames": [ + { + "filename": "0001.png", + "frame": { "x": 1, "y": 1, "w": 40, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 26, "y": 38, "w": 38, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0002.png", + "frame": { "x": 1, "y": 26, "w": 36, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 30, "y": 38, "w": 34, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0003.png", + "frame": { "x": 1, "y": 1, "w": 40, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 26, "y": 38, "w": 38, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0004.png", + "frame": { "x": 1, "y": 26, "w": 36, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 30, "y": 38, "w": 34, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0005.png", + "frame": { "x": 1, "y": 1, "w": 40, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 26, "y": 38, "w": 38, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0006.png", + "frame": { "x": 1, "y": 26, "w": 36, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 30, "y": 39, "w": 34, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0007.png", + "frame": { "x": 1, "y": 1, "w": 40, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 26, "y": 41, "w": 38, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0008.png", + "frame": { "x": 1, "y": 26, "w": 36, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 30, "y": 43, "w": 34, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0009.png", + "frame": { "x": 1, "y": 1, "w": 40, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 26, "y": 44, "w": 38, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0010.png", + "frame": { "x": 1, "y": 26, "w": 36, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 30, "y": 45, "w": 34, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0011.png", + "frame": { "x": 1, "y": 1, "w": 40, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 26, "y": 45, "w": 38, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0012.png", + "frame": { "x": 1, "y": 26, "w": 36, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 30, "y": 45, "w": 34, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0013.png", + "frame": { "x": 1, "y": 1, "w": 40, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 26, "y": 45, "w": 38, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0014.png", + "frame": { "x": 1, "y": 26, "w": 36, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 30, "y": 45, "w": 34, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0015.png", + "frame": { "x": 1, "y": 1, "w": 40, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 26, "y": 44, "w": 38, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0016.png", + "frame": { "x": 1, "y": 26, "w": 36, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 30, "y": 43, "w": 34, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0017.png", + "frame": { "x": 1, "y": 1, "w": 40, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 26, "y": 41, "w": 38, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0018.png", + "frame": { "x": 1, "y": 26, "w": 36, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 30, "y": 39, "w": 34, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0019.png", + "frame": { "x": 1, "y": 1, "w": 40, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 26, "y": 38, "w": 38, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0020.png", + "frame": { "x": 1, "y": 26, "w": 36, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 30, "y": 38, "w": 34, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0021.png", + "frame": { "x": 1, "y": 1, "w": 40, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 26, "y": 38, "w": 38, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0022.png", + "frame": { "x": 1, "y": 26, "w": 36, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 30, "y": 38, "w": 34, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0023.png", + "frame": { "x": 1, "y": 1, "w": 40, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 26, "y": 38, "w": 38, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0024.png", + "frame": { "x": 1, "y": 26, "w": 36, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 30, "y": 39, "w": 34, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0025.png", + "frame": { "x": 1, "y": 1, "w": 40, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 26, "y": 41, "w": 38, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0026.png", + "frame": { "x": 1, "y": 26, "w": 36, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 30, "y": 43, "w": 34, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0027.png", + "frame": { "x": 1, "y": 1, "w": 40, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 26, "y": 44, "w": 38, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0028.png", + "frame": { "x": 1, "y": 26, "w": 36, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 30, "y": 45, "w": 34, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0029.png", + "frame": { "x": 1, "y": 1, "w": 40, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 26, "y": 45, "w": 38, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0030.png", + "frame": { "x": 1, "y": 26, "w": 36, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 30, "y": 45, "w": 34, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0031.png", + "frame": { "x": 1, "y": 1, "w": 40, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 26, "y": 45, "w": 38, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0032.png", + "frame": { "x": 1, "y": 26, "w": 36, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 30, "y": 45, "w": 34, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0033.png", + "frame": { "x": 1, "y": 1, "w": 40, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 26, "y": 44, "w": 38, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0034.png", + "frame": { "x": 1, "y": 26, "w": 36, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 30, "y": 43, "w": 34, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0035.png", + "frame": { "x": 1, "y": 1, "w": 40, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 26, "y": 41, "w": 38, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0036.png", + "frame": { "x": 1, "y": 26, "w": 36, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 30, "y": 39, "w": 34, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0037.png", + "frame": { "x": 41, "y": 1, "w": 40, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 26, "y": 38, "w": 38, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0038.png", + "frame": { "x": 37, "y": 26, "w": 36, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 30, "y": 38, "w": 34, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0039.png", + "frame": { "x": 81, "y": 1, "w": 40, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 26, "y": 38, "w": 38, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0040.png", + "frame": { "x": 37, "y": 26, "w": 36, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 30, "y": 38, "w": 34, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0041.png", + "frame": { "x": 81, "y": 1, "w": 40, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 26, "y": 38, "w": 38, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0042.png", + "frame": { "x": 37, "y": 26, "w": 36, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 30, "y": 39, "w": 34, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0043.png", + "frame": { "x": 81, "y": 1, "w": 40, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 26, "y": 41, "w": 38, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0044.png", + "frame": { "x": 37, "y": 26, "w": 36, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 30, "y": 43, "w": 34, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0045.png", + "frame": { "x": 81, "y": 1, "w": 40, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 26, "y": 44, "w": 38, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0046.png", + "frame": { "x": 37, "y": 26, "w": 36, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 30, "y": 45, "w": 34, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0047.png", + "frame": { "x": 81, "y": 1, "w": 40, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 26, "y": 45, "w": 38, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0048.png", + "frame": { "x": 37, "y": 26, "w": 36, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 30, "y": 45, "w": 34, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0049.png", + "frame": { "x": 81, "y": 1, "w": 40, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 26, "y": 45, "w": 38, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0050.png", + "frame": { "x": 37, "y": 26, "w": 36, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 30, "y": 45, "w": 34, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0051.png", + "frame": { "x": 81, "y": 1, "w": 40, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 26, "y": 44, "w": 38, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0052.png", + "frame": { "x": 37, "y": 26, "w": 36, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 30, "y": 43, "w": 34, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0053.png", + "frame": { "x": 81, "y": 1, "w": 40, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 26, "y": 41, "w": 38, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0054.png", + "frame": { "x": 37, "y": 26, "w": 36, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 30, "y": 38, "w": 34, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0055.png", + "frame": { "x": 81, "y": 1, "w": 40, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 26, "y": 38, "w": 38, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0056.png", + "frame": { "x": 37, "y": 26, "w": 36, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 30, "y": 38, "w": 34, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0057.png", + "frame": { "x": 81, "y": 1, "w": 40, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 26, "y": 38, "w": 38, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0058.png", + "frame": { "x": 37, "y": 26, "w": 36, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 30, "y": 39, "w": 34, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0059.png", + "frame": { "x": 81, "y": 1, "w": 40, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 26, "y": 41, "w": 38, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0060.png", + "frame": { "x": 37, "y": 26, "w": 36, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 30, "y": 43, "w": 34, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0061.png", + "frame": { "x": 81, "y": 1, "w": 40, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 26, "y": 44, "w": 38, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0062.png", + "frame": { "x": 37, "y": 26, "w": 36, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 30, "y": 45, "w": 34, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0063.png", + "frame": { "x": 81, "y": 1, "w": 40, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 26, "y": 45, "w": 38, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0064.png", + "frame": { "x": 37, "y": 26, "w": 36, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 30, "y": 45, "w": 34, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0065.png", + "frame": { "x": 81, "y": 1, "w": 40, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 26, "y": 45, "w": 38, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0066.png", + "frame": { "x": 37, "y": 26, "w": 36, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 30, "y": 45, "w": 34, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0067.png", + "frame": { "x": 81, "y": 1, "w": 40, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 26, "y": 44, "w": 38, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0068.png", + "frame": { "x": 37, "y": 26, "w": 36, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 30, "y": 43, "w": 34, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0069.png", + "frame": { "x": 81, "y": 1, "w": 40, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 26, "y": 41, "w": 38, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0070.png", + "frame": { "x": 73, "y": 26, "w": 36, "h": 25 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 30, "y": 39, "w": 34, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + } + ], + "meta": { + "app": "https://www.aseprite.org/", + "version": "1.3.13-x64", + "image": "746.png", + "format": "I8", + "size": { "w": 122, "h": 52 }, + "scale": "1" + } } diff --git a/public/images/pokemon/exp/back/746.png b/public/images/pokemon/exp/back/746.png index b9b84821eee..33cfa5ffec8 100644 Binary files a/public/images/pokemon/exp/back/746.png and b/public/images/pokemon/exp/back/746.png differ diff --git a/public/images/pokemon/exp/back/749.json b/public/images/pokemon/exp/back/749.json index d7851eaa797..ae6773c4296 100644 --- a/public/images/pokemon/exp/back/749.json +++ b/public/images/pokemon/exp/back/749.json @@ -1,230 +1,1037 @@ -{ - "textures": [ - { - "image": "749.png", - "format": "RGBA8888", - "size": { - "w": 171, - "h": 171 - }, - "scale": 1, - "frames": [ - { - "filename": "0005.png", - "rotated": false, - "trimmed": false, - "sourceSize": { - "w": 59, - "h": 66 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 59, - "h": 66 - }, - "frame": { - "x": 0, - "y": 0, - "w": 59, - "h": 66 - } - }, - { - "filename": "0007.png", - "rotated": false, - "trimmed": false, - "sourceSize": { - "w": 59, - "h": 66 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 59, - "h": 66 - }, - "frame": { - "x": 0, - "y": 0, - "w": 59, - "h": 66 - } - }, - { - "filename": "0004.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 59, - "h": 66 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 58, - "h": 66 - }, - "frame": { - "x": 59, - "y": 0, - "w": 58, - "h": 66 - } - }, - { - "filename": "0008.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 59, - "h": 66 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 58, - "h": 66 - }, - "frame": { - "x": 59, - "y": 0, - "w": 58, - "h": 66 - } - }, - { - "filename": "0001.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 59, - "h": 66 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 54, - "h": 66 - }, - "frame": { - "x": 117, - "y": 0, - "w": 54, - "h": 66 - } - }, - { - "filename": "0006.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 59, - "h": 66 - }, - "spriteSourceSize": { - "x": 0, - "y": 1, - "w": 59, - "h": 65 - }, - "frame": { - "x": 0, - "y": 66, - "w": 59, - "h": 65 - } - }, - { - "filename": "0003.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 59, - "h": 66 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 56, - "h": 66 - }, - "frame": { - "x": 59, - "y": 66, - "w": 56, - "h": 66 - } - }, - { - "filename": "0009.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 59, - "h": 66 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 56, - "h": 66 - }, - "frame": { - "x": 59, - "y": 66, - "w": 56, - "h": 66 - } - }, - { - "filename": "0002.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 59, - "h": 66 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 55, - "h": 66 - }, - "frame": { - "x": 115, - "y": 66, - "w": 55, - "h": 66 - } - }, - { - "filename": "0010.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 59, - "h": 66 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 55, - "h": 66 - }, - "frame": { - "x": 115, - "y": 66, - "w": 55, - "h": 66 - } - } - ] - } - ], - "meta": { - "app": "https://www.codeandweb.com/texturepacker", - "version": "3.0", - "smartupdate": "$TexturePacker:SmartUpdate:6de951f837f3cd5e1f402431f0377838:262bd4a6b62a63a60897a16743d96663:d52e05c524384ef985e6339a08b2f938$" - } +{ "frames": [ + { + "filename": "0001.png", + "frame": { "x": 146, "y": 297, "w": 48, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 11, "w": 46, "h": 56 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0002.png", + "frame": { "x": 149, "y": 181, "w": 49, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 56 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0003.png", + "frame": { "x": 1, "y": 183, "w": 49, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 56 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0004.png", + "frame": { "x": 203, "y": 70, "w": 51, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 12, "w": 49, "h": 55 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0005.png", + "frame": { "x": 98, "y": 127, "w": 51, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 13, "w": 49, "h": 54 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0006.png", + "frame": { "x": 150, "y": 125, "w": 51, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 13, "w": 49, "h": 54 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0007.png", + "frame": { "x": 99, "y": 69, "w": 51, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 11, "w": 49, "h": 56 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0008.png", + "frame": { "x": 1, "y": 125, "w": 50, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 11, "w": 48, "h": 56 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0009.png", + "frame": { "x": 50, "y": 186, "w": 48, "h": 59 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 10, "w": 46, "h": 57 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0010.png", + "frame": { "x": 1, "y": 241, "w": 48, "h": 59 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 10, "w": 46, "h": 57 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0011.png", + "frame": { "x": 243, "y": 243, "w": 47, "h": 60 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 9, "w": 45, "h": 58 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0012.png", + "frame": { "x": 286, "y": 356, "w": 46, "h": 59 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 10, "w": 44, "h": 57 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0013.png", + "frame": { "x": 144, "y": 355, "w": 46, "h": 59 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 10, "w": 44, "h": 57 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0014.png", + "frame": { "x": 97, "y": 355, "w": 47, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 11, "w": 45, "h": 56 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0015.png", + "frame": { "x": 146, "y": 297, "w": 48, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 11, "w": 46, "h": 56 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0016.png", + "frame": { "x": 149, "y": 181, "w": 49, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 56 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0017.png", + "frame": { "x": 1, "y": 183, "w": 49, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 56 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0018.png", + "frame": { "x": 203, "y": 70, "w": 51, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 12, "w": 49, "h": 55 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0019.png", + "frame": { "x": 98, "y": 127, "w": 51, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 13, "w": 49, "h": 54 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0020.png", + "frame": { "x": 150, "y": 125, "w": 51, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 13, "w": 49, "h": 54 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0021.png", + "frame": { "x": 99, "y": 69, "w": 51, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 11, "w": 49, "h": 56 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0022.png", + "frame": { "x": 1, "y": 125, "w": 50, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 11, "w": 48, "h": 56 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0023.png", + "frame": { "x": 50, "y": 186, "w": 48, "h": 59 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 10, "w": 46, "h": 57 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0024.png", + "frame": { "x": 1, "y": 241, "w": 48, "h": 59 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 10, "w": 46, "h": 57 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0025.png", + "frame": { "x": 243, "y": 243, "w": 47, "h": 60 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 9, "w": 45, "h": 58 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0026.png", + "frame": { "x": 286, "y": 356, "w": 46, "h": 59 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 10, "w": 44, "h": 57 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0027.png", + "frame": { "x": 144, "y": 355, "w": 46, "h": 59 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 10, "w": 44, "h": 57 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0028.png", + "frame": { "x": 97, "y": 355, "w": 47, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 11, "w": 45, "h": 56 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0029.png", + "frame": { "x": 146, "y": 297, "w": 48, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 11, "w": 46, "h": 56 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0030.png", + "frame": { "x": 190, "y": 357, "w": 48, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 13, "w": 46, "h": 54 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0031.png", + "frame": { "x": 238, "y": 365, "w": 48, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 14, "w": 46, "h": 53 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0032.png", + "frame": { "x": 196, "y": 239, "w": 47, "h": 60 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 9, "w": 45, "h": 58 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0033.png", + "frame": { "x": 49, "y": 245, "w": 45, "h": 62 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 5, "w": 43, "h": 60 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0034.png", + "frame": { "x": 242, "y": 303, "w": 44, "h": 62 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 2, "w": 42, "h": 60 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0035.png", + "frame": { "x": 1, "y": 300, "w": 47, "h": 59 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 4, "w": 45, "h": 57 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0036.png", + "frame": { "x": 94, "y": 300, "w": 50, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 7, "w": 48, "h": 53 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0037.png", + "frame": { "x": 290, "y": 300, "w": 49, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 10, "w": 47, "h": 54 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0038.png", + "frame": { "x": 290, "y": 244, "w": 50, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 13, "w": 48, "h": 54 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0039.png", + "frame": { "x": 48, "y": 355, "w": 49, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 13, "w": 47, "h": 54 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0040.png", + "frame": { "x": 98, "y": 183, "w": 49, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 56 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0041.png", + "frame": { "x": 146, "y": 297, "w": 48, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 11, "w": 46, "h": 56 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0042.png", + "frame": { "x": 149, "y": 181, "w": 49, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 56 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0043.png", + "frame": { "x": 1, "y": 183, "w": 49, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 56 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0044.png", + "frame": { "x": 203, "y": 70, "w": 51, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 12, "w": 49, "h": 55 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0045.png", + "frame": { "x": 98, "y": 127, "w": 51, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 13, "w": 49, "h": 54 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0046.png", + "frame": { "x": 150, "y": 125, "w": 51, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 13, "w": 49, "h": 54 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0047.png", + "frame": { "x": 99, "y": 69, "w": 51, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 11, "w": 49, "h": 56 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0048.png", + "frame": { "x": 1, "y": 125, "w": 50, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 11, "w": 48, "h": 56 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0049.png", + "frame": { "x": 50, "y": 186, "w": 48, "h": 59 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 10, "w": 46, "h": 57 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0050.png", + "frame": { "x": 1, "y": 241, "w": 48, "h": 59 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 10, "w": 46, "h": 57 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0051.png", + "frame": { "x": 243, "y": 243, "w": 47, "h": 60 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 9, "w": 45, "h": 58 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0052.png", + "frame": { "x": 286, "y": 356, "w": 46, "h": 59 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 10, "w": 44, "h": 57 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0053.png", + "frame": { "x": 144, "y": 355, "w": 46, "h": 59 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 10, "w": 44, "h": 57 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0054.png", + "frame": { "x": 97, "y": 355, "w": 47, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 11, "w": 45, "h": 56 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0055.png", + "frame": { "x": 146, "y": 297, "w": 48, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 11, "w": 46, "h": 56 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0056.png", + "frame": { "x": 190, "y": 357, "w": 48, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 13, "w": 46, "h": 54 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0057.png", + "frame": { "x": 238, "y": 365, "w": 48, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 14, "w": 46, "h": 53 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0058.png", + "frame": { "x": 196, "y": 239, "w": 47, "h": 60 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 9, "w": 45, "h": 58 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0059.png", + "frame": { "x": 49, "y": 245, "w": 45, "h": 62 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 5, "w": 43, "h": 60 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0060.png", + "frame": { "x": 242, "y": 303, "w": 44, "h": 62 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 2, "w": 42, "h": 60 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0061.png", + "frame": { "x": 1, "y": 300, "w": 47, "h": 59 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 4, "w": 45, "h": 57 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0062.png", + "frame": { "x": 94, "y": 300, "w": 50, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 7, "w": 48, "h": 53 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0063.png", + "frame": { "x": 290, "y": 300, "w": 49, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 10, "w": 47, "h": 54 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0064.png", + "frame": { "x": 290, "y": 244, "w": 50, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 13, "w": 48, "h": 54 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0065.png", + "frame": { "x": 48, "y": 355, "w": 49, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 13, "w": 47, "h": 54 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0066.png", + "frame": { "x": 98, "y": 183, "w": 49, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 56 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0067.png", + "frame": { "x": 146, "y": 297, "w": 48, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 11, "w": 46, "h": 56 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0068.png", + "frame": { "x": 190, "y": 357, "w": 48, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 13, "w": 46, "h": 54 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0069.png", + "frame": { "x": 238, "y": 365, "w": 48, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 14, "w": 46, "h": 53 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0070.png", + "frame": { "x": 196, "y": 239, "w": 47, "h": 60 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 9, "w": 45, "h": 58 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0071.png", + "frame": { "x": 49, "y": 245, "w": 45, "h": 62 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 5, "w": 43, "h": 60 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0072.png", + "frame": { "x": 242, "y": 303, "w": 44, "h": 62 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 2, "w": 42, "h": 60 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0073.png", + "frame": { "x": 1, "y": 300, "w": 47, "h": 59 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 4, "w": 45, "h": 57 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0074.png", + "frame": { "x": 94, "y": 300, "w": 50, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 7, "w": 48, "h": 53 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0075.png", + "frame": { "x": 290, "y": 300, "w": 49, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 10, "w": 47, "h": 54 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0076.png", + "frame": { "x": 290, "y": 244, "w": 50, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 13, "w": 48, "h": 54 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0077.png", + "frame": { "x": 48, "y": 355, "w": 49, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 13, "w": 47, "h": 54 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0078.png", + "frame": { "x": 98, "y": 183, "w": 49, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 56 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0079.png", + "frame": { "x": 146, "y": 297, "w": 48, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 11, "w": 46, "h": 56 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0080.png", + "frame": { "x": 149, "y": 181, "w": 49, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 56 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0081.png", + "frame": { "x": 1, "y": 183, "w": 49, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 56 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0082.png", + "frame": { "x": 203, "y": 70, "w": 51, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 12, "w": 49, "h": 55 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0083.png", + "frame": { "x": 98, "y": 127, "w": 51, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 13, "w": 49, "h": 54 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0084.png", + "frame": { "x": 150, "y": 125, "w": 51, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 13, "w": 49, "h": 54 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0085.png", + "frame": { "x": 99, "y": 69, "w": 51, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 11, "w": 49, "h": 56 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0086.png", + "frame": { "x": 1, "y": 125, "w": 50, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 11, "w": 48, "h": 56 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0087.png", + "frame": { "x": 50, "y": 186, "w": 48, "h": 59 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 10, "w": 46, "h": 57 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0088.png", + "frame": { "x": 1, "y": 241, "w": 48, "h": 59 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 10, "w": 46, "h": 57 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0089.png", + "frame": { "x": 243, "y": 243, "w": 47, "h": 60 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 9, "w": 45, "h": 58 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0090.png", + "frame": { "x": 286, "y": 356, "w": 46, "h": 59 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 10, "w": 44, "h": 57 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0091.png", + "frame": { "x": 144, "y": 355, "w": 46, "h": 59 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 10, "w": 44, "h": 57 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0092.png", + "frame": { "x": 97, "y": 355, "w": 47, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 11, "w": 45, "h": 56 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0093.png", + "frame": { "x": 194, "y": 299, "w": 48, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 11, "w": 46, "h": 56 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0094.png", + "frame": { "x": 243, "y": 185, "w": 49, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 56 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0095.png", + "frame": { "x": 294, "y": 129, "w": 50, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 12, "w": 48, "h": 55 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0096.png", + "frame": { "x": 243, "y": 129, "w": 51, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 13, "w": 49, "h": 54 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0097.png", + "frame": { "x": 150, "y": 70, "w": 53, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 14, "w": 51, "h": 53 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0098.png", + "frame": { "x": 48, "y": 66, "w": 51, "h": 59 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 10, "w": 49, "h": 57 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0099.png", + "frame": { "x": 279, "y": 68, "w": 49, "h": 61 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 8, "w": 47, "h": 59 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0100.png", + "frame": { "x": 97, "y": 1, "w": 49, "h": 63 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 6, "w": 47, "h": 61 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0101.png", + "frame": { "x": 48, "y": 1, "w": 49, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 4, "w": 47, "h": 63 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0102.png", + "frame": { "x": 235, "y": 1, "w": 44, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 0, "w": 42, "h": 67 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0103.png", + "frame": { "x": 201, "y": 127, "w": 42, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 1, "w": 40, "h": 66 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0104.png", + "frame": { "x": 191, "y": 1, "w": 44, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 0, "w": 42, "h": 67 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0105.png", + "frame": { "x": 1, "y": 1, "w": 47, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 1, "w": 45, "h": 66 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0106.png", + "frame": { "x": 146, "y": 1, "w": 45, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 1, "w": 43, "h": 66 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0107.png", + "frame": { "x": 279, "y": 1, "w": 45, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 2, "w": 43, "h": 65 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0108.png", + "frame": { "x": 328, "y": 63, "w": 44, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 4, "w": 42, "h": 63 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0109.png", + "frame": { "x": 324, "y": 1, "w": 47, "h": 62 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 7, "w": 45, "h": 60 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0110.png", + "frame": { "x": 51, "y": 125, "w": 47, "h": 61 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 8, "w": 45, "h": 59 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0111.png", + "frame": { "x": 98, "y": 241, "w": 48, "h": 59 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 10, "w": 46, "h": 57 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0112.png", + "frame": { "x": 292, "y": 186, "w": 49, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 56 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0113.png", + "frame": { "x": 147, "y": 239, "w": 49, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 56 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0114.png", + "frame": { "x": 146, "y": 297, "w": 48, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 11, "w": 46, "h": 56 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + } + ], + "meta": { + "app": "https://www.aseprite.org/", + "version": "1.3.13-x64", + "image": "749.png", + "format": "I8", + "size": { "w": 373, "h": 421 }, + "scale": "1" + } } diff --git a/public/images/pokemon/exp/back/749.png b/public/images/pokemon/exp/back/749.png index d0194d3cf8a..ce8d43db939 100644 Binary files a/public/images/pokemon/exp/back/749.png and b/public/images/pokemon/exp/back/749.png differ diff --git a/public/images/pokemon/exp/back/750.json b/public/images/pokemon/exp/back/750.json index c9d0713c741..fad02642748 100644 --- a/public/images/pokemon/exp/back/750.json +++ b/public/images/pokemon/exp/back/750.json @@ -1,230 +1,929 @@ -{ - "textures": [ - { - "image": "750.png", - "format": "RGBA8888", - "size": { - "w": 253, - "h": 253 - }, - "scale": 1, - "frames": [ - { - "filename": "0006.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 88, - "h": 73 - }, - "spriteSourceSize": { - "x": 0, - "y": 4, - "w": 88, - "h": 69 - }, - "frame": { - "x": 0, - "y": 0, - "w": 88, - "h": 69 - } - }, - { - "filename": "0005.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 88, - "h": 73 - }, - "spriteSourceSize": { - "x": 0, - "y": 2, - "w": 87, - "h": 71 - }, - "frame": { - "x": 88, - "y": 0, - "w": 87, - "h": 71 - } - }, - { - "filename": "0007.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 88, - "h": 73 - }, - "spriteSourceSize": { - "x": 0, - "y": 2, - "w": 87, - "h": 71 - }, - "frame": { - "x": 0, - "y": 69, - "w": 87, - "h": 71 - } - }, - { - "filename": "0004.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 88, - "h": 73 - }, - "spriteSourceSize": { - "x": 0, - "y": 1, - "w": 86, - "h": 72 - }, - "frame": { - "x": 87, - "y": 71, - "w": 86, - "h": 72 - } - }, - { - "filename": "0001.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 88, - "h": 73 - }, - "spriteSourceSize": { - "x": 3, - "y": 0, - "w": 79, - "h": 73 - }, - "frame": { - "x": 173, - "y": 71, - "w": 79, - "h": 73 - } - }, - { - "filename": "0008.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 88, - "h": 73 - }, - "spriteSourceSize": { - "x": 0, - "y": 1, - "w": 86, - "h": 72 - }, - "frame": { - "x": 0, - "y": 140, - "w": 86, - "h": 72 - } - }, - { - "filename": "0002.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 88, - "h": 73 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 83, - "h": 73 - }, - "frame": { - "x": 86, - "y": 143, - "w": 83, - "h": 73 - } - }, - { - "filename": "0010.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 88, - "h": 73 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 83, - "h": 73 - }, - "frame": { - "x": 86, - "y": 143, - "w": 83, - "h": 73 - } - }, - { - "filename": "0003.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 88, - "h": 73 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 84, - "h": 73 - }, - "frame": { - "x": 169, - "y": 144, - "w": 84, - "h": 73 - } - }, - { - "filename": "0009.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 88, - "h": 73 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 84, - "h": 73 - }, - "frame": { - "x": 169, - "y": 144, - "w": 84, - "h": 73 - } - } - ] - } - ], - "meta": { - "app": "https://www.codeandweb.com/texturepacker", - "version": "3.0", - "smartupdate": "$TexturePacker:SmartUpdate:f47cf7a324fea46ff24490e5f9ff75b2:b9e77a95b48977f27c24067d0f519108:4ad6abb5f7a40182d2391bde900ad082$" - } +{ "frames": [ + { + "filename": "0001.png", + "frame": { "x": 565, "y": 215, "w": 78, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 11, "y": 11, "w": 76, "h": 67 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0002.png", + "frame": { "x": 324, "y": 213, "w": 79, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 10, "y": 11, "w": 77, "h": 67 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0003.png", + "frame": { "x": 80, "y": 214, "w": 80, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 12, "w": 78, "h": 66 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0004.png", + "frame": { "x": 581, "y": 147, "w": 81, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 12, "w": 79, "h": 66 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0005.png", + "frame": { "x": 333, "y": 146, "w": 84, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 13, "w": 82, "h": 65 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0006.png", + "frame": { "x": 1, "y": 147, "w": 84, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 13, "w": 82, "h": 65 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0007.png", + "frame": { "x": 499, "y": 81, "w": 86, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 14, "w": 84, "h": 64 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0008.png", + "frame": { "x": 333, "y": 80, "w": 87, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 14, "w": 85, "h": 64 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0009.png", + "frame": { "x": 1, "y": 81, "w": 87, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 14, "w": 85, "h": 64 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0010.png", + "frame": { "x": 88, "y": 81, "w": 87, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 14, "w": 85, "h": 64 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0011.png", + "frame": { "x": 585, "y": 81, "w": 86, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 14, "w": 84, "h": 64 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0012.png", + "frame": { "x": 85, "y": 147, "w": 84, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 13, "w": 82, "h": 65 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0013.png", + "frame": { "x": 499, "y": 147, "w": 82, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 10, "y": 12, "w": 80, "h": 66 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0014.png", + "frame": { "x": 1, "y": 214, "w": 79, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 12, "y": 11, "w": 77, "h": 67 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0015.png", + "frame": { "x": 246, "y": 152, "w": 78, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 15, "y": 10, "w": 76, "h": 68 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0016.png", + "frame": { "x": 169, "y": 159, "w": 77, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 18, "y": 10, "w": 75, "h": 68 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0017.png", + "frame": { "x": 77, "y": 350, "w": 74, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 19, "y": 10, "w": 72, "h": 68 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0018.png", + "frame": { "x": 466, "y": 353, "w": 73, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 19, "y": 10, "w": 71, "h": 68 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0019.png", + "frame": { "x": 1, "y": 352, "w": 73, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 18, "y": 10, "w": 71, "h": 68 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0020.png", + "frame": { "x": 306, "y": 360, "w": 73, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 17, "y": 11, "w": 71, "h": 67 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0021.png", + "frame": { "x": 392, "y": 304, "w": 74, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 15, "y": 10, "w": 72, "h": 68 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0022.png", + "frame": { "x": 1, "y": 283, "w": 76, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 13, "y": 11, "w": 74, "h": 67 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0023.png", + "frame": { "x": 403, "y": 235, "w": 77, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 12, "y": 11, "w": 75, "h": 67 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0024.png", + "frame": { "x": 565, "y": 215, "w": 78, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 11, "y": 11, "w": 76, "h": 67 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0025.png", + "frame": { "x": 324, "y": 213, "w": 79, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 10, "y": 11, "w": 77, "h": 67 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0026.png", + "frame": { "x": 80, "y": 214, "w": 80, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 12, "w": 78, "h": 66 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0027.png", + "frame": { "x": 581, "y": 147, "w": 81, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 12, "w": 79, "h": 66 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0028.png", + "frame": { "x": 333, "y": 146, "w": 84, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 13, "w": 82, "h": 65 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0029.png", + "frame": { "x": 1, "y": 147, "w": 84, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 13, "w": 82, "h": 65 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0030.png", + "frame": { "x": 499, "y": 81, "w": 86, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 14, "w": 84, "h": 64 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0031.png", + "frame": { "x": 333, "y": 80, "w": 87, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 14, "w": 85, "h": 64 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0032.png", + "frame": { "x": 1, "y": 81, "w": 87, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 14, "w": 85, "h": 64 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0033.png", + "frame": { "x": 88, "y": 81, "w": 87, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 14, "w": 85, "h": 64 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0034.png", + "frame": { "x": 585, "y": 81, "w": 86, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 14, "w": 84, "h": 64 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0035.png", + "frame": { "x": 85, "y": 147, "w": 84, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 13, "w": 82, "h": 65 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0036.png", + "frame": { "x": 499, "y": 147, "w": 82, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 10, "y": 12, "w": 80, "h": 66 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0037.png", + "frame": { "x": 1, "y": 214, "w": 79, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 12, "y": 11, "w": 77, "h": 67 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0038.png", + "frame": { "x": 246, "y": 152, "w": 78, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 15, "y": 10, "w": 76, "h": 68 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0039.png", + "frame": { "x": 169, "y": 159, "w": 77, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 18, "y": 10, "w": 75, "h": 68 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0040.png", + "frame": { "x": 77, "y": 350, "w": 74, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 19, "y": 10, "w": 72, "h": 68 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0041.png", + "frame": { "x": 466, "y": 353, "w": 73, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 19, "y": 10, "w": 71, "h": 68 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0042.png", + "frame": { "x": 1, "y": 352, "w": 73, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 18, "y": 10, "w": 71, "h": 68 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0043.png", + "frame": { "x": 306, "y": 360, "w": 73, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 17, "y": 11, "w": 71, "h": 67 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0044.png", + "frame": { "x": 392, "y": 304, "w": 74, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 15, "y": 10, "w": 72, "h": 68 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0045.png", + "frame": { "x": 1, "y": 283, "w": 76, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 13, "y": 11, "w": 74, "h": 67 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0046.png", + "frame": { "x": 403, "y": 235, "w": 77, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 12, "y": 11, "w": 75, "h": 67 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0047.png", + "frame": { "x": 565, "y": 215, "w": 78, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 11, "y": 11, "w": 76, "h": 67 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0048.png", + "frame": { "x": 324, "y": 213, "w": 79, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 10, "y": 11, "w": 77, "h": 67 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0049.png", + "frame": { "x": 80, "y": 214, "w": 80, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 12, "w": 78, "h": 66 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0050.png", + "frame": { "x": 581, "y": 147, "w": 81, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 12, "w": 79, "h": 66 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0051.png", + "frame": { "x": 333, "y": 146, "w": 84, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 13, "w": 82, "h": 65 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0052.png", + "frame": { "x": 1, "y": 147, "w": 84, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 13, "w": 82, "h": 65 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0053.png", + "frame": { "x": 499, "y": 81, "w": 86, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 14, "w": 84, "h": 64 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0054.png", + "frame": { "x": 333, "y": 80, "w": 87, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 14, "w": 85, "h": 64 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0055.png", + "frame": { "x": 1, "y": 81, "w": 87, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 14, "w": 85, "h": 64 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0056.png", + "frame": { "x": 88, "y": 81, "w": 87, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 14, "w": 85, "h": 64 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0057.png", + "frame": { "x": 585, "y": 81, "w": 86, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 14, "w": 84, "h": 64 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0058.png", + "frame": { "x": 85, "y": 147, "w": 84, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 13, "w": 82, "h": 65 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0059.png", + "frame": { "x": 499, "y": 147, "w": 82, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 10, "y": 12, "w": 80, "h": 66 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0060.png", + "frame": { "x": 1, "y": 214, "w": 79, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 12, "y": 11, "w": 77, "h": 67 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0061.png", + "frame": { "x": 246, "y": 152, "w": 78, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 15, "y": 10, "w": 76, "h": 68 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0062.png", + "frame": { "x": 169, "y": 159, "w": 77, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 18, "y": 10, "w": 75, "h": 68 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0063.png", + "frame": { "x": 77, "y": 350, "w": 74, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 19, "y": 10, "w": 72, "h": 68 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0064.png", + "frame": { "x": 466, "y": 353, "w": 73, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 19, "y": 10, "w": 71, "h": 68 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0065.png", + "frame": { "x": 1, "y": 352, "w": 73, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 18, "y": 10, "w": 71, "h": 68 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0066.png", + "frame": { "x": 306, "y": 360, "w": 73, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 17, "y": 11, "w": 71, "h": 67 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0067.png", + "frame": { "x": 392, "y": 304, "w": 74, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 15, "y": 10, "w": 72, "h": 68 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0068.png", + "frame": { "x": 1, "y": 283, "w": 76, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 13, "y": 11, "w": 74, "h": 67 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0069.png", + "frame": { "x": 403, "y": 235, "w": 77, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 12, "y": 11, "w": 75, "h": 67 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0070.png", + "frame": { "x": 565, "y": 215, "w": 78, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 11, "y": 11, "w": 76, "h": 67 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0071.png", + "frame": { "x": 246, "y": 222, "w": 78, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 11, "y": 11, "w": 76, "h": 67 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0072.png", + "frame": { "x": 80, "y": 282, "w": 78, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 11, "y": 12, "w": 76, "h": 66 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0073.png", + "frame": { "x": 227, "y": 291, "w": 78, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 12, "y": 13, "w": 76, "h": 65 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0074.png", + "frame": { "x": 556, "y": 352, "w": 80, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 12, "y": 16, "w": 78, "h": 62 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0075.png", + "frame": { "x": 226, "y": 358, "w": 80, "h": 63 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 13, "y": 17, "w": 78, "h": 61 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0076.png", + "frame": { "x": 74, "y": 420, "w": 76, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 16, "y": 16, "w": 74, "h": 62 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0077.png", + "frame": { "x": 452, "y": 423, "w": 68, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 20, "y": 13, "w": 66, "h": 65 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0078.png", + "frame": { "x": 1, "y": 422, "w": 65, "h": 72 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 21, "y": 8, "w": 63, "h": 70 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0079.png", + "frame": { "x": 539, "y": 416, "w": 64, "h": 77 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 20, "y": 3, "w": 62, "h": 75 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0080.png", + "frame": { "x": 160, "y": 229, "w": 67, "h": 80 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 18, "y": 0, "w": 65, "h": 78 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0081.png", + "frame": { "x": 427, "y": 77, "w": 72, "h": 80 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 15, "y": 0, "w": 70, "h": 78 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0082.png", + "frame": { "x": 588, "y": 1, "w": 76, "h": 80 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 12, "y": 0, "w": 74, "h": 78 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0083.png", + "frame": { "x": 511, "y": 1, "w": 77, "h": 80 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 10, "y": 0, "w": 75, "h": 78 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0084.png", + "frame": { "x": 258, "y": 74, "w": 75, "h": 78 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 2, "w": 73, "h": 76 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0085.png", + "frame": { "x": 417, "y": 157, "w": 70, "h": 78 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 10, "y": 2, "w": 68, "h": 76 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0086.png", + "frame": { "x": 324, "y": 282, "w": 68, "h": 78 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 12, "y": 2, "w": 66, "h": 76 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0087.png", + "frame": { "x": 636, "y": 284, "w": 65, "h": 78 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 15, "y": 2, "w": 63, "h": 76 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0088.png", + "frame": { "x": 636, "y": 362, "w": 63, "h": 79 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 18, "y": 1, "w": 61, "h": 77 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0089.png", + "frame": { "x": 175, "y": 80, "w": 71, "h": 79 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 14, "y": 1, "w": 69, "h": 77 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0090.png", + "frame": { "x": 346, "y": 1, "w": 81, "h": 79 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 1, "w": 79, "h": 77 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0091.png", + "frame": { "x": 88, "y": 1, "w": 86, "h": 80 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 0, "w": 84, "h": 78 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0092.png", + "frame": { "x": 1, "y": 1, "w": 87, "h": 80 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 0, "w": 85, "h": 78 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0093.png", + "frame": { "x": 174, "y": 1, "w": 84, "h": 79 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 1, "w": 82, "h": 77 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0094.png", + "frame": { "x": 427, "y": 1, "w": 84, "h": 76 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 4, "w": 82, "h": 74 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0095.png", + "frame": { "x": 258, "y": 1, "w": 88, "h": 73 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 7, "w": 86, "h": 71 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0096.png", + "frame": { "x": 556, "y": 284, "w": 77, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 12, "y": 12, "w": 75, "h": 66 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0097.png", + "frame": { "x": 151, "y": 419, "w": 71, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 18, "y": 12, "w": 69, "h": 66 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0098.png", + "frame": { "x": 222, "y": 421, "w": 71, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 18, "y": 12, "w": 69, "h": 66 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0099.png", + "frame": { "x": 379, "y": 374, "w": 73, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 16, "y": 12, "w": 71, "h": 66 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0100.png", + "frame": { "x": 151, "y": 350, "w": 75, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 14, "y": 11, "w": 73, "h": 67 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0101.png", + "frame": { "x": 480, "y": 284, "w": 76, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 13, "y": 11, "w": 74, "h": 67 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0102.png", + "frame": { "x": 487, "y": 215, "w": 78, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 11, "y": 11, "w": 76, "h": 67 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + } + ], + "meta": { + "app": "https://www.aseprite.org/", + "version": "1.3.13-x64", + "image": "750.png", + "format": "I8", + "size": { "w": 702, "h": 495 }, + "scale": "1" + } } diff --git a/public/images/pokemon/exp/back/750.png b/public/images/pokemon/exp/back/750.png index 4ac4682a955..1c9391b5f7a 100644 Binary files a/public/images/pokemon/exp/back/750.png and b/public/images/pokemon/exp/back/750.png differ diff --git a/public/images/pokemon/exp/back/780.json b/public/images/pokemon/exp/back/780.json index 6a6dc7a0f38..af67efba2a0 100644 --- a/public/images/pokemon/exp/back/780.json +++ b/public/images/pokemon/exp/back/780.json @@ -1,230 +1,884 @@ -{ - "textures": [ - { - "image": "780.png", - "format": "RGBA8888", - "size": { - "w": 183, - "h": 183 - }, - "scale": 1, - "frames": [ - { - "filename": "0001.png", - "rotated": false, - "trimmed": false, - "sourceSize": { - "w": 86, - "h": 62 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 86, - "h": 62 - }, - "frame": { - "x": 0, - "y": 0, - "w": 86, - "h": 62 - } - }, - { - "filename": "0002.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 86, - "h": 62 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 85, - "h": 62 - }, - "frame": { - "x": 0, - "y": 62, - "w": 85, - "h": 62 - } - }, - { - "filename": "0010.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 86, - "h": 62 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 85, - "h": 62 - }, - "frame": { - "x": 0, - "y": 62, - "w": 85, - "h": 62 - } - }, - { - "filename": "0003.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 86, - "h": 62 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 83, - "h": 62 - }, - "frame": { - "x": 85, - "y": 62, - "w": 83, - "h": 62 - } - }, - { - "filename": "0009.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 86, - "h": 62 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 83, - "h": 62 - }, - "frame": { - "x": 85, - "y": 62, - "w": 83, - "h": 62 - } - }, - { - "filename": "0004.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 86, - "h": 62 - }, - "spriteSourceSize": { - "x": 0, - "y": 1, - "w": 82, - "h": 61 - }, - "frame": { - "x": 86, - "y": 0, - "w": 82, - "h": 61 - } - }, - { - "filename": "0008.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 86, - "h": 62 - }, - "spriteSourceSize": { - "x": 0, - "y": 1, - "w": 82, - "h": 61 - }, - "frame": { - "x": 86, - "y": 0, - "w": 82, - "h": 61 - } - }, - { - "filename": "0005.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 86, - "h": 62 - }, - "spriteSourceSize": { - "x": 1, - "y": 3, - "w": 81, - "h": 59 - }, - "frame": { - "x": 0, - "y": 124, - "w": 81, - "h": 59 - } - }, - { - "filename": "0007.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 86, - "h": 62 - }, - "spriteSourceSize": { - "x": 1, - "y": 3, - "w": 81, - "h": 59 - }, - "frame": { - "x": 0, - "y": 124, - "w": 81, - "h": 59 - } - }, - { - "filename": "0006.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 86, - "h": 62 - }, - "spriteSourceSize": { - "x": 1, - "y": 3, - "w": 79, - "h": 59 - }, - "frame": { - "x": 81, - "y": 124, - "w": 79, - "h": 59 - } - } - ] - } - ], - "meta": { - "app": "https://www.codeandweb.com/texturepacker", - "version": "3.0", - "smartupdate": "$TexturePacker:SmartUpdate:248a786810697270e14c6ebc74f4c011:d66b0c13068d3a83b9b49f5d2fdc42b5:9470182902340de73b2565411cb0ab89$" - } +{ "frames": [ + { + "filename": "0001.png", + "frame": { "x": 1, "y": 153, "w": 82, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0002.png", + "frame": { "x": 490, "y": 147, "w": 82, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0003.png", + "frame": { "x": 246, "y": 148, "w": 82, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0004.png", + "frame": { "x": 329, "y": 148, "w": 82, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0005.png", + "frame": { "x": 167, "y": 219, "w": 82, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0006.png", + "frame": { "x": 250, "y": 219, "w": 82, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0007.png", + "frame": { "x": 84, "y": 221, "w": 82, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0008.png", + "frame": { "x": 1, "y": 294, "w": 82, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 11, "w": 82, "h": 68 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0009.png", + "frame": { "x": 331, "y": 359, "w": 81, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 11, "w": 81, "h": 68 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0010.png", + "frame": { "x": 249, "y": 359, "w": 81, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 11, "w": 81, "h": 68 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0011.png", + "frame": { "x": 83, "y": 428, "w": 81, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 12, "w": 81, "h": 67 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0012.png", + "frame": { "x": 1, "y": 363, "w": 81, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 12, "w": 81, "h": 67 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0013.png", + "frame": { "x": 84, "y": 360, "w": 81, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 12, "w": 81, "h": 67 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0014.png", + "frame": { "x": 167, "y": 359, "w": 81, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 11, "w": 81, "h": 68 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0015.png", + "frame": { "x": 415, "y": 289, "w": 81, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 10, "w": 81, "h": 69 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0016.png", + "frame": { "x": 333, "y": 289, "w": 81, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 10, "w": 81, "h": 69 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0017.png", + "frame": { "x": 250, "y": 289, "w": 82, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0018.png", + "frame": { "x": 84, "y": 150, "w": 82, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0019.png", + "frame": { "x": 1, "y": 153, "w": 82, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0020.png", + "frame": { "x": 490, "y": 147, "w": 82, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0021.png", + "frame": { "x": 246, "y": 148, "w": 82, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0022.png", + "frame": { "x": 329, "y": 148, "w": 82, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0023.png", + "frame": { "x": 167, "y": 219, "w": 82, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0024.png", + "frame": { "x": 250, "y": 219, "w": 82, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0025.png", + "frame": { "x": 84, "y": 221, "w": 82, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0026.png", + "frame": { "x": 1, "y": 294, "w": 82, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 11, "w": 82, "h": 68 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0027.png", + "frame": { "x": 331, "y": 359, "w": 81, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 11, "w": 81, "h": 68 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0028.png", + "frame": { "x": 249, "y": 359, "w": 81, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 11, "w": 81, "h": 68 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0029.png", + "frame": { "x": 83, "y": 428, "w": 81, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 12, "w": 81, "h": 67 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0030.png", + "frame": { "x": 1, "y": 363, "w": 81, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 12, "w": 81, "h": 67 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0031.png", + "frame": { "x": 84, "y": 360, "w": 81, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 12, "w": 81, "h": 67 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0032.png", + "frame": { "x": 167, "y": 359, "w": 81, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 11, "w": 81, "h": 68 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0033.png", + "frame": { "x": 415, "y": 289, "w": 81, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 10, "w": 81, "h": 69 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0034.png", + "frame": { "x": 333, "y": 289, "w": 81, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 10, "w": 81, "h": 69 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0035.png", + "frame": { "x": 250, "y": 289, "w": 82, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0036.png", + "frame": { "x": 84, "y": 150, "w": 82, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0037.png", + "frame": { "x": 1, "y": 153, "w": 82, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0038.png", + "frame": { "x": 490, "y": 147, "w": 82, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0039.png", + "frame": { "x": 246, "y": 148, "w": 82, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0040.png", + "frame": { "x": 329, "y": 148, "w": 82, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0041.png", + "frame": { "x": 167, "y": 219, "w": 82, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0042.png", + "frame": { "x": 250, "y": 219, "w": 82, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0043.png", + "frame": { "x": 84, "y": 221, "w": 82, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0044.png", + "frame": { "x": 1, "y": 294, "w": 82, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 11, "w": 82, "h": 68 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0045.png", + "frame": { "x": 331, "y": 359, "w": 81, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 11, "w": 81, "h": 68 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0046.png", + "frame": { "x": 249, "y": 359, "w": 81, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 11, "w": 81, "h": 68 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0047.png", + "frame": { "x": 83, "y": 428, "w": 81, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 12, "w": 81, "h": 67 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0048.png", + "frame": { "x": 1, "y": 363, "w": 81, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 12, "w": 81, "h": 67 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0049.png", + "frame": { "x": 84, "y": 360, "w": 81, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 12, "w": 81, "h": 67 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0050.png", + "frame": { "x": 167, "y": 359, "w": 81, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 11, "w": 81, "h": 68 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0051.png", + "frame": { "x": 415, "y": 289, "w": 81, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 10, "w": 81, "h": 69 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0052.png", + "frame": { "x": 333, "y": 289, "w": 81, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 10, "w": 81, "h": 69 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0053.png", + "frame": { "x": 250, "y": 289, "w": 82, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0054.png", + "frame": { "x": 84, "y": 150, "w": 82, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0055.png", + "frame": { "x": 1, "y": 153, "w": 82, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0056.png", + "frame": { "x": 490, "y": 147, "w": 82, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0057.png", + "frame": { "x": 246, "y": 148, "w": 82, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0058.png", + "frame": { "x": 329, "y": 148, "w": 82, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0059.png", + "frame": { "x": 167, "y": 219, "w": 82, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0060.png", + "frame": { "x": 250, "y": 219, "w": 82, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0061.png", + "frame": { "x": 84, "y": 221, "w": 82, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0062.png", + "frame": { "x": 1, "y": 294, "w": 82, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 11, "w": 82, "h": 68 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0063.png", + "frame": { "x": 331, "y": 359, "w": 81, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 11, "w": 81, "h": 68 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0064.png", + "frame": { "x": 249, "y": 359, "w": 81, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 11, "w": 81, "h": 68 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0065.png", + "frame": { "x": 83, "y": 428, "w": 81, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 12, "w": 81, "h": 67 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0066.png", + "frame": { "x": 1, "y": 363, "w": 81, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 12, "w": 81, "h": 67 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0067.png", + "frame": { "x": 84, "y": 360, "w": 81, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 12, "w": 81, "h": 67 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0068.png", + "frame": { "x": 167, "y": 359, "w": 81, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 11, "w": 81, "h": 68 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0069.png", + "frame": { "x": 415, "y": 289, "w": 81, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 10, "w": 81, "h": 69 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0070.png", + "frame": { "x": 333, "y": 289, "w": 81, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 10, "w": 81, "h": 69 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0071.png", + "frame": { "x": 250, "y": 289, "w": 82, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0072.png", + "frame": { "x": 84, "y": 150, "w": 82, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0073.png", + "frame": { "x": 1, "y": 153, "w": 82, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0074.png", + "frame": { "x": 1, "y": 81, "w": 82, "h": 71 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 8, "w": 82, "h": 71 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0075.png", + "frame": { "x": 490, "y": 75, "w": 82, "h": 71 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 8, "w": 82, "h": 71 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0076.png", + "frame": { "x": 325, "y": 75, "w": 82, "h": 72 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 7, "w": 82, "h": 72 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0077.png", + "frame": { "x": 408, "y": 75, "w": 81, "h": 72 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 7, "w": 81, "h": 72 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0078.png", + "frame": { "x": 407, "y": 1, "w": 81, "h": 73 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 6, "w": 81, "h": 73 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0079.png", + "frame": { "x": 325, "y": 1, "w": 81, "h": 73 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 6, "w": 81, "h": 73 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0080.png", + "frame": { "x": 163, "y": 78, "w": 82, "h": 71 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 8, "w": 82, "h": 71 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0081.png", + "frame": { "x": 84, "y": 291, "w": 82, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 11, "w": 82, "h": 68 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0082.png", + "frame": { "x": 495, "y": 218, "w": 80, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 10, "w": 80, "h": 69 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0083.png", + "frame": { "x": 243, "y": 1, "w": 81, "h": 74 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 5, "w": 81, "h": 74 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0084.png", + "frame": { "x": 83, "y": 1, "w": 79, "h": 79 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 0, "w": 79, "h": 79 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0085.png", + "frame": { "x": 1, "y": 1, "w": 81, "h": 78 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 1, "w": 81, "h": 78 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0086.png", + "frame": { "x": 83, "y": 1, "w": 79, "h": 79 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 0, "w": 79, "h": 79 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0087.png", + "frame": { "x": 1, "y": 1, "w": 81, "h": 78 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 1, "w": 81, "h": 78 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0088.png", + "frame": { "x": 83, "y": 1, "w": 79, "h": 79 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 0, "w": 79, "h": 79 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0089.png", + "frame": { "x": 1, "y": 1, "w": 81, "h": 78 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 1, "w": 81, "h": 78 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0090.png", + "frame": { "x": 163, "y": 1, "w": 79, "h": 76 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 3, "w": 79, "h": 76 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0091.png", + "frame": { "x": 489, "y": 1, "w": 81, "h": 73 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 6, "w": 81, "h": 73 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0092.png", + "frame": { "x": 247, "y": 428, "w": 82, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 14, "w": 82, "h": 65 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0093.png", + "frame": { "x": 165, "y": 428, "w": 81, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 12, "w": 81, "h": 67 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0094.png", + "frame": { "x": 413, "y": 359, "w": 81, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 11, "w": 81, "h": 68 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0095.png", + "frame": { "x": 1, "y": 224, "w": 82, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0096.png", + "frame": { "x": 167, "y": 289, "w": 82, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0097.png", + "frame": { "x": 412, "y": 218, "w": 82, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + } + ], + "meta": { + "app": "https://www.aseprite.org/", + "version": "1.3.13-x64", + "image": "780.png", + "format": "I8", + "size": { "w": 576, "h": 496 }, + "scale": "1" + } } diff --git a/public/images/pokemon/exp/back/780.png b/public/images/pokemon/exp/back/780.png index aa85f9ed535..595476cf717 100644 Binary files a/public/images/pokemon/exp/back/780.png and b/public/images/pokemon/exp/back/780.png differ diff --git a/public/images/pokemon/exp/back/shiny/2037.json b/public/images/pokemon/exp/back/shiny/2037.json index 01259c3dc3d..790321704de 100644 --- a/public/images/pokemon/exp/back/shiny/2037.json +++ b/public/images/pokemon/exp/back/shiny/2037.json @@ -1,188 +1,101 @@ -{ - "textures": [ - { - "image": "2037.png", - "format": "RGBA8888", - "size": { - "w": 150, - "h": 150 - }, - "scale": 1, - "frames": [ - { - "filename": "0004.png", - "rotated": false, - "trimmed": false, - "sourceSize": { - "w": 61, - "h": 50 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 61, - "h": 50 - }, - "frame": { - "x": 0, - "y": 0, - "w": 61, - "h": 50 - } - }, - { - "filename": "0006.png", - "rotated": false, - "trimmed": false, - "sourceSize": { - "w": 61, - "h": 50 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 61, - "h": 50 - }, - "frame": { - "x": 61, - "y": 0, - "w": 61, - "h": 50 - } - }, - { - "filename": "0003.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 61, - "h": 50 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 60, - "h": 50 - }, - "frame": { - "x": 0, - "y": 50, - "w": 60, - "h": 50 - } - }, - { - "filename": "0007.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 61, - "h": 50 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 60, - "h": 50 - }, - "frame": { - "x": 0, - "y": 50, - "w": 60, - "h": 50 - } - }, - { - "filename": "0001.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 61, - "h": 50 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 59, - "h": 50 - }, - "frame": { - "x": 0, - "y": 100, - "w": 59, - "h": 50 - } - }, - { - "filename": "0002.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 61, - "h": 50 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 59, - "h": 50 - }, - "frame": { - "x": 59, - "y": 100, - "w": 59, - "h": 50 - } - }, - { - "filename": "0008.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 61, - "h": 50 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 59, - "h": 50 - }, - "frame": { - "x": 59, - "y": 100, - "w": 59, - "h": 50 - } - }, - { - "filename": "0005.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 61, - "h": 50 - }, - "spriteSourceSize": { - "x": 0, - "y": 2, - "w": 61, - "h": 48 - }, - "frame": { - "x": 60, - "y": 50, - "w": 61, - "h": 48 - } - } - ] - } - ], - "meta": { - "app": "https://www.codeandweb.com/texturepacker", - "version": "3.0", - "smartupdate": "$TexturePacker:SmartUpdate:c26c3a06a7e949ac3da512bb0c218169:1561eac8f519c7efd877f2e03ea21708:c679847d1c2ddf91caeaa5ebb76a6664$" - } +{ "frames": [ + { + "filename": "0001.png", + "frame": { "x": 1, "y": 50, "w": 58, "h": 49 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 0, "w": 58, "h": 49 }, + "sourceSize": { "w": 63, "h": 49 }, + "duration": 100 + }, + { + "filename": "0002.png", + "frame": { "x": 60, "y": 50, "w": 58, "h": 48 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 1, "w": 58, "h": 48 }, + "sourceSize": { "w": 63, "h": 49 }, + "duration": 100 + }, + { + "filename": "0003.png", + "frame": { "x": 119, "y": 50, "w": 58, "h": 48 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 1, "w": 58, "h": 48 }, + "sourceSize": { "w": 63, "h": 49 }, + "duration": 100 + }, + { + "filename": "0004.png", + "frame": { "x": 60, "y": 99, "w": 56, "h": 46 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 3, "w": 56, "h": 46 }, + "sourceSize": { "w": 63, "h": 49 }, + "duration": 100 + }, + { + "filename": "0005.png", + "frame": { "x": 178, "y": 98, "w": 58, "h": 46 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 3, "w": 58, "h": 46 }, + "sourceSize": { "w": 63, "h": 49 }, + "duration": 100 + }, + { + "filename": "0006.png", + "frame": { "x": 178, "y": 51, "w": 60, "h": 46 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 3, "w": 60, "h": 46 }, + "sourceSize": { "w": 63, "h": 49 }, + "duration": 100 + }, + { + "filename": "0007.png", + "frame": { "x": 1, "y": 1, "w": 63, "h": 48 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 1, "w": 63, "h": 48 }, + "sourceSize": { "w": 63, "h": 49 }, + "duration": 100 + }, + { + "filename": "0008.png", + "frame": { "x": 65, "y": 1, "w": 62, "h": 48 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 1, "w": 62, "h": 48 }, + "sourceSize": { "w": 63, "h": 49 }, + "duration": 100 + }, + { + "filename": "0009.png", + "frame": { "x": 128, "y": 1, "w": 61, "h": 48 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 1, "w": 61, "h": 48 }, + "sourceSize": { "w": 63, "h": 49 }, + "duration": 100 + }, + { + "filename": "0010.png", + "frame": { "x": 190, "y": 1, "w": 59, "h": 49 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 0, "w": 59, "h": 49 }, + "sourceSize": { "w": 63, "h": 49 }, + "duration": 100 + } + ], + "meta": { + "app": "https://www.aseprite.org/", + "version": "1.3.13-x64", + "image": "2037.png", + "format": "I8", + "size": { "w": 250, "h": 146 }, + "scale": "1" + } } diff --git a/public/images/pokemon/exp/back/shiny/2037.png b/public/images/pokemon/exp/back/shiny/2037.png index af9318d53b1..d5443e7d642 100644 Binary files a/public/images/pokemon/exp/back/shiny/2037.png and b/public/images/pokemon/exp/back/shiny/2037.png differ diff --git a/public/images/pokemon/exp/back/shiny/2038.json b/public/images/pokemon/exp/back/shiny/2038.json index 28b88e1c5d5..af164a77c57 100644 --- a/public/images/pokemon/exp/back/shiny/2038.json +++ b/public/images/pokemon/exp/back/shiny/2038.json @@ -1,692 +1,155 @@ -{ - "textures": [ - { - "image": "2038.png", - "format": "RGBA8888", - "size": { - "w": 514, - "h": 514 - }, - "scale": 1, - "frames": [ - { - "filename": "0013.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 111, - "h": 73 - }, - "spriteSourceSize": { - "x": 10, - "y": 8, - "w": 101, - "h": 63 - }, - "frame": { - "x": 0, - "y": 0, - "w": 101, - "h": 63 - } - }, - { - "filename": "0012.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 111, - "h": 73 - }, - "spriteSourceSize": { - "x": 9, - "y": 8, - "w": 102, - "h": 64 - }, - "frame": { - "x": 101, - "y": 0, - "w": 102, - "h": 64 - } - }, - { - "filename": "0014.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 111, - "h": 73 - }, - "spriteSourceSize": { - "x": 12, - "y": 7, - "w": 99, - "h": 64 - }, - "frame": { - "x": 203, - "y": 0, - "w": 99, - "h": 64 - } - }, - { - "filename": "0015.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 111, - "h": 73 - }, - "spriteSourceSize": { - "x": 12, - "y": 7, - "w": 99, - "h": 64 - }, - "frame": { - "x": 302, - "y": 0, - "w": 99, - "h": 64 - } - }, - { - "filename": "0016.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 111, - "h": 73 - }, - "spriteSourceSize": { - "x": 12, - "y": 7, - "w": 98, - "h": 64 - }, - "frame": { - "x": 401, - "y": 0, - "w": 98, - "h": 64 - } - }, - { - "filename": "0017.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 111, - "h": 73 - }, - "spriteSourceSize": { - "x": 12, - "y": 6, - "w": 98, - "h": 65 - }, - "frame": { - "x": 0, - "y": 63, - "w": 98, - "h": 65 - } - }, - { - "filename": "0004.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 111, - "h": 73 - }, - "spriteSourceSize": { - "x": 0, - "y": 6, - "w": 111, - "h": 65 - }, - "frame": { - "x": 98, - "y": 64, - "w": 111, - "h": 65 - } - }, - { - "filename": "0005.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 111, - "h": 73 - }, - "spriteSourceSize": { - "x": 0, - "y": 6, - "w": 111, - "h": 65 - }, - "frame": { - "x": 209, - "y": 64, - "w": 111, - "h": 65 - } - }, - { - "filename": "0011.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 111, - "h": 73 - }, - "spriteSourceSize": { - "x": 7, - "y": 8, - "w": 104, - "h": 65 - }, - "frame": { - "x": 320, - "y": 64, - "w": 104, - "h": 65 - } - }, - { - "filename": "0018.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 111, - "h": 73 - }, - "spriteSourceSize": { - "x": 12, - "y": 6, - "w": 97, - "h": 65 - }, - "frame": { - "x": 0, - "y": 128, - "w": 97, - "h": 65 - } - }, - { - "filename": "0019.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 111, - "h": 73 - }, - "spriteSourceSize": { - "x": 12, - "y": 6, - "w": 97, - "h": 65 - }, - "frame": { - "x": 97, - "y": 129, - "w": 97, - "h": 65 - } - }, - { - "filename": "0003.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 111, - "h": 73 - }, - "spriteSourceSize": { - "x": 0, - "y": 5, - "w": 111, - "h": 66 - }, - "frame": { - "x": 194, - "y": 129, - "w": 111, - "h": 66 - } - }, - { - "filename": "0006.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 111, - "h": 73 - }, - "spriteSourceSize": { - "x": 0, - "y": 6, - "w": 111, - "h": 66 - }, - "frame": { - "x": 305, - "y": 129, - "w": 111, - "h": 66 - } - }, - { - "filename": "0020.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 111, - "h": 73 - }, - "spriteSourceSize": { - "x": 11, - "y": 5, - "w": 98, - "h": 66 - }, - "frame": { - "x": 416, - "y": 129, - "w": 98, - "h": 66 - } - }, - { - "filename": "0008.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 111, - "h": 73 - }, - "spriteSourceSize": { - "x": 1, - "y": 7, - "w": 110, - "h": 66 - }, - "frame": { - "x": 0, - "y": 194, - "w": 110, - "h": 66 - } - }, - { - "filename": "0009.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 111, - "h": 73 - }, - "spriteSourceSize": { - "x": 3, - "y": 7, - "w": 108, - "h": 66 - }, - "frame": { - "x": 110, - "y": 195, - "w": 108, - "h": 66 - } - }, - { - "filename": "0010.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 111, - "h": 73 - }, - "spriteSourceSize": { - "x": 5, - "y": 7, - "w": 106, - "h": 66 - }, - "frame": { - "x": 218, - "y": 195, - "w": 106, - "h": 66 - } - }, - { - "filename": "0002.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 111, - "h": 73 - }, - "spriteSourceSize": { - "x": 2, - "y": 4, - "w": 109, - "h": 67 - }, - "frame": { - "x": 324, - "y": 195, - "w": 109, - "h": 67 - } - }, - { - "filename": "0007.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 111, - "h": 73 - }, - "spriteSourceSize": { - "x": 0, - "y": 6, - "w": 111, - "h": 67 - }, - "frame": { - "x": 0, - "y": 261, - "w": 111, - "h": 67 - } - }, - { - "filename": "0021.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 111, - "h": 73 - }, - "spriteSourceSize": { - "x": 10, - "y": 3, - "w": 98, - "h": 68 - }, - "frame": { - "x": 111, - "y": 261, - "w": 98, - "h": 68 - } - }, - { - "filename": "0001.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 111, - "h": 73 - }, - "spriteSourceSize": { - "x": 3, - "y": 2, - "w": 108, - "h": 69 - }, - "frame": { - "x": 209, - "y": 261, - "w": 108, - "h": 69 - } - }, - { - "filename": "0022.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 111, - "h": 73 - }, - "spriteSourceSize": { - "x": 10, - "y": 2, - "w": 98, - "h": 69 - }, - "frame": { - "x": 317, - "y": 262, - "w": 98, - "h": 69 - } - }, - { - "filename": "0023.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 111, - "h": 73 - }, - "spriteSourceSize": { - "x": 9, - "y": 1, - "w": 98, - "h": 70 - }, - "frame": { - "x": 415, - "y": 262, - "w": 98, - "h": 70 - } - }, - { - "filename": "0031.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 111, - "h": 73 - }, - "spriteSourceSize": { - "x": 4, - "y": 1, - "w": 106, - "h": 70 - }, - "frame": { - "x": 0, - "y": 328, - "w": 106, - "h": 70 - } - }, - { - "filename": "0024.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 111, - "h": 73 - }, - "spriteSourceSize": { - "x": 8, - "y": 0, - "w": 99, - "h": 71 - }, - "frame": { - "x": 106, - "y": 329, - "w": 99, - "h": 71 - } - }, - { - "filename": "0032.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 111, - "h": 73 - }, - "spriteSourceSize": { - "x": 5, - "y": 1, - "w": 106, - "h": 70 - }, - "frame": { - "x": 205, - "y": 330, - "w": 106, - "h": 70 - } - }, - { - "filename": "0025.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 111, - "h": 73 - }, - "spriteSourceSize": { - "x": 8, - "y": 0, - "w": 98, - "h": 71 - }, - "frame": { - "x": 311, - "y": 331, - "w": 98, - "h": 71 - } - }, - { - "filename": "0026.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 111, - "h": 73 - }, - "spriteSourceSize": { - "x": 7, - "y": 0, - "w": 100, - "h": 71 - }, - "frame": { - "x": 409, - "y": 332, - "w": 100, - "h": 71 - } - }, - { - "filename": "0027.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 111, - "h": 73 - }, - "spriteSourceSize": { - "x": 6, - "y": 0, - "w": 102, - "h": 71 - }, - "frame": { - "x": 0, - "y": 398, - "w": 102, - "h": 71 - } - }, - { - "filename": "0028.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 111, - "h": 73 - }, - "spriteSourceSize": { - "x": 5, - "y": 0, - "w": 103, - "h": 71 - }, - "frame": { - "x": 102, - "y": 400, - "w": 103, - "h": 71 - } - }, - { - "filename": "0029.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 111, - "h": 73 - }, - "spriteSourceSize": { - "x": 5, - "y": 0, - "w": 104, - "h": 71 - }, - "frame": { - "x": 205, - "y": 400, - "w": 104, - "h": 71 - } - }, - { - "filename": "0030.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 111, - "h": 73 - }, - "spriteSourceSize": { - "x": 4, - "y": 0, - "w": 106, - "h": 71 - }, - "frame": { - "x": 309, - "y": 403, - "w": 106, - "h": 71 - } - } - ] - } - ], - "meta": { - "app": "https://www.codeandweb.com/texturepacker", - "version": "3.0", - "smartupdate": "$TexturePacker:SmartUpdate:daba98eede1b4cafdaf3d2c2d7ef907f:c4d90754ddb58ba739191c8fc94a8f24:51bcdbb4fa6a1a9e90a83c2a4132ee1b$" - } +{ "frames": [ + { + "filename": "0001.png", + "frame": { "x": 232, "y": 198, "w": 74, "h": 62 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 2, "w": 74, "h": 62 }, + "sourceSize": { "w": 82, "h": 69 }, + "duration": 100 + }, + { + "filename": "0002.png", + "frame": { "x": 155, "y": 132, "w": 78, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 2, "w": 78, "h": 65 }, + "sourceSize": { "w": 82, "h": 69 }, + "duration": 100 + }, + { + "filename": "0003.png", + "frame": { "x": 156, "y": 66, "w": 78, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 3, "w": 78, "h": 66 }, + "sourceSize": { "w": 82, "h": 69 }, + "duration": 100 + }, + { + "filename": "0004.png", + "frame": { "x": 78, "y": 134, "w": 77, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 3, "w": 77, "h": 64 }, + "sourceSize": { "w": 82, "h": 69 }, + "duration": 100 + }, + { + "filename": "0005.png", + "frame": { "x": 75, "y": 198, "w": 77, "h": 61 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 3, "w": 77, "h": 61 }, + "sourceSize": { "w": 82, "h": 69 }, + "duration": 100 + }, + { + "filename": "0006.png", + "frame": { "x": 0, "y": 134, "w": 78, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 3, "w": 78, "h": 64 }, + "sourceSize": { "w": 82, "h": 69 }, + "duration": 100 + }, + { + "filename": "0007.png", + "frame": { "x": 234, "y": 67, "w": 78, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 3, "w": 78, "h": 66 }, + "sourceSize": { "w": 82, "h": 69 }, + "duration": 100 + }, + { + "filename": "0008.png", + "frame": { "x": 233, "y": 133, "w": 78, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 2, "w": 78, "h": 65 }, + "sourceSize": { "w": 82, "h": 69 }, + "duration": 100 + }, + { + "filename": "0009.png", + "frame": { "x": 155, "y": 197, "w": 77, "h": 63 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 1, "w": 77, "h": 63 }, + "sourceSize": { "w": 82, "h": 69 }, + "duration": 100 + }, + { + "filename": "0010.png", + "frame": { "x": 156, "y": 0, "w": 79, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 1, "w": 79, "h": 66 }, + "sourceSize": { "w": 82, "h": 69 }, + "duration": 100 + }, + { + "filename": "0011.png", + "frame": { "x": 0, "y": 0, "w": 78, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 1, "w": 78, "h": 68 }, + "sourceSize": { "w": 82, "h": 69 }, + "duration": 100 + }, + { + "filename": "0012.png", + "frame": { "x": 235, "y": 0, "w": 77, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 0, "w": 77, "h": 67 }, + "sourceSize": { "w": 82, "h": 69 }, + "duration": 100 + }, + { + "filename": "0013.png", + "frame": { "x": 0, "y": 198, "w": 75, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 0, "w": 75, "h": 64 }, + "sourceSize": { "w": 82, "h": 69 }, + "duration": 100 + }, + { + "filename": "0014.png", + "frame": { "x": 0, "y": 68, "w": 78, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 1, "w": 78, "h": 66 }, + "sourceSize": { "w": 82, "h": 69 }, + "duration": 100 + }, + { + "filename": "0015.png", + "frame": { "x": 78, "y": 0, "w": 78, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 1, "w": 78, "h": 68 }, + "sourceSize": { "w": 82, "h": 69 }, + "duration": 100 + }, + { + "filename": "0016.png", + "frame": { "x": 78, "y": 68, "w": 77, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 1, "w": 77, "h": 66 }, + "sourceSize": { "w": 82, "h": 69 }, + "duration": 100 + } + ], + "meta": { + "app": "https://www.aseprite.org/", + "version": "1.3.13-x64", + "image": "2038.png", + "format": "I8", + "size": { "w": 312, "h": 262 }, + "scale": "1" + } } diff --git a/public/images/pokemon/exp/back/shiny/2038.png b/public/images/pokemon/exp/back/shiny/2038.png index 7452a07959e..33c5406bbb7 100644 Binary files a/public/images/pokemon/exp/back/shiny/2038.png and b/public/images/pokemon/exp/back/shiny/2038.png differ diff --git a/public/images/pokemon/exp/back/shiny/2074.json b/public/images/pokemon/exp/back/shiny/2074.json index 3750e354036..d7500c522e9 100644 --- a/public/images/pokemon/exp/back/shiny/2074.json +++ b/public/images/pokemon/exp/back/shiny/2074.json @@ -1,230 +1,398 @@ -{ - "textures": [ - { - "image": "2074.png", - "format": "RGBA8888", - "size": { - "w": 108, - "h": 108 - }, - "scale": 1, - "frames": [ - { - "filename": "0001.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 57, - "h": 43 - }, - "spriteSourceSize": { - "x": 0, - "y": 11, - "w": 57, - "h": 32 - }, - "frame": { - "x": 0, - "y": 0, - "w": 57, - "h": 32 - } - }, - { - "filename": "0002.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 57, - "h": 43 - }, - "spriteSourceSize": { - "x": 1, - "y": 9, - "w": 56, - "h": 33 - }, - "frame": { - "x": 0, - "y": 32, - "w": 56, - "h": 33 - } - }, - { - "filename": "0010.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 57, - "h": 43 - }, - "spriteSourceSize": { - "x": 1, - "y": 9, - "w": 56, - "h": 33 - }, - "frame": { - "x": 0, - "y": 32, - "w": 56, - "h": 33 - } - }, - { - "filename": "0003.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 57, - "h": 43 - }, - "spriteSourceSize": { - "x": 1, - "y": 6, - "w": 54, - "h": 34 - }, - "frame": { - "x": 0, - "y": 65, - "w": 54, - "h": 34 - } - }, - { - "filename": "0009.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 57, - "h": 43 - }, - "spriteSourceSize": { - "x": 1, - "y": 6, - "w": 54, - "h": 34 - }, - "frame": { - "x": 0, - "y": 65, - "w": 54, - "h": 34 - } - }, - { - "filename": "0004.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 57, - "h": 43 - }, - "spriteSourceSize": { - "x": 2, - "y": 4, - "w": 51, - "h": 34 - }, - "frame": { - "x": 57, - "y": 0, - "w": 51, - "h": 34 - } - }, - { - "filename": "0008.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 57, - "h": 43 - }, - "spriteSourceSize": { - "x": 2, - "y": 4, - "w": 51, - "h": 34 - }, - "frame": { - "x": 57, - "y": 0, - "w": 51, - "h": 34 - } - }, - { - "filename": "0005.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 57, - "h": 43 - }, - "spriteSourceSize": { - "x": 1, - "y": 1, - "w": 51, - "h": 35 - }, - "frame": { - "x": 56, - "y": 34, - "w": 51, - "h": 35 - } - }, - { - "filename": "0007.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 57, - "h": 43 - }, - "spriteSourceSize": { - "x": 1, - "y": 1, - "w": 51, - "h": 35 - }, - "frame": { - "x": 56, - "y": 34, - "w": 51, - "h": 35 - } - }, - { - "filename": "0006.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 57, - "h": 43 - }, - "spriteSourceSize": { - "x": 2, - "y": 0, - "w": 51, - "h": 34 - }, - "frame": { - "x": 54, - "y": 69, - "w": 51, - "h": 34 - } - } - ] - } - ], - "meta": { - "app": "https://www.codeandweb.com/texturepacker", - "version": "3.0", - "smartupdate": "$TexturePacker:SmartUpdate:83d00ed4c6a02e60a38ac9aee06d8c3c:775f78f8cdeebcc0ae0338af2fc1f6c7:ad137687a877f55f096b7447bfdfe295$" - } +{ "frames": [ + { + "filename": "0001.png", + "frame": { "x": 63, "y": 100, "w": 59, "h": 32 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 10, "y": 2, "w": 59, "h": 32 }, + "sourceSize": { "w": 71, "h": 44 }, + "duration": 100 + }, + { + "filename": "0002.png", + "frame": { "x": 195, "y": 99, "w": 61, "h": 32 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 5, "w": 61, "h": 32 }, + "sourceSize": { "w": 71, "h": 44 }, + "duration": 100 + }, + { + "filename": "0003.png", + "frame": { "x": 131, "y": 68, "w": 64, "h": 32 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 9, "w": 64, "h": 32 }, + "sourceSize": { "w": 71, "h": 44 }, + "duration": 100 + }, + { + "filename": "0004.png", + "frame": { "x": 203, "y": 67, "w": 65, "h": 32 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 12, "w": 65, "h": 32 }, + "sourceSize": { "w": 71, "h": 44 }, + "duration": 100 + }, + { + "filename": "0005.png", + "frame": { "x": 1, "y": 35, "w": 66, "h": 32 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 12, "w": 66, "h": 32 }, + "sourceSize": { "w": 71, "h": 44 }, + "duration": 100 + }, + { + "filename": "0006.png", + "frame": { "x": 1, "y": 67, "w": 66, "h": 32 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 12, "w": 66, "h": 32 }, + "sourceSize": { "w": 71, "h": 44 }, + "duration": 100 + }, + { + "filename": "0007.png", + "frame": { "x": 1, "y": 35, "w": 66, "h": 32 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 10, "w": 66, "h": 32 }, + "sourceSize": { "w": 71, "h": 44 }, + "duration": 100 + }, + { + "filename": "0008.png", + "frame": { "x": 203, "y": 67, "w": 65, "h": 32 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 8, "w": 65, "h": 32 }, + "sourceSize": { "w": 71, "h": 44 }, + "duration": 100 + }, + { + "filename": "0009.png", + "frame": { "x": 131, "y": 68, "w": 64, "h": 32 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 6, "w": 64, "h": 32 }, + "sourceSize": { "w": 71, "h": 44 }, + "duration": 100 + }, + { + "filename": "0010.png", + "frame": { "x": 195, "y": 99, "w": 61, "h": 32 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 4, "w": 61, "h": 32 }, + "sourceSize": { "w": 71, "h": 44 }, + "duration": 100 + }, + { + "filename": "0011.png", + "frame": { "x": 63, "y": 100, "w": 59, "h": 32 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 10, "y": 2, "w": 59, "h": 32 }, + "sourceSize": { "w": 71, "h": 44 }, + "duration": 100 + }, + { + "filename": "0012.png", + "frame": { "x": 195, "y": 99, "w": 61, "h": 32 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 5, "w": 61, "h": 32 }, + "sourceSize": { "w": 71, "h": 44 }, + "duration": 100 + }, + { + "filename": "0013.png", + "frame": { "x": 131, "y": 68, "w": 64, "h": 32 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 9, "w": 64, "h": 32 }, + "sourceSize": { "w": 71, "h": 44 }, + "duration": 100 + }, + { + "filename": "0014.png", + "frame": { "x": 203, "y": 67, "w": 65, "h": 32 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 12, "w": 65, "h": 32 }, + "sourceSize": { "w": 71, "h": 44 }, + "duration": 100 + }, + { + "filename": "0015.png", + "frame": { "x": 1, "y": 35, "w": 66, "h": 32 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 12, "w": 66, "h": 32 }, + "sourceSize": { "w": 71, "h": 44 }, + "duration": 100 + }, + { + "filename": "0016.png", + "frame": { "x": 1, "y": 67, "w": 66, "h": 32 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 12, "w": 66, "h": 32 }, + "sourceSize": { "w": 71, "h": 44 }, + "duration": 100 + }, + { + "filename": "0017.png", + "frame": { "x": 1, "y": 35, "w": 66, "h": 32 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 10, "w": 66, "h": 32 }, + "sourceSize": { "w": 71, "h": 44 }, + "duration": 100 + }, + { + "filename": "0018.png", + "frame": { "x": 203, "y": 67, "w": 65, "h": 32 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 8, "w": 65, "h": 32 }, + "sourceSize": { "w": 71, "h": 44 }, + "duration": 100 + }, + { + "filename": "0019.png", + "frame": { "x": 131, "y": 68, "w": 64, "h": 32 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 6, "w": 64, "h": 32 }, + "sourceSize": { "w": 71, "h": 44 }, + "duration": 100 + }, + { + "filename": "0020.png", + "frame": { "x": 195, "y": 99, "w": 61, "h": 32 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 4, "w": 61, "h": 32 }, + "sourceSize": { "w": 71, "h": 44 }, + "duration": 100 + }, + { + "filename": "0021.png", + "frame": { "x": 63, "y": 100, "w": 59, "h": 32 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 10, "y": 2, "w": 59, "h": 32 }, + "sourceSize": { "w": 71, "h": 44 }, + "duration": 100 + }, + { + "filename": "0022.png", + "frame": { "x": 195, "y": 99, "w": 61, "h": 32 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 5, "w": 61, "h": 32 }, + "sourceSize": { "w": 71, "h": 44 }, + "duration": 100 + }, + { + "filename": "0023.png", + "frame": { "x": 131, "y": 68, "w": 64, "h": 32 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 9, "w": 64, "h": 32 }, + "sourceSize": { "w": 71, "h": 44 }, + "duration": 100 + }, + { + "filename": "0024.png", + "frame": { "x": 203, "y": 67, "w": 65, "h": 32 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 12, "w": 65, "h": 32 }, + "sourceSize": { "w": 71, "h": 44 }, + "duration": 100 + }, + { + "filename": "0025.png", + "frame": { "x": 1, "y": 35, "w": 66, "h": 32 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 12, "w": 66, "h": 32 }, + "sourceSize": { "w": 71, "h": 44 }, + "duration": 100 + }, + { + "filename": "0026.png", + "frame": { "x": 1, "y": 67, "w": 66, "h": 32 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 12, "w": 66, "h": 32 }, + "sourceSize": { "w": 71, "h": 44 }, + "duration": 100 + }, + { + "filename": "0027.png", + "frame": { "x": 1, "y": 35, "w": 66, "h": 32 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 10, "w": 66, "h": 32 }, + "sourceSize": { "w": 71, "h": 44 }, + "duration": 100 + }, + { + "filename": "0028.png", + "frame": { "x": 203, "y": 67, "w": 65, "h": 32 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 8, "w": 65, "h": 32 }, + "sourceSize": { "w": 71, "h": 44 }, + "duration": 100 + }, + { + "filename": "0029.png", + "frame": { "x": 131, "y": 68, "w": 64, "h": 32 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 6, "w": 64, "h": 32 }, + "sourceSize": { "w": 71, "h": 44 }, + "duration": 100 + }, + { + "filename": "0030.png", + "frame": { "x": 195, "y": 99, "w": 61, "h": 32 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 4, "w": 61, "h": 32 }, + "sourceSize": { "w": 71, "h": 44 }, + "duration": 100 + }, + { + "filename": "0031.png", + "frame": { "x": 63, "y": 100, "w": 59, "h": 32 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 10, "y": 2, "w": 59, "h": 32 }, + "sourceSize": { "w": 71, "h": 44 }, + "duration": 100 + }, + { + "filename": "0032.png", + "frame": { "x": 268, "y": 68, "w": 62, "h": 33 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 5, "w": 62, "h": 33 }, + "sourceSize": { "w": 71, "h": 44 }, + "duration": 100 + }, + { + "filename": "0033.png", + "frame": { "x": 67, "y": 67, "w": 64, "h": 33 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 8, "w": 64, "h": 33 }, + "sourceSize": { "w": 71, "h": 44 }, + "duration": 100 + }, + { + "filename": "0034.png", + "frame": { "x": 203, "y": 34, "w": 66, "h": 33 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 8, "w": 66, "h": 33 }, + "sourceSize": { "w": 71, "h": 44 }, + "duration": 100 + }, + { + "filename": "0035.png", + "frame": { "x": 275, "y": 1, "w": 67, "h": 33 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 4, "w": 67, "h": 33 }, + "sourceSize": { "w": 71, "h": 44 }, + "duration": 100 + }, + { + "filename": "0036.png", + "frame": { "x": 71, "y": 1, "w": 68, "h": 33 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 1, "w": 68, "h": 33 }, + "sourceSize": { "w": 71, "h": 44 }, + "duration": 100 + }, + { + "filename": "0037.png", + "frame": { "x": 1, "y": 1, "w": 70, "h": 34 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 0, "w": 70, "h": 34 }, + "sourceSize": { "w": 71, "h": 44 }, + "duration": 100 + }, + { + "filename": "0038.png", + "frame": { "x": 139, "y": 1, "w": 68, "h": 33 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 0, "w": 68, "h": 33 }, + "sourceSize": { "w": 71, "h": 44 }, + "duration": 100 + }, + { + "filename": "0039.png", + "frame": { "x": 207, "y": 1, "w": 68, "h": 33 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 0, "w": 68, "h": 33 }, + "sourceSize": { "w": 71, "h": 44 }, + "duration": 100 + }, + { + "filename": "0040.png", + "frame": { "x": 71, "y": 34, "w": 67, "h": 33 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 0, "w": 67, "h": 33 }, + "sourceSize": { "w": 71, "h": 44 }, + "duration": 100 + }, + { + "filename": "0041.png", + "frame": { "x": 138, "y": 34, "w": 65, "h": 34 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 0, "w": 65, "h": 34 }, + "sourceSize": { "w": 71, "h": 44 }, + "duration": 100 + }, + { + "filename": "0042.png", + "frame": { "x": 269, "y": 34, "w": 64, "h": 34 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 0, "w": 64, "h": 34 }, + "sourceSize": { "w": 71, "h": 44 }, + "duration": 100 + }, + { + "filename": "0043.png", + "frame": { "x": 1, "y": 99, "w": 62, "h": 33 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 1, "w": 62, "h": 33 }, + "sourceSize": { "w": 71, "h": 44 }, + "duration": 100 + } + ], + "meta": { + "app": "https://www.aseprite.org/", + "version": "1.3.13-x64", + "image": "2074.png", + "format": "I8", + "size": { "w": 343, "h": 133 }, + "scale": "1" + } } diff --git a/public/images/pokemon/exp/back/shiny/2074.png b/public/images/pokemon/exp/back/shiny/2074.png index 84f0eea9eea..9db2c9ea0b0 100644 Binary files a/public/images/pokemon/exp/back/shiny/2074.png and b/public/images/pokemon/exp/back/shiny/2074.png differ diff --git a/public/images/pokemon/exp/back/shiny/2075.json b/public/images/pokemon/exp/back/shiny/2075.json index 94e0db4a192..76c9932c417 100644 --- a/public/images/pokemon/exp/back/shiny/2075.json +++ b/public/images/pokemon/exp/back/shiny/2075.json @@ -1,188 +1,812 @@ -{ - "textures": [ - { - "image": "2075.png", - "format": "RGBA8888", - "size": { - "w": 131, - "h": 131 - }, - "scale": 1, - "frames": [ - { - "filename": "0002.png", - "rotated": false, - "trimmed": false, - "sourceSize": { - "w": 67, - "h": 44 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 67, - "h": 44 - }, - "frame": { - "x": 0, - "y": 0, - "w": 67, - "h": 44 - } - }, - { - "filename": "0008.png", - "rotated": false, - "trimmed": false, - "sourceSize": { - "w": 67, - "h": 44 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 67, - "h": 44 - }, - "frame": { - "x": 0, - "y": 0, - "w": 67, - "h": 44 - } - }, - { - "filename": "0001.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 67, - "h": 44 - }, - "spriteSourceSize": { - "x": 0, - "y": 1, - "w": 67, - "h": 43 - }, - "frame": { - "x": 0, - "y": 44, - "w": 67, - "h": 43 - } - }, - { - "filename": "0003.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 67, - "h": 44 - }, - "spriteSourceSize": { - "x": 1, - "y": 0, - "w": 65, - "h": 44 - }, - "frame": { - "x": 0, - "y": 87, - "w": 65, - "h": 44 - } - }, - { - "filename": "0007.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 67, - "h": 44 - }, - "spriteSourceSize": { - "x": 1, - "y": 0, - "w": 65, - "h": 44 - }, - "frame": { - "x": 0, - "y": 87, - "w": 65, - "h": 44 - } - }, - { - "filename": "0004.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 67, - "h": 44 - }, - "spriteSourceSize": { - "x": 4, - "y": 0, - "w": 63, - "h": 44 - }, - "frame": { - "x": 65, - "y": 87, - "w": 63, - "h": 44 - } - }, - { - "filename": "0006.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 67, - "h": 44 - }, - "spriteSourceSize": { - "x": 4, - "y": 0, - "w": 63, - "h": 44 - }, - "frame": { - "x": 65, - "y": 87, - "w": 63, - "h": 44 - } - }, - { - "filename": "0005.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 67, - "h": 44 - }, - "spriteSourceSize": { - "x": 6, - "y": 0, - "w": 61, - "h": 44 - }, - "frame": { - "x": 67, - "y": 0, - "w": 61, - "h": 44 - } - } - ] - } - ], - "meta": { - "app": "https://www.codeandweb.com/texturepacker", - "version": "3.0", - "smartupdate": "$TexturePacker:SmartUpdate:e29904dcd6139adeb45191492d71f1e5:4dd0caa839bbbfbf24d378cf60fffd1b:732805cb123f88b2d403da0dec709706$" - } +{ "frames": [ + { + "filename": "0001.png", + "frame": { "x": 145, "y": 1, "w": 71, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0002.png", + "frame": { "x": 216, "y": 1, "w": 71, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0003.png", + "frame": { "x": 412, "y": 88, "w": 69, "h": 42 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 0, "w": 69, "h": 42 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0004.png", + "frame": { "x": 210, "y": 210, "w": 67, "h": 42 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 0, "w": 67, "h": 42 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0005.png", + "frame": { "x": 1, "y": 250, "w": 65, "h": 42 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 0, "w": 65, "h": 42 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0006.png", + "frame": { "x": 210, "y": 210, "w": 67, "h": 42 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 0, "w": 67, "h": 42 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0007.png", + "frame": { "x": 412, "y": 88, "w": 69, "h": 42 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 0, "w": 69, "h": 42 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0008.png", + "frame": { "x": 216, "y": 1, "w": 71, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0009.png", + "frame": { "x": 145, "y": 1, "w": 71, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0010.png", + "frame": { "x": 429, "y": 1, "w": 71, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 0, "w": 71, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0011.png", + "frame": { "x": 73, "y": 1, "w": 72, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0012.png", + "frame": { "x": 1, "y": 1, "w": 72, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0013.png", + "frame": { "x": 287, "y": 1, "w": 71, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 0, "w": 71, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0014.png", + "frame": { "x": 1, "y": 1, "w": 72, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0015.png", + "frame": { "x": 73, "y": 1, "w": 72, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0016.png", + "frame": { "x": 429, "y": 1, "w": 71, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 0, "w": 71, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0017.png", + "frame": { "x": 145, "y": 1, "w": 71, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0018.png", + "frame": { "x": 216, "y": 1, "w": 71, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0019.png", + "frame": { "x": 412, "y": 88, "w": 69, "h": 42 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 0, "w": 69, "h": 42 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0020.png", + "frame": { "x": 210, "y": 210, "w": 67, "h": 42 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 0, "w": 67, "h": 42 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0021.png", + "frame": { "x": 1, "y": 250, "w": 65, "h": 42 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 0, "w": 65, "h": 42 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0022.png", + "frame": { "x": 210, "y": 210, "w": 67, "h": 42 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 0, "w": 67, "h": 42 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0023.png", + "frame": { "x": 412, "y": 88, "w": 69, "h": 42 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 0, "w": 69, "h": 42 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0024.png", + "frame": { "x": 216, "y": 1, "w": 71, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0025.png", + "frame": { "x": 145, "y": 1, "w": 71, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0026.png", + "frame": { "x": 429, "y": 1, "w": 71, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 0, "w": 71, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0027.png", + "frame": { "x": 73, "y": 1, "w": 72, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0028.png", + "frame": { "x": 1, "y": 1, "w": 72, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0029.png", + "frame": { "x": 287, "y": 1, "w": 71, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 0, "w": 71, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0030.png", + "frame": { "x": 1, "y": 1, "w": 72, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0031.png", + "frame": { "x": 73, "y": 1, "w": 72, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0032.png", + "frame": { "x": 429, "y": 1, "w": 71, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 0, "w": 71, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0033.png", + "frame": { "x": 145, "y": 1, "w": 71, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0034.png", + "frame": { "x": 216, "y": 1, "w": 71, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0035.png", + "frame": { "x": 412, "y": 88, "w": 69, "h": 42 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 0, "w": 69, "h": 42 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0036.png", + "frame": { "x": 210, "y": 210, "w": 67, "h": 42 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 0, "w": 67, "h": 42 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0037.png", + "frame": { "x": 1, "y": 250, "w": 65, "h": 42 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 0, "w": 65, "h": 42 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0038.png", + "frame": { "x": 210, "y": 210, "w": 67, "h": 42 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 0, "w": 67, "h": 42 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0039.png", + "frame": { "x": 412, "y": 88, "w": 69, "h": 42 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 0, "w": 69, "h": 42 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0040.png", + "frame": { "x": 216, "y": 1, "w": 71, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0041.png", + "frame": { "x": 145, "y": 1, "w": 71, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0042.png", + "frame": { "x": 429, "y": 1, "w": 71, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 0, "w": 71, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0043.png", + "frame": { "x": 73, "y": 1, "w": 72, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0044.png", + "frame": { "x": 1, "y": 1, "w": 72, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0045.png", + "frame": { "x": 287, "y": 1, "w": 71, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 0, "w": 71, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0046.png", + "frame": { "x": 1, "y": 1, "w": 72, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0047.png", + "frame": { "x": 73, "y": 1, "w": 72, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0048.png", + "frame": { "x": 429, "y": 1, "w": 71, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 0, "w": 71, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0049.png", + "frame": { "x": 145, "y": 1, "w": 71, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0050.png", + "frame": { "x": 341, "y": 87, "w": 71, "h": 41 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 1, "w": 71, "h": 41 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0051.png", + "frame": { "x": 419, "y": 130, "w": 71, "h": 40 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 2, "w": 71, "h": 40 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0052.png", + "frame": { "x": 419, "y": 130, "w": 71, "h": 40 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 1, "w": 71, "h": 40 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0053.png", + "frame": { "x": 419, "y": 130, "w": 71, "h": 40 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 2, "w": 71, "h": 40 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0054.png", + "frame": { "x": 285, "y": 171, "w": 71, "h": 40 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 2, "w": 71, "h": 40 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0055.png", + "frame": { "x": 490, "y": 170, "w": 71, "h": 40 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 2, "w": 71, "h": 40 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0056.png", + "frame": { "x": 1, "y": 170, "w": 71, "h": 40 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 2, "w": 71, "h": 40 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0057.png", + "frame": { "x": 490, "y": 130, "w": 71, "h": 40 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 2, "w": 71, "h": 40 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0058.png", + "frame": { "x": 496, "y": 210, "w": 70, "h": 40 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 10, "y": 2, "w": 70, "h": 40 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0059.png", + "frame": { "x": 72, "y": 210, "w": 69, "h": 41 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 12, "y": 2, "w": 69, "h": 41 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0060.png", + "frame": { "x": 479, "y": 45, "w": 68, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 13, "y": 2, "w": 68, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0061.png", + "frame": { "x": 207, "y": 44, "w": 67, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 14, "y": 2, "w": 67, "h": 44 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0062.png", + "frame": { "x": 1, "y": 44, "w": 66, "h": 46 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 15, "y": 1, "w": 66, "h": 46 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0063.png", + "frame": { "x": 274, "y": 44, "w": 67, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 14, "y": 2, "w": 67, "h": 44 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0064.png", + "frame": { "x": 280, "y": 128, "w": 69, "h": 42 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 12, "y": 2, "w": 69, "h": 42 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0065.png", + "frame": { "x": 141, "y": 210, "w": 69, "h": 41 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 11, "y": 2, "w": 69, "h": 41 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0066.png", + "frame": { "x": 277, "y": 211, "w": 70, "h": 40 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 10, "y": 2, "w": 70, "h": 40 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0067.png", + "frame": { "x": 426, "y": 210, "w": 70, "h": 40 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 2, "w": 70, "h": 40 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0068.png", + "frame": { "x": 356, "y": 210, "w": 70, "h": 40 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 2, "w": 70, "h": 40 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0069.png", + "frame": { "x": 72, "y": 170, "w": 71, "h": 40 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 2, "w": 71, "h": 40 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0070.png", + "frame": { "x": 1, "y": 210, "w": 71, "h": 40 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 2, "w": 71, "h": 40 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0071.png", + "frame": { "x": 143, "y": 170, "w": 71, "h": 40 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 2, "w": 71, "h": 40 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0072.png", + "frame": { "x": 70, "y": 129, "w": 70, "h": 41 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 2, "w": 70, "h": 41 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0073.png", + "frame": { "x": 138, "y": 88, "w": 71, "h": 41 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 2, "w": 71, "h": 41 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0074.png", + "frame": { "x": 67, "y": 86, "w": 71, "h": 41 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 2, "w": 71, "h": 41 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0075.png", + "frame": { "x": 341, "y": 44, "w": 70, "h": 42 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 2, "w": 70, "h": 42 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0076.png", + "frame": { "x": 1, "y": 127, "w": 69, "h": 42 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 2, "w": 69, "h": 42 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0077.png", + "frame": { "x": 411, "y": 44, "w": 68, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 1, "w": 68, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0078.png", + "frame": { "x": 500, "y": 1, "w": 69, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 0, "w": 69, "h": 44 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0079.png", + "frame": { "x": 138, "y": 44, "w": 69, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 1, "w": 69, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0080.png", + "frame": { "x": 481, "y": 88, "w": 69, "h": 42 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 2, "w": 69, "h": 42 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0081.png", + "frame": { "x": 140, "y": 129, "w": 70, "h": 41 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 2, "w": 70, "h": 41 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0082.png", + "frame": { "x": 210, "y": 129, "w": 70, "h": 41 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 2, "w": 70, "h": 41 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0083.png", + "frame": { "x": 349, "y": 130, "w": 70, "h": 41 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 2, "w": 70, "h": 41 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0084.png", + "frame": { "x": 214, "y": 170, "w": 71, "h": 40 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 2, "w": 71, "h": 40 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0085.png", + "frame": { "x": 419, "y": 170, "w": 71, "h": 40 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 2, "w": 71, "h": 40 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0086.png", + "frame": { "x": 209, "y": 88, "w": 71, "h": 41 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 2, "w": 71, "h": 41 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0087.png", + "frame": { "x": 341, "y": 87, "w": 71, "h": 41 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 2, "w": 71, "h": 41 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0088.png", + "frame": { "x": 67, "y": 44, "w": 71, "h": 42 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 1, "w": 71, "h": 42 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + }, + { + "filename": "0089.png", + "frame": { "x": 358, "y": 1, "w": 71, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 }, + "sourceSize": { "w": 81, "h": 47 }, + "duration": 100 + } + ], + "meta": { + "app": "https://www.aseprite.org/", + "version": "1.3.13-x64", + "image": "2075.png", + "format": "I8", + "size": { "w": 570, "h": 293 }, + "scale": "1" + } } diff --git a/public/images/pokemon/exp/back/shiny/2075.png b/public/images/pokemon/exp/back/shiny/2075.png index cdcfd55d4ba..6fbe68dd727 100644 Binary files a/public/images/pokemon/exp/back/shiny/2075.png and b/public/images/pokemon/exp/back/shiny/2075.png differ diff --git a/public/images/pokemon/exp/back/shiny/2076.json b/public/images/pokemon/exp/back/shiny/2076.json index aa499f537be..11a4999b41d 100644 --- a/public/images/pokemon/exp/back/shiny/2076.json +++ b/public/images/pokemon/exp/back/shiny/2076.json @@ -1,209 +1,965 @@ -{ - "textures": [ - { - "image": "2076.png", - "format": "RGBA8888", - "size": { - "w": 206, - "h": 206 - }, - "scale": 1, - "frames": [ - { - "filename": "0001.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 55, - "h": 70 - }, - "spriteSourceSize": { - "x": 0, - "y": 3, - "w": 55, - "h": 67 - }, - "frame": { - "x": 0, - "y": 0, - "w": 55, - "h": 67 - } - }, - { - "filename": "0002.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 55, - "h": 70 - }, - "spriteSourceSize": { - "x": 0, - "y": 3, - "w": 55, - "h": 67 - }, - "frame": { - "x": 55, - "y": 0, - "w": 55, - "h": 67 - } - }, - { - "filename": "0006.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 55, - "h": 70 - }, - "spriteSourceSize": { - "x": 0, - "y": 3, - "w": 55, - "h": 67 - }, - "frame": { - "x": 110, - "y": 0, - "w": 55, - "h": 67 - } - }, - { - "filename": "0009.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 55, - "h": 70 - }, - "spriteSourceSize": { - "x": 0, - "y": 3, - "w": 55, - "h": 67 - }, - "frame": { - "x": 0, - "y": 67, - "w": 55, - "h": 67 - } - }, - { - "filename": "0005.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 55, - "h": 70 - }, - "spriteSourceSize": { - "x": 0, - "y": 1, - "w": 54, - "h": 69 - }, - "frame": { - "x": 55, - "y": 67, - "w": 54, - "h": 69 - } - }, - { - "filename": "0007.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 55, - "h": 70 - }, - "spriteSourceSize": { - "x": 0, - "y": 1, - "w": 55, - "h": 69 - }, - "frame": { - "x": 109, - "y": 67, - "w": 55, - "h": 69 - } - }, - { - "filename": "0008.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 55, - "h": 70 - }, - "spriteSourceSize": { - "x": 0, - "y": 1, - "w": 55, - "h": 69 - }, - "frame": { - "x": 0, - "y": 134, - "w": 55, - "h": 69 - } - }, - { - "filename": "0003.png", - "rotated": false, - "trimmed": false, - "sourceSize": { - "w": 55, - "h": 70 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 55, - "h": 70 - }, - "frame": { - "x": 55, - "y": 136, - "w": 55, - "h": 70 - } - }, - { - "filename": "0004.png", - "rotated": false, - "trimmed": false, - "sourceSize": { - "w": 55, - "h": 70 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 55, - "h": 70 - }, - "frame": { - "x": 110, - "y": 136, - "w": 55, - "h": 70 - } - } - ] - } - ], - "meta": { - "app": "https://www.codeandweb.com/texturepacker", - "version": "3.0", - "smartupdate": "$TexturePacker:SmartUpdate:4e9f4d6cd9939d8af2f26d93c51cca84:ba5f3bd7a848240c136dc6e321666792:719cdf7324091edbb7b1d6e2d7254a1a$" - } +{ "frames": [ + { + "filename": "0001.png", + "frame": { "x": 1, "y": 322, "w": 53, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 4, "w": 53, "h": 65 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0002.png", + "frame": { "x": 165, "y": 318, "w": 53, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 4, "w": 53, "h": 65 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0003.png", + "frame": { "x": 218, "y": 318, "w": 53, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 4, "w": 53, "h": 65 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0004.png", + "frame": { "x": 271, "y": 254, "w": 54, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0005.png", + "frame": { "x": 163, "y": 193, "w": 54, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 4, "w": 54, "h": 65 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0006.png", + "frame": { "x": 57, "y": 64, "w": 55, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 65 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0007.png", + "frame": { "x": 56, "y": 129, "w": 55, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 5, "w": 55, "h": 64 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0008.png", + "frame": { "x": 111, "y": 129, "w": 55, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 5, "w": 55, "h": 64 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0009.png", + "frame": { "x": 348, "y": 63, "w": 56, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 5, "w": 56, "h": 64 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0010.png", + "frame": { "x": 1, "y": 64, "w": 56, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 5, "w": 56, "h": 64 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0011.png", + "frame": { "x": 221, "y": 189, "w": 55, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 5, "w": 55, "h": 64 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0012.png", + "frame": { "x": 166, "y": 129, "w": 55, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 5, "w": 55, "h": 64 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0013.png", + "frame": { "x": 167, "y": 64, "w": 55, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 65 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0014.png", + "frame": { "x": 55, "y": 193, "w": 54, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 4, "w": 54, "h": 65 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0015.png", + "frame": { "x": 324, "y": 321, "w": 53, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 4, "w": 53, "h": 65 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0016.png", + "frame": { "x": 1, "y": 192, "w": 54, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0017.png", + "frame": { "x": 1, "y": 322, "w": 53, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 4, "w": 53, "h": 65 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0018.png", + "frame": { "x": 165, "y": 318, "w": 53, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 4, "w": 53, "h": 65 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0019.png", + "frame": { "x": 218, "y": 318, "w": 53, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 4, "w": 53, "h": 65 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0020.png", + "frame": { "x": 271, "y": 254, "w": 54, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0021.png", + "frame": { "x": 163, "y": 193, "w": 54, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 4, "w": 54, "h": 65 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0022.png", + "frame": { "x": 57, "y": 64, "w": 55, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 65 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0023.png", + "frame": { "x": 56, "y": 129, "w": 55, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 5, "w": 55, "h": 64 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0024.png", + "frame": { "x": 111, "y": 129, "w": 55, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 5, "w": 55, "h": 64 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0025.png", + "frame": { "x": 348, "y": 63, "w": 56, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 5, "w": 56, "h": 64 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0026.png", + "frame": { "x": 1, "y": 64, "w": 56, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 5, "w": 56, "h": 64 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0027.png", + "frame": { "x": 221, "y": 189, "w": 55, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 5, "w": 55, "h": 64 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0028.png", + "frame": { "x": 166, "y": 129, "w": 55, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 5, "w": 55, "h": 64 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0029.png", + "frame": { "x": 167, "y": 64, "w": 55, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 65 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0030.png", + "frame": { "x": 55, "y": 193, "w": 54, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 4, "w": 54, "h": 65 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0031.png", + "frame": { "x": 324, "y": 321, "w": 53, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 4, "w": 53, "h": 65 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0032.png", + "frame": { "x": 1, "y": 192, "w": 54, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0033.png", + "frame": { "x": 1, "y": 322, "w": 53, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 4, "w": 53, "h": 65 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0034.png", + "frame": { "x": 165, "y": 318, "w": 53, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 4, "w": 53, "h": 65 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0035.png", + "frame": { "x": 218, "y": 318, "w": 53, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 4, "w": 53, "h": 65 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0036.png", + "frame": { "x": 271, "y": 254, "w": 54, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0037.png", + "frame": { "x": 163, "y": 193, "w": 54, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 4, "w": 54, "h": 65 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0038.png", + "frame": { "x": 57, "y": 64, "w": 55, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 65 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0039.png", + "frame": { "x": 56, "y": 129, "w": 55, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 5, "w": 55, "h": 64 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0040.png", + "frame": { "x": 111, "y": 129, "w": 55, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 5, "w": 55, "h": 64 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0041.png", + "frame": { "x": 348, "y": 63, "w": 56, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 5, "w": 56, "h": 64 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0042.png", + "frame": { "x": 1, "y": 64, "w": 56, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 5, "w": 56, "h": 64 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0043.png", + "frame": { "x": 221, "y": 189, "w": 55, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 5, "w": 55, "h": 64 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0044.png", + "frame": { "x": 166, "y": 129, "w": 55, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 5, "w": 55, "h": 64 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0045.png", + "frame": { "x": 167, "y": 64, "w": 55, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 65 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0046.png", + "frame": { "x": 55, "y": 193, "w": 54, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 4, "w": 54, "h": 65 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0047.png", + "frame": { "x": 324, "y": 321, "w": 53, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 4, "w": 53, "h": 65 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0048.png", + "frame": { "x": 1, "y": 192, "w": 54, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0049.png", + "frame": { "x": 1, "y": 322, "w": 53, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 4, "w": 53, "h": 65 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0050.png", + "frame": { "x": 165, "y": 318, "w": 53, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 4, "w": 53, "h": 65 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0051.png", + "frame": { "x": 218, "y": 318, "w": 53, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 4, "w": 53, "h": 65 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0052.png", + "frame": { "x": 271, "y": 254, "w": 54, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0053.png", + "frame": { "x": 163, "y": 193, "w": 54, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 4, "w": 54, "h": 65 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0054.png", + "frame": { "x": 57, "y": 64, "w": 55, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 65 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0055.png", + "frame": { "x": 56, "y": 129, "w": 55, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 5, "w": 55, "h": 64 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0056.png", + "frame": { "x": 111, "y": 129, "w": 55, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 5, "w": 55, "h": 64 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0057.png", + "frame": { "x": 348, "y": 63, "w": 56, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 5, "w": 56, "h": 64 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0058.png", + "frame": { "x": 1, "y": 64, "w": 56, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 5, "w": 56, "h": 64 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0059.png", + "frame": { "x": 221, "y": 189, "w": 55, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 5, "w": 55, "h": 64 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0060.png", + "frame": { "x": 166, "y": 129, "w": 55, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 5, "w": 55, "h": 64 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0061.png", + "frame": { "x": 167, "y": 64, "w": 55, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 65 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0062.png", + "frame": { "x": 55, "y": 193, "w": 54, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 4, "w": 54, "h": 65 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0063.png", + "frame": { "x": 324, "y": 321, "w": 53, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 4, "w": 53, "h": 65 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0064.png", + "frame": { "x": 1, "y": 192, "w": 54, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0065.png", + "frame": { "x": 1, "y": 322, "w": 53, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 4, "w": 53, "h": 65 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0066.png", + "frame": { "x": 109, "y": 193, "w": 54, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 3, "w": 54, "h": 65 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0067.png", + "frame": { "x": 111, "y": 258, "w": 54, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 2, "w": 54, "h": 64 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0068.png", + "frame": { "x": 330, "y": 191, "w": 54, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 0, "w": 54, "h": 65 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0069.png", + "frame": { "x": 108, "y": 322, "w": 53, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 3, "w": 53, "h": 64 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0070.png", + "frame": { "x": 161, "y": 383, "w": 53, "h": 63 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 6, "w": 53, "h": 63 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0071.png", + "frame": { "x": 1, "y": 322, "w": 53, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 4, "w": 53, "h": 65 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0072.png", + "frame": { "x": 55, "y": 320, "w": 53, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 4, "w": 53, "h": 65 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0073.png", + "frame": { "x": 271, "y": 319, "w": 53, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 4, "w": 53, "h": 65 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0074.png", + "frame": { "x": 217, "y": 253, "w": 54, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0075.png", + "frame": { "x": 276, "y": 189, "w": 54, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 4, "w": 54, "h": 65 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0076.png", + "frame": { "x": 334, "y": 127, "w": 55, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 5, "w": 55, "h": 64 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0077.png", + "frame": { "x": 222, "y": 126, "w": 56, "h": 63 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 6, "w": 56, "h": 63 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0078.png", + "frame": { "x": 175, "y": 1, "w": 58, "h": 63 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 6, "w": 58, "h": 63 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0079.png", + "frame": { "x": 175, "y": 1, "w": 58, "h": 63 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 6, "w": 58, "h": 63 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0080.png", + "frame": { "x": 117, "y": 1, "w": 58, "h": 63 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 6, "w": 58, "h": 63 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0081.png", + "frame": { "x": 117, "y": 1, "w": 58, "h": 63 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 6, "w": 58, "h": 63 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0082.png", + "frame": { "x": 59, "y": 1, "w": 58, "h": 63 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 6, "w": 58, "h": 63 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0083.png", + "frame": { "x": 59, "y": 1, "w": 58, "h": 63 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 6, "w": 58, "h": 63 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0084.png", + "frame": { "x": 1, "y": 1, "w": 58, "h": 63 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 6, "w": 58, "h": 63 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0085.png", + "frame": { "x": 1, "y": 1, "w": 58, "h": 63 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 6, "w": 58, "h": 63 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0086.png", + "frame": { "x": 1, "y": 1, "w": 58, "h": 63 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 6, "w": 58, "h": 63 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0087.png", + "frame": { "x": 233, "y": 1, "w": 58, "h": 63 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 6, "w": 58, "h": 63 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0088.png", + "frame": { "x": 233, "y": 1, "w": 58, "h": 63 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 6, "w": 58, "h": 63 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0089.png", + "frame": { "x": 349, "y": 1, "w": 58, "h": 62 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 7, "w": 58, "h": 62 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0090.png", + "frame": { "x": 233, "y": 1, "w": 58, "h": 63 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 6, "w": 58, "h": 63 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0091.png", + "frame": { "x": 349, "y": 1, "w": 58, "h": 62 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 7, "w": 58, "h": 62 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0092.png", + "frame": { "x": 233, "y": 1, "w": 58, "h": 63 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 6, "w": 58, "h": 63 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0093.png", + "frame": { "x": 349, "y": 1, "w": 58, "h": 62 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 7, "w": 58, "h": 62 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0094.png", + "frame": { "x": 233, "y": 1, "w": 58, "h": 63 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 6, "w": 58, "h": 63 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0095.png", + "frame": { "x": 349, "y": 1, "w": 58, "h": 62 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 7, "w": 58, "h": 62 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0096.png", + "frame": { "x": 233, "y": 1, "w": 58, "h": 63 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 6, "w": 58, "h": 63 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0097.png", + "frame": { "x": 349, "y": 1, "w": 58, "h": 62 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 7, "w": 58, "h": 62 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0098.png", + "frame": { "x": 291, "y": 1, "w": 58, "h": 62 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 7, "w": 58, "h": 62 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0099.png", + "frame": { "x": 222, "y": 64, "w": 57, "h": 62 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 7, "w": 57, "h": 62 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0100.png", + "frame": { "x": 55, "y": 258, "w": 56, "h": 62 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 7, "w": 56, "h": 62 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0101.png", + "frame": { "x": 291, "y": 63, "w": 57, "h": 63 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 6, "w": 57, "h": 63 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0102.png", + "frame": { "x": 278, "y": 126, "w": 56, "h": 63 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 6, "w": 56, "h": 63 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0103.png", + "frame": { "x": 1, "y": 128, "w": 55, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 5, "w": 55, "h": 64 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0104.png", + "frame": { "x": 112, "y": 64, "w": 55, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 65 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0105.png", + "frame": { "x": 325, "y": 256, "w": 54, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 4, "w": 54, "h": 65 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + }, + { + "filename": "0106.png", + "frame": { "x": 1, "y": 257, "w": 54, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 }, + "sourceSize": { "w": 61, "h": 69 }, + "duration": 100 + } + ], + "meta": { + "app": "https://www.aseprite.org/", + "version": "1.3.13-x64", + "image": "2076.png", + "format": "I8", + "size": { "w": 408, "h": 447 }, + "scale": "1" + } } diff --git a/public/images/pokemon/exp/back/shiny/2076.png b/public/images/pokemon/exp/back/shiny/2076.png index 54294d688a7..69424220267 100644 Binary files a/public/images/pokemon/exp/back/shiny/2076.png and b/public/images/pokemon/exp/back/shiny/2076.png differ diff --git a/public/images/pokemon/exp/back/shiny/2088.json b/public/images/pokemon/exp/back/shiny/2088.json index d83a5e80b9f..bc5207262b9 100644 --- a/public/images/pokemon/exp/back/shiny/2088.json +++ b/public/images/pokemon/exp/back/shiny/2088.json @@ -1,230 +1,173 @@ -{ - "textures": [ - { - "image": "2088.png", - "format": "RGBA8888", - "size": { - "w": 123, - "h": 123 - }, - "scale": 1, - "frames": [ - { - "filename": "0002.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 48, - "h": 41 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 47, - "h": 41 - }, - "frame": { - "x": 0, - "y": 0, - "w": 47, - "h": 41 - } - }, - { - "filename": "0010.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 48, - "h": 41 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 47, - "h": 41 - }, - "frame": { - "x": 0, - "y": 0, - "w": 47, - "h": 41 - } - }, - { - "filename": "0001.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 48, - "h": 41 - }, - "spriteSourceSize": { - "x": 0, - "y": 1, - "w": 48, - "h": 40 - }, - "frame": { - "x": 0, - "y": 41, - "w": 48, - "h": 40 - } - }, - { - "filename": "0003.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 48, - "h": 41 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 45, - "h": 41 - }, - "frame": { - "x": 47, - "y": 0, - "w": 45, - "h": 41 - } - }, - { - "filename": "0009.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 48, - "h": 41 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 45, - "h": 41 - }, - "frame": { - "x": 47, - "y": 0, - "w": 45, - "h": 41 - } - }, - { - "filename": "0005.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 48, - "h": 41 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 45, - "h": 41 - }, - "frame": { - "x": 48, - "y": 41, - "w": 45, - "h": 41 - } - }, - { - "filename": "0007.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 48, - "h": 41 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 45, - "h": 41 - }, - "frame": { - "x": 48, - "y": 41, - "w": 45, - "h": 41 - } - }, - { - "filename": "0006.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 48, - "h": 41 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 45, - "h": 41 - }, - "frame": { - "x": 0, - "y": 81, - "w": 45, - "h": 41 - } - }, - { - "filename": "0004.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 48, - "h": 41 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 44, - "h": 41 - }, - "frame": { - "x": 45, - "y": 82, - "w": 44, - "h": 41 - } - }, - { - "filename": "0008.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 48, - "h": 41 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 44, - "h": 41 - }, - "frame": { - "x": 45, - "y": 82, - "w": 44, - "h": 41 - } - } - ] - } - ], - "meta": { - "app": "https://www.codeandweb.com/texturepacker", - "version": "3.0", - "smartupdate": "$TexturePacker:SmartUpdate:ba890bb81fa834ddd0788233d167fc52:cbdce6f244382f200e05794e64d74837:b8df8f168871505f42fdc6d3c5b106f0$" - } +{ "frames": [ + { + "filename": "0001.png", + "frame": { "x": 49, "y": 111, "w": 48, "h": 39 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 0, "w": 48, "h": 39 }, + "sourceSize": { "w": 58, "h": 39 }, + "duration": 100 + }, + { + "filename": "0002.png", + "frame": { "x": 0, "y": 75, "w": 49, "h": 39 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 0, "w": 49, "h": 39 }, + "sourceSize": { "w": 58, "h": 39 }, + "duration": 100 + }, + { + "filename": "0003.png", + "frame": { "x": 216, "y": 75, "w": 50, "h": 38 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 1, "w": 50, "h": 38 }, + "sourceSize": { "w": 58, "h": 39 }, + "duration": 100 + }, + { + "filename": "0004.png", + "frame": { "x": 54, "y": 73, "w": 52, "h": 38 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 1, "w": 52, "h": 38 }, + "sourceSize": { "w": 58, "h": 39 }, + "duration": 100 + }, + { + "filename": "0005.png", + "frame": { "x": 0, "y": 37, "w": 54, "h": 38 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 1, "w": 54, "h": 38 }, + "sourceSize": { "w": 58, "h": 39 }, + "duration": 100 + }, + { + "filename": "0006.png", + "frame": { "x": 111, "y": 38, "w": 54, "h": 37 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 2, "w": 54, "h": 37 }, + "sourceSize": { "w": 58, "h": 39 }, + "duration": 100 + }, + { + "filename": "0007.png", + "frame": { "x": 169, "y": 0, "w": 56, "h": 37 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 2, "w": 56, "h": 37 }, + "sourceSize": { "w": 58, "h": 39 }, + "duration": 100 + }, + { + "filename": "0008.png", + "frame": { "x": 225, "y": 0, "w": 56, "h": 37 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 2, "w": 56, "h": 37 }, + "sourceSize": { "w": 58, "h": 39 }, + "duration": 100 + }, + { + "filename": "0009.png", + "frame": { "x": 54, "y": 37, "w": 57, "h": 36 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 3, "w": 57, "h": 36 }, + "sourceSize": { "w": 58, "h": 39 }, + "duration": 100 + }, + { + "filename": "0010.png", + "frame": { "x": 0, "y": 0, "w": 57, "h": 37 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 2, "w": 57, "h": 37 }, + "sourceSize": { "w": 58, "h": 39 }, + "duration": 100 + }, + { + "filename": "0011.png", + "frame": { "x": 57, "y": 0, "w": 57, "h": 37 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 2, "w": 57, "h": 37 }, + "sourceSize": { "w": 58, "h": 39 }, + "duration": 100 + }, + { + "filename": "0012.png", + "frame": { "x": 169, "y": 37, "w": 55, "h": 37 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 2, "w": 55, "h": 37 }, + "sourceSize": { "w": 58, "h": 39 }, + "duration": 100 + }, + { + "filename": "0013.png", + "frame": { "x": 114, "y": 0, "w": 55, "h": 38 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 1, "w": 55, "h": 38 }, + "sourceSize": { "w": 58, "h": 39 }, + "duration": 100 + }, + { + "filename": "0014.png", + "frame": { "x": 224, "y": 37, "w": 53, "h": 38 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 1, "w": 53, "h": 38 }, + "sourceSize": { "w": 58, "h": 39 }, + "duration": 100 + }, + { + "filename": "0015.png", + "frame": { "x": 165, "y": 74, "w": 51, "h": 38 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 1, "w": 51, "h": 38 }, + "sourceSize": { "w": 58, "h": 39 }, + "duration": 100 + }, + { + "filename": "0016.png", + "frame": { "x": 106, "y": 75, "w": 49, "h": 39 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 0, "w": 49, "h": 39 }, + "sourceSize": { "w": 58, "h": 39 }, + "duration": 100 + }, + { + "filename": "0017.png", + "frame": { "x": 155, "y": 112, "w": 48, "h": 39 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 0, "w": 48, "h": 39 }, + "sourceSize": { "w": 58, "h": 39 }, + "duration": 100 + }, + { + "filename": "0018.png", + "frame": { "x": 203, "y": 113, "w": 48, "h": 39 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 0, "w": 48, "h": 39 }, + "sourceSize": { "w": 58, "h": 39 }, + "duration": 100 + } + ], + "meta": { + "app": "https://www.aseprite.org/", + "version": "1.3.13-x64", + "image": "2088.png", + "format": "I8", + "size": { "w": 281, "h": 152 }, + "scale": "1" + } } diff --git a/public/images/pokemon/exp/back/shiny/2088.png b/public/images/pokemon/exp/back/shiny/2088.png index 89227ccbb55..1f939f63d70 100644 Binary files a/public/images/pokemon/exp/back/shiny/2088.png and b/public/images/pokemon/exp/back/shiny/2088.png differ diff --git a/public/images/pokemon/exp/back/shiny/2089.json b/public/images/pokemon/exp/back/shiny/2089.json index 43d6fa141b3..c0416f08b26 100644 --- a/public/images/pokemon/exp/back/shiny/2089.json +++ b/public/images/pokemon/exp/back/shiny/2089.json @@ -1,230 +1,1091 @@ -{ - "textures": [ - { - "image": "2089.png", - "format": "RGBA8888", - "size": { - "w": 178, - "h": 178 - }, - "scale": 1, - "frames": [ - { - "filename": "0001.png", - "rotated": false, - "trimmed": false, - "sourceSize": { - "w": 82, - "h": 63 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 82, - "h": 63 - }, - "frame": { - "x": 0, - "y": 0, - "w": 82, - "h": 63 - } - }, - { - "filename": "0002.png", - "rotated": false, - "trimmed": false, - "sourceSize": { - "w": 82, - "h": 63 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 82, - "h": 63 - }, - "frame": { - "x": 82, - "y": 0, - "w": 82, - "h": 63 - } - }, - { - "filename": "0010.png", - "rotated": false, - "trimmed": false, - "sourceSize": { - "w": 82, - "h": 63 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 82, - "h": 63 - }, - "frame": { - "x": 82, - "y": 0, - "w": 82, - "h": 63 - } - }, - { - "filename": "0003.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 82, - "h": 63 - }, - "spriteSourceSize": { - "x": 0, - "y": 1, - "w": 82, - "h": 62 - }, - "frame": { - "x": 0, - "y": 63, - "w": 82, - "h": 62 - } - }, - { - "filename": "0009.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 82, - "h": 63 - }, - "spriteSourceSize": { - "x": 0, - "y": 1, - "w": 82, - "h": 62 - }, - "frame": { - "x": 0, - "y": 63, - "w": 82, - "h": 62 - } - }, - { - "filename": "0006.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 82, - "h": 63 - }, - "spriteSourceSize": { - "x": 0, - "y": 10, - "w": 82, - "h": 53 - }, - "frame": { - "x": 0, - "y": 125, - "w": 82, - "h": 53 - } - }, - { - "filename": "0004.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 82, - "h": 63 - }, - "spriteSourceSize": { - "x": 0, - "y": 4, - "w": 82, - "h": 59 - }, - "frame": { - "x": 82, - "y": 63, - "w": 82, - "h": 59 - } - }, - { - "filename": "0008.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 82, - "h": 63 - }, - "spriteSourceSize": { - "x": 0, - "y": 4, - "w": 82, - "h": 59 - }, - "frame": { - "x": 82, - "y": 63, - "w": 82, - "h": 59 - } - }, - { - "filename": "0005.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 82, - "h": 63 - }, - "spriteSourceSize": { - "x": 0, - "y": 7, - "w": 82, - "h": 56 - }, - "frame": { - "x": 82, - "y": 122, - "w": 82, - "h": 56 - } - }, - { - "filename": "0007.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 82, - "h": 63 - }, - "spriteSourceSize": { - "x": 0, - "y": 7, - "w": 82, - "h": 56 - }, - "frame": { - "x": 82, - "y": 122, - "w": 82, - "h": 56 - } - } - ] - } - ], - "meta": { - "app": "https://www.codeandweb.com/texturepacker", - "version": "3.0", - "smartupdate": "$TexturePacker:SmartUpdate:6de3971a726023157c38b599fa8651b9:a11b234c76dc80c742c8c4b3d7e37c73:49ee9ed0dd32c5ba33977741b45fc3f4$" - } +{ "frames": [ + { + "filename": "0001.png", + "frame": { "x": 1, "y": 1, "w": 81, "h": 62 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 0, "w": 81, "h": 62 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0002.png", + "frame": { "x": 82, "y": 1, "w": 82, "h": 61 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 1, "w": 82, "h": 61 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0003.png", + "frame": { "x": 246, "y": 1, "w": 83, "h": 60 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 2, "w": 83, "h": 60 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0004.png", + "frame": { "x": 246, "y": 61, "w": 84, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 4, "w": 84, "h": 58 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0005.png", + "frame": { "x": 414, "y": 61, "w": 85, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 5, "w": 85, "h": 57 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0006.png", + "frame": { "x": 499, "y": 118, "w": 86, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 6, "w": 86, "h": 56 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0007.png", + "frame": { "x": 259, "y": 119, "w": 87, "h": 54 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 8, "w": 87, "h": 54 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0008.png", + "frame": { "x": 87, "y": 174, "w": 88, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 9, "w": 88, "h": 53 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0009.png", + "frame": { "x": 88, "y": 227, "w": 89, "h": 51 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 11, "w": 89, "h": 51 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0010.png", + "frame": { "x": 266, "y": 228, "w": 90, "h": 50 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 12, "w": 90, "h": 50 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0011.png", + "frame": { "x": 358, "y": 278, "w": 91, "h": 49 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 13, "w": 91, "h": 49 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0012.png", + "frame": { "x": 1, "y": 328, "w": 92, "h": 47 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 15, "w": 92, "h": 47 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0013.png", + "frame": { "x": 93, "y": 375, "w": 93, "h": 46 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 16, "w": 93, "h": 46 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0014.png", + "frame": { "x": 186, "y": 375, "w": 93, "h": 46 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 16, "w": 93, "h": 46 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0015.png", + "frame": { "x": 542, "y": 375, "w": 92, "h": 46 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 16, "w": 92, "h": 46 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0016.png", + "frame": { "x": 1, "y": 375, "w": 92, "h": 47 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 15, "w": 92, "h": 47 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0017.png", + "frame": { "x": 449, "y": 327, "w": 92, "h": 48 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 14, "w": 92, "h": 48 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0018.png", + "frame": { "x": 449, "y": 278, "w": 91, "h": 49 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 13, "w": 91, "h": 49 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0019.png", + "frame": { "x": 88, "y": 278, "w": 90, "h": 50 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 12, "w": 90, "h": 50 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0020.png", + "frame": { "x": 177, "y": 227, "w": 89, "h": 51 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 11, "w": 89, "h": 51 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0021.png", + "frame": { "x": 346, "y": 175, "w": 87, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 9, "w": 87, "h": 53 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0022.png", + "frame": { "x": 87, "y": 119, "w": 86, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 7, "w": 86, "h": 55 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0023.png", + "frame": { "x": 499, "y": 61, "w": 85, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 5, "w": 85, "h": 57 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0024.png", + "frame": { "x": 412, "y": 1, "w": 83, "h": 60 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 2, "w": 83, "h": 60 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0025.png", + "frame": { "x": 1, "y": 1, "w": 81, "h": 62 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 0, "w": 81, "h": 62 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0026.png", + "frame": { "x": 82, "y": 1, "w": 82, "h": 61 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 1, "w": 82, "h": 61 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0027.png", + "frame": { "x": 246, "y": 1, "w": 83, "h": 60 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 2, "w": 83, "h": 60 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0028.png", + "frame": { "x": 246, "y": 61, "w": 84, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 4, "w": 84, "h": 58 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0029.png", + "frame": { "x": 414, "y": 61, "w": 85, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 5, "w": 85, "h": 57 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0030.png", + "frame": { "x": 499, "y": 118, "w": 86, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 6, "w": 86, "h": 56 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0031.png", + "frame": { "x": 259, "y": 119, "w": 87, "h": 54 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 8, "w": 87, "h": 54 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0032.png", + "frame": { "x": 87, "y": 174, "w": 88, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 9, "w": 88, "h": 53 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0033.png", + "frame": { "x": 88, "y": 227, "w": 89, "h": 51 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 11, "w": 89, "h": 51 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0034.png", + "frame": { "x": 266, "y": 228, "w": 90, "h": 50 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 12, "w": 90, "h": 50 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0035.png", + "frame": { "x": 358, "y": 278, "w": 91, "h": 49 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 13, "w": 91, "h": 49 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0036.png", + "frame": { "x": 1, "y": 328, "w": 92, "h": 47 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 15, "w": 92, "h": 47 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0037.png", + "frame": { "x": 93, "y": 375, "w": 93, "h": 46 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 16, "w": 93, "h": 46 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0038.png", + "frame": { "x": 186, "y": 375, "w": 93, "h": 46 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 16, "w": 93, "h": 46 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0039.png", + "frame": { "x": 542, "y": 375, "w": 92, "h": 46 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 16, "w": 92, "h": 46 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0040.png", + "frame": { "x": 1, "y": 375, "w": 92, "h": 47 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 15, "w": 92, "h": 47 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0041.png", + "frame": { "x": 449, "y": 327, "w": 92, "h": 48 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 14, "w": 92, "h": 48 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0042.png", + "frame": { "x": 449, "y": 278, "w": 91, "h": 49 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 13, "w": 91, "h": 49 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0043.png", + "frame": { "x": 88, "y": 278, "w": 90, "h": 50 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 12, "w": 90, "h": 50 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0044.png", + "frame": { "x": 177, "y": 227, "w": 89, "h": 51 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 11, "w": 89, "h": 51 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0045.png", + "frame": { "x": 346, "y": 175, "w": 87, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 9, "w": 87, "h": 53 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0046.png", + "frame": { "x": 87, "y": 119, "w": 86, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 7, "w": 86, "h": 55 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0047.png", + "frame": { "x": 499, "y": 61, "w": 85, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 5, "w": 85, "h": 57 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0048.png", + "frame": { "x": 412, "y": 1, "w": 83, "h": 60 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 2, "w": 83, "h": 60 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0049.png", + "frame": { "x": 1, "y": 1, "w": 81, "h": 62 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 0, "w": 81, "h": 62 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0050.png", + "frame": { "x": 82, "y": 1, "w": 82, "h": 61 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 1, "w": 82, "h": 61 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0051.png", + "frame": { "x": 246, "y": 1, "w": 83, "h": 60 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 2, "w": 83, "h": 60 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0052.png", + "frame": { "x": 246, "y": 61, "w": 84, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 4, "w": 84, "h": 58 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0053.png", + "frame": { "x": 414, "y": 61, "w": 85, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 5, "w": 85, "h": 57 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0054.png", + "frame": { "x": 499, "y": 118, "w": 86, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 6, "w": 86, "h": 56 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0055.png", + "frame": { "x": 259, "y": 119, "w": 87, "h": 54 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 8, "w": 87, "h": 54 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0056.png", + "frame": { "x": 87, "y": 174, "w": 88, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 9, "w": 88, "h": 53 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0057.png", + "frame": { "x": 88, "y": 227, "w": 89, "h": 51 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 11, "w": 89, "h": 51 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0058.png", + "frame": { "x": 266, "y": 228, "w": 90, "h": 50 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 12, "w": 90, "h": 50 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0059.png", + "frame": { "x": 358, "y": 278, "w": 91, "h": 49 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 13, "w": 91, "h": 49 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0060.png", + "frame": { "x": 1, "y": 328, "w": 92, "h": 47 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 15, "w": 92, "h": 47 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0061.png", + "frame": { "x": 93, "y": 375, "w": 93, "h": 46 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 16, "w": 93, "h": 46 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0062.png", + "frame": { "x": 186, "y": 375, "w": 93, "h": 46 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 16, "w": 93, "h": 46 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0063.png", + "frame": { "x": 542, "y": 375, "w": 92, "h": 46 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 16, "w": 92, "h": 46 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0064.png", + "frame": { "x": 1, "y": 375, "w": 92, "h": 47 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 15, "w": 92, "h": 47 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0065.png", + "frame": { "x": 449, "y": 327, "w": 92, "h": 48 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 14, "w": 92, "h": 48 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0066.png", + "frame": { "x": 449, "y": 278, "w": 91, "h": 49 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 13, "w": 91, "h": 49 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0067.png", + "frame": { "x": 88, "y": 278, "w": 90, "h": 50 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 12, "w": 90, "h": 50 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0068.png", + "frame": { "x": 177, "y": 227, "w": 89, "h": 51 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 11, "w": 89, "h": 51 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0069.png", + "frame": { "x": 346, "y": 175, "w": 87, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 9, "w": 87, "h": 53 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0070.png", + "frame": { "x": 87, "y": 119, "w": 86, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 7, "w": 86, "h": 55 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0071.png", + "frame": { "x": 499, "y": 61, "w": 85, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 5, "w": 85, "h": 57 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0072.png", + "frame": { "x": 412, "y": 1, "w": 83, "h": 60 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 2, "w": 83, "h": 60 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0073.png", + "frame": { "x": 1, "y": 1, "w": 81, "h": 62 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 0, "w": 81, "h": 62 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0074.png", + "frame": { "x": 82, "y": 1, "w": 82, "h": 61 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 1, "w": 82, "h": 61 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0075.png", + "frame": { "x": 246, "y": 1, "w": 83, "h": 60 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 2, "w": 83, "h": 60 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0076.png", + "frame": { "x": 246, "y": 61, "w": 84, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 4, "w": 84, "h": 58 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0077.png", + "frame": { "x": 414, "y": 61, "w": 85, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 5, "w": 85, "h": 57 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0078.png", + "frame": { "x": 499, "y": 118, "w": 86, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 6, "w": 86, "h": 56 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0079.png", + "frame": { "x": 259, "y": 119, "w": 87, "h": 54 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 8, "w": 87, "h": 54 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0080.png", + "frame": { "x": 87, "y": 174, "w": 88, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 9, "w": 88, "h": 53 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0081.png", + "frame": { "x": 88, "y": 227, "w": 89, "h": 51 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 11, "w": 89, "h": 51 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0082.png", + "frame": { "x": 266, "y": 228, "w": 90, "h": 50 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 12, "w": 90, "h": 50 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0083.png", + "frame": { "x": 358, "y": 278, "w": 91, "h": 49 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 13, "w": 91, "h": 49 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0084.png", + "frame": { "x": 1, "y": 328, "w": 92, "h": 47 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 15, "w": 92, "h": 47 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0085.png", + "frame": { "x": 93, "y": 375, "w": 93, "h": 46 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 16, "w": 93, "h": 46 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0086.png", + "frame": { "x": 186, "y": 375, "w": 93, "h": 46 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 16, "w": 93, "h": 46 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0087.png", + "frame": { "x": 542, "y": 375, "w": 92, "h": 46 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 16, "w": 92, "h": 46 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0088.png", + "frame": { "x": 1, "y": 375, "w": 92, "h": 47 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 15, "w": 92, "h": 47 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0089.png", + "frame": { "x": 449, "y": 327, "w": 92, "h": 48 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 14, "w": 92, "h": 48 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0090.png", + "frame": { "x": 449, "y": 278, "w": 91, "h": 49 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 13, "w": 91, "h": 49 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0091.png", + "frame": { "x": 88, "y": 278, "w": 90, "h": 50 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 12, "w": 90, "h": 50 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0092.png", + "frame": { "x": 177, "y": 227, "w": 89, "h": 51 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 11, "w": 89, "h": 51 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0093.png", + "frame": { "x": 346, "y": 175, "w": 87, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 9, "w": 87, "h": 53 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0094.png", + "frame": { "x": 87, "y": 119, "w": 86, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 7, "w": 86, "h": 55 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0095.png", + "frame": { "x": 499, "y": 61, "w": 85, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 5, "w": 85, "h": 57 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0096.png", + "frame": { "x": 412, "y": 1, "w": 83, "h": 60 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 2, "w": 83, "h": 60 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0097.png", + "frame": { "x": 1, "y": 1, "w": 81, "h": 62 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 0, "w": 81, "h": 62 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0098.png", + "frame": { "x": 164, "y": 1, "w": 82, "h": 61 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 1, "w": 82, "h": 61 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0099.png", + "frame": { "x": 495, "y": 1, "w": 83, "h": 60 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 2, "w": 83, "h": 60 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0100.png", + "frame": { "x": 330, "y": 61, "w": 84, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 4, "w": 84, "h": 58 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0101.png", + "frame": { "x": 414, "y": 118, "w": 85, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 5, "w": 85, "h": 57 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0102.png", + "frame": { "x": 1, "y": 119, "w": 86, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 6, "w": 86, "h": 56 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0103.png", + "frame": { "x": 259, "y": 173, "w": 87, "h": 54 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 8, "w": 87, "h": 54 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0104.png", + "frame": { "x": 499, "y": 174, "w": 88, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 9, "w": 88, "h": 53 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0105.png", + "frame": { "x": 433, "y": 227, "w": 89, "h": 51 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 11, "w": 89, "h": 51 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0106.png", + "frame": { "x": 178, "y": 278, "w": 90, "h": 50 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 12, "w": 90, "h": 50 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0107.png", + "frame": { "x": 540, "y": 278, "w": 91, "h": 49 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 13, "w": 91, "h": 49 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0108.png", + "frame": { "x": 93, "y": 328, "w": 92, "h": 47 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 15, "w": 92, "h": 47 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0109.png", + "frame": { "x": 93, "y": 375, "w": 93, "h": 46 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 16, "w": 93, "h": 46 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0110.png", + "frame": { "x": 449, "y": 375, "w": 93, "h": 46 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 16, "w": 93, "h": 46 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0111.png", + "frame": { "x": 279, "y": 376, "w": 92, "h": 46 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 16, "w": 92, "h": 46 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0112.png", + "frame": { "x": 185, "y": 328, "w": 92, "h": 47 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 15, "w": 92, "h": 47 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0113.png", + "frame": { "x": 541, "y": 327, "w": 92, "h": 48 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 14, "w": 92, "h": 48 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0114.png", + "frame": { "x": 358, "y": 327, "w": 91, "h": 49 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 13, "w": 91, "h": 49 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0115.png", + "frame": { "x": 268, "y": 278, "w": 90, "h": 50 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 12, "w": 90, "h": 50 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0116.png", + "frame": { "x": 522, "y": 227, "w": 89, "h": 51 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 11, "w": 89, "h": 51 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0117.png", + "frame": { "x": 1, "y": 227, "w": 87, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 9, "w": 87, "h": 53 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0118.png", + "frame": { "x": 173, "y": 119, "w": 86, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 7, "w": 86, "h": 55 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0119.png", + "frame": { "x": 82, "y": 62, "w": 85, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 5, "w": 85, "h": 57 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + }, + { + "filename": "0120.png", + "frame": { "x": 329, "y": 1, "w": 83, "h": 60 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 2, "w": 83, "h": 60 }, + "sourceSize": { "w": 93, "h": 62 }, + "duration": 100 + } + ], + "meta": { + "app": "https://www.aseprite.org/", + "version": "1.3.13-x64", + "image": "2089.png", + "format": "I8", + "size": { "w": 635, "h": 423 }, + "scale": "1" + } } diff --git a/public/images/pokemon/exp/back/shiny/2089.png b/public/images/pokemon/exp/back/shiny/2089.png index db7e46bad80..8dcb36bcb09 100644 Binary files a/public/images/pokemon/exp/back/shiny/2089.png and b/public/images/pokemon/exp/back/shiny/2089.png differ diff --git a/public/images/pokemon/exp/back/shiny/728.json b/public/images/pokemon/exp/back/shiny/728.json index 37f02ac84d7..f60b5965bed 100644 --- a/public/images/pokemon/exp/back/shiny/728.json +++ b/public/images/pokemon/exp/back/shiny/728.json @@ -1,230 +1,776 @@ -{ - "textures": [ - { - "image": "728.png", - "format": "RGBA8888", - "size": { - "w": 117, - "h": 117 - }, - "scale": 1, - "frames": [ - { - "filename": "0001.png", - "rotated": false, - "trimmed": false, - "sourceSize": { - "w": 41, - "h": 39 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 41, - "h": 39 - }, - "frame": { - "x": 0, - "y": 0, - "w": 41, - "h": 39 - } - }, - { - "filename": "0002.png", - "rotated": false, - "trimmed": false, - "sourceSize": { - "w": 41, - "h": 39 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 41, - "h": 39 - }, - "frame": { - "x": 0, - "y": 39, - "w": 41, - "h": 39 - } - }, - { - "filename": "0010.png", - "rotated": false, - "trimmed": false, - "sourceSize": { - "w": 41, - "h": 39 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 41, - "h": 39 - }, - "frame": { - "x": 0, - "y": 39, - "w": 41, - "h": 39 - } - }, - { - "filename": "0003.png", - "rotated": false, - "trimmed": false, - "sourceSize": { - "w": 41, - "h": 39 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 41, - "h": 39 - }, - "frame": { - "x": 0, - "y": 78, - "w": 41, - "h": 39 - } - }, - { - "filename": "0009.png", - "rotated": false, - "trimmed": false, - "sourceSize": { - "w": 41, - "h": 39 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 41, - "h": 39 - }, - "frame": { - "x": 0, - "y": 78, - "w": 41, - "h": 39 - } - }, - { - "filename": "0004.png", - "rotated": false, - "trimmed": false, - "sourceSize": { - "w": 41, - "h": 39 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 41, - "h": 39 - }, - "frame": { - "x": 41, - "y": 0, - "w": 41, - "h": 39 - } - }, - { - "filename": "0008.png", - "rotated": false, - "trimmed": false, - "sourceSize": { - "w": 41, - "h": 39 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 41, - "h": 39 - }, - "frame": { - "x": 41, - "y": 0, - "w": 41, - "h": 39 - } - }, - { - "filename": "0005.png", - "rotated": false, - "trimmed": false, - "sourceSize": { - "w": 41, - "h": 39 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 41, - "h": 39 - }, - "frame": { - "x": 41, - "y": 39, - "w": 41, - "h": 39 - } - }, - { - "filename": "0007.png", - "rotated": false, - "trimmed": false, - "sourceSize": { - "w": 41, - "h": 39 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 41, - "h": 39 - }, - "frame": { - "x": 41, - "y": 39, - "w": 41, - "h": 39 - } - }, - { - "filename": "0006.png", - "rotated": false, - "trimmed": false, - "sourceSize": { - "w": 41, - "h": 39 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 41, - "h": 39 - }, - "frame": { - "x": 41, - "y": 78, - "w": 41, - "h": 39 - } - } - ] - } - ], - "meta": { - "app": "https://www.codeandweb.com/texturepacker", - "version": "3.0", - "smartupdate": "$TexturePacker:SmartUpdate:4b3aa1071cae1ccbd84e587c2c8d2cde:022fe282ca0614cda2fd19d531e24090:74218c18c9d392741666ee5c0c28d306$" - } +{ "frames": [ + { + "filename": "0001.png", + "frame": { "x": 123, "y": 144, "w": 40, "h": 39 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0002.png", + "frame": { "x": 80, "y": 145, "w": 40, "h": 39 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0003.png", + "frame": { "x": 40, "y": 185, "w": 40, "h": 37 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 21, "w": 40, "h": 37 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0004.png", + "frame": { "x": 160, "y": 185, "w": 39, "h": 37 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0005.png", + "frame": { "x": 157, "y": 222, "w": 39, "h": 36 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 22, "w": 39, "h": 36 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0006.png", + "frame": { "x": 0, "y": 223, "w": 39, "h": 36 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 22, "w": 39, "h": 36 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0007.png", + "frame": { "x": 40, "y": 222, "w": 39, "h": 37 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0008.png", + "frame": { "x": 79, "y": 222, "w": 39, "h": 37 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0009.png", + "frame": { "x": 118, "y": 222, "w": 39, "h": 37 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0010.png", + "frame": { "x": 80, "y": 184, "w": 40, "h": 38 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 38 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0011.png", + "frame": { "x": 40, "y": 146, "w": 40, "h": 39 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0012.png", + "frame": { "x": 120, "y": 183, "w": 40, "h": 39 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0013.png", + "frame": { "x": 123, "y": 144, "w": 40, "h": 39 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0014.png", + "frame": { "x": 80, "y": 145, "w": 40, "h": 39 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0015.png", + "frame": { "x": 40, "y": 185, "w": 40, "h": 37 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 21, "w": 40, "h": 37 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0016.png", + "frame": { "x": 160, "y": 185, "w": 39, "h": 37 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0017.png", + "frame": { "x": 157, "y": 222, "w": 39, "h": 36 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 22, "w": 39, "h": 36 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0018.png", + "frame": { "x": 0, "y": 223, "w": 39, "h": 36 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 22, "w": 39, "h": 36 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0019.png", + "frame": { "x": 40, "y": 222, "w": 39, "h": 37 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0020.png", + "frame": { "x": 79, "y": 222, "w": 39, "h": 37 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0021.png", + "frame": { "x": 118, "y": 222, "w": 39, "h": 37 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0022.png", + "frame": { "x": 80, "y": 184, "w": 40, "h": 38 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 38 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0023.png", + "frame": { "x": 40, "y": 146, "w": 40, "h": 39 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0024.png", + "frame": { "x": 120, "y": 183, "w": 40, "h": 39 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0025.png", + "frame": { "x": 123, "y": 144, "w": 40, "h": 39 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0026.png", + "frame": { "x": 80, "y": 145, "w": 40, "h": 39 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0027.png", + "frame": { "x": 40, "y": 185, "w": 40, "h": 37 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 21, "w": 40, "h": 37 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0028.png", + "frame": { "x": 160, "y": 185, "w": 39, "h": 37 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0029.png", + "frame": { "x": 157, "y": 222, "w": 39, "h": 36 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 22, "w": 39, "h": 36 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0030.png", + "frame": { "x": 0, "y": 223, "w": 39, "h": 36 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 22, "w": 39, "h": 36 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0031.png", + "frame": { "x": 40, "y": 222, "w": 39, "h": 37 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0032.png", + "frame": { "x": 79, "y": 222, "w": 39, "h": 37 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0033.png", + "frame": { "x": 118, "y": 222, "w": 39, "h": 37 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0034.png", + "frame": { "x": 80, "y": 184, "w": 40, "h": 38 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 38 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0035.png", + "frame": { "x": 40, "y": 146, "w": 40, "h": 39 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0036.png", + "frame": { "x": 120, "y": 183, "w": 40, "h": 39 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0037.png", + "frame": { "x": 123, "y": 144, "w": 40, "h": 39 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0038.png", + "frame": { "x": 80, "y": 145, "w": 40, "h": 39 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0039.png", + "frame": { "x": 40, "y": 185, "w": 40, "h": 37 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 21, "w": 40, "h": 37 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0040.png", + "frame": { "x": 160, "y": 185, "w": 39, "h": 37 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0041.png", + "frame": { "x": 157, "y": 222, "w": 39, "h": 36 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 22, "w": 39, "h": 36 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0042.png", + "frame": { "x": 0, "y": 223, "w": 39, "h": 36 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 22, "w": 39, "h": 36 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0043.png", + "frame": { "x": 40, "y": 222, "w": 39, "h": 37 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0044.png", + "frame": { "x": 79, "y": 222, "w": 39, "h": 37 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0045.png", + "frame": { "x": 118, "y": 222, "w": 39, "h": 37 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0046.png", + "frame": { "x": 80, "y": 184, "w": 40, "h": 38 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 38 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0047.png", + "frame": { "x": 40, "y": 146, "w": 40, "h": 39 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0048.png", + "frame": { "x": 120, "y": 183, "w": 40, "h": 39 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0049.png", + "frame": { "x": 123, "y": 144, "w": 40, "h": 39 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0050.png", + "frame": { "x": 80, "y": 145, "w": 40, "h": 39 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0051.png", + "frame": { "x": 40, "y": 185, "w": 40, "h": 37 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 21, "w": 40, "h": 37 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0052.png", + "frame": { "x": 160, "y": 185, "w": 39, "h": 37 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0053.png", + "frame": { "x": 157, "y": 222, "w": 39, "h": 36 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 22, "w": 39, "h": 36 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0054.png", + "frame": { "x": 0, "y": 223, "w": 39, "h": 36 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 22, "w": 39, "h": 36 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0055.png", + "frame": { "x": 40, "y": 222, "w": 39, "h": 37 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0056.png", + "frame": { "x": 79, "y": 222, "w": 39, "h": 37 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0057.png", + "frame": { "x": 118, "y": 222, "w": 39, "h": 37 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0058.png", + "frame": { "x": 80, "y": 184, "w": 40, "h": 38 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 38 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0059.png", + "frame": { "x": 40, "y": 146, "w": 40, "h": 39 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0060.png", + "frame": { "x": 120, "y": 183, "w": 40, "h": 39 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0061.png", + "frame": { "x": 0, "y": 184, "w": 40, "h": 39 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0062.png", + "frame": { "x": 0, "y": 144, "w": 40, "h": 40 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 19, "w": 40, "h": 40 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0063.png", + "frame": { "x": 40, "y": 105, "w": 40, "h": 41 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 18, "w": 40, "h": 41 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0064.png", + "frame": { "x": 0, "y": 102, "w": 40, "h": 42 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 17, "w": 40, "h": 42 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0065.png", + "frame": { "x": 123, "y": 102, "w": 40, "h": 42 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 17, "w": 40, "h": 42 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0066.png", + "frame": { "x": 163, "y": 100, "w": 40, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 16, "w": 40, "h": 43 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0067.png", + "frame": { "x": 0, "y": 58, "w": 40, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 15, "w": 40, "h": 44 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0068.png", + "frame": { "x": 123, "y": 57, "w": 40, "h": 45 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 14, "w": 40, "h": 45 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0069.png", + "frame": { "x": 83, "y": 57, "w": 40, "h": 46 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 13, "w": 40, "h": 46 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0070.png", + "frame": { "x": 43, "y": 57, "w": 40, "h": 48 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 11, "w": 40, "h": 48 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0071.png", + "frame": { "x": 165, "y": 51, "w": 40, "h": 49 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 10, "w": 40, "h": 49 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0072.png", + "frame": { "x": 165, "y": 0, "w": 40, "h": 51 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 8, "w": 40, "h": 51 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0073.png", + "frame": { "x": 43, "y": 0, "w": 42, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 2, "w": 42, "h": 57 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0074.png", + "frame": { "x": 0, "y": 0, "w": 43, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 1, "w": 43, "h": 58 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0075.png", + "frame": { "x": 0, "y": 0, "w": 43, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 1, "w": 43, "h": 58 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0076.png", + "frame": { "x": 0, "y": 0, "w": 43, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 1, "w": 43, "h": 58 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0077.png", + "frame": { "x": 0, "y": 0, "w": 43, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 1, "w": 43, "h": 58 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0078.png", + "frame": { "x": 126, "y": 0, "w": 39, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 2, "w": 39, "h": 55 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0079.png", + "frame": { "x": 85, "y": 0, "w": 41, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 0, "w": 41, "h": 57 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0080.png", + "frame": { "x": 163, "y": 143, "w": 39, "h": 42 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 16, "w": 39, "h": 42 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0081.png", + "frame": { "x": 83, "y": 103, "w": 40, "h": 42 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 16, "w": 40, "h": 42 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0082.png", + "frame": { "x": 123, "y": 102, "w": 40, "h": 42 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 17, "w": 40, "h": 42 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0083.png", + "frame": { "x": 0, "y": 102, "w": 40, "h": 42 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 17, "w": 40, "h": 42 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0084.png", + "frame": { "x": 40, "y": 105, "w": 40, "h": 41 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 18, "w": 40, "h": 41 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + }, + { + "filename": "0085.png", + "frame": { "x": 0, "y": 144, "w": 40, "h": 40 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 19, "w": 40, "h": 40 }, + "sourceSize": { "w": 43, "h": 59 }, + "duration": 100 + } + ], + "meta": { + "app": "https://www.aseprite.org/", + "version": "1.3.13-x64", + "image": "728.png", + "format": "I8", + "size": { "w": 205, "h": 259 }, + "scale": "1" + } } diff --git a/public/images/pokemon/exp/back/shiny/728.png b/public/images/pokemon/exp/back/shiny/728.png index 116bbd97904..c28f73eb846 100644 Binary files a/public/images/pokemon/exp/back/shiny/728.png and b/public/images/pokemon/exp/back/shiny/728.png differ diff --git a/public/images/pokemon/exp/back/shiny/729.json b/public/images/pokemon/exp/back/shiny/729.json index 88363e67c9b..97deebe472e 100644 --- a/public/images/pokemon/exp/back/shiny/729.json +++ b/public/images/pokemon/exp/back/shiny/729.json @@ -1,230 +1,1055 @@ -{ - "textures": [ - { - "image": "729.png", - "format": "RGBA8888", - "size": { - "w": 148, - "h": 148 - }, - "scale": 1, - "frames": [ - { - "filename": "0006.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 71, - "h": 50 - }, - "spriteSourceSize": { - "x": 1, - "y": 0, - "w": 70, - "h": 50 - }, - "frame": { - "x": 0, - "y": 0, - "w": 70, - "h": 50 - } - }, - { - "filename": "0005.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 71, - "h": 50 - }, - "spriteSourceSize": { - "x": 1, - "y": 1, - "w": 70, - "h": 49 - }, - "frame": { - "x": 0, - "y": 50, - "w": 70, - "h": 49 - } - }, - { - "filename": "0007.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 71, - "h": 50 - }, - "spriteSourceSize": { - "x": 1, - "y": 1, - "w": 70, - "h": 49 - }, - "frame": { - "x": 0, - "y": 50, - "w": 70, - "h": 49 - } - }, - { - "filename": "0003.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 71, - "h": 50 - }, - "spriteSourceSize": { - "x": 0, - "y": 1, - "w": 69, - "h": 49 - }, - "frame": { - "x": 0, - "y": 99, - "w": 69, - "h": 49 - } - }, - { - "filename": "0009.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 71, - "h": 50 - }, - "spriteSourceSize": { - "x": 0, - "y": 1, - "w": 69, - "h": 49 - }, - "frame": { - "x": 0, - "y": 99, - "w": 69, - "h": 49 - } - }, - { - "filename": "0002.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 71, - "h": 50 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 68, - "h": 50 - }, - "frame": { - "x": 70, - "y": 0, - "w": 68, - "h": 50 - } - }, - { - "filename": "0010.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 71, - "h": 50 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 68, - "h": 50 - }, - "frame": { - "x": 70, - "y": 0, - "w": 68, - "h": 50 - } - }, - { - "filename": "0001.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 71, - "h": 50 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 67, - "h": 50 - }, - "frame": { - "x": 70, - "y": 50, - "w": 67, - "h": 50 - } - }, - { - "filename": "0004.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 71, - "h": 50 - }, - "spriteSourceSize": { - "x": 0, - "y": 2, - "w": 70, - "h": 48 - }, - "frame": { - "x": 69, - "y": 100, - "w": 70, - "h": 48 - } - }, - { - "filename": "0008.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 71, - "h": 50 - }, - "spriteSourceSize": { - "x": 0, - "y": 2, - "w": 70, - "h": 48 - }, - "frame": { - "x": 69, - "y": 100, - "w": 70, - "h": 48 - } - } - ] - } - ], - "meta": { - "app": "https://www.codeandweb.com/texturepacker", - "version": "3.0", - "smartupdate": "$TexturePacker:SmartUpdate:2ec3964e8d511b8d6f4605adc54b17bc:5161b57c2302335b0d40aea50fb7f56d:b2d5dd692ec79c7357afdffa7b3670a9$" - } +{ "frames": [ + { + "filename": "0001.png", + "frame": { "x": 348, "y": 280, "w": 56, "h": 54 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 9, "w": 56, "h": 54 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0002.png", + "frame": { "x": 166, "y": 283, "w": 55, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 10, "w": 55, "h": 53 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0003.png", + "frame": { "x": 0, "y": 284, "w": 54, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 10, "w": 54, "h": 53 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0004.png", + "frame": { "x": 348, "y": 334, "w": 52, "h": 52 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 11, "w": 52, "h": 52 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0005.png", + "frame": { "x": 49, "y": 337, "w": 49, "h": 52 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 11, "y": 11, "w": 49, "h": 52 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0006.png", + "frame": { "x": 49, "y": 389, "w": 47, "h": 51 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 13, "y": 12, "w": 47, "h": 51 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0007.png", + "frame": { "x": 265, "y": 388, "w": 47, "h": 52 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 13, "y": 11, "w": 47, "h": 52 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0008.png", + "frame": { "x": 386, "y": 386, "w": 47, "h": 52 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 13, "y": 11, "w": 47, "h": 52 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0009.png", + "frame": { "x": 98, "y": 337, "w": 49, "h": 52 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 11, "y": 11, "w": 49, "h": 52 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0010.png", + "frame": { "x": 287, "y": 335, "w": 51, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 10, "w": 51, "h": 53 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0011.png", + "frame": { "x": 491, "y": 224, "w": 53, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 10, "w": 53, "h": 53 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0012.png", + "frame": { "x": 112, "y": 283, "w": 54, "h": 54 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 9, "w": 54, "h": 54 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0013.png", + "frame": { "x": 292, "y": 280, "w": 56, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 8, "w": 56, "h": 55 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0014.png", + "frame": { "x": 174, "y": 228, "w": 57, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 8, "w": 57, "h": 55 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0015.png", + "frame": { "x": 328, "y": 114, "w": 59, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 7, "w": 59, "h": 56 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0016.png", + "frame": { "x": 195, "y": 61, "w": 59, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 7, "w": 59, "h": 57 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0017.png", + "frame": { "x": 334, "y": 57, "w": 60, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 7, "w": 60, "h": 57 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0018.png", + "frame": { "x": 394, "y": 57, "w": 60, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 7, "w": 60, "h": 57 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0019.png", + "frame": { "x": 268, "y": 60, "w": 60, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 7, "w": 60, "h": 57 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0020.png", + "frame": { "x": 68, "y": 62, "w": 60, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 7, "w": 60, "h": 56 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0021.png", + "frame": { "x": 234, "y": 172, "w": 59, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 55 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0022.png", + "frame": { "x": 293, "y": 225, "w": 59, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 55 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0023.png", + "frame": { "x": 234, "y": 227, "w": 58, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 8, "w": 58, "h": 55 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0024.png", + "frame": { "x": 59, "y": 174, "w": 57, "h": 54 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 9, "w": 57, "h": 54 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0025.png", + "frame": { "x": 348, "y": 280, "w": 56, "h": 54 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 9, "w": 56, "h": 54 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0026.png", + "frame": { "x": 166, "y": 283, "w": 55, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 10, "w": 55, "h": 53 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0027.png", + "frame": { "x": 0, "y": 284, "w": 54, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 10, "w": 54, "h": 53 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0028.png", + "frame": { "x": 348, "y": 334, "w": 52, "h": 52 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 11, "w": 52, "h": 52 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0029.png", + "frame": { "x": 49, "y": 337, "w": 49, "h": 52 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 11, "y": 11, "w": 49, "h": 52 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0030.png", + "frame": { "x": 49, "y": 389, "w": 47, "h": 51 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 13, "y": 12, "w": 47, "h": 51 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0031.png", + "frame": { "x": 265, "y": 388, "w": 47, "h": 52 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 13, "y": 11, "w": 47, "h": 52 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0032.png", + "frame": { "x": 386, "y": 386, "w": 47, "h": 52 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 13, "y": 11, "w": 47, "h": 52 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0033.png", + "frame": { "x": 98, "y": 337, "w": 49, "h": 52 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 11, "y": 11, "w": 49, "h": 52 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0034.png", + "frame": { "x": 287, "y": 335, "w": 51, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 10, "w": 51, "h": 53 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0035.png", + "frame": { "x": 491, "y": 224, "w": 53, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 10, "w": 53, "h": 53 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0036.png", + "frame": { "x": 112, "y": 283, "w": 54, "h": 54 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 9, "w": 54, "h": 54 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0037.png", + "frame": { "x": 292, "y": 280, "w": 56, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 8, "w": 56, "h": 55 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0038.png", + "frame": { "x": 174, "y": 228, "w": 57, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 8, "w": 57, "h": 55 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0039.png", + "frame": { "x": 328, "y": 114, "w": 59, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 7, "w": 59, "h": 56 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0040.png", + "frame": { "x": 195, "y": 61, "w": 59, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 7, "w": 59, "h": 57 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0041.png", + "frame": { "x": 334, "y": 57, "w": 60, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 7, "w": 60, "h": 57 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0042.png", + "frame": { "x": 394, "y": 57, "w": 60, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 7, "w": 60, "h": 57 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0043.png", + "frame": { "x": 268, "y": 60, "w": 60, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 7, "w": 60, "h": 57 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0044.png", + "frame": { "x": 68, "y": 62, "w": 60, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 7, "w": 60, "h": 56 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0045.png", + "frame": { "x": 234, "y": 172, "w": 59, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 55 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0046.png", + "frame": { "x": 293, "y": 225, "w": 59, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 55 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0047.png", + "frame": { "x": 234, "y": 227, "w": 58, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 8, "w": 58, "h": 55 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0048.png", + "frame": { "x": 59, "y": 174, "w": 57, "h": 54 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 9, "w": 57, "h": 54 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0049.png", + "frame": { "x": 348, "y": 280, "w": 56, "h": 54 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 9, "w": 56, "h": 54 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0050.png", + "frame": { "x": 166, "y": 283, "w": 55, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 10, "w": 55, "h": 53 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0051.png", + "frame": { "x": 0, "y": 284, "w": 54, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 10, "w": 54, "h": 53 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0052.png", + "frame": { "x": 348, "y": 334, "w": 52, "h": 52 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 11, "w": 52, "h": 52 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0053.png", + "frame": { "x": 49, "y": 337, "w": 49, "h": 52 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 11, "y": 11, "w": 49, "h": 52 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0054.png", + "frame": { "x": 49, "y": 389, "w": 47, "h": 51 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 13, "y": 12, "w": 47, "h": 51 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0055.png", + "frame": { "x": 265, "y": 388, "w": 47, "h": 52 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 13, "y": 11, "w": 47, "h": 52 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0056.png", + "frame": { "x": 386, "y": 386, "w": 47, "h": 52 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 13, "y": 11, "w": 47, "h": 52 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0057.png", + "frame": { "x": 98, "y": 337, "w": 49, "h": 52 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 11, "y": 11, "w": 49, "h": 52 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0058.png", + "frame": { "x": 287, "y": 335, "w": 51, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 10, "w": 51, "h": 53 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0059.png", + "frame": { "x": 491, "y": 224, "w": 53, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 10, "w": 53, "h": 53 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0060.png", + "frame": { "x": 112, "y": 283, "w": 54, "h": 54 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 9, "w": 54, "h": 54 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0061.png", + "frame": { "x": 292, "y": 280, "w": 56, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 8, "w": 56, "h": 55 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0062.png", + "frame": { "x": 174, "y": 228, "w": 57, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 8, "w": 57, "h": 55 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0063.png", + "frame": { "x": 328, "y": 114, "w": 59, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 7, "w": 59, "h": 56 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0064.png", + "frame": { "x": 195, "y": 61, "w": 59, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 7, "w": 59, "h": 57 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0065.png", + "frame": { "x": 334, "y": 57, "w": 60, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 7, "w": 60, "h": 57 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0066.png", + "frame": { "x": 394, "y": 57, "w": 60, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 7, "w": 60, "h": 57 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0067.png", + "frame": { "x": 268, "y": 60, "w": 60, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 7, "w": 60, "h": 57 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0068.png", + "frame": { "x": 68, "y": 62, "w": 60, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 7, "w": 60, "h": 56 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0069.png", + "frame": { "x": 234, "y": 172, "w": 59, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 55 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0070.png", + "frame": { "x": 293, "y": 225, "w": 59, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 55 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0071.png", + "frame": { "x": 234, "y": 227, "w": 58, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 8, "w": 58, "h": 55 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0072.png", + "frame": { "x": 59, "y": 174, "w": 57, "h": 54 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 9, "w": 57, "h": 54 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0073.png", + "frame": { "x": 348, "y": 280, "w": 56, "h": 54 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 9, "w": 56, "h": 54 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0074.png", + "frame": { "x": 467, "y": 279, "w": 58, "h": 54 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 9, "w": 58, "h": 54 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0075.png", + "frame": { "x": 0, "y": 63, "w": 61, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 8, "w": 61, "h": 55 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0076.png", + "frame": { "x": 334, "y": 0, "w": 63, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 7, "w": 63, "h": 57 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0077.png", + "frame": { "x": 135, "y": 61, "w": 60, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 7, "w": 60, "h": 57 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0078.png", + "frame": { "x": 458, "y": 56, "w": 59, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 58 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0079.png", + "frame": { "x": 397, "y": 0, "w": 61, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 8, "w": 61, "h": 57 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0080.png", + "frame": { "x": 458, "y": 0, "w": 62, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 7, "w": 62, "h": 56 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0081.png", + "frame": { "x": 446, "y": 169, "w": 59, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 8, "w": 59, "h": 55 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0082.png", + "frame": { "x": 348, "y": 280, "w": 56, "h": 54 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 9, "w": 56, "h": 54 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0083.png", + "frame": { "x": 57, "y": 283, "w": 55, "h": 54 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 9, "w": 55, "h": 54 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0084.png", + "frame": { "x": 467, "y": 333, "w": 53, "h": 52 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 11, "w": 53, "h": 52 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0085.png", + "frame": { "x": 338, "y": 386, "w": 48, "h": 52 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 12, "y": 11, "w": 48, "h": 52 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0086.png", + "frame": { "x": 216, "y": 336, "w": 49, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 14, "y": 11, "w": 49, "h": 53 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0087.png", + "frame": { "x": 166, "y": 336, "w": 50, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 15, "y": 11, "w": 50, "h": 53 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0088.png", + "frame": { "x": 0, "y": 337, "w": 49, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 13, "y": 11, "w": 49, "h": 53 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0089.png", + "frame": { "x": 452, "y": 385, "w": 48, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 12, "y": 10, "w": 48, "h": 53 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0090.png", + "frame": { "x": 400, "y": 334, "w": 52, "h": 52 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 11, "w": 52, "h": 52 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0091.png", + "frame": { "x": 348, "y": 280, "w": 56, "h": 54 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 9, "w": 56, "h": 54 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0092.png", + "frame": { "x": 231, "y": 282, "w": 56, "h": 54 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 9, "w": 56, "h": 54 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0093.png", + "frame": { "x": 117, "y": 228, "w": 57, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 8, "w": 57, "h": 55 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0094.png", + "frame": { "x": 58, "y": 118, "w": 58, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 7, "w": 58, "h": 56 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0095.png", + "frame": { "x": 352, "y": 225, "w": 58, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 8, "w": 58, "h": 55 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0096.png", + "frame": { "x": 0, "y": 118, "w": 58, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 7, "w": 58, "h": 56 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0097.png", + "frame": { "x": 314, "y": 170, "w": 59, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 55 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0098.png", + "frame": { "x": 175, "y": 118, "w": 59, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 55 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0099.png", + "frame": { "x": 373, "y": 170, "w": 59, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 55 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0100.png", + "frame": { "x": 116, "y": 118, "w": 59, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 55 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0101.png", + "frame": { "x": 446, "y": 114, "w": 60, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 8, "w": 60, "h": 55 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0102.png", + "frame": { "x": 202, "y": 0, "w": 66, "h": 61 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 2, "w": 66, "h": 61 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0103.png", + "frame": { "x": 68, "y": 0, "w": 67, "h": 62 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 1, "w": 67, "h": 62 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0104.png", + "frame": { "x": 0, "y": 0, "w": 68, "h": 63 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 0, "w": 68, "h": 63 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0105.png", + "frame": { "x": 268, "y": 0, "w": 66, "h": 60 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 3, "w": 66, "h": 60 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0106.png", + "frame": { "x": 135, "y": 0, "w": 67, "h": 61 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 61 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0107.png", + "frame": { "x": 254, "y": 117, "w": 60, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 8, "w": 60, "h": 55 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0108.png", + "frame": { "x": 116, "y": 173, "w": 59, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 55 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0109.png", + "frame": { "x": 116, "y": 173, "w": 59, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 55 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0110.png", + "frame": { "x": 175, "y": 173, "w": 59, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 55 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0111.png", + "frame": { "x": 0, "y": 174, "w": 59, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 55 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0112.png", + "frame": { "x": 432, "y": 224, "w": 59, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 55 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0113.png", + "frame": { "x": 387, "y": 114, "w": 59, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 7, "w": 59, "h": 56 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0114.png", + "frame": { "x": 59, "y": 228, "w": 58, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 8, "w": 58, "h": 55 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0115.png", + "frame": { "x": 0, "y": 229, "w": 57, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 8, "w": 57, "h": 55 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + }, + { + "filename": "0116.png", + "frame": { "x": 410, "y": 279, "w": 57, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 8, "w": 57, "h": 55 }, + "sourceSize": { "w": 68, "h": 66 }, + "duration": 100 + } + ], + "meta": { + "app": "https://www.aseprite.org/", + "version": "1.3.13-x64", + "image": "729.png", + "format": "I8", + "size": { "w": 544, "h": 440 }, + "scale": "1" + } } diff --git a/public/images/pokemon/exp/back/shiny/729.png b/public/images/pokemon/exp/back/shiny/729.png index 7818ca064bc..15c7bb566cf 100644 Binary files a/public/images/pokemon/exp/back/shiny/729.png and b/public/images/pokemon/exp/back/shiny/729.png differ diff --git a/public/images/pokemon/exp/back/shiny/730.json b/public/images/pokemon/exp/back/shiny/730.json index b32a006ec2b..5e3c835b381 100644 --- a/public/images/pokemon/exp/back/shiny/730.json +++ b/public/images/pokemon/exp/back/shiny/730.json @@ -1,230 +1,839 @@ -{ - "textures": [ - { - "image": "730.png", - "format": "RGBA8888", - "size": { - "w": 206, - "h": 206 - }, - "scale": 1, - "frames": [ - { - "filename": "0001.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 69, - "h": 82 - }, - "spriteSourceSize": { - "x": 0, - "y": 3, - "w": 69, - "h": 79 - }, - "frame": { - "x": 0, - "y": 0, - "w": 69, - "h": 79 - } - }, - { - "filename": "0005.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 69, - "h": 82 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 68, - "h": 81 - }, - "frame": { - "x": 69, - "y": 0, - "w": 68, - "h": 81 - } - }, - { - "filename": "0007.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 69, - "h": 82 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 68, - "h": 81 - }, - "frame": { - "x": 69, - "y": 0, - "w": 68, - "h": 81 - } - }, - { - "filename": "0006.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 69, - "h": 82 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 68, - "h": 81 - }, - "frame": { - "x": 0, - "y": 79, - "w": 68, - "h": 81 - } - }, - { - "filename": "0003.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 69, - "h": 82 - }, - "spriteSourceSize": { - "x": 0, - "y": 2, - "w": 69, - "h": 79 - }, - "frame": { - "x": 68, - "y": 81, - "w": 69, - "h": 79 - } - }, - { - "filename": "0009.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 69, - "h": 82 - }, - "spriteSourceSize": { - "x": 0, - "y": 2, - "w": 69, - "h": 79 - }, - "frame": { - "x": 68, - "y": 81, - "w": 69, - "h": 79 - } - }, - { - "filename": "0004.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 69, - "h": 82 - }, - "spriteSourceSize": { - "x": 0, - "y": 2, - "w": 69, - "h": 79 - }, - "frame": { - "x": 137, - "y": 0, - "w": 69, - "h": 79 - } - }, - { - "filename": "0008.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 69, - "h": 82 - }, - "spriteSourceSize": { - "x": 0, - "y": 2, - "w": 69, - "h": 79 - }, - "frame": { - "x": 137, - "y": 0, - "w": 69, - "h": 79 - } - }, - { - "filename": "0002.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 69, - "h": 82 - }, - "spriteSourceSize": { - "x": 0, - "y": 3, - "w": 69, - "h": 78 - }, - "frame": { - "x": 137, - "y": 79, - "w": 69, - "h": 78 - } - }, - { - "filename": "0010.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 69, - "h": 82 - }, - "spriteSourceSize": { - "x": 0, - "y": 3, - "w": 69, - "h": 78 - }, - "frame": { - "x": 137, - "y": 79, - "w": 69, - "h": 78 - } - } - ] - } - ], - "meta": { - "app": "https://www.codeandweb.com/texturepacker", - "version": "3.0", - "smartupdate": "$TexturePacker:SmartUpdate:58a363a646c000c7482433c620e2e758:8b636d10e03d9f55a9d52a248f1e3999:fcd0d2cb6b26724e796ae0dcb71fae3f$" - } +{ "frames": [ + { + "filename": "0001.png", + "frame": { "x": 397, "y": 0, "w": 75, "h": 71 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 13, "w": 75, "h": 71 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0002.png", + "frame": { "x": 324, "y": 0, "w": 73, "h": 73 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 11, "w": 73, "h": 73 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0003.png", + "frame": { "x": 397, "y": 71, "w": 69, "h": 76 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 11, "y": 8, "w": 69, "h": 76 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0004.png", + "frame": { "x": 70, "y": 135, "w": 66, "h": 78 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 14, "y": 5, "w": 66, "h": 78 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0005.png", + "frame": { "x": 278, "y": 401, "w": 61, "h": 78 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 18, "y": 3, "w": 61, "h": 78 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0006.png", + "frame": { "x": 137, "y": 400, "w": 60, "h": 80 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 19, "y": 1, "w": 60, "h": 80 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0007.png", + "frame": { "x": 77, "y": 394, "w": 60, "h": 80 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 19, "y": 1, "w": 60, "h": 80 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0008.png", + "frame": { "x": 217, "y": 335, "w": 61, "h": 79 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 18, "y": 2, "w": 61, "h": 79 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0009.png", + "frame": { "x": 415, "y": 418, "w": 61, "h": 77 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 18, "y": 4, "w": 61, "h": 77 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0010.png", + "frame": { "x": 351, "y": 359, "w": 64, "h": 76 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 16, "y": 8, "w": 64, "h": 76 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0011.png", + "frame": { "x": 505, "y": 288, "w": 69, "h": 71 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 11, "y": 13, "w": 69, "h": 71 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0012.png", + "frame": { "x": 278, "y": 334, "w": 73, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 17, "w": 73, "h": 67 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0013.png", + "frame": { "x": 124, "y": 265, "w": 76, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 18, "w": 76, "h": 66 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0014.png", + "frame": { "x": 292, "y": 269, "w": 77, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 19, "w": 77, "h": 65 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0015.png", + "frame": { "x": 200, "y": 271, "w": 78, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 19, "w": 78, "h": 64 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0016.png", + "frame": { "x": 197, "y": 414, "w": 77, "h": 62 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 19, "w": 77, "h": 62 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0017.png", + "frame": { "x": 0, "y": 394, "w": 77, "h": 63 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 18, "w": 77, "h": 63 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0018.png", + "frame": { "x": 64, "y": 331, "w": 78, "h": 63 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 18, "w": 78, "h": 63 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0019.png", + "frame": { "x": 385, "y": 212, "w": 79, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 17, "w": 79, "h": 64 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0020.png", + "frame": { "x": 213, "y": 207, "w": 79, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 17, "w": 79, "h": 64 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0021.png", + "frame": { "x": 156, "y": 67, "w": 79, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 17, "w": 79, "h": 67 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0022.png", + "frame": { "x": 78, "y": 67, "w": 78, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 16, "w": 78, "h": 68 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0023.png", + "frame": { "x": 397, "y": 0, "w": 75, "h": 71 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 13, "w": 75, "h": 71 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0024.png", + "frame": { "x": 324, "y": 0, "w": 73, "h": 73 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 11, "w": 73, "h": 73 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0025.png", + "frame": { "x": 397, "y": 71, "w": 69, "h": 76 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 11, "y": 8, "w": 69, "h": 76 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0026.png", + "frame": { "x": 70, "y": 135, "w": 66, "h": 78 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 14, "y": 5, "w": 66, "h": 78 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0027.png", + "frame": { "x": 278, "y": 401, "w": 61, "h": 78 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 18, "y": 3, "w": 61, "h": 78 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0028.png", + "frame": { "x": 137, "y": 400, "w": 60, "h": 80 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 19, "y": 1, "w": 60, "h": 80 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0029.png", + "frame": { "x": 77, "y": 394, "w": 60, "h": 80 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 19, "y": 1, "w": 60, "h": 80 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0030.png", + "frame": { "x": 217, "y": 335, "w": 61, "h": 79 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 18, "y": 2, "w": 61, "h": 79 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0031.png", + "frame": { "x": 415, "y": 418, "w": 61, "h": 77 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 18, "y": 4, "w": 61, "h": 77 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0032.png", + "frame": { "x": 351, "y": 359, "w": 64, "h": 76 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 16, "y": 8, "w": 64, "h": 76 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0033.png", + "frame": { "x": 505, "y": 288, "w": 69, "h": 71 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 11, "y": 13, "w": 69, "h": 71 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0034.png", + "frame": { "x": 278, "y": 334, "w": 73, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 17, "w": 73, "h": 67 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0035.png", + "frame": { "x": 124, "y": 265, "w": 76, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 18, "w": 76, "h": 66 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0036.png", + "frame": { "x": 292, "y": 269, "w": 77, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 19, "w": 77, "h": 65 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0037.png", + "frame": { "x": 200, "y": 271, "w": 78, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 19, "w": 78, "h": 64 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0038.png", + "frame": { "x": 197, "y": 414, "w": 77, "h": 62 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 19, "w": 77, "h": 62 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0039.png", + "frame": { "x": 0, "y": 394, "w": 77, "h": 63 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 18, "w": 77, "h": 63 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0040.png", + "frame": { "x": 64, "y": 331, "w": 78, "h": 63 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 18, "w": 78, "h": 63 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0041.png", + "frame": { "x": 385, "y": 212, "w": 79, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 17, "w": 79, "h": 64 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0042.png", + "frame": { "x": 213, "y": 207, "w": 79, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 17, "w": 79, "h": 64 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0043.png", + "frame": { "x": 156, "y": 67, "w": 79, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 17, "w": 79, "h": 67 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0044.png", + "frame": { "x": 78, "y": 67, "w": 78, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 16, "w": 78, "h": 68 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0045.png", + "frame": { "x": 397, "y": 0, "w": 75, "h": 71 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 13, "w": 75, "h": 71 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0046.png", + "frame": { "x": 324, "y": 0, "w": 73, "h": 73 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 11, "w": 73, "h": 73 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0047.png", + "frame": { "x": 397, "y": 71, "w": 69, "h": 76 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 11, "y": 8, "w": 69, "h": 76 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0048.png", + "frame": { "x": 70, "y": 135, "w": 66, "h": 78 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 14, "y": 5, "w": 66, "h": 78 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0049.png", + "frame": { "x": 278, "y": 401, "w": 61, "h": 78 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 18, "y": 3, "w": 61, "h": 78 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0050.png", + "frame": { "x": 137, "y": 400, "w": 60, "h": 80 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 19, "y": 1, "w": 60, "h": 80 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0051.png", + "frame": { "x": 77, "y": 394, "w": 60, "h": 80 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 19, "y": 1, "w": 60, "h": 80 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0052.png", + "frame": { "x": 217, "y": 335, "w": 61, "h": 79 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 18, "y": 2, "w": 61, "h": 79 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0053.png", + "frame": { "x": 415, "y": 418, "w": 61, "h": 77 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 18, "y": 4, "w": 61, "h": 77 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0054.png", + "frame": { "x": 351, "y": 359, "w": 64, "h": 76 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 16, "y": 8, "w": 64, "h": 76 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0055.png", + "frame": { "x": 505, "y": 288, "w": 69, "h": 71 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 11, "y": 13, "w": 69, "h": 71 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0056.png", + "frame": { "x": 278, "y": 334, "w": 73, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 17, "w": 73, "h": 67 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0057.png", + "frame": { "x": 124, "y": 265, "w": 76, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 18, "w": 76, "h": 66 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0058.png", + "frame": { "x": 292, "y": 269, "w": 77, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 19, "w": 77, "h": 65 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0059.png", + "frame": { "x": 200, "y": 271, "w": 78, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 19, "w": 78, "h": 64 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0060.png", + "frame": { "x": 197, "y": 414, "w": 77, "h": 62 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 19, "w": 77, "h": 62 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0061.png", + "frame": { "x": 0, "y": 394, "w": 77, "h": 63 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 18, "w": 77, "h": 63 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0062.png", + "frame": { "x": 64, "y": 331, "w": 78, "h": 63 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 18, "w": 78, "h": 63 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0063.png", + "frame": { "x": 385, "y": 212, "w": 79, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 17, "w": 79, "h": 64 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0064.png", + "frame": { "x": 213, "y": 207, "w": 79, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 17, "w": 79, "h": 64 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0065.png", + "frame": { "x": 156, "y": 67, "w": 79, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 17, "w": 79, "h": 67 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0066.png", + "frame": { "x": 78, "y": 67, "w": 78, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 16, "w": 78, "h": 68 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0067.png", + "frame": { "x": 472, "y": 0, "w": 75, "h": 71 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 13, "w": 75, "h": 71 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0068.png", + "frame": { "x": 0, "y": 135, "w": 70, "h": 74 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 10, "y": 10, "w": 70, "h": 74 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0069.png", + "frame": { "x": 0, "y": 288, "w": 64, "h": 77 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 16, "y": 7, "w": 64, "h": 77 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0070.png", + "frame": { "x": 504, "y": 359, "w": 60, "h": 80 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 20, "y": 4, "w": 60, "h": 80 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0071.png", + "frame": { "x": 369, "y": 276, "w": 60, "h": 83 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 20, "y": 1, "w": 60, "h": 83 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0072.png", + "frame": { "x": 64, "y": 213, "w": 60, "h": 84 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 20, "y": 0, "w": 60, "h": 84 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0073.png", + "frame": { "x": 466, "y": 139, "w": 62, "h": 83 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 20, "y": 1, "w": 62, "h": 83 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0074.png", + "frame": { "x": 0, "y": 209, "w": 64, "h": 79 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 19, "y": 5, "w": 64, "h": 79 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0075.png", + "frame": { "x": 236, "y": 134, "w": 71, "h": 73 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 13, "y": 11, "w": 71, "h": 73 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0076.png", + "frame": { "x": 136, "y": 199, "w": 77, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 18, "w": 77, "h": 66 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0077.png", + "frame": { "x": 156, "y": 134, "w": 80, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 19, "w": 80, "h": 65 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0078.png", + "frame": { "x": 315, "y": 73, "w": 80, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 19, "w": 80, "h": 65 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0079.png", + "frame": { "x": 385, "y": 147, "w": 79, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 19, "w": 79, "h": 65 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0080.png", + "frame": { "x": 307, "y": 204, "w": 78, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 19, "w": 78, "h": 65 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0081.png", + "frame": { "x": 429, "y": 288, "w": 76, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 19, "w": 76, "h": 65 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0082.png", + "frame": { "x": 142, "y": 335, "w": 75, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 19, "w": 75, "h": 65 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0083.png", + "frame": { "x": 429, "y": 353, "w": 75, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 19, "w": 75, "h": 65 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0084.png", + "frame": { "x": 464, "y": 222, "w": 76, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 18, "w": 76, "h": 66 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0085.png", + "frame": { "x": 307, "y": 138, "w": 78, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 18, "w": 78, "h": 66 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0086.png", + "frame": { "x": 235, "y": 68, "w": 80, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 18, "w": 80, "h": 66 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0087.png", + "frame": { "x": 82, "y": 0, "w": 82, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 17, "w": 82, "h": 67 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0088.png", + "frame": { "x": 0, "y": 0, "w": 82, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 17, "w": 82, "h": 67 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0089.png", + "frame": { "x": 164, "y": 0, "w": 81, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 17, "w": 81, "h": 67 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0090.png", + "frame": { "x": 245, "y": 0, "w": 79, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 16, "w": 79, "h": 68 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0091.png", + "frame": { "x": 0, "y": 67, "w": 78, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 16, "w": 78, "h": 68 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + }, + { + "filename": "0092.png", + "frame": { "x": 466, "y": 71, "w": 77, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 16, "w": 77, "h": 68 }, + "sourceSize": { "w": 84, "h": 84 }, + "duration": 100 + } + ], + "meta": { + "app": "https://www.aseprite.org/", + "version": "1.3.13-x64", + "image": "730.png", + "format": "I8", + "size": { "w": 574, "h": 495 }, + "scale": "1" + } } diff --git a/public/images/pokemon/exp/back/shiny/730.png b/public/images/pokemon/exp/back/shiny/730.png index 1335419944f..413702c3bfd 100644 Binary files a/public/images/pokemon/exp/back/shiny/730.png and b/public/images/pokemon/exp/back/shiny/730.png differ diff --git a/public/images/pokemon/exp/back/shiny/746-school.json b/public/images/pokemon/exp/back/shiny/746-school.json index ed524e1a4e2..85063ecea1f 100644 --- a/public/images/pokemon/exp/back/shiny/746-school.json +++ b/public/images/pokemon/exp/back/shiny/746-school.json @@ -1,230 +1,191 @@ -{ - "textures": [ - { - "image": "746-school.png", - "format": "RGBA8888", - "size": { - "w": 261, - "h": 261 - }, - "scale": 1, - "frames": [ - { - "filename": "0001.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 97, - "h": 84 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 97, - "h": 80 - }, - "frame": { - "x": 0, - "y": 0, - "w": 97, - "h": 80 - } - }, - { - "filename": "0002.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 97, - "h": 84 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 96, - "h": 81 - }, - "frame": { - "x": 97, - "y": 0, - "w": 96, - "h": 81 - } - }, - { - "filename": "0010.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 97, - "h": 84 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 96, - "h": 81 - }, - "frame": { - "x": 97, - "y": 0, - "w": 96, - "h": 81 - } - }, - { - "filename": "0003.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 97, - "h": 84 - }, - "spriteSourceSize": { - "x": 1, - "y": 1, - "w": 93, - "h": 80 - }, - "frame": { - "x": 0, - "y": 80, - "w": 93, - "h": 80 - } - }, - { - "filename": "0009.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 97, - "h": 84 - }, - "spriteSourceSize": { - "x": 1, - "y": 1, - "w": 93, - "h": 80 - }, - "frame": { - "x": 0, - "y": 80, - "w": 93, - "h": 80 - } - }, - { - "filename": "0005.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 97, - "h": 84 - }, - "spriteSourceSize": { - "x": 2, - "y": 5, - "w": 87, - "h": 79 - }, - "frame": { - "x": 0, - "y": 160, - "w": 87, - "h": 79 - } - }, - { - "filename": "0007.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 97, - "h": 84 - }, - "spriteSourceSize": { - "x": 2, - "y": 5, - "w": 87, - "h": 79 - }, - "frame": { - "x": 87, - "y": 160, - "w": 87, - "h": 79 - } - }, - { - "filename": "0004.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 97, - "h": 84 - }, - "spriteSourceSize": { - "x": 3, - "y": 4, - "w": 89, - "h": 78 - }, - "frame": { - "x": 93, - "y": 81, - "w": 89, - "h": 78 - } - }, - { - "filename": "0008.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 97, - "h": 84 - }, - "spriteSourceSize": { - "x": 3, - "y": 4, - "w": 89, - "h": 78 - }, - "frame": { - "x": 93, - "y": 81, - "w": 89, - "h": 78 - } - }, - { - "filename": "0006.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 97, - "h": 84 - }, - "spriteSourceSize": { - "x": 0, - "y": 7, - "w": 87, - "h": 77 - }, - "frame": { - "x": 174, - "y": 159, - "w": 87, - "h": 77 - } - } - ] - } - ], - "meta": { - "app": "https://www.codeandweb.com/texturepacker", - "version": "3.0", - "smartupdate": "$TexturePacker:SmartUpdate:b6f5edcb419173bceb1876532c1f18db:d88467b51af7d786b06e3b5b9daaa4e3:10f3c9d1f1118f8f9f6e40f37a0eb499$" - } +{ "frames": [ + { + "filename": "0001.png", + "frame": { "x": 278, "y": 205, "w": 96, "h": 97 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 7, "w": 96, "h": 97 }, + "sourceSize": { "w": 100, "h": 111 }, + "duration": 100 + }, + { + "filename": "0002.png", + "frame": { "x": 287, "y": 107, "w": 96, "h": 98 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 6, "w": 96, "h": 98 }, + "sourceSize": { "w": 100, "h": 111 }, + "duration": 100 + }, + { + "filename": "0003.png", + "frame": { "x": 94, "y": 106, "w": 94, "h": 100 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 6, "w": 94, "h": 100 }, + "sourceSize": { "w": 100, "h": 111 }, + "duration": 100 + }, + { + "filename": "0004.png", + "frame": { "x": 93, "y": 206, "w": 93, "h": 99 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 6, "w": 93, "h": 99 }, + "sourceSize": { "w": 100, "h": 111 }, + "duration": 100 + }, + { + "filename": "0005.png", + "frame": { "x": 0, "y": 103, "w": 94, "h": 102 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 5, "w": 94, "h": 102 }, + "sourceSize": { "w": 100, "h": 111 }, + "duration": 100 + }, + { + "filename": "0006.png", + "frame": { "x": 188, "y": 202, "w": 90, "h": 104 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 5, "w": 90, "h": 104 }, + "sourceSize": { "w": 100, "h": 111 }, + "duration": 100 + }, + { + "filename": "0007.png", + "frame": { "x": 282, "y": 0, "w": 92, "h": 105 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 4, "w": 92, "h": 105 }, + "sourceSize": { "w": 100, "h": 111 }, + "duration": 100 + }, + { + "filename": "0008.png", + "frame": { "x": 374, "y": 0, "w": 90, "h": 107 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 4, "w": 90, "h": 107 }, + "sourceSize": { "w": 100, "h": 111 }, + "duration": 100 + }, + { + "filename": "0009.png", + "frame": { "x": 96, "y": 0, "w": 93, "h": 106 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 2, "w": 93, "h": 106 }, + "sourceSize": { "w": 100, "h": 111 }, + "duration": 100 + }, + { + "filename": "0010.png", + "frame": { "x": 189, "y": 0, "w": 93, "h": 105 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 2, "w": 93, "h": 105 }, + "sourceSize": { "w": 100, "h": 111 }, + "duration": 100 + }, + { + "filename": "0011.png", + "frame": { "x": 0, "y": 0, "w": 96, "h": 103 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 0, "w": 96, "h": 103 }, + "sourceSize": { "w": 100, "h": 111 }, + "duration": 100 + }, + { + "filename": "0012.png", + "frame": { "x": 0, "y": 205, "w": 93, "h": 100 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 0, "w": 93, "h": 100 }, + "sourceSize": { "w": 100, "h": 111 }, + "duration": 100 + }, + { + "filename": "0013.png", + "frame": { "x": 383, "y": 107, "w": 96, "h": 98 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 0, "w": 96, "h": 98 }, + "sourceSize": { "w": 100, "h": 111 }, + "duration": 100 + }, + { + "filename": "0014.png", + "frame": { "x": 278, "y": 302, "w": 95, "h": 96 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 0, "w": 95, "h": 96 }, + "sourceSize": { "w": 100, "h": 111 }, + "duration": 100 + }, + { + "filename": "0015.png", + "frame": { "x": 95, "y": 306, "w": 97, "h": 94 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 1, "w": 97, "h": 94 }, + "sourceSize": { "w": 100, "h": 111 }, + "duration": 100 + }, + { + "filename": "0016.png", + "frame": { "x": 374, "y": 300, "w": 98, "h": 94 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 3, "w": 98, "h": 94 }, + "sourceSize": { "w": 100, "h": 111 }, + "duration": 100 + }, + { + "filename": "0017.png", + "frame": { "x": 0, "y": 305, "w": 95, "h": 96 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 4, "w": 95, "h": 96 }, + "sourceSize": { "w": 100, "h": 111 }, + "duration": 100 + }, + { + "filename": "0018.png", + "frame": { "x": 374, "y": 205, "w": 97, "h": 95 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 5, "w": 97, "h": 95 }, + "sourceSize": { "w": 100, "h": 111 }, + "duration": 100 + }, + { + "filename": "0019.png", + "frame": { "x": 373, "y": 394, "w": 94, "h": 97 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 6, "w": 94, "h": 97 }, + "sourceSize": { "w": 100, "h": 111 }, + "duration": 100 + }, + { + "filename": "0020.png", + "frame": { "x": 189, "y": 105, "w": 98, "h": 97 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 7, "w": 98, "h": 97 }, + "sourceSize": { "w": 100, "h": 111 }, + "duration": 100 + } + ], + "meta": { + "app": "https://www.aseprite.org/", + "version": "1.3.13-x64", + "image": "746-school.png", + "format": "I8", + "size": { "w": 479, "h": 491 }, + "scale": "1" + } } diff --git a/public/images/pokemon/exp/back/shiny/746-school.png b/public/images/pokemon/exp/back/shiny/746-school.png index 3d4af95cec3..2899d209989 100644 Binary files a/public/images/pokemon/exp/back/shiny/746-school.png and b/public/images/pokemon/exp/back/shiny/746-school.png differ diff --git a/public/images/pokemon/exp/back/shiny/746.json b/public/images/pokemon/exp/back/shiny/746.json index 97967ad0483..cf52bbd9a97 100644 --- a/public/images/pokemon/exp/back/shiny/746.json +++ b/public/images/pokemon/exp/back/shiny/746.json @@ -1,1490 +1,641 @@ -{ - "textures": [ - { - "image": "746.png", - "format": "RGBA8888", - "size": { - "w": 122, - "h": 122 - }, - "scale": 1, - "frames": [ - { - "filename": "0007.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 38, - "h": 30 - }, - "spriteSourceSize": { - "x": 0, - "y": 2, - "w": 38, - "h": 25 - }, - "frame": { - "x": 0, - "y": 0, - "w": 38, - "h": 25 - } - }, - { - "filename": "0009.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 38, - "h": 30 - }, - "spriteSourceSize": { - "x": 0, - "y": 5, - "w": 38, - "h": 25 - }, - "frame": { - "x": 0, - "y": 0, - "w": 38, - "h": 25 - } - }, - { - "filename": "0015.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 38, - "h": 30 - }, - "spriteSourceSize": { - "x": 0, - "y": 5, - "w": 38, - "h": 25 - }, - "frame": { - "x": 0, - "y": 0, - "w": 38, - "h": 25 - } - }, - { - "filename": "0017.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 38, - "h": 30 - }, - "spriteSourceSize": { - "x": 0, - "y": 2, - "w": 38, - "h": 25 - }, - "frame": { - "x": 0, - "y": 0, - "w": 38, - "h": 25 - } - }, - { - "filename": "0025.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 38, - "h": 30 - }, - "spriteSourceSize": { - "x": 0, - "y": 2, - "w": 38, - "h": 25 - }, - "frame": { - "x": 0, - "y": 0, - "w": 38, - "h": 25 - } - }, - { - "filename": "0027.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 38, - "h": 30 - }, - "spriteSourceSize": { - "x": 0, - "y": 5, - "w": 38, - "h": 25 - }, - "frame": { - "x": 0, - "y": 0, - "w": 38, - "h": 25 - } - }, - { - "filename": "0033.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 38, - "h": 30 - }, - "spriteSourceSize": { - "x": 0, - "y": 5, - "w": 38, - "h": 25 - }, - "frame": { - "x": 0, - "y": 0, - "w": 38, - "h": 25 - } - }, - { - "filename": "0035.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 38, - "h": 30 - }, - "spriteSourceSize": { - "x": 0, - "y": 2, - "w": 38, - "h": 25 - }, - "frame": { - "x": 0, - "y": 0, - "w": 38, - "h": 25 - } - }, - { - "filename": "0043.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 38, - "h": 30 - }, - "spriteSourceSize": { - "x": 0, - "y": 2, - "w": 38, - "h": 25 - }, - "frame": { - "x": 0, - "y": 25, - "w": 38, - "h": 25 - } - }, - { - "filename": "0045.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 38, - "h": 30 - }, - "spriteSourceSize": { - "x": 0, - "y": 5, - "w": 38, - "h": 25 - }, - "frame": { - "x": 0, - "y": 25, - "w": 38, - "h": 25 - } - }, - { - "filename": "0051.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 38, - "h": 30 - }, - "spriteSourceSize": { - "x": 0, - "y": 5, - "w": 38, - "h": 25 - }, - "frame": { - "x": 0, - "y": 25, - "w": 38, - "h": 25 - } - }, - { - "filename": "0053.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 38, - "h": 30 - }, - "spriteSourceSize": { - "x": 0, - "y": 2, - "w": 38, - "h": 25 - }, - "frame": { - "x": 0, - "y": 25, - "w": 38, - "h": 25 - } - }, - { - "filename": "0059.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 38, - "h": 30 - }, - "spriteSourceSize": { - "x": 0, - "y": 2, - "w": 38, - "h": 25 - }, - "frame": { - "x": 0, - "y": 25, - "w": 38, - "h": 25 - } - }, - { - "filename": "0061.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 38, - "h": 30 - }, - "spriteSourceSize": { - "x": 0, - "y": 5, - "w": 38, - "h": 25 - }, - "frame": { - "x": 0, - "y": 25, - "w": 38, - "h": 25 - } - }, - { - "filename": "0067.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 38, - "h": 30 - }, - "spriteSourceSize": { - "x": 0, - "y": 5, - "w": 38, - "h": 25 - }, - "frame": { - "x": 0, - "y": 25, - "w": 38, - "h": 25 - } - }, - { - "filename": "0069.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 38, - "h": 30 - }, - "spriteSourceSize": { - "x": 0, - "y": 2, - "w": 38, - "h": 25 - }, - "frame": { - "x": 0, - "y": 25, - "w": 38, - "h": 25 - } - }, - { - "filename": "0001.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 38, - "h": 30 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 38, - "h": 24 - }, - "frame": { - "x": 0, - "y": 50, - "w": 38, - "h": 24 - } - }, - { - "filename": "0003.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 38, - "h": 30 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 38, - "h": 24 - }, - "frame": { - "x": 0, - "y": 50, - "w": 38, - "h": 24 - } - }, - { - "filename": "0005.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 38, - "h": 30 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 38, - "h": 24 - }, - "frame": { - "x": 0, - "y": 50, - "w": 38, - "h": 24 - } - }, - { - "filename": "0019.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 38, - "h": 30 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 38, - "h": 24 - }, - "frame": { - "x": 0, - "y": 50, - "w": 38, - "h": 24 - } - }, - { - "filename": "0021.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 38, - "h": 30 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 38, - "h": 24 - }, - "frame": { - "x": 0, - "y": 50, - "w": 38, - "h": 24 - } - }, - { - "filename": "0023.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 38, - "h": 30 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 38, - "h": 24 - }, - "frame": { - "x": 0, - "y": 50, - "w": 38, - "h": 24 - } - }, - { - "filename": "0011.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 38, - "h": 30 - }, - "spriteSourceSize": { - "x": 0, - "y": 6, - "w": 38, - "h": 24 - }, - "frame": { - "x": 0, - "y": 74, - "w": 38, - "h": 24 - } - }, - { - "filename": "0013.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 38, - "h": 30 - }, - "spriteSourceSize": { - "x": 0, - "y": 6, - "w": 38, - "h": 24 - }, - "frame": { - "x": 0, - "y": 74, - "w": 38, - "h": 24 - } - }, - { - "filename": "0029.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 38, - "h": 30 - }, - "spriteSourceSize": { - "x": 0, - "y": 6, - "w": 38, - "h": 24 - }, - "frame": { - "x": 0, - "y": 74, - "w": 38, - "h": 24 - } - }, - { - "filename": "0031.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 38, - "h": 30 - }, - "spriteSourceSize": { - "x": 0, - "y": 6, - "w": 38, - "h": 24 - }, - "frame": { - "x": 0, - "y": 74, - "w": 38, - "h": 24 - } - }, - { - "filename": "0037.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 38, - "h": 30 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 38, - "h": 24 - }, - "frame": { - "x": 0, - "y": 98, - "w": 38, - "h": 24 - } - }, - { - "filename": "0006.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 38, - "h": 30 - }, - "spriteSourceSize": { - "x": 3, - "y": 0, - "w": 35, - "h": 25 - }, - "frame": { - "x": 38, - "y": 0, - "w": 35, - "h": 25 - } - }, - { - "filename": "0008.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 38, - "h": 30 - }, - "spriteSourceSize": { - "x": 3, - "y": 4, - "w": 35, - "h": 25 - }, - "frame": { - "x": 38, - "y": 0, - "w": 35, - "h": 25 - } - }, - { - "filename": "0016.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 38, - "h": 30 - }, - "spriteSourceSize": { - "x": 3, - "y": 4, - "w": 35, - "h": 25 - }, - "frame": { - "x": 38, - "y": 0, - "w": 35, - "h": 25 - } - }, - { - "filename": "0018.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 38, - "h": 30 - }, - "spriteSourceSize": { - "x": 3, - "y": 0, - "w": 35, - "h": 25 - }, - "frame": { - "x": 38, - "y": 0, - "w": 35, - "h": 25 - } - }, - { - "filename": "0024.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 38, - "h": 30 - }, - "spriteSourceSize": { - "x": 3, - "y": 0, - "w": 35, - "h": 25 - }, - "frame": { - "x": 38, - "y": 0, - "w": 35, - "h": 25 - } - }, - { - "filename": "0026.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 38, - "h": 30 - }, - "spriteSourceSize": { - "x": 3, - "y": 4, - "w": 35, - "h": 25 - }, - "frame": { - "x": 38, - "y": 0, - "w": 35, - "h": 25 - } - }, - { - "filename": "0034.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 38, - "h": 30 - }, - "spriteSourceSize": { - "x": 3, - "y": 4, - "w": 35, - "h": 25 - }, - "frame": { - "x": 38, - "y": 0, - "w": 35, - "h": 25 - } - }, - { - "filename": "0036.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 38, - "h": 30 - }, - "spriteSourceSize": { - "x": 3, - "y": 0, - "w": 35, - "h": 25 - }, - "frame": { - "x": 38, - "y": 0, - "w": 35, - "h": 25 - } - }, - { - "filename": "0042.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 38, - "h": 30 - }, - "spriteSourceSize": { - "x": 3, - "y": 0, - "w": 35, - "h": 25 - }, - "frame": { - "x": 38, - "y": 25, - "w": 35, - "h": 25 - } - }, - { - "filename": "0044.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 38, - "h": 30 - }, - "spriteSourceSize": { - "x": 3, - "y": 4, - "w": 35, - "h": 25 - }, - "frame": { - "x": 38, - "y": 25, - "w": 35, - "h": 25 - } - }, - { - "filename": "0052.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 38, - "h": 30 - }, - "spriteSourceSize": { - "x": 3, - "y": 4, - "w": 35, - "h": 25 - }, - "frame": { - "x": 38, - "y": 25, - "w": 35, - "h": 25 - } - }, - { - "filename": "0058.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 38, - "h": 30 - }, - "spriteSourceSize": { - "x": 3, - "y": 0, - "w": 35, - "h": 25 - }, - "frame": { - "x": 38, - "y": 25, - "w": 35, - "h": 25 - } - }, - { - "filename": "0060.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 38, - "h": 30 - }, - "spriteSourceSize": { - "x": 3, - "y": 4, - "w": 35, - "h": 25 - }, - "frame": { - "x": 38, - "y": 25, - "w": 35, - "h": 25 - } - }, - { - "filename": "0068.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 38, - "h": 30 - }, - "spriteSourceSize": { - "x": 3, - "y": 4, - "w": 35, - "h": 25 - }, - "frame": { - "x": 38, - "y": 25, - "w": 35, - "h": 25 - } - }, - { - "filename": "0039.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 38, - "h": 30 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 38, - "h": 24 - }, - "frame": { - "x": 38, - "y": 50, - "w": 38, - "h": 24 - } - }, - { - "filename": "0041.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 38, - "h": 30 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 38, - "h": 24 - }, - "frame": { - "x": 38, - "y": 50, - "w": 38, - "h": 24 - } - }, - { - "filename": "0055.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 38, - "h": 30 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 38, - "h": 24 - }, - "frame": { - "x": 38, - "y": 50, - "w": 38, - "h": 24 - } - }, - { - "filename": "0057.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 38, - "h": 30 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 38, - "h": 24 - }, - "frame": { - "x": 38, - "y": 50, - "w": 38, - "h": 24 - } - }, - { - "filename": "0070.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 38, - "h": 30 - }, - "spriteSourceSize": { - "x": 3, - "y": 0, - "w": 35, - "h": 25 - }, - "frame": { - "x": 73, - "y": 0, - "w": 35, - "h": 25 - } - }, - { - "filename": "0047.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 38, - "h": 30 - }, - "spriteSourceSize": { - "x": 0, - "y": 6, - "w": 38, - "h": 24 - }, - "frame": { - "x": 73, - "y": 25, - "w": 38, - "h": 24 - } - }, - { - "filename": "0049.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 38, - "h": 30 - }, - "spriteSourceSize": { - "x": 0, - "y": 6, - "w": 38, - "h": 24 - }, - "frame": { - "x": 73, - "y": 25, - "w": 38, - "h": 24 - } - }, - { - "filename": "0063.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 38, - "h": 30 - }, - "spriteSourceSize": { - "x": 0, - "y": 6, - "w": 38, - "h": 24 - }, - "frame": { - "x": 73, - "y": 25, - "w": 38, - "h": 24 - } - }, - { - "filename": "0065.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 38, - "h": 30 - }, - "spriteSourceSize": { - "x": 0, - "y": 6, - "w": 38, - "h": 24 - }, - "frame": { - "x": 73, - "y": 25, - "w": 38, - "h": 24 - } - }, - { - "filename": "0002.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 38, - "h": 30 - }, - "spriteSourceSize": { - "x": 3, - "y": 0, - "w": 35, - "h": 24 - }, - "frame": { - "x": 76, - "y": 49, - "w": 35, - "h": 24 - } - }, - { - "filename": "0004.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 38, - "h": 30 - }, - "spriteSourceSize": { - "x": 3, - "y": 0, - "w": 35, - "h": 24 - }, - "frame": { - "x": 76, - "y": 49, - "w": 35, - "h": 24 - } - }, - { - "filename": "0020.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 38, - "h": 30 - }, - "spriteSourceSize": { - "x": 3, - "y": 0, - "w": 35, - "h": 24 - }, - "frame": { - "x": 76, - "y": 49, - "w": 35, - "h": 24 - } - }, - { - "filename": "0022.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 38, - "h": 30 - }, - "spriteSourceSize": { - "x": 3, - "y": 0, - "w": 35, - "h": 24 - }, - "frame": { - "x": 76, - "y": 49, - "w": 35, - "h": 24 - } - }, - { - "filename": "0010.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 38, - "h": 30 - }, - "spriteSourceSize": { - "x": 3, - "y": 6, - "w": 35, - "h": 24 - }, - "frame": { - "x": 76, - "y": 73, - "w": 35, - "h": 24 - } - }, - { - "filename": "0012.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 38, - "h": 30 - }, - "spriteSourceSize": { - "x": 3, - "y": 6, - "w": 35, - "h": 24 - }, - "frame": { - "x": 76, - "y": 73, - "w": 35, - "h": 24 - } - }, - { - "filename": "0014.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 38, - "h": 30 - }, - "spriteSourceSize": { - "x": 3, - "y": 6, - "w": 35, - "h": 24 - }, - "frame": { - "x": 76, - "y": 73, - "w": 35, - "h": 24 - } - }, - { - "filename": "0028.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 38, - "h": 30 - }, - "spriteSourceSize": { - "x": 3, - "y": 6, - "w": 35, - "h": 24 - }, - "frame": { - "x": 76, - "y": 73, - "w": 35, - "h": 24 - } - }, - { - "filename": "0030.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 38, - "h": 30 - }, - "spriteSourceSize": { - "x": 3, - "y": 6, - "w": 35, - "h": 24 - }, - "frame": { - "x": 76, - "y": 73, - "w": 35, - "h": 24 - } - }, - { - "filename": "0032.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 38, - "h": 30 - }, - "spriteSourceSize": { - "x": 3, - "y": 6, - "w": 35, - "h": 24 - }, - "frame": { - "x": 76, - "y": 73, - "w": 35, - "h": 24 - } - }, - { - "filename": "0038.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 38, - "h": 30 - }, - "spriteSourceSize": { - "x": 3, - "y": 0, - "w": 35, - "h": 24 - }, - "frame": { - "x": 38, - "y": 74, - "w": 35, - "h": 24 - } - }, - { - "filename": "0040.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 38, - "h": 30 - }, - "spriteSourceSize": { - "x": 3, - "y": 0, - "w": 35, - "h": 24 - }, - "frame": { - "x": 38, - "y": 74, - "w": 35, - "h": 24 - } - }, - { - "filename": "0054.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 38, - "h": 30 - }, - "spriteSourceSize": { - "x": 3, - "y": 0, - "w": 35, - "h": 24 - }, - "frame": { - "x": 38, - "y": 74, - "w": 35, - "h": 24 - } - }, - { - "filename": "0056.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 38, - "h": 30 - }, - "spriteSourceSize": { - "x": 3, - "y": 0, - "w": 35, - "h": 24 - }, - "frame": { - "x": 38, - "y": 74, - "w": 35, - "h": 24 - } - }, - { - "filename": "0046.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 38, - "h": 30 - }, - "spriteSourceSize": { - "x": 3, - "y": 6, - "w": 35, - "h": 24 - }, - "frame": { - "x": 73, - "y": 97, - "w": 35, - "h": 24 - } - }, - { - "filename": "0048.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 38, - "h": 30 - }, - "spriteSourceSize": { - "x": 3, - "y": 6, - "w": 35, - "h": 24 - }, - "frame": { - "x": 73, - "y": 97, - "w": 35, - "h": 24 - } - }, - { - "filename": "0050.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 38, - "h": 30 - }, - "spriteSourceSize": { - "x": 3, - "y": 6, - "w": 35, - "h": 24 - }, - "frame": { - "x": 73, - "y": 97, - "w": 35, - "h": 24 - } - }, - { - "filename": "0062.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 38, - "h": 30 - }, - "spriteSourceSize": { - "x": 3, - "y": 6, - "w": 35, - "h": 24 - }, - "frame": { - "x": 73, - "y": 97, - "w": 35, - "h": 24 - } - }, - { - "filename": "0064.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 38, - "h": 30 - }, - "spriteSourceSize": { - "x": 3, - "y": 6, - "w": 35, - "h": 24 - }, - "frame": { - "x": 73, - "y": 97, - "w": 35, - "h": 24 - } - }, - { - "filename": "0066.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 38, - "h": 30 - }, - "spriteSourceSize": { - "x": 3, - "y": 6, - "w": 35, - "h": 24 - }, - "frame": { - "x": 73, - "y": 97, - "w": 35, - "h": 24 - } - } - ] - } - ], - "meta": { - "app": "https://www.codeandweb.com/texturepacker", - "version": "3.0", - "smartupdate": "$TexturePacker:SmartUpdate:123126a79a6088db4c7fde804f3b1df6:3efa447d1fe4461ae2ff382f6b0d7fb8:1a4f7e535d823202c4828f963d5b4404$" - } +{ "frames": [ + { + "filename": "0001.png", + "frame": { "x": 0, "y": 0, "w": 38, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 26, "y": 38, "w": 38, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0002.png", + "frame": { "x": 0, "y": 23, "w": 34, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 30, "y": 38, "w": 34, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0003.png", + "frame": { "x": 0, "y": 0, "w": 38, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 26, "y": 38, "w": 38, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0004.png", + "frame": { "x": 0, "y": 23, "w": 34, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 30, "y": 38, "w": 34, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0005.png", + "frame": { "x": 0, "y": 0, "w": 38, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 26, "y": 38, "w": 38, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0006.png", + "frame": { "x": 0, "y": 23, "w": 34, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 30, "y": 39, "w": 34, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0007.png", + "frame": { "x": 0, "y": 0, "w": 38, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 26, "y": 41, "w": 38, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0008.png", + "frame": { "x": 0, "y": 23, "w": 34, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 30, "y": 43, "w": 34, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0009.png", + "frame": { "x": 0, "y": 0, "w": 38, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 26, "y": 44, "w": 38, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0010.png", + "frame": { "x": 0, "y": 23, "w": 34, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 30, "y": 45, "w": 34, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0011.png", + "frame": { "x": 0, "y": 0, "w": 38, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 26, "y": 45, "w": 38, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0012.png", + "frame": { "x": 0, "y": 23, "w": 34, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 30, "y": 45, "w": 34, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0013.png", + "frame": { "x": 0, "y": 0, "w": 38, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 26, "y": 45, "w": 38, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0014.png", + "frame": { "x": 0, "y": 23, "w": 34, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 30, "y": 45, "w": 34, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0015.png", + "frame": { "x": 0, "y": 0, "w": 38, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 26, "y": 44, "w": 38, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0016.png", + "frame": { "x": 0, "y": 23, "w": 34, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 30, "y": 43, "w": 34, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0017.png", + "frame": { "x": 0, "y": 0, "w": 38, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 26, "y": 41, "w": 38, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0018.png", + "frame": { "x": 0, "y": 23, "w": 34, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 30, "y": 39, "w": 34, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0019.png", + "frame": { "x": 0, "y": 0, "w": 38, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 26, "y": 38, "w": 38, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0020.png", + "frame": { "x": 0, "y": 23, "w": 34, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 30, "y": 38, "w": 34, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0021.png", + "frame": { "x": 0, "y": 0, "w": 38, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 26, "y": 38, "w": 38, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0022.png", + "frame": { "x": 0, "y": 23, "w": 34, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 30, "y": 38, "w": 34, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0023.png", + "frame": { "x": 0, "y": 0, "w": 38, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 26, "y": 38, "w": 38, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0024.png", + "frame": { "x": 0, "y": 23, "w": 34, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 30, "y": 39, "w": 34, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0025.png", + "frame": { "x": 0, "y": 0, "w": 38, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 26, "y": 41, "w": 38, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0026.png", + "frame": { "x": 0, "y": 23, "w": 34, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 30, "y": 43, "w": 34, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0027.png", + "frame": { "x": 0, "y": 0, "w": 38, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 26, "y": 44, "w": 38, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0028.png", + "frame": { "x": 0, "y": 23, "w": 34, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 30, "y": 45, "w": 34, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0029.png", + "frame": { "x": 0, "y": 0, "w": 38, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 26, "y": 45, "w": 38, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0030.png", + "frame": { "x": 0, "y": 23, "w": 34, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 30, "y": 45, "w": 34, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0031.png", + "frame": { "x": 0, "y": 0, "w": 38, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 26, "y": 45, "w": 38, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0032.png", + "frame": { "x": 0, "y": 23, "w": 34, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 30, "y": 45, "w": 34, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0033.png", + "frame": { "x": 0, "y": 0, "w": 38, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 26, "y": 44, "w": 38, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0034.png", + "frame": { "x": 0, "y": 23, "w": 34, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 30, "y": 43, "w": 34, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0035.png", + "frame": { "x": 0, "y": 0, "w": 38, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 26, "y": 41, "w": 38, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0036.png", + "frame": { "x": 0, "y": 23, "w": 34, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 30, "y": 39, "w": 34, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0037.png", + "frame": { "x": 38, "y": 0, "w": 38, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 26, "y": 38, "w": 38, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0038.png", + "frame": { "x": 34, "y": 23, "w": 34, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 30, "y": 38, "w": 34, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0039.png", + "frame": { "x": 76, "y": 0, "w": 38, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 26, "y": 38, "w": 38, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0040.png", + "frame": { "x": 34, "y": 23, "w": 34, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 30, "y": 38, "w": 34, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0041.png", + "frame": { "x": 76, "y": 0, "w": 38, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 26, "y": 38, "w": 38, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0042.png", + "frame": { "x": 34, "y": 23, "w": 34, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 30, "y": 39, "w": 34, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0043.png", + "frame": { "x": 76, "y": 0, "w": 38, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 26, "y": 41, "w": 38, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0044.png", + "frame": { "x": 34, "y": 23, "w": 34, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 30, "y": 43, "w": 34, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0045.png", + "frame": { "x": 76, "y": 0, "w": 38, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 26, "y": 44, "w": 38, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0046.png", + "frame": { "x": 34, "y": 23, "w": 34, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 30, "y": 45, "w": 34, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0047.png", + "frame": { "x": 76, "y": 0, "w": 38, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 26, "y": 45, "w": 38, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0048.png", + "frame": { "x": 34, "y": 23, "w": 34, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 30, "y": 45, "w": 34, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0049.png", + "frame": { "x": 76, "y": 0, "w": 38, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 26, "y": 45, "w": 38, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0050.png", + "frame": { "x": 34, "y": 23, "w": 34, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 30, "y": 45, "w": 34, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0051.png", + "frame": { "x": 76, "y": 0, "w": 38, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 26, "y": 44, "w": 38, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0052.png", + "frame": { "x": 34, "y": 23, "w": 34, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 30, "y": 43, "w": 34, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0053.png", + "frame": { "x": 76, "y": 0, "w": 38, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 26, "y": 41, "w": 38, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0054.png", + "frame": { "x": 34, "y": 23, "w": 34, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 30, "y": 38, "w": 34, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0055.png", + "frame": { "x": 76, "y": 0, "w": 38, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 26, "y": 38, "w": 38, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0056.png", + "frame": { "x": 34, "y": 23, "w": 34, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 30, "y": 38, "w": 34, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0057.png", + "frame": { "x": 76, "y": 0, "w": 38, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 26, "y": 38, "w": 38, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0058.png", + "frame": { "x": 34, "y": 23, "w": 34, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 30, "y": 39, "w": 34, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0059.png", + "frame": { "x": 76, "y": 0, "w": 38, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 26, "y": 41, "w": 38, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0060.png", + "frame": { "x": 34, "y": 23, "w": 34, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 30, "y": 43, "w": 34, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0061.png", + "frame": { "x": 76, "y": 0, "w": 38, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 26, "y": 44, "w": 38, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0062.png", + "frame": { "x": 34, "y": 23, "w": 34, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 30, "y": 45, "w": 34, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0063.png", + "frame": { "x": 76, "y": 0, "w": 38, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 26, "y": 45, "w": 38, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0064.png", + "frame": { "x": 34, "y": 23, "w": 34, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 30, "y": 45, "w": 34, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0065.png", + "frame": { "x": 76, "y": 0, "w": 38, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 26, "y": 45, "w": 38, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0066.png", + "frame": { "x": 34, "y": 23, "w": 34, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 30, "y": 45, "w": 34, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0067.png", + "frame": { "x": 76, "y": 0, "w": 38, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 26, "y": 44, "w": 38, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0068.png", + "frame": { "x": 34, "y": 23, "w": 34, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 30, "y": 43, "w": 34, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0069.png", + "frame": { "x": 76, "y": 0, "w": 38, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 26, "y": 41, "w": 38, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0070.png", + "frame": { "x": 68, "y": 23, "w": 34, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 30, "y": 39, "w": 34, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + } + ], + "meta": { + "app": "https://www.aseprite.org/", + "version": "1.3.13-x64", + "image": "746.png", + "format": "I8", + "size": { "w": 114, "h": 46 }, + "scale": "1" + } } diff --git a/public/images/pokemon/exp/back/shiny/746.png b/public/images/pokemon/exp/back/shiny/746.png index 5206ceb9ff6..5ce4bdc8bcd 100644 Binary files a/public/images/pokemon/exp/back/shiny/746.png and b/public/images/pokemon/exp/back/shiny/746.png differ diff --git a/public/images/pokemon/exp/back/shiny/749.json b/public/images/pokemon/exp/back/shiny/749.json index f243011605c..40f3f03247d 100644 --- a/public/images/pokemon/exp/back/shiny/749.json +++ b/public/images/pokemon/exp/back/shiny/749.json @@ -1,230 +1,1037 @@ -{ - "textures": [ - { - "image": "749.png", - "format": "RGBA8888", - "size": { - "w": 171, - "h": 171 - }, - "scale": 1, - "frames": [ - { - "filename": "0005.png", - "rotated": false, - "trimmed": false, - "sourceSize": { - "w": 59, - "h": 66 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 59, - "h": 66 - }, - "frame": { - "x": 0, - "y": 0, - "w": 59, - "h": 66 - } - }, - { - "filename": "0007.png", - "rotated": false, - "trimmed": false, - "sourceSize": { - "w": 59, - "h": 66 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 59, - "h": 66 - }, - "frame": { - "x": 0, - "y": 0, - "w": 59, - "h": 66 - } - }, - { - "filename": "0004.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 59, - "h": 66 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 58, - "h": 66 - }, - "frame": { - "x": 59, - "y": 0, - "w": 58, - "h": 66 - } - }, - { - "filename": "0008.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 59, - "h": 66 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 58, - "h": 66 - }, - "frame": { - "x": 59, - "y": 0, - "w": 58, - "h": 66 - } - }, - { - "filename": "0001.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 59, - "h": 66 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 54, - "h": 66 - }, - "frame": { - "x": 117, - "y": 0, - "w": 54, - "h": 66 - } - }, - { - "filename": "0006.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 59, - "h": 66 - }, - "spriteSourceSize": { - "x": 0, - "y": 1, - "w": 59, - "h": 65 - }, - "frame": { - "x": 0, - "y": 66, - "w": 59, - "h": 65 - } - }, - { - "filename": "0003.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 59, - "h": 66 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 56, - "h": 66 - }, - "frame": { - "x": 59, - "y": 66, - "w": 56, - "h": 66 - } - }, - { - "filename": "0009.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 59, - "h": 66 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 56, - "h": 66 - }, - "frame": { - "x": 59, - "y": 66, - "w": 56, - "h": 66 - } - }, - { - "filename": "0002.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 59, - "h": 66 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 55, - "h": 66 - }, - "frame": { - "x": 115, - "y": 66, - "w": 55, - "h": 66 - } - }, - { - "filename": "0010.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 59, - "h": 66 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 55, - "h": 66 - }, - "frame": { - "x": 115, - "y": 66, - "w": 55, - "h": 66 - } - } - ] - } - ], - "meta": { - "app": "https://www.codeandweb.com/texturepacker", - "version": "3.0", - "smartupdate": "$TexturePacker:SmartUpdate:9d7331bd2d0e629e754348f158c3711c:edb98ecce518c521f5c31bb31243f866:d52e05c524384ef985e6339a08b2f938$" - } +{ "frames": [ + { + "filename": "0001.png", + "frame": { "x": 0, "y": 287, "w": 46, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 11, "w": 46, "h": 56 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0002.png", + "frame": { "x": 0, "y": 174, "w": 47, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 56 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0003.png", + "frame": { "x": 47, "y": 174, "w": 47, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 56 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0004.png", + "frame": { "x": 145, "y": 67, "w": 49, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 12, "w": 49, "h": 55 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0005.png", + "frame": { "x": 242, "y": 121, "w": 49, "h": 54 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 13, "w": 49, "h": 54 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0006.png", + "frame": { "x": 45, "y": 120, "w": 49, "h": 54 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 13, "w": 49, "h": 54 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0007.png", + "frame": { "x": 266, "y": 65, "w": 49, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 11, "w": 49, "h": 56 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0008.png", + "frame": { "x": 194, "y": 67, "w": 48, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 11, "w": 48, "h": 56 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0009.png", + "frame": { "x": 0, "y": 230, "w": 46, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 10, "w": 46, "h": 57 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0010.png", + "frame": { "x": 46, "y": 230, "w": 46, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 10, "w": 46, "h": 57 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0011.png", + "frame": { "x": 138, "y": 232, "w": 45, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 9, "w": 45, "h": 58 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0012.png", + "frame": { "x": 44, "y": 343, "w": 44, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 10, "w": 44, "h": 57 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0013.png", + "frame": { "x": 0, "y": 343, "w": 44, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 10, "w": 44, "h": 57 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0014.png", + "frame": { "x": 137, "y": 290, "w": 45, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 11, "w": 45, "h": 56 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0015.png", + "frame": { "x": 0, "y": 287, "w": 46, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 11, "w": 46, "h": 56 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0016.png", + "frame": { "x": 0, "y": 174, "w": 47, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 56 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0017.png", + "frame": { "x": 47, "y": 174, "w": 47, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 56 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0018.png", + "frame": { "x": 145, "y": 67, "w": 49, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 12, "w": 49, "h": 55 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0019.png", + "frame": { "x": 242, "y": 121, "w": 49, "h": 54 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 13, "w": 49, "h": 54 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0020.png", + "frame": { "x": 45, "y": 120, "w": 49, "h": 54 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 13, "w": 49, "h": 54 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0021.png", + "frame": { "x": 266, "y": 65, "w": 49, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 11, "w": 49, "h": 56 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0022.png", + "frame": { "x": 194, "y": 67, "w": 48, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 11, "w": 48, "h": 56 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0023.png", + "frame": { "x": 0, "y": 230, "w": 46, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 10, "w": 46, "h": 57 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0024.png", + "frame": { "x": 46, "y": 230, "w": 46, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 10, "w": 46, "h": 57 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0025.png", + "frame": { "x": 138, "y": 232, "w": 45, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 9, "w": 45, "h": 58 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0026.png", + "frame": { "x": 44, "y": 343, "w": 44, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 10, "w": 44, "h": 57 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0027.png", + "frame": { "x": 0, "y": 343, "w": 44, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 10, "w": 44, "h": 57 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0028.png", + "frame": { "x": 137, "y": 290, "w": 45, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 11, "w": 45, "h": 56 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0029.png", + "frame": { "x": 0, "y": 287, "w": 46, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 11, "w": 46, "h": 56 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0030.png", + "frame": { "x": 224, "y": 343, "w": 46, "h": 54 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 13, "w": 46, "h": 54 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0031.png", + "frame": { "x": 88, "y": 344, "w": 46, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 14, "w": 46, "h": 53 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0032.png", + "frame": { "x": 233, "y": 231, "w": 45, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 9, "w": 45, "h": 58 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0033.png", + "frame": { "x": 278, "y": 244, "w": 43, "h": 60 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 5, "w": 43, "h": 60 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0034.png", + "frame": { "x": 182, "y": 341, "w": 42, "h": 60 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 2, "w": 42, "h": 60 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0035.png", + "frame": { "x": 92, "y": 287, "w": 45, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 4, "w": 45, "h": 57 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0036.png", + "frame": { "x": 183, "y": 288, "w": 48, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 7, "w": 48, "h": 53 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0037.png", + "frame": { "x": 231, "y": 289, "w": 47, "h": 54 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 10, "w": 47, "h": 54 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0038.png", + "frame": { "x": 183, "y": 234, "w": 48, "h": 54 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 13, "w": 48, "h": 54 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0039.png", + "frame": { "x": 278, "y": 304, "w": 47, "h": 54 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 13, "w": 47, "h": 54 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0040.png", + "frame": { "x": 236, "y": 175, "w": 47, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 56 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0041.png", + "frame": { "x": 0, "y": 287, "w": 46, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 11, "w": 46, "h": 56 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0042.png", + "frame": { "x": 0, "y": 174, "w": 47, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 56 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0043.png", + "frame": { "x": 47, "y": 174, "w": 47, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 56 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0044.png", + "frame": { "x": 145, "y": 67, "w": 49, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 12, "w": 49, "h": 55 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0045.png", + "frame": { "x": 242, "y": 121, "w": 49, "h": 54 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 13, "w": 49, "h": 54 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0046.png", + "frame": { "x": 45, "y": 120, "w": 49, "h": 54 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 13, "w": 49, "h": 54 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0047.png", + "frame": { "x": 266, "y": 65, "w": 49, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 11, "w": 49, "h": 56 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0048.png", + "frame": { "x": 194, "y": 67, "w": 48, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 11, "w": 48, "h": 56 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0049.png", + "frame": { "x": 0, "y": 230, "w": 46, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 10, "w": 46, "h": 57 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0050.png", + "frame": { "x": 46, "y": 230, "w": 46, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 10, "w": 46, "h": 57 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0051.png", + "frame": { "x": 138, "y": 232, "w": 45, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 9, "w": 45, "h": 58 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0052.png", + "frame": { "x": 44, "y": 343, "w": 44, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 10, "w": 44, "h": 57 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0053.png", + "frame": { "x": 0, "y": 343, "w": 44, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 10, "w": 44, "h": 57 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0054.png", + "frame": { "x": 137, "y": 290, "w": 45, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 11, "w": 45, "h": 56 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0055.png", + "frame": { "x": 0, "y": 287, "w": 46, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 11, "w": 46, "h": 56 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0056.png", + "frame": { "x": 224, "y": 343, "w": 46, "h": 54 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 13, "w": 46, "h": 54 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0057.png", + "frame": { "x": 88, "y": 344, "w": 46, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 14, "w": 46, "h": 53 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0058.png", + "frame": { "x": 233, "y": 231, "w": 45, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 9, "w": 45, "h": 58 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0059.png", + "frame": { "x": 278, "y": 244, "w": 43, "h": 60 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 5, "w": 43, "h": 60 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0060.png", + "frame": { "x": 182, "y": 341, "w": 42, "h": 60 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 2, "w": 42, "h": 60 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0061.png", + "frame": { "x": 92, "y": 287, "w": 45, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 4, "w": 45, "h": 57 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0062.png", + "frame": { "x": 183, "y": 288, "w": 48, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 7, "w": 48, "h": 53 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0063.png", + "frame": { "x": 231, "y": 289, "w": 47, "h": 54 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 10, "w": 47, "h": 54 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0064.png", + "frame": { "x": 183, "y": 234, "w": 48, "h": 54 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 13, "w": 48, "h": 54 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0065.png", + "frame": { "x": 278, "y": 304, "w": 47, "h": 54 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 13, "w": 47, "h": 54 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0066.png", + "frame": { "x": 236, "y": 175, "w": 47, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 56 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0067.png", + "frame": { "x": 0, "y": 287, "w": 46, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 11, "w": 46, "h": 56 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0068.png", + "frame": { "x": 224, "y": 343, "w": 46, "h": 54 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 13, "w": 46, "h": 54 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0069.png", + "frame": { "x": 88, "y": 344, "w": 46, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 14, "w": 46, "h": 53 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0070.png", + "frame": { "x": 233, "y": 231, "w": 45, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 9, "w": 45, "h": 58 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0071.png", + "frame": { "x": 278, "y": 244, "w": 43, "h": 60 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 5, "w": 43, "h": 60 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0072.png", + "frame": { "x": 182, "y": 341, "w": 42, "h": 60 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 2, "w": 42, "h": 60 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0073.png", + "frame": { "x": 92, "y": 287, "w": 45, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 4, "w": 45, "h": 57 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0074.png", + "frame": { "x": 183, "y": 288, "w": 48, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 7, "w": 48, "h": 53 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0075.png", + "frame": { "x": 231, "y": 289, "w": 47, "h": 54 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 10, "w": 47, "h": 54 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0076.png", + "frame": { "x": 183, "y": 234, "w": 48, "h": 54 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 13, "w": 48, "h": 54 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0077.png", + "frame": { "x": 278, "y": 304, "w": 47, "h": 54 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 13, "w": 47, "h": 54 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0078.png", + "frame": { "x": 236, "y": 175, "w": 47, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 56 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0079.png", + "frame": { "x": 0, "y": 287, "w": 46, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 11, "w": 46, "h": 56 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0080.png", + "frame": { "x": 0, "y": 174, "w": 47, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 56 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0081.png", + "frame": { "x": 47, "y": 174, "w": 47, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 56 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0082.png", + "frame": { "x": 145, "y": 67, "w": 49, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 12, "w": 49, "h": 55 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0083.png", + "frame": { "x": 242, "y": 121, "w": 49, "h": 54 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 13, "w": 49, "h": 54 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0084.png", + "frame": { "x": 45, "y": 120, "w": 49, "h": 54 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 13, "w": 49, "h": 54 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0085.png", + "frame": { "x": 266, "y": 65, "w": 49, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 11, "w": 49, "h": 56 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0086.png", + "frame": { "x": 194, "y": 67, "w": 48, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 11, "w": 48, "h": 56 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0087.png", + "frame": { "x": 0, "y": 230, "w": 46, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 10, "w": 46, "h": 57 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0088.png", + "frame": { "x": 46, "y": 230, "w": 46, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 10, "w": 46, "h": 57 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0089.png", + "frame": { "x": 138, "y": 232, "w": 45, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 9, "w": 45, "h": 58 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0090.png", + "frame": { "x": 44, "y": 343, "w": 44, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 10, "w": 44, "h": 57 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0091.png", + "frame": { "x": 0, "y": 343, "w": 44, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 10, "w": 44, "h": 57 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0092.png", + "frame": { "x": 137, "y": 290, "w": 45, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 11, "w": 45, "h": 56 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0093.png", + "frame": { "x": 46, "y": 287, "w": 46, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 11, "w": 46, "h": 56 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0094.png", + "frame": { "x": 139, "y": 176, "w": 47, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 56 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0095.png", + "frame": { "x": 188, "y": 123, "w": 48, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 12, "w": 48, "h": 55 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0096.png", + "frame": { "x": 139, "y": 122, "w": 49, "h": 54 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 13, "w": 49, "h": 54 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0097.png", + "frame": { "x": 94, "y": 66, "w": 51, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 14, "w": 51, "h": 53 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0098.png", + "frame": { "x": 45, "y": 63, "w": 49, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 10, "w": 49, "h": 57 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0099.png", + "frame": { "x": 309, "y": 0, "w": 47, "h": 59 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 8, "w": 47, "h": 59 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0100.png", + "frame": { "x": 92, "y": 0, "w": 47, "h": 61 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 6, "w": 47, "h": 61 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0101.png", + "frame": { "x": 45, "y": 0, "w": 47, "h": 63 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 4, "w": 47, "h": 63 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0102.png", + "frame": { "x": 224, "y": 0, "w": 42, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 0, "w": 42, "h": 67 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0103.png", + "frame": { "x": 291, "y": 122, "w": 40, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 1, "w": 40, "h": 66 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0104.png", + "frame": { "x": 182, "y": 0, "w": 42, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 0, "w": 42, "h": 67 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0105.png", + "frame": { "x": 0, "y": 0, "w": 45, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 1, "w": 45, "h": 66 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0106.png", + "frame": { "x": 139, "y": 0, "w": 43, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 1, "w": 43, "h": 66 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0107.png", + "frame": { "x": 266, "y": 0, "w": 43, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 2, "w": 43, "h": 65 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0108.png", + "frame": { "x": 315, "y": 59, "w": 42, "h": 63 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 4, "w": 42, "h": 63 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0109.png", + "frame": { "x": 0, "y": 66, "w": 45, "h": 60 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 7, "w": 45, "h": 60 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0110.png", + "frame": { "x": 94, "y": 119, "w": 45, "h": 59 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 8, "w": 45, "h": 59 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0111.png", + "frame": { "x": 92, "y": 230, "w": 46, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 10, "w": 46, "h": 57 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0112.png", + "frame": { "x": 186, "y": 178, "w": 47, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 56 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0113.png", + "frame": { "x": 283, "y": 188, "w": 47, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 56 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + }, + { + "filename": "0114.png", + "frame": { "x": 0, "y": 287, "w": 46, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 11, "w": 46, "h": 56 }, + "sourceSize": { "w": 53, "h": 67 }, + "duration": 100 + } + ], + "meta": { + "app": "https://www.aseprite.org/", + "version": "1.3.13-x64", + "image": "749.png", + "format": "I8", + "size": { "w": 357, "h": 401 }, + "scale": "1" + } } diff --git a/public/images/pokemon/exp/back/shiny/749.png b/public/images/pokemon/exp/back/shiny/749.png index c657851e04b..63a7d57d28f 100644 Binary files a/public/images/pokemon/exp/back/shiny/749.png and b/public/images/pokemon/exp/back/shiny/749.png differ diff --git a/public/images/pokemon/exp/back/shiny/750.json b/public/images/pokemon/exp/back/shiny/750.json index 922dde20472..e4c7c035ff8 100644 --- a/public/images/pokemon/exp/back/shiny/750.json +++ b/public/images/pokemon/exp/back/shiny/750.json @@ -1,230 +1,929 @@ -{ - "textures": [ - { - "image": "750.png", - "format": "RGBA8888", - "size": { - "w": 253, - "h": 253 - }, - "scale": 1, - "frames": [ - { - "filename": "0006.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 88, - "h": 73 - }, - "spriteSourceSize": { - "x": 0, - "y": 4, - "w": 88, - "h": 69 - }, - "frame": { - "x": 0, - "y": 0, - "w": 88, - "h": 69 - } - }, - { - "filename": "0005.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 88, - "h": 73 - }, - "spriteSourceSize": { - "x": 0, - "y": 2, - "w": 87, - "h": 71 - }, - "frame": { - "x": 88, - "y": 0, - "w": 87, - "h": 71 - } - }, - { - "filename": "0007.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 88, - "h": 73 - }, - "spriteSourceSize": { - "x": 0, - "y": 2, - "w": 87, - "h": 71 - }, - "frame": { - "x": 0, - "y": 69, - "w": 87, - "h": 71 - } - }, - { - "filename": "0004.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 88, - "h": 73 - }, - "spriteSourceSize": { - "x": 0, - "y": 1, - "w": 86, - "h": 72 - }, - "frame": { - "x": 87, - "y": 71, - "w": 86, - "h": 72 - } - }, - { - "filename": "0001.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 88, - "h": 73 - }, - "spriteSourceSize": { - "x": 3, - "y": 0, - "w": 79, - "h": 73 - }, - "frame": { - "x": 173, - "y": 71, - "w": 79, - "h": 73 - } - }, - { - "filename": "0008.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 88, - "h": 73 - }, - "spriteSourceSize": { - "x": 0, - "y": 1, - "w": 86, - "h": 72 - }, - "frame": { - "x": 0, - "y": 140, - "w": 86, - "h": 72 - } - }, - { - "filename": "0002.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 88, - "h": 73 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 83, - "h": 73 - }, - "frame": { - "x": 86, - "y": 143, - "w": 83, - "h": 73 - } - }, - { - "filename": "0010.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 88, - "h": 73 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 83, - "h": 73 - }, - "frame": { - "x": 86, - "y": 143, - "w": 83, - "h": 73 - } - }, - { - "filename": "0003.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 88, - "h": 73 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 84, - "h": 73 - }, - "frame": { - "x": 169, - "y": 144, - "w": 84, - "h": 73 - } - }, - { - "filename": "0009.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 88, - "h": 73 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 84, - "h": 73 - }, - "frame": { - "x": 169, - "y": 144, - "w": 84, - "h": 73 - } - } - ] - } - ], - "meta": { - "app": "https://www.codeandweb.com/texturepacker", - "version": "3.0", - "smartupdate": "$TexturePacker:SmartUpdate:51a6dc655f9c503ef0f1d2d873adf903:1fa68a8a88f7b5239ba7a91c9a1204c0:4ad6abb5f7a40182d2391bde900ad082$" - } +{ "frames": [ + { + "filename": "0001.png", + "frame": { "x": 550, "y": 208, "w": 76, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 11, "y": 11, "w": 76, "h": 67 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0002.png", + "frame": { "x": 315, "y": 206, "w": 77, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 10, "y": 11, "w": 77, "h": 67 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0003.png", + "frame": { "x": 77, "y": 207, "w": 78, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 12, "w": 78, "h": 66 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0004.png", + "frame": { "x": 566, "y": 142, "w": 79, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 12, "w": 79, "h": 66 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0005.png", + "frame": { "x": 324, "y": 141, "w": 82, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 13, "w": 82, "h": 65 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0006.png", + "frame": { "x": 0, "y": 142, "w": 82, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 13, "w": 82, "h": 65 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0007.png", + "frame": { "x": 486, "y": 78, "w": 84, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 14, "w": 84, "h": 64 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0008.png", + "frame": { "x": 324, "y": 77, "w": 85, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 14, "w": 85, "h": 64 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0009.png", + "frame": { "x": 0, "y": 78, "w": 85, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 14, "w": 85, "h": 64 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0010.png", + "frame": { "x": 85, "y": 78, "w": 85, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 14, "w": 85, "h": 64 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0011.png", + "frame": { "x": 570, "y": 78, "w": 84, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 14, "w": 84, "h": 64 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0012.png", + "frame": { "x": 82, "y": 142, "w": 82, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 13, "w": 82, "h": 65 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0013.png", + "frame": { "x": 486, "y": 142, "w": 80, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 10, "y": 12, "w": 80, "h": 66 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0014.png", + "frame": { "x": 0, "y": 207, "w": 77, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 12, "y": 11, "w": 77, "h": 67 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0015.png", + "frame": { "x": 239, "y": 147, "w": 76, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 15, "y": 10, "w": 76, "h": 68 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0016.png", + "frame": { "x": 164, "y": 154, "w": 75, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 18, "y": 10, "w": 75, "h": 68 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0017.png", + "frame": { "x": 381, "y": 295, "w": 72, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 19, "y": 10, "w": 72, "h": 68 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0018.png", + "frame": { "x": 0, "y": 341, "w": 71, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 19, "y": 10, "w": 71, "h": 68 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0019.png", + "frame": { "x": 147, "y": 339, "w": 71, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 18, "y": 10, "w": 71, "h": 68 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0020.png", + "frame": { "x": 218, "y": 347, "w": 71, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 17, "y": 11, "w": 71, "h": 67 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0021.png", + "frame": { "x": 616, "y": 275, "w": 72, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 15, "y": 10, "w": 72, "h": 68 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0022.png", + "frame": { "x": 0, "y": 274, "w": 74, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 13, "y": 11, "w": 74, "h": 67 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0023.png", + "frame": { "x": 392, "y": 228, "w": 75, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 12, "y": 11, "w": 75, "h": 67 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0024.png", + "frame": { "x": 550, "y": 208, "w": 76, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 11, "y": 11, "w": 76, "h": 67 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0025.png", + "frame": { "x": 315, "y": 206, "w": 77, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 10, "y": 11, "w": 77, "h": 67 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0026.png", + "frame": { "x": 77, "y": 207, "w": 78, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 12, "w": 78, "h": 66 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0027.png", + "frame": { "x": 566, "y": 142, "w": 79, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 12, "w": 79, "h": 66 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0028.png", + "frame": { "x": 324, "y": 141, "w": 82, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 13, "w": 82, "h": 65 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0029.png", + "frame": { "x": 0, "y": 142, "w": 82, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 13, "w": 82, "h": 65 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0030.png", + "frame": { "x": 486, "y": 78, "w": 84, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 14, "w": 84, "h": 64 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0031.png", + "frame": { "x": 324, "y": 77, "w": 85, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 14, "w": 85, "h": 64 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0032.png", + "frame": { "x": 0, "y": 78, "w": 85, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 14, "w": 85, "h": 64 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0033.png", + "frame": { "x": 85, "y": 78, "w": 85, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 14, "w": 85, "h": 64 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0034.png", + "frame": { "x": 570, "y": 78, "w": 84, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 14, "w": 84, "h": 64 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0035.png", + "frame": { "x": 82, "y": 142, "w": 82, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 13, "w": 82, "h": 65 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0036.png", + "frame": { "x": 486, "y": 142, "w": 80, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 10, "y": 12, "w": 80, "h": 66 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0037.png", + "frame": { "x": 0, "y": 207, "w": 77, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 12, "y": 11, "w": 77, "h": 67 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0038.png", + "frame": { "x": 239, "y": 147, "w": 76, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 15, "y": 10, "w": 76, "h": 68 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0039.png", + "frame": { "x": 164, "y": 154, "w": 75, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 18, "y": 10, "w": 75, "h": 68 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0040.png", + "frame": { "x": 381, "y": 295, "w": 72, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 19, "y": 10, "w": 72, "h": 68 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0041.png", + "frame": { "x": 0, "y": 341, "w": 71, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 19, "y": 10, "w": 71, "h": 68 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0042.png", + "frame": { "x": 147, "y": 339, "w": 71, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 18, "y": 10, "w": 71, "h": 68 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0043.png", + "frame": { "x": 218, "y": 347, "w": 71, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 17, "y": 11, "w": 71, "h": 67 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0044.png", + "frame": { "x": 616, "y": 275, "w": 72, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 15, "y": 10, "w": 72, "h": 68 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0045.png", + "frame": { "x": 0, "y": 274, "w": 74, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 13, "y": 11, "w": 74, "h": 67 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0046.png", + "frame": { "x": 392, "y": 228, "w": 75, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 12, "y": 11, "w": 75, "h": 67 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0047.png", + "frame": { "x": 550, "y": 208, "w": 76, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 11, "y": 11, "w": 76, "h": 67 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0048.png", + "frame": { "x": 315, "y": 206, "w": 77, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 10, "y": 11, "w": 77, "h": 67 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0049.png", + "frame": { "x": 77, "y": 207, "w": 78, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 12, "w": 78, "h": 66 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0050.png", + "frame": { "x": 566, "y": 142, "w": 79, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 12, "w": 79, "h": 66 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0051.png", + "frame": { "x": 324, "y": 141, "w": 82, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 13, "w": 82, "h": 65 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0052.png", + "frame": { "x": 0, "y": 142, "w": 82, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 13, "w": 82, "h": 65 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0053.png", + "frame": { "x": 486, "y": 78, "w": 84, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 14, "w": 84, "h": 64 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0054.png", + "frame": { "x": 324, "y": 77, "w": 85, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 14, "w": 85, "h": 64 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0055.png", + "frame": { "x": 0, "y": 78, "w": 85, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 14, "w": 85, "h": 64 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0056.png", + "frame": { "x": 85, "y": 78, "w": 85, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 14, "w": 85, "h": 64 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0057.png", + "frame": { "x": 570, "y": 78, "w": 84, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 14, "w": 84, "h": 64 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0058.png", + "frame": { "x": 82, "y": 142, "w": 82, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 13, "w": 82, "h": 65 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0059.png", + "frame": { "x": 486, "y": 142, "w": 80, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 10, "y": 12, "w": 80, "h": 66 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0060.png", + "frame": { "x": 0, "y": 207, "w": 77, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 12, "y": 11, "w": 77, "h": 67 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0061.png", + "frame": { "x": 239, "y": 147, "w": 76, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 15, "y": 10, "w": 76, "h": 68 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0062.png", + "frame": { "x": 164, "y": 154, "w": 75, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 18, "y": 10, "w": 75, "h": 68 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0063.png", + "frame": { "x": 381, "y": 295, "w": 72, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 19, "y": 10, "w": 72, "h": 68 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0064.png", + "frame": { "x": 0, "y": 341, "w": 71, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 19, "y": 10, "w": 71, "h": 68 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0065.png", + "frame": { "x": 147, "y": 339, "w": 71, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 18, "y": 10, "w": 71, "h": 68 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0066.png", + "frame": { "x": 218, "y": 347, "w": 71, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 17, "y": 11, "w": 71, "h": 67 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0067.png", + "frame": { "x": 616, "y": 275, "w": 72, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 15, "y": 10, "w": 72, "h": 68 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0068.png", + "frame": { "x": 0, "y": 274, "w": 74, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 13, "y": 11, "w": 74, "h": 67 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0069.png", + "frame": { "x": 392, "y": 228, "w": 75, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 12, "y": 11, "w": 75, "h": 67 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0070.png", + "frame": { "x": 550, "y": 208, "w": 76, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 11, "y": 11, "w": 76, "h": 67 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0071.png", + "frame": { "x": 239, "y": 215, "w": 76, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 11, "y": 11, "w": 76, "h": 67 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0072.png", + "frame": { "x": 77, "y": 273, "w": 76, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 11, "y": 12, "w": 76, "h": 66 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0073.png", + "frame": { "x": 220, "y": 282, "w": 76, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 12, "y": 13, "w": 76, "h": 65 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0074.png", + "frame": { "x": 453, "y": 342, "w": 78, "h": 62 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 12, "y": 16, "w": 78, "h": 62 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0075.png", + "frame": { "x": 604, "y": 343, "w": 78, "h": 61 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 13, "y": 17, "w": 78, "h": 61 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0076.png", + "frame": { "x": 604, "y": 404, "w": 74, "h": 62 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 16, "y": 16, "w": 74, "h": 62 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0077.png", + "frame": { "x": 209, "y": 414, "w": 66, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 20, "y": 13, "w": 66, "h": 65 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0078.png", + "frame": { "x": 0, "y": 409, "w": 63, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 21, "y": 8, "w": 63, "h": 70 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0079.png", + "frame": { "x": 421, "y": 404, "w": 62, "h": 75 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 20, "y": 3, "w": 62, "h": 75 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0080.png", + "frame": { "x": 155, "y": 222, "w": 65, "h": 78 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 18, "y": 0, "w": 65, "h": 78 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0081.png", + "frame": { "x": 416, "y": 74, "w": 70, "h": 78 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 15, "y": 0, "w": 70, "h": 78 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0082.png", + "frame": { "x": 573, "y": 0, "w": 74, "h": 78 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 12, "y": 0, "w": 74, "h": 78 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0083.png", + "frame": { "x": 498, "y": 0, "w": 75, "h": 78 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 10, "y": 0, "w": 75, "h": 78 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0084.png", + "frame": { "x": 251, "y": 71, "w": 73, "h": 76 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 2, "w": 73, "h": 76 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0085.png", + "frame": { "x": 406, "y": 152, "w": 68, "h": 76 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 10, "y": 2, "w": 68, "h": 76 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0086.png", + "frame": { "x": 315, "y": 273, "w": 66, "h": 76 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 12, "y": 2, "w": 66, "h": 76 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0087.png", + "frame": { "x": 541, "y": 341, "w": 63, "h": 76 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 15, "y": 2, "w": 63, "h": 76 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0088.png", + "frame": { "x": 289, "y": 349, "w": 61, "h": 77 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 18, "y": 1, "w": 61, "h": 77 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0089.png", + "frame": { "x": 170, "y": 77, "w": 69, "h": 77 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 14, "y": 1, "w": 69, "h": 77 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0090.png", + "frame": { "x": 337, "y": 0, "w": 79, "h": 77 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 1, "w": 79, "h": 77 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0091.png", + "frame": { "x": 85, "y": 0, "w": 84, "h": 78 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 0, "w": 84, "h": 78 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0092.png", + "frame": { "x": 0, "y": 0, "w": 85, "h": 78 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 0, "w": 85, "h": 78 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0093.png", + "frame": { "x": 169, "y": 0, "w": 82, "h": 77 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 1, "w": 82, "h": 77 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0094.png", + "frame": { "x": 416, "y": 0, "w": 82, "h": 74 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 4, "w": 82, "h": 74 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0095.png", + "frame": { "x": 251, "y": 0, "w": 86, "h": 71 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 7, "w": 86, "h": 71 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0096.png", + "frame": { "x": 541, "y": 275, "w": 75, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 12, "y": 12, "w": 75, "h": 66 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0097.png", + "frame": { "x": 71, "y": 406, "w": 69, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 18, "y": 12, "w": 69, "h": 66 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0098.png", + "frame": { "x": 140, "y": 407, "w": 69, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 18, "y": 12, "w": 69, "h": 66 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0099.png", + "frame": { "x": 350, "y": 363, "w": 71, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 16, "y": 12, "w": 71, "h": 66 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0100.png", + "frame": { "x": 74, "y": 339, "w": 73, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 14, "y": 11, "w": 73, "h": 67 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0101.png", + "frame": { "x": 467, "y": 275, "w": 74, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 13, "y": 11, "w": 74, "h": 67 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + }, + { + "filename": "0102.png", + "frame": { "x": 474, "y": 208, "w": 76, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 11, "y": 11, "w": 76, "h": 67 }, + "sourceSize": { "w": 93, "h": 78 }, + "duration": 100 + } + ], + "meta": { + "app": "https://www.aseprite.org/", + "version": "1.3.13-x64", + "image": "750.png", + "format": "I8", + "size": { "w": 688, "h": 479 }, + "scale": "1" + } } diff --git a/public/images/pokemon/exp/back/shiny/750.png b/public/images/pokemon/exp/back/shiny/750.png index 604c23c7289..d099dce5a5e 100644 Binary files a/public/images/pokemon/exp/back/shiny/750.png and b/public/images/pokemon/exp/back/shiny/750.png differ diff --git a/public/images/pokemon/exp/back/shiny/780.json b/public/images/pokemon/exp/back/shiny/780.json index 1232a2acd52..09dee76d75d 100644 --- a/public/images/pokemon/exp/back/shiny/780.json +++ b/public/images/pokemon/exp/back/shiny/780.json @@ -1,230 +1,884 @@ -{ - "textures": [ - { - "image": "780.png", - "format": "RGBA8888", - "size": { - "w": 183, - "h": 183 - }, - "scale": 1, - "frames": [ - { - "filename": "0001.png", - "rotated": false, - "trimmed": false, - "sourceSize": { - "w": 86, - "h": 62 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 86, - "h": 62 - }, - "frame": { - "x": 0, - "y": 0, - "w": 86, - "h": 62 - } - }, - { - "filename": "0002.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 86, - "h": 62 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 85, - "h": 62 - }, - "frame": { - "x": 0, - "y": 62, - "w": 85, - "h": 62 - } - }, - { - "filename": "0010.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 86, - "h": 62 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 85, - "h": 62 - }, - "frame": { - "x": 0, - "y": 62, - "w": 85, - "h": 62 - } - }, - { - "filename": "0003.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 86, - "h": 62 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 83, - "h": 62 - }, - "frame": { - "x": 85, - "y": 62, - "w": 83, - "h": 62 - } - }, - { - "filename": "0009.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 86, - "h": 62 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 83, - "h": 62 - }, - "frame": { - "x": 85, - "y": 62, - "w": 83, - "h": 62 - } - }, - { - "filename": "0004.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 86, - "h": 62 - }, - "spriteSourceSize": { - "x": 0, - "y": 1, - "w": 82, - "h": 61 - }, - "frame": { - "x": 86, - "y": 0, - "w": 82, - "h": 61 - } - }, - { - "filename": "0008.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 86, - "h": 62 - }, - "spriteSourceSize": { - "x": 0, - "y": 1, - "w": 82, - "h": 61 - }, - "frame": { - "x": 86, - "y": 0, - "w": 82, - "h": 61 - } - }, - { - "filename": "0005.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 86, - "h": 62 - }, - "spriteSourceSize": { - "x": 1, - "y": 3, - "w": 81, - "h": 59 - }, - "frame": { - "x": 0, - "y": 124, - "w": 81, - "h": 59 - } - }, - { - "filename": "0007.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 86, - "h": 62 - }, - "spriteSourceSize": { - "x": 1, - "y": 3, - "w": 81, - "h": 59 - }, - "frame": { - "x": 0, - "y": 124, - "w": 81, - "h": 59 - } - }, - { - "filename": "0006.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 86, - "h": 62 - }, - "spriteSourceSize": { - "x": 1, - "y": 3, - "w": 79, - "h": 59 - }, - "frame": { - "x": 81, - "y": 124, - "w": 79, - "h": 59 - } - } - ] - } - ], - "meta": { - "app": "https://www.codeandweb.com/texturepacker", - "version": "3.0", - "smartupdate": "$TexturePacker:SmartUpdate:e56d7591e5bcde367604688e6d07bae4:caee4120d5060ce743036fe68aaf7181:9470182902340de73b2565411cb0ab89$" - } +{ "frames": [ + { + "filename": "0001.png", + "frame": { "x": 1, "y": 153, "w": 82, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0002.png", + "frame": { "x": 490, "y": 147, "w": 82, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0003.png", + "frame": { "x": 246, "y": 148, "w": 82, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0004.png", + "frame": { "x": 329, "y": 148, "w": 82, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0005.png", + "frame": { "x": 167, "y": 219, "w": 82, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0006.png", + "frame": { "x": 250, "y": 219, "w": 82, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0007.png", + "frame": { "x": 84, "y": 221, "w": 82, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0008.png", + "frame": { "x": 1, "y": 294, "w": 82, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 11, "w": 82, "h": 68 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0009.png", + "frame": { "x": 331, "y": 359, "w": 81, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 11, "w": 81, "h": 68 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0010.png", + "frame": { "x": 249, "y": 359, "w": 81, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 11, "w": 81, "h": 68 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0011.png", + "frame": { "x": 83, "y": 428, "w": 81, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 12, "w": 81, "h": 67 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0012.png", + "frame": { "x": 1, "y": 363, "w": 81, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 12, "w": 81, "h": 67 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0013.png", + "frame": { "x": 84, "y": 360, "w": 81, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 12, "w": 81, "h": 67 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0014.png", + "frame": { "x": 167, "y": 359, "w": 81, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 11, "w": 81, "h": 68 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0015.png", + "frame": { "x": 415, "y": 289, "w": 81, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 10, "w": 81, "h": 69 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0016.png", + "frame": { "x": 333, "y": 289, "w": 81, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 10, "w": 81, "h": 69 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0017.png", + "frame": { "x": 250, "y": 289, "w": 82, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0018.png", + "frame": { "x": 84, "y": 150, "w": 82, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0019.png", + "frame": { "x": 1, "y": 153, "w": 82, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0020.png", + "frame": { "x": 490, "y": 147, "w": 82, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0021.png", + "frame": { "x": 246, "y": 148, "w": 82, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0022.png", + "frame": { "x": 329, "y": 148, "w": 82, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0023.png", + "frame": { "x": 167, "y": 219, "w": 82, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0024.png", + "frame": { "x": 250, "y": 219, "w": 82, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0025.png", + "frame": { "x": 84, "y": 221, "w": 82, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0026.png", + "frame": { "x": 1, "y": 294, "w": 82, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 11, "w": 82, "h": 68 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0027.png", + "frame": { "x": 331, "y": 359, "w": 81, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 11, "w": 81, "h": 68 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0028.png", + "frame": { "x": 249, "y": 359, "w": 81, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 11, "w": 81, "h": 68 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0029.png", + "frame": { "x": 83, "y": 428, "w": 81, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 12, "w": 81, "h": 67 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0030.png", + "frame": { "x": 1, "y": 363, "w": 81, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 12, "w": 81, "h": 67 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0031.png", + "frame": { "x": 84, "y": 360, "w": 81, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 12, "w": 81, "h": 67 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0032.png", + "frame": { "x": 167, "y": 359, "w": 81, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 11, "w": 81, "h": 68 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0033.png", + "frame": { "x": 415, "y": 289, "w": 81, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 10, "w": 81, "h": 69 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0034.png", + "frame": { "x": 333, "y": 289, "w": 81, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 10, "w": 81, "h": 69 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0035.png", + "frame": { "x": 250, "y": 289, "w": 82, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0036.png", + "frame": { "x": 84, "y": 150, "w": 82, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0037.png", + "frame": { "x": 1, "y": 153, "w": 82, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0038.png", + "frame": { "x": 490, "y": 147, "w": 82, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0039.png", + "frame": { "x": 246, "y": 148, "w": 82, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0040.png", + "frame": { "x": 329, "y": 148, "w": 82, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0041.png", + "frame": { "x": 167, "y": 219, "w": 82, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0042.png", + "frame": { "x": 250, "y": 219, "w": 82, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0043.png", + "frame": { "x": 84, "y": 221, "w": 82, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0044.png", + "frame": { "x": 1, "y": 294, "w": 82, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 11, "w": 82, "h": 68 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0045.png", + "frame": { "x": 331, "y": 359, "w": 81, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 11, "w": 81, "h": 68 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0046.png", + "frame": { "x": 249, "y": 359, "w": 81, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 11, "w": 81, "h": 68 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0047.png", + "frame": { "x": 83, "y": 428, "w": 81, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 12, "w": 81, "h": 67 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0048.png", + "frame": { "x": 1, "y": 363, "w": 81, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 12, "w": 81, "h": 67 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0049.png", + "frame": { "x": 84, "y": 360, "w": 81, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 12, "w": 81, "h": 67 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0050.png", + "frame": { "x": 167, "y": 359, "w": 81, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 11, "w": 81, "h": 68 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0051.png", + "frame": { "x": 415, "y": 289, "w": 81, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 10, "w": 81, "h": 69 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0052.png", + "frame": { "x": 333, "y": 289, "w": 81, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 10, "w": 81, "h": 69 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0053.png", + "frame": { "x": 250, "y": 289, "w": 82, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0054.png", + "frame": { "x": 84, "y": 150, "w": 82, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0055.png", + "frame": { "x": 1, "y": 153, "w": 82, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0056.png", + "frame": { "x": 490, "y": 147, "w": 82, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0057.png", + "frame": { "x": 246, "y": 148, "w": 82, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0058.png", + "frame": { "x": 329, "y": 148, "w": 82, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0059.png", + "frame": { "x": 167, "y": 219, "w": 82, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0060.png", + "frame": { "x": 250, "y": 219, "w": 82, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0061.png", + "frame": { "x": 84, "y": 221, "w": 82, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0062.png", + "frame": { "x": 1, "y": 294, "w": 82, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 11, "w": 82, "h": 68 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0063.png", + "frame": { "x": 331, "y": 359, "w": 81, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 11, "w": 81, "h": 68 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0064.png", + "frame": { "x": 249, "y": 359, "w": 81, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 11, "w": 81, "h": 68 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0065.png", + "frame": { "x": 83, "y": 428, "w": 81, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 12, "w": 81, "h": 67 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0066.png", + "frame": { "x": 1, "y": 363, "w": 81, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 12, "w": 81, "h": 67 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0067.png", + "frame": { "x": 84, "y": 360, "w": 81, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 12, "w": 81, "h": 67 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0068.png", + "frame": { "x": 167, "y": 359, "w": 81, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 11, "w": 81, "h": 68 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0069.png", + "frame": { "x": 415, "y": 289, "w": 81, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 10, "w": 81, "h": 69 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0070.png", + "frame": { "x": 333, "y": 289, "w": 81, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 10, "w": 81, "h": 69 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0071.png", + "frame": { "x": 250, "y": 289, "w": 82, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0072.png", + "frame": { "x": 84, "y": 150, "w": 82, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0073.png", + "frame": { "x": 1, "y": 153, "w": 82, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0074.png", + "frame": { "x": 1, "y": 81, "w": 82, "h": 71 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 8, "w": 82, "h": 71 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0075.png", + "frame": { "x": 490, "y": 75, "w": 82, "h": 71 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 8, "w": 82, "h": 71 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0076.png", + "frame": { "x": 325, "y": 75, "w": 82, "h": 72 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 7, "w": 82, "h": 72 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0077.png", + "frame": { "x": 408, "y": 75, "w": 81, "h": 72 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 7, "w": 81, "h": 72 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0078.png", + "frame": { "x": 407, "y": 1, "w": 81, "h": 73 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 6, "w": 81, "h": 73 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0079.png", + "frame": { "x": 325, "y": 1, "w": 81, "h": 73 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 6, "w": 81, "h": 73 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0080.png", + "frame": { "x": 163, "y": 78, "w": 82, "h": 71 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 8, "w": 82, "h": 71 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0081.png", + "frame": { "x": 84, "y": 291, "w": 82, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 11, "w": 82, "h": 68 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0082.png", + "frame": { "x": 495, "y": 218, "w": 80, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 10, "w": 80, "h": 69 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0083.png", + "frame": { "x": 243, "y": 1, "w": 81, "h": 74 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 5, "w": 81, "h": 74 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0084.png", + "frame": { "x": 83, "y": 1, "w": 79, "h": 79 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 0, "w": 79, "h": 79 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0085.png", + "frame": { "x": 1, "y": 1, "w": 81, "h": 78 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 1, "w": 81, "h": 78 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0086.png", + "frame": { "x": 83, "y": 1, "w": 79, "h": 79 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 0, "w": 79, "h": 79 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0087.png", + "frame": { "x": 1, "y": 1, "w": 81, "h": 78 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 1, "w": 81, "h": 78 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0088.png", + "frame": { "x": 83, "y": 1, "w": 79, "h": 79 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 0, "w": 79, "h": 79 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0089.png", + "frame": { "x": 1, "y": 1, "w": 81, "h": 78 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 1, "w": 81, "h": 78 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0090.png", + "frame": { "x": 163, "y": 1, "w": 79, "h": 76 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 3, "w": 79, "h": 76 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0091.png", + "frame": { "x": 489, "y": 1, "w": 81, "h": 73 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 6, "w": 81, "h": 73 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0092.png", + "frame": { "x": 247, "y": 428, "w": 82, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 14, "w": 82, "h": 65 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0093.png", + "frame": { "x": 165, "y": 428, "w": 81, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 12, "w": 81, "h": 67 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0094.png", + "frame": { "x": 413, "y": 359, "w": 81, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 11, "w": 81, "h": 68 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0095.png", + "frame": { "x": 1, "y": 224, "w": 82, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0096.png", + "frame": { "x": 167, "y": 289, "w": 82, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + }, + { + "filename": "0097.png", + "frame": { "x": 412, "y": 218, "w": 82, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 }, + "sourceSize": { "w": 82, "h": 79 }, + "duration": 100 + } +], +"meta": { + "app": "https://www.aseprite.org/", + "version": "1.3.13-x64", + "image": "780.png", + "format": "I8", + "size": { "w": 576, "h": 496 }, + "scale": "1" +} } diff --git a/public/images/pokemon/exp/back/shiny/780.png b/public/images/pokemon/exp/back/shiny/780.png index 6755273b14b..686b7220fbb 100644 Binary files a/public/images/pokemon/exp/back/shiny/780.png and b/public/images/pokemon/exp/back/shiny/780.png differ diff --git a/public/images/pokemon/exp/shiny/2037.json b/public/images/pokemon/exp/shiny/2037.json index bba453cc0a9..bcd9340b28a 100644 --- a/public/images/pokemon/exp/shiny/2037.json +++ b/public/images/pokemon/exp/shiny/2037.json @@ -1,1112 +1,101 @@ -{ - "textures": [ - { - "image": "2037.png", - "format": "RGBA8888", - "size": { - "w": 224, - "h": 224 - }, - "scale": 1, - "frames": [ - { - "filename": "0040.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 54, - "h": 47 - }, - "spriteSourceSize": { - "x": 1, - "y": 0, - "w": 52, - "h": 47 - }, - "frame": { - "x": 0, - "y": 0, - "w": 52, - "h": 47 - } - }, - { - "filename": "0041.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 54, - "h": 47 - }, - "spriteSourceSize": { - "x": 1, - "y": 0, - "w": 52, - "h": 47 - }, - "frame": { - "x": 0, - "y": 47, - "w": 52, - "h": 47 - } - }, - { - "filename": "0042.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 54, - "h": 47 - }, - "spriteSourceSize": { - "x": 1, - "y": 0, - "w": 52, - "h": 47 - }, - "frame": { - "x": 52, - "y": 0, - "w": 52, - "h": 47 - } - }, - { - "filename": "0044.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 54, - "h": 47 - }, - "spriteSourceSize": { - "x": 1, - "y": 1, - "w": 53, - "h": 46 - }, - "frame": { - "x": 104, - "y": 0, - "w": 53, - "h": 46 - } - }, - { - "filename": "0045.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 54, - "h": 47 - }, - "spriteSourceSize": { - "x": 1, - "y": 1, - "w": 53, - "h": 46 - }, - "frame": { - "x": 157, - "y": 0, - "w": 53, - "h": 46 - } - }, - { - "filename": "0039.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 54, - "h": 47 - }, - "spriteSourceSize": { - "x": 1, - "y": 1, - "w": 52, - "h": 46 - }, - "frame": { - "x": 0, - "y": 94, - "w": 52, - "h": 46 - } - }, - { - "filename": "0043.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 54, - "h": 47 - }, - "spriteSourceSize": { - "x": 1, - "y": 1, - "w": 52, - "h": 46 - }, - "frame": { - "x": 52, - "y": 47, - "w": 52, - "h": 46 - } - }, - { - "filename": "0002.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 54, - "h": 47 - }, - "spriteSourceSize": { - "x": 1, - "y": 2, - "w": 53, - "h": 45 - }, - "frame": { - "x": 104, - "y": 46, - "w": 53, - "h": 45 - } - }, - { - "filename": "0012.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 54, - "h": 47 - }, - "spriteSourceSize": { - "x": 1, - "y": 2, - "w": 53, - "h": 45 - }, - "frame": { - "x": 104, - "y": 46, - "w": 53, - "h": 45 - } - }, - { - "filename": "0014.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 54, - "h": 47 - }, - "spriteSourceSize": { - "x": 1, - "y": 2, - "w": 53, - "h": 45 - }, - "frame": { - "x": 104, - "y": 46, - "w": 53, - "h": 45 - } - }, - { - "filename": "0024.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 54, - "h": 47 - }, - "spriteSourceSize": { - "x": 1, - "y": 2, - "w": 53, - "h": 45 - }, - "frame": { - "x": 104, - "y": 46, - "w": 53, - "h": 45 - } - }, - { - "filename": "0026.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 54, - "h": 47 - }, - "spriteSourceSize": { - "x": 1, - "y": 2, - "w": 53, - "h": 45 - }, - "frame": { - "x": 104, - "y": 46, - "w": 53, - "h": 45 - } - }, - { - "filename": "0036.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 54, - "h": 47 - }, - "spriteSourceSize": { - "x": 1, - "y": 2, - "w": 53, - "h": 45 - }, - "frame": { - "x": 104, - "y": 46, - "w": 53, - "h": 45 - } - }, - { - "filename": "0047.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 54, - "h": 47 - }, - "spriteSourceSize": { - "x": 1, - "y": 1, - "w": 52, - "h": 46 - }, - "frame": { - "x": 0, - "y": 140, - "w": 52, - "h": 46 - } - }, - { - "filename": "0048.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 54, - "h": 47 - }, - "spriteSourceSize": { - "x": 0, - "y": 2, - "w": 53, - "h": 45 - }, - "frame": { - "x": 157, - "y": 46, - "w": 53, - "h": 45 - } - }, - { - "filename": "0001.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 54, - "h": 47 - }, - "spriteSourceSize": { - "x": 1, - "y": 2, - "w": 52, - "h": 45 - }, - "frame": { - "x": 52, - "y": 93, - "w": 52, - "h": 45 - } - }, - { - "filename": "0013.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 54, - "h": 47 - }, - "spriteSourceSize": { - "x": 1, - "y": 2, - "w": 52, - "h": 45 - }, - "frame": { - "x": 52, - "y": 93, - "w": 52, - "h": 45 - } - }, - { - "filename": "0025.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 54, - "h": 47 - }, - "spriteSourceSize": { - "x": 1, - "y": 2, - "w": 52, - "h": 45 - }, - "frame": { - "x": 52, - "y": 93, - "w": 52, - "h": 45 - } - }, - { - "filename": "0037.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 54, - "h": 47 - }, - "spriteSourceSize": { - "x": 1, - "y": 2, - "w": 52, - "h": 45 - }, - "frame": { - "x": 52, - "y": 93, - "w": 52, - "h": 45 - } - }, - { - "filename": "0046.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 54, - "h": 47 - }, - "spriteSourceSize": { - "x": 1, - "y": 2, - "w": 52, - "h": 45 - }, - "frame": { - "x": 52, - "y": 93, - "w": 52, - "h": 45 - } - }, - { - "filename": "0051.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 54, - "h": 47 - }, - "spriteSourceSize": { - "x": 1, - "y": 2, - "w": 52, - "h": 45 - }, - "frame": { - "x": 52, - "y": 93, - "w": 52, - "h": 45 - } - }, - { - "filename": "0052.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 54, - "h": 47 - }, - "spriteSourceSize": { - "x": 1, - "y": 2, - "w": 52, - "h": 45 - }, - "frame": { - "x": 52, - "y": 93, - "w": 52, - "h": 45 - } - }, - { - "filename": "0049.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 54, - "h": 47 - }, - "spriteSourceSize": { - "x": 0, - "y": 2, - "w": 53, - "h": 45 - }, - "frame": { - "x": 104, - "y": 91, - "w": 53, - "h": 45 - } - }, - { - "filename": "0003.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 54, - "h": 47 - }, - "spriteSourceSize": { - "x": 1, - "y": 3, - "w": 53, - "h": 44 - }, - "frame": { - "x": 157, - "y": 91, - "w": 53, - "h": 44 - } - }, - { - "filename": "0011.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 54, - "h": 47 - }, - "spriteSourceSize": { - "x": 1, - "y": 3, - "w": 53, - "h": 44 - }, - "frame": { - "x": 157, - "y": 91, - "w": 53, - "h": 44 - } - }, - { - "filename": "0015.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 54, - "h": 47 - }, - "spriteSourceSize": { - "x": 1, - "y": 3, - "w": 53, - "h": 44 - }, - "frame": { - "x": 157, - "y": 91, - "w": 53, - "h": 44 - } - }, - { - "filename": "0023.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 54, - "h": 47 - }, - "spriteSourceSize": { - "x": 1, - "y": 3, - "w": 53, - "h": 44 - }, - "frame": { - "x": 157, - "y": 91, - "w": 53, - "h": 44 - } - }, - { - "filename": "0027.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 54, - "h": 47 - }, - "spriteSourceSize": { - "x": 1, - "y": 3, - "w": 53, - "h": 44 - }, - "frame": { - "x": 157, - "y": 91, - "w": 53, - "h": 44 - } - }, - { - "filename": "0035.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 54, - "h": 47 - }, - "spriteSourceSize": { - "x": 1, - "y": 3, - "w": 53, - "h": 44 - }, - "frame": { - "x": 157, - "y": 91, - "w": 53, - "h": 44 - } - }, - { - "filename": "0038.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 54, - "h": 47 - }, - "spriteSourceSize": { - "x": 1, - "y": 2, - "w": 52, - "h": 45 - }, - "frame": { - "x": 52, - "y": 138, - "w": 52, - "h": 45 - } - }, - { - "filename": "0006.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 54, - "h": 47 - }, - "spriteSourceSize": { - "x": 0, - "y": 6, - "w": 54, - "h": 41 - }, - "frame": { - "x": 52, - "y": 183, - "w": 54, - "h": 41 - } - }, - { - "filename": "0008.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 54, - "h": 47 - }, - "spriteSourceSize": { - "x": 0, - "y": 6, - "w": 54, - "h": 41 - }, - "frame": { - "x": 52, - "y": 183, - "w": 54, - "h": 41 - } - }, - { - "filename": "0018.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 54, - "h": 47 - }, - "spriteSourceSize": { - "x": 0, - "y": 6, - "w": 54, - "h": 41 - }, - "frame": { - "x": 52, - "y": 183, - "w": 54, - "h": 41 - } - }, - { - "filename": "0020.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 54, - "h": 47 - }, - "spriteSourceSize": { - "x": 0, - "y": 6, - "w": 54, - "h": 41 - }, - "frame": { - "x": 52, - "y": 183, - "w": 54, - "h": 41 - } - }, - { - "filename": "0030.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 54, - "h": 47 - }, - "spriteSourceSize": { - "x": 0, - "y": 6, - "w": 54, - "h": 41 - }, - "frame": { - "x": 52, - "y": 183, - "w": 54, - "h": 41 - } - }, - { - "filename": "0032.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 54, - "h": 47 - }, - "spriteSourceSize": { - "x": 0, - "y": 6, - "w": 54, - "h": 41 - }, - "frame": { - "x": 52, - "y": 183, - "w": 54, - "h": 41 - } - }, - { - "filename": "0004.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 54, - "h": 47 - }, - "spriteSourceSize": { - "x": 1, - "y": 3, - "w": 53, - "h": 44 - }, - "frame": { - "x": 104, - "y": 136, - "w": 53, - "h": 44 - } - }, - { - "filename": "0010.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 54, - "h": 47 - }, - "spriteSourceSize": { - "x": 1, - "y": 3, - "w": 53, - "h": 44 - }, - "frame": { - "x": 104, - "y": 136, - "w": 53, - "h": 44 - } - }, - { - "filename": "0016.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 54, - "h": 47 - }, - "spriteSourceSize": { - "x": 1, - "y": 3, - "w": 53, - "h": 44 - }, - "frame": { - "x": 104, - "y": 136, - "w": 53, - "h": 44 - } - }, - { - "filename": "0022.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 54, - "h": 47 - }, - "spriteSourceSize": { - "x": 1, - "y": 3, - "w": 53, - "h": 44 - }, - "frame": { - "x": 104, - "y": 136, - "w": 53, - "h": 44 - } - }, - { - "filename": "0028.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 54, - "h": 47 - }, - "spriteSourceSize": { - "x": 1, - "y": 3, - "w": 53, - "h": 44 - }, - "frame": { - "x": 104, - "y": 136, - "w": 53, - "h": 44 - } - }, - { - "filename": "0034.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 54, - "h": 47 - }, - "spriteSourceSize": { - "x": 1, - "y": 3, - "w": 53, - "h": 44 - }, - "frame": { - "x": 104, - "y": 136, - "w": 53, - "h": 44 - } - }, - { - "filename": "0050.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 54, - "h": 47 - }, - "spriteSourceSize": { - "x": 1, - "y": 2, - "w": 52, - "h": 45 - }, - "frame": { - "x": 157, - "y": 135, - "w": 52, - "h": 45 - } - }, - { - "filename": "0005.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 54, - "h": 47 - }, - "spriteSourceSize": { - "x": 0, - "y": 5, - "w": 54, - "h": 42 - }, - "frame": { - "x": 106, - "y": 180, - "w": 54, - "h": 42 - } - }, - { - "filename": "0009.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 54, - "h": 47 - }, - "spriteSourceSize": { - "x": 0, - "y": 5, - "w": 54, - "h": 42 - }, - "frame": { - "x": 106, - "y": 180, - "w": 54, - "h": 42 - } - }, - { - "filename": "0017.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 54, - "h": 47 - }, - "spriteSourceSize": { - "x": 0, - "y": 5, - "w": 54, - "h": 42 - }, - "frame": { - "x": 106, - "y": 180, - "w": 54, - "h": 42 - } - }, - { - "filename": "0021.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 54, - "h": 47 - }, - "spriteSourceSize": { - "x": 0, - "y": 5, - "w": 54, - "h": 42 - }, - "frame": { - "x": 106, - "y": 180, - "w": 54, - "h": 42 - } - }, - { - "filename": "0029.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 54, - "h": 47 - }, - "spriteSourceSize": { - "x": 0, - "y": 5, - "w": 54, - "h": 42 - }, - "frame": { - "x": 106, - "y": 180, - "w": 54, - "h": 42 - } - }, - { - "filename": "0033.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 54, - "h": 47 - }, - "spriteSourceSize": { - "x": 0, - "y": 5, - "w": 54, - "h": 42 - }, - "frame": { - "x": 106, - "y": 180, - "w": 54, - "h": 42 - } - }, - { - "filename": "0007.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 54, - "h": 47 - }, - "spriteSourceSize": { - "x": 0, - "y": 5, - "w": 54, - "h": 42 - }, - "frame": { - "x": 160, - "y": 180, - "w": 54, - "h": 42 - } - }, - { - "filename": "0019.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 54, - "h": 47 - }, - "spriteSourceSize": { - "x": 0, - "y": 5, - "w": 54, - "h": 42 - }, - "frame": { - "x": 160, - "y": 180, - "w": 54, - "h": 42 - } - }, - { - "filename": "0031.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 54, - "h": 47 - }, - "spriteSourceSize": { - "x": 0, - "y": 5, - "w": 54, - "h": 42 - }, - "frame": { - "x": 160, - "y": 180, - "w": 54, - "h": 42 - } - } - ] - } - ], - "meta": { - "app": "https://www.codeandweb.com/texturepacker", - "version": "3.0", - "smartupdate": "$TexturePacker:SmartUpdate:bc39b65cf0ec2f14ad8bf933de8a41c5:b5060619f68332d93b5dc706d7dd4b94:c679847d1c2ddf91caeaa5ebb76a6664$" - } +{ "frames": [ + { + "filename": "0001.png", + "frame": { "x": 0, "y": 0, "w": 59, "h": 46 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 59, "h": 46 }, + "sourceSize": { "w": 59, "h": 46 }, + "duration": 100 + }, + { + "filename": "0002.png", + "frame": { "x": 59, "y": 0, "w": 59, "h": 46 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 59, "h": 46 }, + "sourceSize": { "w": 59, "h": 46 }, + "duration": 100 + }, + { + "filename": "0003.png", + "frame": { "x": 118, "y": 0, "w": 59, "h": 46 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 59, "h": 46 }, + "sourceSize": { "w": 59, "h": 46 }, + "duration": 100 + }, + { + "filename": "0004.png", + "frame": { "x": 177, "y": 0, "w": 59, "h": 46 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 59, "h": 46 }, + "sourceSize": { "w": 59, "h": 46 }, + "duration": 100 + }, + { + "filename": "0005.png", + "frame": { "x": 0, "y": 46, "w": 59, "h": 46 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 59, "h": 46 }, + "sourceSize": { "w": 59, "h": 46 }, + "duration": 100 + }, + { + "filename": "0006.png", + "frame": { "x": 59, "y": 46, "w": 59, "h": 46 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 59, "h": 46 }, + "sourceSize": { "w": 59, "h": 46 }, + "duration": 100 + }, + { + "filename": "0007.png", + "frame": { "x": 118, "y": 46, "w": 59, "h": 46 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 59, "h": 46 }, + "sourceSize": { "w": 59, "h": 46 }, + "duration": 100 + }, + { + "filename": "0008.png", + "frame": { "x": 177, "y": 46, "w": 59, "h": 46 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 59, "h": 46 }, + "sourceSize": { "w": 59, "h": 46 }, + "duration": 100 + }, + { + "filename": "0009.png", + "frame": { "x": 0, "y": 92, "w": 59, "h": 46 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 59, "h": 46 }, + "sourceSize": { "w": 59, "h": 46 }, + "duration": 100 + }, + { + "filename": "0010.png", + "frame": { "x": 59, "y": 92, "w": 59, "h": 46 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 59, "h": 46 }, + "sourceSize": { "w": 59, "h": 46 }, + "duration": 100 + } + ], + "meta": { + "app": "https://www.aseprite.org/", + "version": "1.3.13-x64", + "image": "2037.png", + "format": "I8", + "size": { "w": 236, "h": 138 }, + "scale": "1" + } } diff --git a/public/images/pokemon/exp/shiny/2037.png b/public/images/pokemon/exp/shiny/2037.png index 57b5fc6a54a..bf55fc87f2c 100644 Binary files a/public/images/pokemon/exp/shiny/2037.png and b/public/images/pokemon/exp/shiny/2037.png differ diff --git a/public/images/pokemon/exp/shiny/2038.json b/public/images/pokemon/exp/shiny/2038.json index 864e19300de..90b36cbc795 100644 --- a/public/images/pokemon/exp/shiny/2038.json +++ b/public/images/pokemon/exp/shiny/2038.json @@ -1,692 +1,155 @@ -{ - "textures": [ - { - "image": "2038.png", - "format": "RGBA8888", - "size": { - "w": 516, - "h": 516 - }, - "scale": 1, - "frames": [ - { - "filename": "0001.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 94, - "h": 87 - }, - "spriteSourceSize": { - "x": 3, - "y": 9, - "w": 86, - "h": 74 - }, - "frame": { - "x": 0, - "y": 0, - "w": 86, - "h": 74 - } - }, - { - "filename": "0002.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 94, - "h": 87 - }, - "spriteSourceSize": { - "x": 3, - "y": 8, - "w": 84, - "h": 75 - }, - "frame": { - "x": 86, - "y": 0, - "w": 84, - "h": 75 - } - }, - { - "filename": "0003.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 94, - "h": 87 - }, - "spriteSourceSize": { - "x": 2, - "y": 8, - "w": 85, - "h": 75 - }, - "frame": { - "x": 170, - "y": 0, - "w": 85, - "h": 75 - } - }, - { - "filename": "0004.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 94, - "h": 87 - }, - "spriteSourceSize": { - "x": 2, - "y": 8, - "w": 85, - "h": 75 - }, - "frame": { - "x": 255, - "y": 0, - "w": 85, - "h": 75 - } - }, - { - "filename": "0005.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 94, - "h": 87 - }, - "spriteSourceSize": { - "x": 1, - "y": 8, - "w": 86, - "h": 75 - }, - "frame": { - "x": 340, - "y": 0, - "w": 86, - "h": 75 - } - }, - { - "filename": "0006.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 94, - "h": 87 - }, - "spriteSourceSize": { - "x": 1, - "y": 8, - "w": 86, - "h": 75 - }, - "frame": { - "x": 426, - "y": 0, - "w": 86, - "h": 75 - } - }, - { - "filename": "0031.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 94, - "h": 87 - }, - "spriteSourceSize": { - "x": 3, - "y": 8, - "w": 88, - "h": 75 - }, - "frame": { - "x": 0, - "y": 75, - "w": 88, - "h": 75 - } - }, - { - "filename": "0032.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 94, - "h": 87 - }, - "spriteSourceSize": { - "x": 3, - "y": 8, - "w": 87, - "h": 75 - }, - "frame": { - "x": 88, - "y": 75, - "w": 87, - "h": 75 - } - }, - { - "filename": "0030.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 94, - "h": 87 - }, - "spriteSourceSize": { - "x": 3, - "y": 7, - "w": 89, - "h": 76 - }, - "frame": { - "x": 175, - "y": 75, - "w": 89, - "h": 76 - } - }, - { - "filename": "0007.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 94, - "h": 87 - }, - "spriteSourceSize": { - "x": 0, - "y": 8, - "w": 87, - "h": 77 - }, - "frame": { - "x": 264, - "y": 75, - "w": 87, - "h": 77 - } - }, - { - "filename": "0029.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 94, - "h": 87 - }, - "spriteSourceSize": { - "x": 3, - "y": 6, - "w": 90, - "h": 77 - }, - "frame": { - "x": 351, - "y": 75, - "w": 90, - "h": 77 - } - }, - { - "filename": "0008.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 94, - "h": 87 - }, - "spriteSourceSize": { - "x": 0, - "y": 8, - "w": 86, - "h": 78 - }, - "frame": { - "x": 0, - "y": 150, - "w": 86, - "h": 78 - } - }, - { - "filename": "0011.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 94, - "h": 87 - }, - "spriteSourceSize": { - "x": 0, - "y": 9, - "w": 85, - "h": 78 - }, - "frame": { - "x": 86, - "y": 150, - "w": 85, - "h": 78 - } - }, - { - "filename": "0012.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 94, - "h": 87 - }, - "spriteSourceSize": { - "x": 0, - "y": 9, - "w": 85, - "h": 78 - }, - "frame": { - "x": 171, - "y": 151, - "w": 85, - "h": 78 - } - }, - { - "filename": "0028.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 94, - "h": 87 - }, - "spriteSourceSize": { - "x": 3, - "y": 5, - "w": 91, - "h": 78 - }, - "frame": { - "x": 256, - "y": 152, - "w": 91, - "h": 78 - } - }, - { - "filename": "0009.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 94, - "h": 87 - }, - "spriteSourceSize": { - "x": 0, - "y": 8, - "w": 86, - "h": 79 - }, - "frame": { - "x": 347, - "y": 152, - "w": 86, - "h": 79 - } - }, - { - "filename": "0010.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 94, - "h": 87 - }, - "spriteSourceSize": { - "x": 0, - "y": 8, - "w": 86, - "h": 79 - }, - "frame": { - "x": 0, - "y": 228, - "w": 86, - "h": 79 - } - }, - { - "filename": "0013.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 94, - "h": 87 - }, - "spriteSourceSize": { - "x": 0, - "y": 8, - "w": 85, - "h": 79 - }, - "frame": { - "x": 86, - "y": 228, - "w": 85, - "h": 79 - } - }, - { - "filename": "0014.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 94, - "h": 87 - }, - "spriteSourceSize": { - "x": 0, - "y": 8, - "w": 85, - "h": 79 - }, - "frame": { - "x": 171, - "y": 229, - "w": 85, - "h": 79 - } - }, - { - "filename": "0015.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 94, - "h": 87 - }, - "spriteSourceSize": { - "x": 0, - "y": 7, - "w": 85, - "h": 79 - }, - "frame": { - "x": 256, - "y": 230, - "w": 85, - "h": 79 - } - }, - { - "filename": "0027.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 94, - "h": 87 - }, - "spriteSourceSize": { - "x": 4, - "y": 4, - "w": 90, - "h": 79 - }, - "frame": { - "x": 341, - "y": 231, - "w": 90, - "h": 79 - } - }, - { - "filename": "0016.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 94, - "h": 87 - }, - "spriteSourceSize": { - "x": 0, - "y": 5, - "w": 85, - "h": 80 - }, - "frame": { - "x": 431, - "y": 231, - "w": 85, - "h": 80 - } - }, - { - "filename": "0017.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 94, - "h": 87 - }, - "spriteSourceSize": { - "x": 0, - "y": 4, - "w": 86, - "h": 80 - }, - "frame": { - "x": 0, - "y": 307, - "w": 86, - "h": 80 - } - }, - { - "filename": "0018.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 94, - "h": 87 - }, - "spriteSourceSize": { - "x": 0, - "y": 2, - "w": 87, - "h": 81 - }, - "frame": { - "x": 86, - "y": 308, - "w": 87, - "h": 81 - } - }, - { - "filename": "0026.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 94, - "h": 87 - }, - "spriteSourceSize": { - "x": 4, - "y": 2, - "w": 90, - "h": 81 - }, - "frame": { - "x": 173, - "y": 309, - "w": 90, - "h": 81 - } - }, - { - "filename": "0019.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 94, - "h": 87 - }, - "spriteSourceSize": { - "x": 0, - "y": 1, - "w": 88, - "h": 82 - }, - "frame": { - "x": 263, - "y": 310, - "w": 88, - "h": 82 - } - }, - { - "filename": "0025.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 94, - "h": 87 - }, - "spriteSourceSize": { - "x": 4, - "y": 1, - "w": 90, - "h": 82 - }, - "frame": { - "x": 351, - "y": 311, - "w": 90, - "h": 82 - } - }, - { - "filename": "0020.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 94, - "h": 87 - }, - "spriteSourceSize": { - "x": 1, - "y": 0, - "w": 88, - "h": 83 - }, - "frame": { - "x": 0, - "y": 389, - "w": 88, - "h": 83 - } - }, - { - "filename": "0021.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 94, - "h": 87 - }, - "spriteSourceSize": { - "x": 1, - "y": 0, - "w": 89, - "h": 83 - }, - "frame": { - "x": 88, - "y": 390, - "w": 89, - "h": 83 - } - }, - { - "filename": "0022.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 94, - "h": 87 - }, - "spriteSourceSize": { - "x": 2, - "y": 0, - "w": 89, - "h": 83 - }, - "frame": { - "x": 177, - "y": 392, - "w": 89, - "h": 83 - } - }, - { - "filename": "0023.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 94, - "h": 87 - }, - "spriteSourceSize": { - "x": 3, - "y": 0, - "w": 89, - "h": 83 - }, - "frame": { - "x": 266, - "y": 393, - "w": 89, - "h": 83 - } - }, - { - "filename": "0024.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 94, - "h": 87 - }, - "spriteSourceSize": { - "x": 3, - "y": 0, - "w": 90, - "h": 83 - }, - "frame": { - "x": 355, - "y": 393, - "w": 90, - "h": 83 - } - } - ] - } - ], - "meta": { - "app": "https://www.codeandweb.com/texturepacker", - "version": "3.0", - "smartupdate": "$TexturePacker:SmartUpdate:90bf50050728a091bdf4379ca942498d:30c5d97fa3349bcea4fb2421cc82a0fc:51bcdbb4fa6a1a9e90a83c2a4132ee1b$" - } +{ "frames": [ + { + "filename": "0001.png", + "frame": { "x": 157, "y": 194, "w": 76, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 2, "w": 76, "h": 65 }, + "sourceSize": { "w": 86, "h": 67 }, + "duration": 100 + }, + { + "filename": "0002.png", + "frame": { "x": 164, "y": 128, "w": 80, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 1, "w": 80, "h": 66 }, + "sourceSize": { "w": 86, "h": 67 }, + "duration": 100 + }, + { + "filename": "0003.png", + "frame": { "x": 244, "y": 128, "w": 80, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 1, "w": 80, "h": 64 }, + "sourceSize": { "w": 86, "h": 67 }, + "duration": 100 + }, + { + "filename": "0004.png", + "frame": { "x": 0, "y": 130, "w": 80, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 1, "w": 80, "h": 64 }, + "sourceSize": { "w": 86, "h": 67 }, + "duration": 100 + }, + { + "filename": "0005.png", + "frame": { "x": 78, "y": 194, "w": 79, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 2, "w": 79, "h": 64 }, + "sourceSize": { "w": 86, "h": 67 }, + "duration": 100 + }, + { + "filename": "0006.png", + "frame": { "x": 170, "y": 0, "w": 84, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 1, "w": 84, "h": 64 }, + "sourceSize": { "w": 86, "h": 67 }, + "duration": 100 + }, + { + "filename": "0007.png", + "frame": { "x": 254, "y": 0, "w": 84, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 1, "w": 84, "h": 64 }, + "sourceSize": { "w": 86, "h": 67 }, + "duration": 100 + }, + { + "filename": "0008.png", + "frame": { "x": 86, "y": 0, "w": 84, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 0, "w": 84, "h": 65 }, + "sourceSize": { "w": 86, "h": 67 }, + "duration": 100 + }, + { + "filename": "0009.png", + "frame": { "x": 170, "y": 64, "w": 84, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 1, "w": 84, "h": 64 }, + "sourceSize": { "w": 86, "h": 67 }, + "duration": 100 + }, + { + "filename": "0010.png", + "frame": { "x": 0, "y": 0, "w": 86, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 0, "w": 86, "h": 65 }, + "sourceSize": { "w": 86, "h": 67 }, + "duration": 100 + }, + { + "filename": "0011.png", + "frame": { "x": 254, "y": 64, "w": 84, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 1, "w": 84, "h": 64 }, + "sourceSize": { "w": 86, "h": 67 }, + "duration": 100 + }, + { + "filename": "0012.png", + "frame": { "x": 0, "y": 65, "w": 82, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 0, "w": 82, "h": 65 }, + "sourceSize": { "w": 86, "h": 67 }, + "duration": 100 + }, + { + "filename": "0013.png", + "frame": { "x": 80, "y": 130, "w": 80, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 1, "w": 80, "h": 64 }, + "sourceSize": { "w": 86, "h": 67 }, + "duration": 100 + }, + { + "filename": "0014.png", + "frame": { "x": 82, "y": 65, "w": 82, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 1, "w": 82, "h": 65 }, + "sourceSize": { "w": 86, "h": 67 }, + "duration": 100 + }, + { + "filename": "0015.png", + "frame": { "x": 244, "y": 192, "w": 80, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 1, "w": 80, "h": 64 }, + "sourceSize": { "w": 86, "h": 67 }, + "duration": 100 + }, + { + "filename": "0016.png", + "frame": { "x": 0, "y": 194, "w": 78, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 1, "w": 78, "h": 65 }, + "sourceSize": { "w": 86, "h": 67 }, + "duration": 100 + } + ], + "meta": { + "app": "https://www.aseprite.org/", + "version": "1.3.13-x64", + "image": "2038.png", + "format": "I8", + "size": { "w": 338, "h": 259 }, + "scale": "1" + } } diff --git a/public/images/pokemon/exp/shiny/2038.png b/public/images/pokemon/exp/shiny/2038.png index 4496e7eacc2..c2e00f4c939 100644 Binary files a/public/images/pokemon/exp/shiny/2038.png and b/public/images/pokemon/exp/shiny/2038.png differ diff --git a/public/images/pokemon/exp/shiny/2074.json b/public/images/pokemon/exp/shiny/2074.json index 0707b26186c..c29fe8e2992 100644 --- a/public/images/pokemon/exp/shiny/2074.json +++ b/public/images/pokemon/exp/shiny/2074.json @@ -1,272 +1,425 @@ -{ - "textures": [ - { - "image": "2074.png", - "format": "RGBA8888", - "size": { - "w": 142, - "h": 142 - }, - "scale": 1, - "frames": [ - { - "filename": "0001.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 63, - "h": 44 - }, - "spriteSourceSize": { - "x": 0, - "y": 16, - "w": 63, - "h": 28 - }, - "frame": { - "x": 0, - "y": 0, - "w": 63, - "h": 28 - } - }, - { - "filename": "0002.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 63, - "h": 44 - }, - "spriteSourceSize": { - "x": 1, - "y": 12, - "w": 61, - "h": 30 - }, - "frame": { - "x": 63, - "y": 0, - "w": 61, - "h": 30 - } - }, - { - "filename": "0012.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 63, - "h": 44 - }, - "spriteSourceSize": { - "x": 1, - "y": 12, - "w": 61, - "h": 30 - }, - "frame": { - "x": 63, - "y": 0, - "w": 61, - "h": 30 - } - }, - { - "filename": "0003.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 63, - "h": 44 - }, - "spriteSourceSize": { - "x": 3, - "y": 8, - "w": 57, - "h": 32 - }, - "frame": { - "x": 0, - "y": 28, - "w": 57, - "h": 32 - } - }, - { - "filename": "0011.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 63, - "h": 44 - }, - "spriteSourceSize": { - "x": 3, - "y": 8, - "w": 57, - "h": 32 - }, - "frame": { - "x": 0, - "y": 28, - "w": 57, - "h": 32 - } - }, - { - "filename": "0004.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 63, - "h": 44 - }, - "spriteSourceSize": { - "x": 3, - "y": 4, - "w": 56, - "h": 35 - }, - "frame": { - "x": 57, - "y": 30, - "w": 56, - "h": 35 - } - }, - { - "filename": "0010.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 63, - "h": 44 - }, - "spriteSourceSize": { - "x": 3, - "y": 4, - "w": 56, - "h": 35 - }, - "frame": { - "x": 57, - "y": 30, - "w": 56, - "h": 35 - } - }, - { - "filename": "0005.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 63, - "h": 44 - }, - "spriteSourceSize": { - "x": 5, - "y": 0, - "w": 52, - "h": 37 - }, - "frame": { - "x": 0, - "y": 60, - "w": 52, - "h": 37 - } - }, - { - "filename": "0009.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 63, - "h": 44 - }, - "spriteSourceSize": { - "x": 5, - "y": 0, - "w": 52, - "h": 37 - }, - "frame": { - "x": 0, - "y": 60, - "w": 52, - "h": 37 - } - }, - { - "filename": "0008.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 63, - "h": 44 - }, - "spriteSourceSize": { - "x": 8, - "y": 0, - "w": 47, - "h": 40 - }, - "frame": { - "x": 0, - "y": 97, - "w": 47, - "h": 40 - } - }, - { - "filename": "0007.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 63, - "h": 44 - }, - "spriteSourceSize": { - "x": 8, - "y": 0, - "w": 48, - "h": 39 - }, - "frame": { - "x": 47, - "y": 97, - "w": 48, - "h": 39 - } - }, - { - "filename": "0006.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 63, - "h": 44 - }, - "spriteSourceSize": { - "x": 8, - "y": 0, - "w": 47, - "h": 39 - }, - "frame": { - "x": 95, - "y": 65, - "w": 47, - "h": 39 - } - } - ] - } - ], - "meta": { - "app": "https://www.codeandweb.com/texturepacker", - "version": "3.0", - "smartupdate": "$TexturePacker:SmartUpdate:8b430a28b9c42658bb83aba3cc9d0d69:c07291451914e5634685b69162c2028f:ad137687a877f55f096b7447bfdfe295$" - } +{ "frames": [ + { + "filename": "0001.png", + "frame": { "x": 118, "y": 120, "w": 55, "h": 30 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 4, "w": 55, "h": 30 }, + "sourceSize": { "w": 70, "h": 42 }, + "duration": 100 + }, + { + "filename": "0002.png", + "frame": { "x": 64, "y": 91, "w": 58, "h": 29 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 7, "w": 58, "h": 29 }, + "sourceSize": { "w": 70, "h": 42 }, + "duration": 100 + }, + { + "filename": "0003.png", + "frame": { "x": 122, "y": 92, "w": 60, "h": 28 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 11, "w": 60, "h": 28 }, + "sourceSize": { "w": 70, "h": 42 }, + "duration": 100 + }, + { + "filename": "0004.png", + "frame": { "x": 1, "y": 90, "w": 63, "h": 28 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 14, "w": 63, "h": 28 }, + "sourceSize": { "w": 70, "h": 42 }, + "duration": 100 + }, + { + "filename": "0005.png", + "frame": { "x": 251, "y": 32, "w": 65, "h": 29 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 13, "w": 65, "h": 29 }, + "sourceSize": { "w": 70, "h": 42 }, + "duration": 100 + }, + { + "filename": "0006.png", + "frame": { "x": 1, "y": 32, "w": 67, "h": 30 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 12, "w": 67, "h": 30 }, + "sourceSize": { "w": 70, "h": 42 }, + "duration": 100 + }, + { + "filename": "0007.png", + "frame": { "x": 251, "y": 61, "w": 65, "h": 29 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 11, "w": 65, "h": 29 }, + "sourceSize": { "w": 70, "h": 42 }, + "duration": 100 + }, + { + "filename": "0008.png", + "frame": { "x": 133, "y": 64, "w": 64, "h": 28 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 11, "w": 64, "h": 28 }, + "sourceSize": { "w": 70, "h": 42 }, + "duration": 100 + }, + { + "filename": "0009.png", + "frame": { "x": 256, "y": 118, "w": 62, "h": 27 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 10, "w": 62, "h": 27 }, + "sourceSize": { "w": 70, "h": 42 }, + "duration": 100 + }, + { + "filename": "0010.png", + "frame": { "x": 1, "y": 118, "w": 60, "h": 28 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 8, "w": 60, "h": 28 }, + "sourceSize": { "w": 70, "h": 42 }, + "duration": 100 + }, + { + "filename": "0011.png", + "frame": { "x": 61, "y": 120, "w": 57, "h": 29 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 6, "w": 57, "h": 29 }, + "sourceSize": { "w": 70, "h": 42 }, + "duration": 100 + }, + { + "filename": "0012.png", + "frame": { "x": 118, "y": 120, "w": 55, "h": 30 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 4, "w": 55, "h": 30 }, + "sourceSize": { "w": 70, "h": 42 }, + "duration": 100 + }, + { + "filename": "0013.png", + "frame": { "x": 64, "y": 91, "w": 58, "h": 29 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 7, "w": 58, "h": 29 }, + "sourceSize": { "w": 70, "h": 42 }, + "duration": 100 + }, + { + "filename": "0014.png", + "frame": { "x": 122, "y": 92, "w": 60, "h": 28 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 11, "w": 60, "h": 28 }, + "sourceSize": { "w": 70, "h": 42 }, + "duration": 100 + }, + { + "filename": "0015.png", + "frame": { "x": 1, "y": 90, "w": 63, "h": 28 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 14, "w": 63, "h": 28 }, + "sourceSize": { "w": 70, "h": 42 }, + "duration": 100 + }, + { + "filename": "0016.png", + "frame": { "x": 251, "y": 32, "w": 65, "h": 29 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 13, "w": 65, "h": 29 }, + "sourceSize": { "w": 70, "h": 42 }, + "duration": 100 + }, + { + "filename": "0017.png", + "frame": { "x": 1, "y": 32, "w": 67, "h": 30 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 12, "w": 67, "h": 30 }, + "sourceSize": { "w": 70, "h": 42 }, + "duration": 100 + }, + { + "filename": "0018.png", + "frame": { "x": 251, "y": 61, "w": 65, "h": 29 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 11, "w": 65, "h": 29 }, + "sourceSize": { "w": 70, "h": 42 }, + "duration": 100 + }, + { + "filename": "0019.png", + "frame": { "x": 133, "y": 64, "w": 64, "h": 28 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 11, "w": 64, "h": 28 }, + "sourceSize": { "w": 70, "h": 42 }, + "duration": 100 + }, + { + "filename": "0020.png", + "frame": { "x": 182, "y": 119, "w": 62, "h": 27 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 10, "w": 62, "h": 27 }, + "sourceSize": { "w": 70, "h": 42 }, + "duration": 100 + }, + { + "filename": "0021.png", + "frame": { "x": 1, "y": 118, "w": 60, "h": 28 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 8, "w": 60, "h": 28 }, + "sourceSize": { "w": 70, "h": 42 }, + "duration": 100 + }, + { + "filename": "0022.png", + "frame": { "x": 61, "y": 120, "w": 57, "h": 29 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 6, "w": 57, "h": 29 }, + "sourceSize": { "w": 70, "h": 42 }, + "duration": 100 + }, + { + "filename": "0023.png", + "frame": { "x": 118, "y": 120, "w": 55, "h": 30 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 4, "w": 55, "h": 30 }, + "sourceSize": { "w": 70, "h": 42 }, + "duration": 100 + }, + { + "filename": "0024.png", + "frame": { "x": 64, "y": 91, "w": 58, "h": 29 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 7, "w": 58, "h": 29 }, + "sourceSize": { "w": 70, "h": 42 }, + "duration": 100 + }, + { + "filename": "0025.png", + "frame": { "x": 122, "y": 92, "w": 60, "h": 28 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 11, "w": 60, "h": 28 }, + "sourceSize": { "w": 70, "h": 42 }, + "duration": 100 + }, + { + "filename": "0026.png", + "frame": { "x": 1, "y": 90, "w": 63, "h": 28 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 14, "w": 63, "h": 28 }, + "sourceSize": { "w": 70, "h": 42 }, + "duration": 100 + }, + { + "filename": "0027.png", + "frame": { "x": 251, "y": 32, "w": 65, "h": 29 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 13, "w": 65, "h": 29 }, + "sourceSize": { "w": 70, "h": 42 }, + "duration": 100 + }, + { + "filename": "0028.png", + "frame": { "x": 1, "y": 32, "w": 67, "h": 30 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 12, "w": 67, "h": 30 }, + "sourceSize": { "w": 70, "h": 42 }, + "duration": 100 + }, + { + "filename": "0029.png", + "frame": { "x": 251, "y": 61, "w": 65, "h": 29 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 11, "w": 65, "h": 29 }, + "sourceSize": { "w": 70, "h": 42 }, + "duration": 100 + }, + { + "filename": "0030.png", + "frame": { "x": 133, "y": 64, "w": 64, "h": 28 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 11, "w": 64, "h": 28 }, + "sourceSize": { "w": 70, "h": 42 }, + "duration": 100 + }, + { + "filename": "0031.png", + "frame": { "x": 182, "y": 119, "w": 62, "h": 27 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 10, "w": 62, "h": 27 }, + "sourceSize": { "w": 70, "h": 42 }, + "duration": 100 + }, + { + "filename": "0032.png", + "frame": { "x": 1, "y": 118, "w": 60, "h": 28 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 8, "w": 60, "h": 28 }, + "sourceSize": { "w": 70, "h": 42 }, + "duration": 100 + }, + { + "filename": "0033.png", + "frame": { "x": 61, "y": 120, "w": 57, "h": 29 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 6, "w": 57, "h": 29 }, + "sourceSize": { "w": 70, "h": 42 }, + "duration": 100 + }, + { + "filename": "0034.png", + "frame": { "x": 118, "y": 120, "w": 55, "h": 30 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 4, "w": 55, "h": 30 }, + "sourceSize": { "w": 70, "h": 42 }, + "duration": 100 + }, + { + "filename": "0035.png", + "frame": { "x": 197, "y": 90, "w": 59, "h": 29 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 8, "w": 59, "h": 29 }, + "sourceSize": { "w": 70, "h": 42 }, + "duration": 100 + }, + { + "filename": "0036.png", + "frame": { "x": 256, "y": 90, "w": 61, "h": 28 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 11, "w": 61, "h": 28 }, + "sourceSize": { "w": 70, "h": 42 }, + "duration": 100 + }, + { + "filename": "0037.png", + "frame": { "x": 68, "y": 63, "w": 65, "h": 28 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 11, "w": 65, "h": 28 }, + "sourceSize": { "w": 70, "h": 42 }, + "duration": 100 + }, + { + "filename": "0038.png", + "frame": { "x": 1, "y": 62, "w": 67, "h": 28 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 6, "w": 67, "h": 28 }, + "sourceSize": { "w": 70, "h": 42 }, + "duration": 100 + }, + { + "filename": "0039.png", + "frame": { "x": 71, "y": 1, "w": 69, "h": 31 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 2, "w": 69, "h": 31 }, + "sourceSize": { "w": 70, "h": 42 }, + "duration": 100 + }, + { + "filename": "0040.png", + "frame": { "x": 1, "y": 1, "w": 70, "h": 31 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 0, "w": 70, "h": 31 }, + "sourceSize": { "w": 70, "h": 42 }, + "duration": 100 + }, + { + "filename": "0041.png", + "frame": { "x": 140, "y": 1, "w": 69, "h": 31 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 1, "w": 69, "h": 31 }, + "sourceSize": { "w": 70, "h": 42 }, + "duration": 100 + }, + { + "filename": "0042.png", + "frame": { "x": 209, "y": 1, "w": 67, "h": 31 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 2, "w": 67, "h": 31 }, + "sourceSize": { "w": 70, "h": 42 }, + "duration": 100 + }, + { + "filename": "0043.png", + "frame": { "x": 276, "y": 1, "w": 65, "h": 31 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 3, "w": 65, "h": 31 }, + "sourceSize": { "w": 70, "h": 42 }, + "duration": 100 + }, + { + "filename": "0044.png", + "frame": { "x": 129, "y": 32, "w": 63, "h": 30 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 4, "w": 63, "h": 30 }, + "sourceSize": { "w": 70, "h": 42 }, + "duration": 100 + }, + { + "filename": "0045.png", + "frame": { "x": 68, "y": 32, "w": 61, "h": 31 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 4, "w": 61, "h": 31 }, + "sourceSize": { "w": 70, "h": 42 }, + "duration": 100 + }, + { + "filename": "0046.png", + "frame": { "x": 192, "y": 32, "w": 59, "h": 32 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 4, "w": 59, "h": 32 }, + "sourceSize": { "w": 70, "h": 42 }, + "duration": 100 + } + ], + "meta": { + "app": "https://www.aseprite.org/", + "version": "1.3.13-x64", + "image": "2074.png", + "format": "I8", + "size": { "w": 342, "h": 151 }, + "scale": "1" + } } diff --git a/public/images/pokemon/exp/shiny/2074.png b/public/images/pokemon/exp/shiny/2074.png index 8ca5c12c06d..6697b81ffbc 100644 Binary files a/public/images/pokemon/exp/shiny/2074.png and b/public/images/pokemon/exp/shiny/2074.png differ diff --git a/public/images/pokemon/exp/shiny/2075.json b/public/images/pokemon/exp/shiny/2075.json index e754d41dc7e..536079456f0 100644 --- a/public/images/pokemon/exp/shiny/2075.json +++ b/public/images/pokemon/exp/shiny/2075.json @@ -1,272 +1,812 @@ -{ - "textures": [ - { - "image": "2075.png", - "format": "RGBA8888", - "size": { - "w": 184, - "h": 184 - }, - "scale": 1, - "frames": [ - { - "filename": "0005.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 87, - "h": 52 - }, - "spriteSourceSize": { - "x": 0, - "y": 1, - "w": 84, - "h": 50 - }, - "frame": { - "x": 0, - "y": 0, - "w": 84, - "h": 50 - } - }, - { - "filename": "0009.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 87, - "h": 52 - }, - "spriteSourceSize": { - "x": 0, - "y": 1, - "w": 84, - "h": 50 - }, - "frame": { - "x": 0, - "y": 0, - "w": 84, - "h": 50 - } - }, - { - "filename": "0004.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 87, - "h": 52 - }, - "spriteSourceSize": { - "x": 0, - "y": 2, - "w": 83, - "h": 50 - }, - "frame": { - "x": 84, - "y": 0, - "w": 83, - "h": 50 - } - }, - { - "filename": "0010.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 87, - "h": 52 - }, - "spriteSourceSize": { - "x": 0, - "y": 2, - "w": 83, - "h": 50 - }, - "frame": { - "x": 84, - "y": 0, - "w": 83, - "h": 50 - } - }, - { - "filename": "0006.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 87, - "h": 52 - }, - "spriteSourceSize": { - "x": 5, - "y": 0, - "w": 82, - "h": 51 - }, - "frame": { - "x": 0, - "y": 50, - "w": 82, - "h": 51 - } - }, - { - "filename": "0008.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 87, - "h": 52 - }, - "spriteSourceSize": { - "x": 5, - "y": 0, - "w": 82, - "h": 51 - }, - "frame": { - "x": 0, - "y": 50, - "w": 82, - "h": 51 - } - }, - { - "filename": "0003.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 87, - "h": 52 - }, - "spriteSourceSize": { - "x": 0, - "y": 6, - "w": 83, - "h": 46 - }, - "frame": { - "x": 82, - "y": 50, - "w": 83, - "h": 46 - } - }, - { - "filename": "0011.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 87, - "h": 52 - }, - "spriteSourceSize": { - "x": 0, - "y": 6, - "w": 83, - "h": 46 - }, - "frame": { - "x": 82, - "y": 50, - "w": 83, - "h": 46 - } - }, - { - "filename": "0002.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 87, - "h": 52 - }, - "spriteSourceSize": { - "x": 1, - "y": 7, - "w": 81, - "h": 45 - }, - "frame": { - "x": 82, - "y": 96, - "w": 81, - "h": 45 - } - }, - { - "filename": "0012.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 87, - "h": 52 - }, - "spriteSourceSize": { - "x": 1, - "y": 7, - "w": 81, - "h": 45 - }, - "frame": { - "x": 82, - "y": 96, - "w": 81, - "h": 45 - } - }, - { - "filename": "0007.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 87, - "h": 52 - }, - "spriteSourceSize": { - "x": 7, - "y": 0, - "w": 80, - "h": 51 - }, - "frame": { - "x": 0, - "y": 101, - "w": 80, - "h": 51 - } - }, - { - "filename": "0001.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 87, - "h": 52 - }, - "spriteSourceSize": { - "x": 3, - "y": 9, - "w": 78, - "h": 43 - }, - "frame": { - "x": 80, - "y": 141, - "w": 78, - "h": 43 - } - } - ] - } - ], - "meta": { - "app": "https://www.codeandweb.com/texturepacker", - "version": "3.0", - "smartupdate": "$TexturePacker:SmartUpdate:f0da90bc6bf32531b1e0ebbaa09bf832:9b17b69f6928a9f2486d30e170634486:732805cb123f88b2d403da0dec709706$" - } +{ "frames": [ + { + "filename": "0001.png", + "frame": { "x": 225, "y": 1, "w": 73, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 2, "w": 73, "h": 44 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0002.png", + "frame": { "x": 442, "y": 1, "w": 72, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 2, "w": 72, "h": 44 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0003.png", + "frame": { "x": 144, "y": 88, "w": 71, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 10, "y": 2, "w": 71, "h": 43 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0004.png", + "frame": { "x": 358, "y": 89, "w": 69, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 12, "y": 1, "w": 69, "h": 44 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0005.png", + "frame": { "x": 145, "y": 218, "w": 65, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 14, "y": 0, "w": 65, "h": 44 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0006.png", + "frame": { "x": 358, "y": 89, "w": 69, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 12, "y": 1, "w": 69, "h": 44 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0007.png", + "frame": { "x": 144, "y": 88, "w": 71, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 10, "y": 2, "w": 71, "h": 43 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0008.png", + "frame": { "x": 442, "y": 1, "w": 72, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 2, "w": 72, "h": 44 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0009.png", + "frame": { "x": 225, "y": 1, "w": 73, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 2, "w": 73, "h": 44 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0010.png", + "frame": { "x": 1, "y": 1, "w": 75, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 2, "w": 75, "h": 44 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0011.png", + "frame": { "x": 76, "y": 1, "w": 75, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 2, "w": 75, "h": 44 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0012.png", + "frame": { "x": 151, "y": 1, "w": 74, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 2, "w": 74, "h": 44 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0013.png", + "frame": { "x": 298, "y": 1, "w": 73, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 2, "w": 73, "h": 44 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0014.png", + "frame": { "x": 151, "y": 1, "w": 74, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 2, "w": 74, "h": 44 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0015.png", + "frame": { "x": 76, "y": 1, "w": 75, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 2, "w": 75, "h": 44 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0016.png", + "frame": { "x": 1, "y": 1, "w": 75, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 2, "w": 75, "h": 44 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0017.png", + "frame": { "x": 225, "y": 1, "w": 73, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 2, "w": 73, "h": 44 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0018.png", + "frame": { "x": 442, "y": 1, "w": 72, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 2, "w": 72, "h": 44 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0019.png", + "frame": { "x": 144, "y": 88, "w": 71, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 10, "y": 2, "w": 71, "h": 43 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0020.png", + "frame": { "x": 358, "y": 89, "w": 69, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 12, "y": 1, "w": 69, "h": 44 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0021.png", + "frame": { "x": 145, "y": 218, "w": 65, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 14, "y": 0, "w": 65, "h": 44 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0022.png", + "frame": { "x": 358, "y": 89, "w": 69, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 12, "y": 1, "w": 69, "h": 44 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0023.png", + "frame": { "x": 144, "y": 88, "w": 71, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 10, "y": 2, "w": 71, "h": 43 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0024.png", + "frame": { "x": 442, "y": 1, "w": 72, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 2, "w": 72, "h": 44 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0025.png", + "frame": { "x": 225, "y": 1, "w": 73, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 2, "w": 73, "h": 44 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0026.png", + "frame": { "x": 1, "y": 1, "w": 75, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 2, "w": 75, "h": 44 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0027.png", + "frame": { "x": 76, "y": 1, "w": 75, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 2, "w": 75, "h": 44 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0028.png", + "frame": { "x": 151, "y": 1, "w": 74, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 2, "w": 74, "h": 44 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0029.png", + "frame": { "x": 298, "y": 1, "w": 73, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 2, "w": 73, "h": 44 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0030.png", + "frame": { "x": 151, "y": 1, "w": 74, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 2, "w": 74, "h": 44 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0031.png", + "frame": { "x": 76, "y": 1, "w": 75, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 2, "w": 75, "h": 44 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0032.png", + "frame": { "x": 1, "y": 1, "w": 75, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 2, "w": 75, "h": 44 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0033.png", + "frame": { "x": 225, "y": 1, "w": 73, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 2, "w": 73, "h": 44 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0034.png", + "frame": { "x": 442, "y": 1, "w": 72, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 2, "w": 72, "h": 44 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0035.png", + "frame": { "x": 144, "y": 88, "w": 71, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 10, "y": 2, "w": 71, "h": 43 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0036.png", + "frame": { "x": 358, "y": 89, "w": 69, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 12, "y": 1, "w": 69, "h": 44 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0037.png", + "frame": { "x": 145, "y": 218, "w": 65, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 14, "y": 0, "w": 65, "h": 44 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0038.png", + "frame": { "x": 358, "y": 89, "w": 69, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 12, "y": 1, "w": 69, "h": 44 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0039.png", + "frame": { "x": 144, "y": 88, "w": 71, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 10, "y": 2, "w": 71, "h": 43 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0040.png", + "frame": { "x": 442, "y": 1, "w": 72, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 2, "w": 72, "h": 44 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0041.png", + "frame": { "x": 225, "y": 1, "w": 73, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 2, "w": 73, "h": 44 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0042.png", + "frame": { "x": 1, "y": 1, "w": 75, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 2, "w": 75, "h": 44 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0043.png", + "frame": { "x": 76, "y": 1, "w": 75, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 2, "w": 75, "h": 44 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0044.png", + "frame": { "x": 151, "y": 1, "w": 74, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 2, "w": 74, "h": 44 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0045.png", + "frame": { "x": 298, "y": 1, "w": 73, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 2, "w": 73, "h": 44 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0046.png", + "frame": { "x": 151, "y": 1, "w": 74, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 2, "w": 74, "h": 44 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0047.png", + "frame": { "x": 76, "y": 1, "w": 75, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 2, "w": 75, "h": 44 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0048.png", + "frame": { "x": 1, "y": 1, "w": 75, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 2, "w": 75, "h": 44 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0049.png", + "frame": { "x": 225, "y": 1, "w": 73, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 2, "w": 73, "h": 44 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0050.png", + "frame": { "x": 434, "y": 87, "w": 73, "h": 42 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 3, "w": 73, "h": 42 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0051.png", + "frame": { "x": 358, "y": 169, "w": 73, "h": 40 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 4, "w": 73, "h": 40 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0052.png", + "frame": { "x": 358, "y": 169, "w": 73, "h": 40 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 3, "w": 73, "h": 40 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0053.png", + "frame": { "x": 358, "y": 169, "w": 73, "h": 40 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 4, "w": 73, "h": 40 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0054.png", + "frame": { "x": 431, "y": 169, "w": 73, "h": 40 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 4, "w": 73, "h": 40 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0055.png", + "frame": { "x": 1, "y": 170, "w": 73, "h": 40 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 4, "w": 73, "h": 40 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0056.png", + "frame": { "x": 427, "y": 129, "w": 74, "h": 40 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 4, "w": 74, "h": 40 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0057.png", + "frame": { "x": 74, "y": 172, "w": 73, "h": 40 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 4, "w": 73, "h": 40 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0058.png", + "frame": { "x": 442, "y": 45, "w": 74, "h": 42 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 3, "w": 74, "h": 42 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0059.png", + "frame": { "x": 362, "y": 46, "w": 72, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 43 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0060.png", + "frame": { "x": 217, "y": 45, "w": 71, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 1, "w": 71, "h": 44 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0061.png", + "frame": { "x": 371, "y": 1, "w": 71, "h": 45 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 1, "w": 71, "h": 45 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0062.png", + "frame": { "x": 1, "y": 45, "w": 70, "h": 45 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 1, "w": 70, "h": 45 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0063.png", + "frame": { "x": 288, "y": 87, "w": 70, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 1, "w": 70, "h": 44 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0064.png", + "frame": { "x": 215, "y": 89, "w": 71, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 2, "w": 71, "h": 43 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0065.png", + "frame": { "x": 144, "y": 45, "w": 73, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 2, "w": 73, "h": 43 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0066.png", + "frame": { "x": 288, "y": 45, "w": 74, "h": 42 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 3, "w": 74, "h": 42 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0067.png", + "frame": { "x": 215, "y": 172, "w": 73, "h": 40 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 4, "w": 73, "h": 40 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0068.png", + "frame": { "x": 1, "y": 130, "w": 74, "h": 40 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 4, "w": 74, "h": 40 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0069.png", + "frame": { "x": 288, "y": 209, "w": 73, "h": 40 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 4, "w": 73, "h": 40 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0070.png", + "frame": { "x": 361, "y": 209, "w": 73, "h": 40 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 4, "w": 73, "h": 40 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0071.png", + "frame": { "x": 1, "y": 210, "w": 72, "h": 40 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 4, "w": 72, "h": 40 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0072.png", + "frame": { "x": 1, "y": 250, "w": 72, "h": 39 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 4, "w": 72, "h": 39 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0073.png", + "frame": { "x": 210, "y": 253, "w": 71, "h": 39 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 11, "y": 4, "w": 71, "h": 39 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0074.png", + "frame": { "x": 215, "y": 132, "w": 71, "h": 40 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 12, "y": 4, "w": 71, "h": 40 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0075.png", + "frame": { "x": 348, "y": 249, "w": 69, "h": 41 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 14, "y": 3, "w": 69, "h": 41 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0076.png", + "frame": { "x": 147, "y": 131, "w": 68, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 16, "y": 2, "w": 68, "h": 43 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0077.png", + "frame": { "x": 147, "y": 174, "w": 66, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 18, "y": 1, "w": 66, "h": 44 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0078.png", + "frame": { "x": 283, "y": 249, "w": 65, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 19, "y": 1, "w": 65, "h": 44 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0079.png", + "frame": { "x": 434, "y": 209, "w": 67, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 17, "y": 2, "w": 67, "h": 43 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0080.png", + "frame": { "x": 417, "y": 252, "w": 68, "h": 41 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 15, "y": 3, "w": 68, "h": 41 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0081.png", + "frame": { "x": 213, "y": 212, "w": 70, "h": 41 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 13, "y": 3, "w": 70, "h": 41 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0082.png", + "frame": { "x": 1, "y": 90, "w": 70, "h": 39 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 12, "y": 4, "w": 70, "h": 39 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0083.png", + "frame": { "x": 73, "y": 252, "w": 72, "h": 39 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 10, "y": 4, "w": 72, "h": 39 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0084.png", + "frame": { "x": 73, "y": 212, "w": 72, "h": 40 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 4, "w": 72, "h": 40 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0085.png", + "frame": { "x": 75, "y": 131, "w": 72, "h": 41 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 4, "w": 72, "h": 41 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0086.png", + "frame": { "x": 286, "y": 131, "w": 72, "h": 41 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 4, "w": 72, "h": 41 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0087.png", + "frame": { "x": 71, "y": 88, "w": 73, "h": 42 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 4, "w": 73, "h": 42 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0088.png", + "frame": { "x": 71, "y": 45, "w": 73, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 3, "w": 73, "h": 43 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + }, + { + "filename": "0089.png", + "frame": { "x": 225, "y": 1, "w": 73, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 2, "w": 73, "h": 44 }, + "sourceSize": { "w": 84, "h": 46 }, + "duration": 100 + } + ], + "meta": { + "app": "https://www.aseprite.org/", + "version": "1.3.13-x64", + "image": "2075.png", + "format": "I8", + "size": { "w": 517, "h": 294 }, + "scale": "1" + } } diff --git a/public/images/pokemon/exp/shiny/2075.png b/public/images/pokemon/exp/shiny/2075.png index 952acfb9d6c..212e4b011df 100644 Binary files a/public/images/pokemon/exp/shiny/2075.png and b/public/images/pokemon/exp/shiny/2075.png differ diff --git a/public/images/pokemon/exp/shiny/2076.json b/public/images/pokemon/exp/shiny/2076.json index 916f50ab286..7cc16fe2ae8 100644 --- a/public/images/pokemon/exp/shiny/2076.json +++ b/public/images/pokemon/exp/shiny/2076.json @@ -1,272 +1,965 @@ -{ - "textures": [ - { - "image": "2076.png", - "format": "RGBA8888", - "size": { - "w": 204, - "h": 204 - }, - "scale": 1, - "frames": [ - { - "filename": "0005.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 62, - "h": 73 - }, - "spriteSourceSize": { - "x": 1, - "y": 0, - "w": 60, - "h": 73 - }, - "frame": { - "x": 0, - "y": 0, - "w": 60, - "h": 73 - } - }, - { - "filename": "0009.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 62, - "h": 73 - }, - "spriteSourceSize": { - "x": 1, - "y": 0, - "w": 60, - "h": 73 - }, - "frame": { - "x": 0, - "y": 0, - "w": 60, - "h": 73 - } - }, - { - "filename": "0004.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 62, - "h": 73 - }, - "spriteSourceSize": { - "x": 2, - "y": 0, - "w": 58, - "h": 73 - }, - "frame": { - "x": 0, - "y": 73, - "w": 58, - "h": 73 - } - }, - { - "filename": "0010.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 62, - "h": 73 - }, - "spriteSourceSize": { - "x": 2, - "y": 0, - "w": 58, - "h": 73 - }, - "frame": { - "x": 0, - "y": 73, - "w": 58, - "h": 73 - } - }, - { - "filename": "0006.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 62, - "h": 73 - }, - "spriteSourceSize": { - "x": 4, - "y": 0, - "w": 58, - "h": 73 - }, - "frame": { - "x": 58, - "y": 73, - "w": 58, - "h": 73 - } - }, - { - "filename": "0008.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 62, - "h": 73 - }, - "spriteSourceSize": { - "x": 4, - "y": 0, - "w": 58, - "h": 73 - }, - "frame": { - "x": 58, - "y": 73, - "w": 58, - "h": 73 - } - }, - { - "filename": "0007.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 62, - "h": 73 - }, - "spriteSourceSize": { - "x": 5, - "y": 0, - "w": 57, - "h": 73 - }, - "frame": { - "x": 60, - "y": 0, - "w": 57, - "h": 73 - } - }, - { - "filename": "0003.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 62, - "h": 73 - }, - "spriteSourceSize": { - "x": 0, - "y": 3, - "w": 56, - "h": 70 - }, - "frame": { - "x": 117, - "y": 0, - "w": 56, - "h": 70 - } - }, - { - "filename": "0011.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 62, - "h": 73 - }, - "spriteSourceSize": { - "x": 0, - "y": 3, - "w": 56, - "h": 70 - }, - "frame": { - "x": 117, - "y": 0, - "w": 56, - "h": 70 - } - }, - { - "filename": "0002.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 62, - "h": 73 - }, - "spriteSourceSize": { - "x": 0, - "y": 5, - "w": 56, - "h": 68 - }, - "frame": { - "x": 117, - "y": 70, - "w": 56, - "h": 68 - } - }, - { - "filename": "0012.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 62, - "h": 73 - }, - "spriteSourceSize": { - "x": 0, - "y": 5, - "w": 56, - "h": 68 - }, - "frame": { - "x": 117, - "y": 70, - "w": 56, - "h": 68 - } - }, - { - "filename": "0001.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 62, - "h": 73 - }, - "spriteSourceSize": { - "x": 0, - "y": 7, - "w": 56, - "h": 66 - }, - "frame": { - "x": 116, - "y": 138, - "w": 56, - "h": 66 - } - } - ] - } - ], - "meta": { - "app": "https://www.codeandweb.com/texturepacker", - "version": "3.0", - "smartupdate": "$TexturePacker:SmartUpdate:16956bca916a4bb869d1f41d97c30aa8:5d4d8d8dba8a507ca828fc7f08c0c2d9:719cdf7324091edbb7b1d6e2d7254a1a$" - } +{ "frames": [ + { + "filename": "0001.png", + "frame": { "x": 1, "y": 407, "w": 54, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 5, "w": 54, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0002.png", + "frame": { "x": 166, "y": 343, "w": 54, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 5, "w": 54, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0003.png", + "frame": { "x": 115, "y": 274, "w": 55, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 5, "w": 55, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0004.png", + "frame": { "x": 347, "y": 204, "w": 56, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 5, "w": 56, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0005.png", + "frame": { "x": 116, "y": 205, "w": 56, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 5, "w": 56, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0006.png", + "frame": { "x": 174, "y": 69, "w": 57, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0007.png", + "frame": { "x": 231, "y": 69, "w": 57, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0008.png", + "frame": { "x": 59, "y": 204, "w": 57, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 6, "w": 57, "h": 68 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0009.png", + "frame": { "x": 233, "y": 204, "w": 57, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 6, "w": 57, "h": 68 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0010.png", + "frame": { "x": 233, "y": 1, "w": 58, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 6, "w": 58, "h": 68 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0011.png", + "frame": { "x": 117, "y": 1, "w": 58, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 6, "w": 58, "h": 68 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0012.png", + "frame": { "x": 348, "y": 1, "w": 57, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0013.png", + "frame": { "x": 117, "y": 69, "w": 57, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0014.png", + "frame": { "x": 170, "y": 274, "w": 55, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 5, "w": 55, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0015.png", + "frame": { "x": 1, "y": 338, "w": 55, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 5, "w": 55, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0016.png", + "frame": { "x": 280, "y": 407, "w": 54, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 5, "w": 54, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0017.png", + "frame": { "x": 1, "y": 407, "w": 54, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 5, "w": 54, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0018.png", + "frame": { "x": 166, "y": 343, "w": 54, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 5, "w": 54, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0019.png", + "frame": { "x": 115, "y": 274, "w": 55, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 5, "w": 55, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0020.png", + "frame": { "x": 347, "y": 204, "w": 56, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 5, "w": 56, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0021.png", + "frame": { "x": 116, "y": 205, "w": 56, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 5, "w": 56, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0022.png", + "frame": { "x": 174, "y": 69, "w": 57, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0023.png", + "frame": { "x": 231, "y": 69, "w": 57, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0024.png", + "frame": { "x": 59, "y": 204, "w": 57, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 6, "w": 57, "h": 68 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0025.png", + "frame": { "x": 233, "y": 204, "w": 57, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 6, "w": 57, "h": 68 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0026.png", + "frame": { "x": 233, "y": 1, "w": 58, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 6, "w": 58, "h": 68 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0027.png", + "frame": { "x": 117, "y": 1, "w": 58, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 6, "w": 58, "h": 68 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0028.png", + "frame": { "x": 348, "y": 1, "w": 57, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0029.png", + "frame": { "x": 117, "y": 69, "w": 57, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0030.png", + "frame": { "x": 170, "y": 274, "w": 55, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 5, "w": 55, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0031.png", + "frame": { "x": 1, "y": 338, "w": 55, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 5, "w": 55, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0032.png", + "frame": { "x": 280, "y": 407, "w": 54, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 5, "w": 54, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0033.png", + "frame": { "x": 1, "y": 407, "w": 54, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 5, "w": 54, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0034.png", + "frame": { "x": 166, "y": 343, "w": 54, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 5, "w": 54, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0035.png", + "frame": { "x": 115, "y": 274, "w": 55, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 5, "w": 55, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0036.png", + "frame": { "x": 347, "y": 204, "w": 56, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 5, "w": 56, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0037.png", + "frame": { "x": 116, "y": 205, "w": 56, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 5, "w": 56, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0038.png", + "frame": { "x": 174, "y": 69, "w": 57, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0039.png", + "frame": { "x": 231, "y": 69, "w": 57, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0040.png", + "frame": { "x": 59, "y": 204, "w": 57, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 6, "w": 57, "h": 68 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0041.png", + "frame": { "x": 233, "y": 204, "w": 57, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 6, "w": 57, "h": 68 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0042.png", + "frame": { "x": 233, "y": 1, "w": 58, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 6, "w": 58, "h": 68 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0043.png", + "frame": { "x": 117, "y": 1, "w": 58, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 6, "w": 58, "h": 68 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0044.png", + "frame": { "x": 348, "y": 1, "w": 57, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0045.png", + "frame": { "x": 117, "y": 69, "w": 57, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0046.png", + "frame": { "x": 170, "y": 274, "w": 55, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 5, "w": 55, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0047.png", + "frame": { "x": 1, "y": 338, "w": 55, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 5, "w": 55, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0048.png", + "frame": { "x": 280, "y": 407, "w": 54, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 5, "w": 54, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0049.png", + "frame": { "x": 1, "y": 407, "w": 54, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 5, "w": 54, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0050.png", + "frame": { "x": 166, "y": 343, "w": 54, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 5, "w": 54, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0051.png", + "frame": { "x": 115, "y": 274, "w": 55, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 5, "w": 55, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0052.png", + "frame": { "x": 347, "y": 204, "w": 56, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 5, "w": 56, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0053.png", + "frame": { "x": 116, "y": 205, "w": 56, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 5, "w": 56, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0054.png", + "frame": { "x": 174, "y": 69, "w": 57, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0055.png", + "frame": { "x": 231, "y": 69, "w": 57, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0056.png", + "frame": { "x": 59, "y": 204, "w": 57, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 6, "w": 57, "h": 68 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0057.png", + "frame": { "x": 233, "y": 204, "w": 57, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 6, "w": 57, "h": 68 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0058.png", + "frame": { "x": 233, "y": 1, "w": 58, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 6, "w": 58, "h": 68 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0059.png", + "frame": { "x": 117, "y": 1, "w": 58, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 6, "w": 58, "h": 68 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0060.png", + "frame": { "x": 348, "y": 1, "w": 57, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0061.png", + "frame": { "x": 117, "y": 69, "w": 57, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0062.png", + "frame": { "x": 170, "y": 274, "w": 55, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 5, "w": 55, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0063.png", + "frame": { "x": 1, "y": 338, "w": 55, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 5, "w": 55, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0064.png", + "frame": { "x": 280, "y": 407, "w": 54, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 5, "w": 54, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0065.png", + "frame": { "x": 55, "y": 408, "w": 54, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 5, "w": 54, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0066.png", + "frame": { "x": 172, "y": 205, "w": 56, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 4, "w": 56, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0067.png", + "frame": { "x": 288, "y": 70, "w": 58, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 3, "w": 58, "h": 67 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0068.png", + "frame": { "x": 59, "y": 1, "w": 58, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0069.png", + "frame": { "x": 280, "y": 340, "w": 56, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 4, "w": 56, "h": 67 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0070.png", + "frame": { "x": 109, "y": 411, "w": 53, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 7, "w": 53, "h": 67 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0071.png", + "frame": { "x": 220, "y": 409, "w": 54, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 5, "w": 54, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0072.png", + "frame": { "x": 225, "y": 340, "w": 55, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 5, "w": 55, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0073.png", + "frame": { "x": 56, "y": 339, "w": 55, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 5, "w": 55, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0074.png", + "frame": { "x": 291, "y": 1, "w": 57, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 5, "w": 57, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0075.png", + "frame": { "x": 1, "y": 1, "w": 58, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 5, "w": 58, "h": 69 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0076.png", + "frame": { "x": 290, "y": 204, "w": 57, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 6, "w": 57, "h": 68 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0077.png", + "frame": { "x": 175, "y": 1, "w": 58, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 6, "w": 58, "h": 68 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0078.png", + "frame": { "x": 346, "y": 70, "w": 58, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0079.png", + "frame": { "x": 346, "y": 70, "w": 58, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0080.png", + "frame": { "x": 1, "y": 137, "w": 58, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0081.png", + "frame": { "x": 1, "y": 137, "w": 58, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0082.png", + "frame": { "x": 59, "y": 137, "w": 58, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0083.png", + "frame": { "x": 59, "y": 137, "w": 58, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0084.png", + "frame": { "x": 288, "y": 137, "w": 58, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0085.png", + "frame": { "x": 288, "y": 137, "w": 58, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0086.png", + "frame": { "x": 346, "y": 137, "w": 58, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0087.png", + "frame": { "x": 346, "y": 137, "w": 58, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0088.png", + "frame": { "x": 346, "y": 137, "w": 58, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0089.png", + "frame": { "x": 117, "y": 138, "w": 58, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0090.png", + "frame": { "x": 175, "y": 138, "w": 58, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0091.png", + "frame": { "x": 1, "y": 204, "w": 58, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0092.png", + "frame": { "x": 1, "y": 70, "w": 58, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0093.png", + "frame": { "x": 1, "y": 204, "w": 58, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0094.png", + "frame": { "x": 1, "y": 70, "w": 58, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0095.png", + "frame": { "x": 1, "y": 204, "w": 58, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0096.png", + "frame": { "x": 1, "y": 70, "w": 58, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0097.png", + "frame": { "x": 1, "y": 204, "w": 58, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0098.png", + "frame": { "x": 59, "y": 70, "w": 58, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0099.png", + "frame": { "x": 1, "y": 271, "w": 57, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 7, "w": 57, "h": 67 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0100.png", + "frame": { "x": 58, "y": 272, "w": 57, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 7, "w": 57, "h": 67 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0101.png", + "frame": { "x": 228, "y": 272, "w": 56, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 6, "w": 56, "h": 68 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0102.png", + "frame": { "x": 284, "y": 272, "w": 56, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 6, "w": 56, "h": 68 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0103.png", + "frame": { "x": 340, "y": 273, "w": 56, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 6, "w": 56, "h": 68 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0104.png", + "frame": { "x": 336, "y": 341, "w": 55, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 6, "w": 55, "h": 68 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0105.png", + "frame": { "x": 111, "y": 343, "w": 55, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 6, "w": 55, "h": 68 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + }, + { + "filename": "0106.png", + "frame": { "x": 334, "y": 409, "w": 54, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 6, "w": 54, "h": 68 }, + "sourceSize": { "w": 61, "h": 74 }, + "duration": 100 + } + ], + "meta": { + "app": "https://www.aseprite.org/", + "version": "1.3.13-x64", + "image": "2076.png", + "format": "I8", + "size": { "w": 406, "h": 479 }, + "scale": "1" + } } diff --git a/public/images/pokemon/exp/shiny/2076.png b/public/images/pokemon/exp/shiny/2076.png index c5a245e18d2..d98bf81cead 100644 Binary files a/public/images/pokemon/exp/shiny/2076.png and b/public/images/pokemon/exp/shiny/2076.png differ diff --git a/public/images/pokemon/exp/shiny/2088.json b/public/images/pokemon/exp/shiny/2088.json index 30a33724ef6..3dc69f1024c 100644 --- a/public/images/pokemon/exp/shiny/2088.json +++ b/public/images/pokemon/exp/shiny/2088.json @@ -1,272 +1,173 @@ -{ - "textures": [ - { - "image": "2088.png", - "format": "RGBA8888", - "size": { - "w": 114, - "h": 114 - }, - "scale": 1, - "frames": [ - { - "filename": "0005.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 60, - "h": 37 - }, - "spriteSourceSize": { - "x": 0, - "y": 1, - "w": 60, - "h": 36 - }, - "frame": { - "x": 0, - "y": 0, - "w": 60, - "h": 36 - } - }, - { - "filename": "0006.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 60, - "h": 37 - }, - "spriteSourceSize": { - "x": 0, - "y": 1, - "w": 60, - "h": 36 - }, - "frame": { - "x": 0, - "y": 0, - "w": 60, - "h": 36 - } - }, - { - "filename": "0009.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 60, - "h": 37 - }, - "spriteSourceSize": { - "x": 0, - "y": 1, - "w": 60, - "h": 36 - }, - "frame": { - "x": 0, - "y": 0, - "w": 60, - "h": 36 - } - }, - { - "filename": "0010.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 60, - "h": 37 - }, - "spriteSourceSize": { - "x": 0, - "y": 1, - "w": 60, - "h": 36 - }, - "frame": { - "x": 0, - "y": 0, - "w": 60, - "h": 36 - } - }, - { - "filename": "0003.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 60, - "h": 37 - }, - "spriteSourceSize": { - "x": 1, - "y": 0, - "w": 58, - "h": 37 - }, - "frame": { - "x": 0, - "y": 36, - "w": 58, - "h": 37 - } - }, - { - "filename": "0004.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 60, - "h": 37 - }, - "spriteSourceSize": { - "x": 1, - "y": 0, - "w": 58, - "h": 37 - }, - "frame": { - "x": 0, - "y": 36, - "w": 58, - "h": 37 - } - }, - { - "filename": "0011.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 60, - "h": 37 - }, - "spriteSourceSize": { - "x": 1, - "y": 0, - "w": 58, - "h": 37 - }, - "frame": { - "x": 0, - "y": 36, - "w": 58, - "h": 37 - } - }, - { - "filename": "0012.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 60, - "h": 37 - }, - "spriteSourceSize": { - "x": 1, - "y": 0, - "w": 58, - "h": 37 - }, - "frame": { - "x": 0, - "y": 36, - "w": 58, - "h": 37 - } - }, - { - "filename": "0001.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 60, - "h": 37 - }, - "spriteSourceSize": { - "x": 2, - "y": 0, - "w": 56, - "h": 37 - }, - "frame": { - "x": 58, - "y": 36, - "w": 56, - "h": 37 - } - }, - { - "filename": "0002.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 60, - "h": 37 - }, - "spriteSourceSize": { - "x": 2, - "y": 0, - "w": 56, - "h": 37 - }, - "frame": { - "x": 58, - "y": 36, - "w": 56, - "h": 37 - } - }, - { - "filename": "0007.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 60, - "h": 37 - }, - "spriteSourceSize": { - "x": 0, - "y": 2, - "w": 60, - "h": 35 - }, - "frame": { - "x": 0, - "y": 73, - "w": 60, - "h": 35 - } - }, - { - "filename": "0008.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 60, - "h": 37 - }, - "spriteSourceSize": { - "x": 0, - "y": 2, - "w": 60, - "h": 35 - }, - "frame": { - "x": 0, - "y": 73, - "w": 60, - "h": 35 - } - } - ] - } - ], - "meta": { - "app": "https://www.codeandweb.com/texturepacker", - "version": "3.0", - "smartupdate": "$TexturePacker:SmartUpdate:42001773997f63bbe00b9d4da8df4959:1a203471d110b19654220aaa601645a0:b8df8f168871505f42fdc6d3c5b106f0$" - } +{ "frames": [ + { + "filename": "0001.png", + "frame": { "x": 53, "y": 114, "w": 51, "h": 40 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 0, "w": 51, "h": 40 }, + "sourceSize": { "w": 61, "h": 40 }, + "duration": 100 + }, + { + "filename": "0002.png", + "frame": { "x": 231, "y": 75, "w": 52, "h": 40 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 0, "w": 52, "h": 40 }, + "sourceSize": { "w": 61, "h": 40 }, + "duration": 100 + }, + { + "filename": "0003.png", + "frame": { "x": 111, "y": 79, "w": 53, "h": 39 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 1, "w": 53, "h": 39 }, + "sourceSize": { "w": 61, "h": 40 }, + "duration": 100 + }, + { + "filename": "0004.png", + "frame": { "x": 57, "y": 75, "w": 54, "h": 39 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 1, "w": 54, "h": 39 }, + "sourceSize": { "w": 61, "h": 40 }, + "duration": 100 + }, + { + "filename": "0005.png", + "frame": { "x": 234, "y": 36, "w": 56, "h": 39 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 1, "w": 56, "h": 39 }, + "sourceSize": { "w": 61, "h": 40 }, + "duration": 100 + }, + { + "filename": "0006.png", + "frame": { "x": 0, "y": 75, "w": 57, "h": 37 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 3, "w": 57, "h": 37 }, + "sourceSize": { "w": 61, "h": 40 }, + "duration": 100 + }, + { + "filename": "0007.png", + "frame": { "x": 59, "y": 38, "w": 58, "h": 37 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 3, "w": 58, "h": 37 }, + "sourceSize": { "w": 61, "h": 40 }, + "duration": 100 + }, + { + "filename": "0008.png", + "frame": { "x": 0, "y": 38, "w": 59, "h": 37 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 3, "w": 59, "h": 37 }, + "sourceSize": { "w": 61, "h": 40 }, + "duration": 100 + }, + { + "filename": "0009.png", + "frame": { "x": 234, "y": 0, "w": 61, "h": 36 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 4, "w": 61, "h": 36 }, + "sourceSize": { "w": 61, "h": 40 }, + "duration": 100 + }, + { + "filename": "0010.png", + "frame": { "x": 0, "y": 0, "w": 60, "h": 38 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 2, "w": 60, "h": 38 }, + "sourceSize": { "w": 61, "h": 40 }, + "duration": 100 + }, + { + "filename": "0011.png", + "frame": { "x": 60, "y": 0, "w": 59, "h": 38 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 2, "w": 59, "h": 38 }, + "sourceSize": { "w": 61, "h": 40 }, + "duration": 100 + }, + { + "filename": "0012.png", + "frame": { "x": 176, "y": 0, "w": 58, "h": 38 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 2, "w": 58, "h": 38 }, + "sourceSize": { "w": 61, "h": 40 }, + "duration": 100 + }, + { + "filename": "0013.png", + "frame": { "x": 119, "y": 0, "w": 57, "h": 39 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 1, "w": 57, "h": 39 }, + "sourceSize": { "w": 61, "h": 40 }, + "duration": 100 + }, + { + "filename": "0014.png", + "frame": { "x": 176, "y": 38, "w": 55, "h": 39 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 1, "w": 55, "h": 39 }, + "sourceSize": { "w": 61, "h": 40 }, + "duration": 100 + }, + { + "filename": "0015.png", + "frame": { "x": 0, "y": 112, "w": 53, "h": 39 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 1, "w": 53, "h": 39 }, + "sourceSize": { "w": 61, "h": 40 }, + "duration": 100 + }, + { + "filename": "0016.png", + "frame": { "x": 117, "y": 39, "w": 53, "h": 40 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 0, "w": 53, "h": 40 }, + "sourceSize": { "w": 61, "h": 40 }, + "duration": 100 + }, + { + "filename": "0017.png", + "frame": { "x": 170, "y": 77, "w": 52, "h": 40 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 0, "w": 52, "h": 40 }, + "sourceSize": { "w": 61, "h": 40 }, + "duration": 100 + }, + { + "filename": "0018.png", + "frame": { "x": 222, "y": 115, "w": 51, "h": 40 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 0, "w": 51, "h": 40 }, + "sourceSize": { "w": 61, "h": 40 }, + "duration": 100 + } + ], + "meta": { + "app": "https://www.aseprite.org/", + "version": "1.3.13-x64", + "image": "2088.png", + "format": "I8", + "size": { "w": 295, "h": 155 }, + "scale": "1" + } } diff --git a/public/images/pokemon/exp/shiny/2088.png b/public/images/pokemon/exp/shiny/2088.png index e8398a98c6e..5cccf0c0252 100644 Binary files a/public/images/pokemon/exp/shiny/2088.png and b/public/images/pokemon/exp/shiny/2088.png differ diff --git a/public/images/pokemon/exp/shiny/2089.json b/public/images/pokemon/exp/shiny/2089.json index c53c0ff8f49..3f8b618af75 100644 --- a/public/images/pokemon/exp/shiny/2089.json +++ b/public/images/pokemon/exp/shiny/2089.json @@ -1,1343 +1,1091 @@ -{ - "textures": [ - { - "image": "2089.png", - "format": "RGBA8888", - "size": { - "w": 349, - "h": 349 - }, - "scale": 1, - "frames": [ - { - "filename": "0004.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 2, - "y": 8, - "w": 94, - "h": 58 - }, - "frame": { - "x": 0, - "y": 0, - "w": 94, - "h": 58 - } - }, - { - "filename": "0017.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 2, - "y": 8, - "w": 94, - "h": 58 - }, - "frame": { - "x": 0, - "y": 0, - "w": 94, - "h": 58 - } - }, - { - "filename": "0030.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 2, - "y": 8, - "w": 94, - "h": 58 - }, - "frame": { - "x": 0, - "y": 0, - "w": 94, - "h": 58 - } - }, - { - "filename": "0043.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 2, - "y": 8, - "w": 94, - "h": 58 - }, - "frame": { - "x": 0, - "y": 0, - "w": 94, - "h": 58 - } - }, - { - "filename": "0003.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 1, - "y": 6, - "w": 92, - "h": 60 - }, - "frame": { - "x": 94, - "y": 0, - "w": 92, - "h": 60 - } - }, - { - "filename": "0016.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 1, - "y": 6, - "w": 92, - "h": 60 - }, - "frame": { - "x": 94, - "y": 0, - "w": 92, - "h": 60 - } - }, - { - "filename": "0029.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 1, - "y": 6, - "w": 92, - "h": 60 - }, - "frame": { - "x": 94, - "y": 0, - "w": 92, - "h": 60 - } - }, - { - "filename": "0042.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 1, - "y": 6, - "w": 92, - "h": 60 - }, - "frame": { - "x": 94, - "y": 0, - "w": 92, - "h": 60 - } - }, - { - "filename": "0005.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 4, - "y": 5, - "w": 91, - "h": 61 - }, - "frame": { - "x": 0, - "y": 58, - "w": 91, - "h": 61 - } - }, - { - "filename": "0018.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 4, - "y": 5, - "w": 91, - "h": 61 - }, - "frame": { - "x": 0, - "y": 58, - "w": 91, - "h": 61 - } - }, - { - "filename": "0031.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 4, - "y": 5, - "w": 91, - "h": 61 - }, - "frame": { - "x": 0, - "y": 58, - "w": 91, - "h": 61 - } - }, - { - "filename": "0044.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 4, - "y": 5, - "w": 91, - "h": 61 - }, - "frame": { - "x": 0, - "y": 58, - "w": 91, - "h": 61 - } - }, - { - "filename": "0006.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 2, - "y": 4, - "w": 90, - "h": 63 - }, - "frame": { - "x": 186, - "y": 0, - "w": 90, - "h": 63 - } - }, - { - "filename": "0019.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 2, - "y": 4, - "w": 90, - "h": 63 - }, - "frame": { - "x": 186, - "y": 0, - "w": 90, - "h": 63 - } - }, - { - "filename": "0032.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 2, - "y": 4, - "w": 90, - "h": 63 - }, - "frame": { - "x": 186, - "y": 0, - "w": 90, - "h": 63 - } - }, - { - "filename": "0045.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 2, - "y": 4, - "w": 90, - "h": 63 - }, - "frame": { - "x": 186, - "y": 0, - "w": 90, - "h": 63 - } - }, - { - "filename": "0002.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 1, - "y": 5, - "w": 90, - "h": 61 - }, - "frame": { - "x": 91, - "y": 60, - "w": 90, - "h": 61 - } - }, - { - "filename": "0015.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 1, - "y": 5, - "w": 90, - "h": 61 - }, - "frame": { - "x": 91, - "y": 60, - "w": 90, - "h": 61 - } - }, - { - "filename": "0028.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 1, - "y": 5, - "w": 90, - "h": 61 - }, - "frame": { - "x": 91, - "y": 60, - "w": 90, - "h": 61 - } - }, - { - "filename": "0041.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 1, - "y": 5, - "w": 90, - "h": 61 - }, - "frame": { - "x": 91, - "y": 60, - "w": 90, - "h": 61 - } - }, - { - "filename": "0058.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 0, - "y": 6, - "w": 89, - "h": 60 - }, - "frame": { - "x": 0, - "y": 119, - "w": 89, - "h": 60 - } - }, - { - "filename": "0057.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 0, - "y": 7, - "w": 89, - "h": 59 - }, - "frame": { - "x": 181, - "y": 63, - "w": 89, - "h": 59 - } - }, - { - "filename": "0059.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 0, - "y": 7, - "w": 89, - "h": 59 - }, - "frame": { - "x": 181, - "y": 63, - "w": 89, - "h": 59 - } - }, - { - "filename": "0055.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 0, - "y": 8, - "w": 89, - "h": 58 - }, - "frame": { - "x": 89, - "y": 121, - "w": 89, - "h": 58 - } - }, - { - "filename": "0061.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 0, - "y": 8, - "w": 89, - "h": 58 - }, - "frame": { - "x": 89, - "y": 121, - "w": 89, - "h": 58 - } - }, - { - "filename": "0056.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 0, - "y": 8, - "w": 89, - "h": 58 - }, - "frame": { - "x": 178, - "y": 122, - "w": 89, - "h": 58 - } - }, - { - "filename": "0060.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 0, - "y": 8, - "w": 89, - "h": 58 - }, - "frame": { - "x": 178, - "y": 122, - "w": 89, - "h": 58 - } - }, - { - "filename": "0011.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 3, - "y": 2, - "w": 82, - "h": 64 - }, - "frame": { - "x": 267, - "y": 122, - "w": 82, - "h": 64 - } - }, - { - "filename": "0024.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 3, - "y": 2, - "w": 82, - "h": 64 - }, - "frame": { - "x": 267, - "y": 122, - "w": 82, - "h": 64 - } - }, - { - "filename": "0037.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 3, - "y": 2, - "w": 82, - "h": 64 - }, - "frame": { - "x": 267, - "y": 122, - "w": 82, - "h": 64 - } - }, - { - "filename": "0050.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 3, - "y": 2, - "w": 82, - "h": 64 - }, - "frame": { - "x": 267, - "y": 122, - "w": 82, - "h": 64 - } - }, - { - "filename": "0007.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 2, - "y": 2, - "w": 88, - "h": 65 - }, - "frame": { - "x": 0, - "y": 179, - "w": 88, - "h": 65 - } - }, - { - "filename": "0020.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 2, - "y": 2, - "w": 88, - "h": 65 - }, - "frame": { - "x": 0, - "y": 179, - "w": 88, - "h": 65 - } - }, - { - "filename": "0033.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 2, - "y": 2, - "w": 88, - "h": 65 - }, - "frame": { - "x": 0, - "y": 179, - "w": 88, - "h": 65 - } - }, - { - "filename": "0046.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 2, - "y": 2, - "w": 88, - "h": 65 - }, - "frame": { - "x": 0, - "y": 179, - "w": 88, - "h": 65 - } - }, - { - "filename": "0001.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 1, - "y": 5, - "w": 88, - "h": 61 - }, - "frame": { - "x": 88, - "y": 179, - "w": 88, - "h": 61 - } - }, - { - "filename": "0014.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 1, - "y": 5, - "w": 88, - "h": 61 - }, - "frame": { - "x": 88, - "y": 179, - "w": 88, - "h": 61 - } - }, - { - "filename": "0027.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 1, - "y": 5, - "w": 88, - "h": 61 - }, - "frame": { - "x": 88, - "y": 179, - "w": 88, - "h": 61 - } - }, - { - "filename": "0040.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 1, - "y": 5, - "w": 88, - "h": 61 - }, - "frame": { - "x": 88, - "y": 179, - "w": 88, - "h": 61 - } - }, - { - "filename": "0053.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 1, - "y": 5, - "w": 88, - "h": 61 - }, - "frame": { - "x": 88, - "y": 179, - "w": 88, - "h": 61 - } - }, - { - "filename": "0063.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 1, - "y": 5, - "w": 88, - "h": 61 - }, - "frame": { - "x": 88, - "y": 179, - "w": 88, - "h": 61 - } - }, - { - "filename": "0054.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 1, - "y": 6, - "w": 88, - "h": 60 - }, - "frame": { - "x": 176, - "y": 180, - "w": 88, - "h": 60 - } - }, - { - "filename": "0062.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 1, - "y": 6, - "w": 88, - "h": 60 - }, - "frame": { - "x": 176, - "y": 180, - "w": 88, - "h": 60 - } - }, - { - "filename": "0008.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 3, - "y": 0, - "w": 85, - "h": 67 - }, - "frame": { - "x": 264, - "y": 186, - "w": 85, - "h": 67 - } - }, - { - "filename": "0021.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 3, - "y": 0, - "w": 85, - "h": 67 - }, - "frame": { - "x": 264, - "y": 186, - "w": 85, - "h": 67 - } - }, - { - "filename": "0034.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 3, - "y": 0, - "w": 85, - "h": 67 - }, - "frame": { - "x": 264, - "y": 186, - "w": 85, - "h": 67 - } - }, - { - "filename": "0047.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 3, - "y": 0, - "w": 85, - "h": 67 - }, - "frame": { - "x": 264, - "y": 186, - "w": 85, - "h": 67 - } - }, - { - "filename": "0009.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 2, - "y": 0, - "w": 83, - "h": 66 - }, - "frame": { - "x": 0, - "y": 253, - "w": 83, - "h": 66 - } - }, - { - "filename": "0022.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 2, - "y": 0, - "w": 83, - "h": 66 - }, - "frame": { - "x": 0, - "y": 253, - "w": 83, - "h": 66 - } - }, - { - "filename": "0035.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 2, - "y": 0, - "w": 83, - "h": 66 - }, - "frame": { - "x": 0, - "y": 253, - "w": 83, - "h": 66 - } - }, - { - "filename": "0048.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 2, - "y": 0, - "w": 83, - "h": 66 - }, - "frame": { - "x": 0, - "y": 253, - "w": 83, - "h": 66 - } - }, - { - "filename": "0010.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 2, - "y": 0, - "w": 83, - "h": 66 - }, - "frame": { - "x": 83, - "y": 253, - "w": 83, - "h": 66 - } - }, - { - "filename": "0023.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 2, - "y": 0, - "w": 83, - "h": 66 - }, - "frame": { - "x": 83, - "y": 253, - "w": 83, - "h": 66 - } - }, - { - "filename": "0036.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 2, - "y": 0, - "w": 83, - "h": 66 - }, - "frame": { - "x": 83, - "y": 253, - "w": 83, - "h": 66 - } - }, - { - "filename": "0049.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 2, - "y": 0, - "w": 83, - "h": 66 - }, - "frame": { - "x": 83, - "y": 253, - "w": 83, - "h": 66 - } - }, - { - "filename": "0013.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 1, - "y": 4, - "w": 86, - "h": 62 - }, - "frame": { - "x": 166, - "y": 240, - "w": 86, - "h": 62 - } - }, - { - "filename": "0026.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 1, - "y": 4, - "w": 86, - "h": 62 - }, - "frame": { - "x": 166, - "y": 240, - "w": 86, - "h": 62 - } - }, - { - "filename": "0039.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 1, - "y": 4, - "w": 86, - "h": 62 - }, - "frame": { - "x": 166, - "y": 240, - "w": 86, - "h": 62 - } - }, - { - "filename": "0052.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 1, - "y": 4, - "w": 86, - "h": 62 - }, - "frame": { - "x": 166, - "y": 240, - "w": 86, - "h": 62 - } - }, - { - "filename": "0012.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 1, - "y": 3, - "w": 84, - "h": 63 - }, - "frame": { - "x": 252, - "y": 253, - "w": 84, - "h": 63 - } - }, - { - "filename": "0025.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 1, - "y": 3, - "w": 84, - "h": 63 - }, - "frame": { - "x": 252, - "y": 253, - "w": 84, - "h": 63 - } - }, - { - "filename": "0038.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 1, - "y": 3, - "w": 84, - "h": 63 - }, - "frame": { - "x": 252, - "y": 253, - "w": 84, - "h": 63 - } - }, - { - "filename": "0051.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 67 - }, - "spriteSourceSize": { - "x": 1, - "y": 3, - "w": 84, - "h": 63 - }, - "frame": { - "x": 252, - "y": 253, - "w": 84, - "h": 63 - } - } - ] - } - ], - "meta": { - "app": "https://www.codeandweb.com/texturepacker", - "version": "3.0", - "smartupdate": "$TexturePacker:SmartUpdate:b372c992d91a52f723e195aa1fcf78ac:c1ffaccbd50e04a0e556b97d65b611ee:49ee9ed0dd32c5ba33977741b45fc3f4$" - } +{ "frames": [ + { + "filename": "0001.png", + "frame": { "x": 463, "y": 58, "w": 73, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 0, "w": 73, "h": 64 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0002.png", + "frame": { "x": 536, "y": 58, "w": 73, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 0, "w": 73, "h": 64 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0003.png", + "frame": { "x": 151, "y": 61, "w": 73, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 0, "w": 73, "h": 64 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0004.png", + "frame": { "x": 370, "y": 61, "w": 75, "h": 62 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 2, "w": 75, "h": 62 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0005.png", + "frame": { "x": 236, "y": 125, "w": 76, "h": 61 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 3, "w": 76, "h": 61 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0006.png", + "frame": { "x": 1, "y": 183, "w": 77, "h": 60 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 4, "w": 77, "h": 60 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0007.png", + "frame": { "x": 151, "y": 1, "w": 78, "h": 60 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 4, "w": 78, "h": 60 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0008.png", + "frame": { "x": 76, "y": 125, "w": 80, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 6, "w": 80, "h": 58 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0009.png", + "frame": { "x": 540, "y": 238, "w": 81, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 7, "w": 81, "h": 57 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0010.png", + "frame": { "x": 463, "y": 1, "w": 82, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 7, "w": 82, "h": 57 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0011.png", + "frame": { "x": 445, "y": 122, "w": 83, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 8, "w": 83, "h": 56 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0012.png", + "frame": { "x": 499, "y": 295, "w": 83, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0013.png", + "frame": { "x": 333, "y": 295, "w": 83, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0014.png", + "frame": { "x": 250, "y": 295, "w": 83, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0015.png", + "frame": { "x": 167, "y": 243, "w": 83, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0016.png", + "frame": { "x": 84, "y": 243, "w": 83, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0017.png", + "frame": { "x": 1, "y": 243, "w": 83, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0018.png", + "frame": { "x": 321, "y": 239, "w": 82, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 8, "w": 82, "h": 56 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0019.png", + "frame": { "x": 78, "y": 183, "w": 81, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 7, "w": 81, "h": 57 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0020.png", + "frame": { "x": 250, "y": 350, "w": 80, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 7, "w": 80, "h": 57 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0021.png", + "frame": { "x": 488, "y": 350, "w": 78, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 6, "w": 78, "h": 58 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0022.png", + "frame": { "x": 385, "y": 1, "w": 78, "h": 60 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 4, "w": 78, "h": 60 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0023.png", + "frame": { "x": 312, "y": 125, "w": 76, "h": 61 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 3, "w": 76, "h": 61 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0024.png", + "frame": { "x": 76, "y": 1, "w": 75, "h": 63 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 1, "w": 75, "h": 63 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0025.png", + "frame": { "x": 463, "y": 58, "w": 73, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 0, "w": 73, "h": 64 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0026.png", + "frame": { "x": 536, "y": 58, "w": 73, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 0, "w": 73, "h": 64 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0027.png", + "frame": { "x": 151, "y": 61, "w": 73, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 0, "w": 73, "h": 64 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0028.png", + "frame": { "x": 370, "y": 61, "w": 75, "h": 62 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 2, "w": 75, "h": 62 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0029.png", + "frame": { "x": 236, "y": 125, "w": 76, "h": 61 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 3, "w": 76, "h": 61 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0030.png", + "frame": { "x": 1, "y": 183, "w": 77, "h": 60 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 4, "w": 77, "h": 60 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0031.png", + "frame": { "x": 151, "y": 1, "w": 78, "h": 60 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 4, "w": 78, "h": 60 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0032.png", + "frame": { "x": 76, "y": 125, "w": 80, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 6, "w": 80, "h": 58 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0033.png", + "frame": { "x": 540, "y": 238, "w": 81, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 7, "w": 81, "h": 57 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0034.png", + "frame": { "x": 463, "y": 1, "w": 82, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 7, "w": 82, "h": 57 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0035.png", + "frame": { "x": 445, "y": 122, "w": 83, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 8, "w": 83, "h": 56 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0036.png", + "frame": { "x": 499, "y": 295, "w": 83, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0037.png", + "frame": { "x": 333, "y": 295, "w": 83, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0038.png", + "frame": { "x": 250, "y": 295, "w": 83, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0039.png", + "frame": { "x": 167, "y": 243, "w": 83, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0040.png", + "frame": { "x": 84, "y": 243, "w": 83, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0041.png", + "frame": { "x": 1, "y": 243, "w": 83, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0042.png", + "frame": { "x": 321, "y": 239, "w": 82, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 8, "w": 82, "h": 56 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0043.png", + "frame": { "x": 78, "y": 183, "w": 81, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 7, "w": 81, "h": 57 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0044.png", + "frame": { "x": 250, "y": 350, "w": 80, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 7, "w": 80, "h": 57 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0045.png", + "frame": { "x": 488, "y": 350, "w": 78, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 6, "w": 78, "h": 58 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0046.png", + "frame": { "x": 385, "y": 1, "w": 78, "h": 60 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 4, "w": 78, "h": 60 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0047.png", + "frame": { "x": 312, "y": 125, "w": 76, "h": 61 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 3, "w": 76, "h": 61 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0048.png", + "frame": { "x": 76, "y": 1, "w": 75, "h": 63 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 1, "w": 75, "h": 63 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0049.png", + "frame": { "x": 463, "y": 58, "w": 73, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 0, "w": 73, "h": 64 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0050.png", + "frame": { "x": 536, "y": 58, "w": 73, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 0, "w": 73, "h": 64 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0051.png", + "frame": { "x": 151, "y": 61, "w": 73, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 0, "w": 73, "h": 64 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0052.png", + "frame": { "x": 370, "y": 61, "w": 75, "h": 62 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 2, "w": 75, "h": 62 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0053.png", + "frame": { "x": 236, "y": 125, "w": 76, "h": 61 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 3, "w": 76, "h": 61 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0054.png", + "frame": { "x": 1, "y": 183, "w": 77, "h": 60 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 4, "w": 77, "h": 60 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0055.png", + "frame": { "x": 151, "y": 1, "w": 78, "h": 60 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 4, "w": 78, "h": 60 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0056.png", + "frame": { "x": 76, "y": 125, "w": 80, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 6, "w": 80, "h": 58 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0057.png", + "frame": { "x": 540, "y": 238, "w": 81, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 7, "w": 81, "h": 57 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0058.png", + "frame": { "x": 463, "y": 1, "w": 82, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 7, "w": 82, "h": 57 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0059.png", + "frame": { "x": 445, "y": 122, "w": 83, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 8, "w": 83, "h": 56 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0060.png", + "frame": { "x": 499, "y": 295, "w": 83, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0061.png", + "frame": { "x": 333, "y": 295, "w": 83, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0062.png", + "frame": { "x": 250, "y": 295, "w": 83, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0063.png", + "frame": { "x": 167, "y": 243, "w": 83, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0064.png", + "frame": { "x": 84, "y": 243, "w": 83, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0065.png", + "frame": { "x": 1, "y": 243, "w": 83, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0066.png", + "frame": { "x": 321, "y": 239, "w": 82, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 8, "w": 82, "h": 56 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0067.png", + "frame": { "x": 78, "y": 183, "w": 81, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 7, "w": 81, "h": 57 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0068.png", + "frame": { "x": 250, "y": 350, "w": 80, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 7, "w": 80, "h": 57 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0069.png", + "frame": { "x": 488, "y": 350, "w": 78, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 6, "w": 78, "h": 58 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0070.png", + "frame": { "x": 385, "y": 1, "w": 78, "h": 60 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 4, "w": 78, "h": 60 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0071.png", + "frame": { "x": 312, "y": 125, "w": 76, "h": 61 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 3, "w": 76, "h": 61 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0072.png", + "frame": { "x": 76, "y": 1, "w": 75, "h": 63 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 1, "w": 75, "h": 63 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0073.png", + "frame": { "x": 463, "y": 58, "w": 73, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 0, "w": 73, "h": 64 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0074.png", + "frame": { "x": 536, "y": 58, "w": 73, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 0, "w": 73, "h": 64 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0075.png", + "frame": { "x": 151, "y": 61, "w": 73, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 0, "w": 73, "h": 64 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0076.png", + "frame": { "x": 370, "y": 61, "w": 75, "h": 62 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 2, "w": 75, "h": 62 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0077.png", + "frame": { "x": 236, "y": 125, "w": 76, "h": 61 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 3, "w": 76, "h": 61 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0078.png", + "frame": { "x": 1, "y": 183, "w": 77, "h": 60 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 4, "w": 77, "h": 60 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0079.png", + "frame": { "x": 151, "y": 1, "w": 78, "h": 60 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 4, "w": 78, "h": 60 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0080.png", + "frame": { "x": 76, "y": 125, "w": 80, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 6, "w": 80, "h": 58 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0081.png", + "frame": { "x": 540, "y": 238, "w": 81, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 7, "w": 81, "h": 57 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0082.png", + "frame": { "x": 463, "y": 1, "w": 82, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 7, "w": 82, "h": 57 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0083.png", + "frame": { "x": 445, "y": 122, "w": 83, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 8, "w": 83, "h": 56 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0084.png", + "frame": { "x": 499, "y": 295, "w": 83, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0085.png", + "frame": { "x": 333, "y": 295, "w": 83, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0086.png", + "frame": { "x": 250, "y": 295, "w": 83, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0087.png", + "frame": { "x": 167, "y": 243, "w": 83, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0088.png", + "frame": { "x": 84, "y": 243, "w": 83, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0089.png", + "frame": { "x": 1, "y": 243, "w": 83, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0090.png", + "frame": { "x": 321, "y": 239, "w": 82, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 8, "w": 82, "h": 56 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0091.png", + "frame": { "x": 78, "y": 183, "w": 81, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 7, "w": 81, "h": 57 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0092.png", + "frame": { "x": 250, "y": 350, "w": 80, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 7, "w": 80, "h": 57 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0093.png", + "frame": { "x": 488, "y": 350, "w": 78, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 6, "w": 78, "h": 58 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0094.png", + "frame": { "x": 385, "y": 1, "w": 78, "h": 60 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 4, "w": 78, "h": 60 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0095.png", + "frame": { "x": 312, "y": 125, "w": 76, "h": 61 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 3, "w": 76, "h": 61 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0096.png", + "frame": { "x": 76, "y": 1, "w": 75, "h": 63 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 1, "w": 75, "h": 63 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0097.png", + "frame": { "x": 463, "y": 58, "w": 73, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 0, "w": 73, "h": 64 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0098.png", + "frame": { "x": 297, "y": 61, "w": 73, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 0, "w": 73, "h": 64 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0099.png", + "frame": { "x": 224, "y": 61, "w": 73, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 0, "w": 73, "h": 64 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0100.png", + "frame": { "x": 1, "y": 64, "w": 75, "h": 62 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 2, "w": 75, "h": 62 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0101.png", + "frame": { "x": 388, "y": 178, "w": 76, "h": 61 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 3, "w": 76, "h": 61 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0102.png", + "frame": { "x": 540, "y": 178, "w": 77, "h": 60 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 4, "w": 77, "h": 60 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0103.png", + "frame": { "x": 307, "y": 1, "w": 78, "h": 60 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 4, "w": 78, "h": 60 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0104.png", + "frame": { "x": 156, "y": 125, "w": 80, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 6, "w": 80, "h": 58 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0105.png", + "frame": { "x": 159, "y": 186, "w": 81, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 7, "w": 81, "h": 57 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0106.png", + "frame": { "x": 545, "y": 1, "w": 82, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 7, "w": 82, "h": 57 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0107.png", + "frame": { "x": 528, "y": 122, "w": 83, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 8, "w": 83, "h": 56 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0108.png", + "frame": { "x": 416, "y": 295, "w": 83, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0109.png", + "frame": { "x": 333, "y": 295, "w": 83, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0110.png", + "frame": { "x": 167, "y": 298, "w": 83, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0111.png", + "frame": { "x": 582, "y": 295, "w": 83, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0112.png", + "frame": { "x": 1, "y": 298, "w": 83, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0113.png", + "frame": { "x": 84, "y": 298, "w": 83, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0114.png", + "frame": { "x": 403, "y": 239, "w": 82, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 8, "w": 82, "h": 56 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0115.png", + "frame": { "x": 240, "y": 186, "w": 81, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 7, "w": 81, "h": 57 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0116.png", + "frame": { "x": 330, "y": 350, "w": 80, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 7, "w": 80, "h": 57 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0117.png", + "frame": { "x": 410, "y": 350, "w": 78, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 6, "w": 78, "h": 58 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0118.png", + "frame": { "x": 229, "y": 1, "w": 78, "h": 60 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 4, "w": 78, "h": 60 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0119.png", + "frame": { "x": 464, "y": 178, "w": 76, "h": 61 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 3, "w": 76, "h": 61 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + }, + { + "filename": "0120.png", + "frame": { "x": 1, "y": 1, "w": 75, "h": 63 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 1, "w": 75, "h": 63 }, + "sourceSize": { "w": 83, "h": 64 }, + "duration": 100 + } + ], + "meta": { + "app": "https://www.aseprite.org/", + "version": "1.3.13-x64", + "image": "2089.png", + "format": "I8", + "size": { "w": 666, "h": 409 }, + "scale": "1" + } } diff --git a/public/images/pokemon/exp/shiny/2089.png b/public/images/pokemon/exp/shiny/2089.png index f560027e4dd..f60271c3f21 100644 Binary files a/public/images/pokemon/exp/shiny/2089.png and b/public/images/pokemon/exp/shiny/2089.png differ diff --git a/public/images/pokemon/exp/shiny/728.json b/public/images/pokemon/exp/shiny/728.json index 0ba3fa4002d..9bed3c98376 100644 --- a/public/images/pokemon/exp/shiny/728.json +++ b/public/images/pokemon/exp/shiny/728.json @@ -1,1112 +1,775 @@ -{ - "textures": [ - { - "image": "728.png", - "format": "RGBA8888", - "size": { - "w": 165, - "h": 165 - }, - "scale": 1, - "frames": [ - { - "filename": "0039.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 42 - }, - "spriteSourceSize": { - "x": 1, - "y": 0, - "w": 44, - "h": 40 - }, - "frame": { - "x": 0, - "y": 0, - "w": 44, - "h": 40 - } - }, - { - "filename": "0051.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 42 - }, - "spriteSourceSize": { - "x": 1, - "y": 0, - "w": 44, - "h": 40 - }, - "frame": { - "x": 0, - "y": 0, - "w": 44, - "h": 40 - } - }, - { - "filename": "0002.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 42 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 42, - "h": 41 - }, - "frame": { - "x": 0, - "y": 40, - "w": 42, - "h": 41 - } - }, - { - "filename": "0012.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 42 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 42, - "h": 41 - }, - "frame": { - "x": 0, - "y": 40, - "w": 42, - "h": 41 - } - }, - { - "filename": "0014.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 42 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 42, - "h": 41 - }, - "frame": { - "x": 0, - "y": 40, - "w": 42, - "h": 41 - } - }, - { - "filename": "0024.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 42 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 42, - "h": 41 - }, - "frame": { - "x": 0, - "y": 40, - "w": 42, - "h": 41 - } - }, - { - "filename": "0026.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 42 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 42, - "h": 41 - }, - "frame": { - "x": 0, - "y": 40, - "w": 42, - "h": 41 - } - }, - { - "filename": "0036.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 42 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 42, - "h": 41 - }, - "frame": { - "x": 0, - "y": 40, - "w": 42, - "h": 41 - } - }, - { - "filename": "0003.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 42 - }, - "spriteSourceSize": { - "x": 0, - "y": 1, - "w": 42, - "h": 41 - }, - "frame": { - "x": 0, - "y": 81, - "w": 42, - "h": 41 - } - }, - { - "filename": "0011.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 42 - }, - "spriteSourceSize": { - "x": 0, - "y": 1, - "w": 42, - "h": 41 - }, - "frame": { - "x": 0, - "y": 81, - "w": 42, - "h": 41 - } - }, - { - "filename": "0015.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 42 - }, - "spriteSourceSize": { - "x": 0, - "y": 1, - "w": 42, - "h": 41 - }, - "frame": { - "x": 0, - "y": 81, - "w": 42, - "h": 41 - } - }, - { - "filename": "0023.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 42 - }, - "spriteSourceSize": { - "x": 0, - "y": 1, - "w": 42, - "h": 41 - }, - "frame": { - "x": 0, - "y": 81, - "w": 42, - "h": 41 - } - }, - { - "filename": "0027.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 42 - }, - "spriteSourceSize": { - "x": 0, - "y": 1, - "w": 42, - "h": 41 - }, - "frame": { - "x": 0, - "y": 81, - "w": 42, - "h": 41 - } - }, - { - "filename": "0035.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 42 - }, - "spriteSourceSize": { - "x": 0, - "y": 1, - "w": 42, - "h": 41 - }, - "frame": { - "x": 0, - "y": 81, - "w": 42, - "h": 41 - } - }, - { - "filename": "0040.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 42 - }, - "spriteSourceSize": { - "x": 0, - "y": 1, - "w": 44, - "h": 39 - }, - "frame": { - "x": 44, - "y": 0, - "w": 44, - "h": 39 - } - }, - { - "filename": "0050.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 42 - }, - "spriteSourceSize": { - "x": 0, - "y": 1, - "w": 44, - "h": 39 - }, - "frame": { - "x": 44, - "y": 0, - "w": 44, - "h": 39 - } - }, - { - "filename": "0001.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 42 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 42, - "h": 40 - }, - "frame": { - "x": 0, - "y": 122, - "w": 42, - "h": 40 - } - }, - { - "filename": "0013.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 42 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 42, - "h": 40 - }, - "frame": { - "x": 0, - "y": 122, - "w": 42, - "h": 40 - } - }, - { - "filename": "0025.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 42 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 42, - "h": 40 - }, - "frame": { - "x": 0, - "y": 122, - "w": 42, - "h": 40 - } - }, - { - "filename": "0037.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 42 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 42, - "h": 40 - }, - "frame": { - "x": 0, - "y": 122, - "w": 42, - "h": 40 - } - }, - { - "filename": "0041.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 42 - }, - "spriteSourceSize": { - "x": 0, - "y": 3, - "w": 45, - "h": 37 - }, - "frame": { - "x": 88, - "y": 0, - "w": 45, - "h": 37 - } - }, - { - "filename": "0045.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 42 - }, - "spriteSourceSize": { - "x": 0, - "y": 3, - "w": 45, - "h": 37 - }, - "frame": { - "x": 88, - "y": 0, - "w": 45, - "h": 37 - } - }, - { - "filename": "0049.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 42 - }, - "spriteSourceSize": { - "x": 0, - "y": 3, - "w": 45, - "h": 37 - }, - "frame": { - "x": 88, - "y": 0, - "w": 45, - "h": 37 - } - }, - { - "filename": "0042.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 42 - }, - "spriteSourceSize": { - "x": 0, - "y": 3, - "w": 45, - "h": 37 - }, - "frame": { - "x": 88, - "y": 37, - "w": 45, - "h": 37 - } - }, - { - "filename": "0044.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 42 - }, - "spriteSourceSize": { - "x": 0, - "y": 3, - "w": 45, - "h": 37 - }, - "frame": { - "x": 88, - "y": 37, - "w": 45, - "h": 37 - } - }, - { - "filename": "0046.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 42 - }, - "spriteSourceSize": { - "x": 0, - "y": 3, - "w": 45, - "h": 37 - }, - "frame": { - "x": 88, - "y": 37, - "w": 45, - "h": 37 - } - }, - { - "filename": "0048.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 42 - }, - "spriteSourceSize": { - "x": 0, - "y": 3, - "w": 45, - "h": 37 - }, - "frame": { - "x": 88, - "y": 37, - "w": 45, - "h": 37 - } - }, - { - "filename": "0004.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 42 - }, - "spriteSourceSize": { - "x": 0, - "y": 2, - "w": 42, - "h": 40 - }, - "frame": { - "x": 44, - "y": 39, - "w": 42, - "h": 40 - } - }, - { - "filename": "0010.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 42 - }, - "spriteSourceSize": { - "x": 0, - "y": 2, - "w": 42, - "h": 40 - }, - "frame": { - "x": 44, - "y": 39, - "w": 42, - "h": 40 - } - }, - { - "filename": "0016.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 42 - }, - "spriteSourceSize": { - "x": 0, - "y": 2, - "w": 42, - "h": 40 - }, - "frame": { - "x": 44, - "y": 39, - "w": 42, - "h": 40 - } - }, - { - "filename": "0022.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 42 - }, - "spriteSourceSize": { - "x": 0, - "y": 2, - "w": 42, - "h": 40 - }, - "frame": { - "x": 44, - "y": 39, - "w": 42, - "h": 40 - } - }, - { - "filename": "0028.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 42 - }, - "spriteSourceSize": { - "x": 0, - "y": 2, - "w": 42, - "h": 40 - }, - "frame": { - "x": 44, - "y": 39, - "w": 42, - "h": 40 - } - }, - { - "filename": "0034.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 42 - }, - "spriteSourceSize": { - "x": 0, - "y": 2, - "w": 42, - "h": 40 - }, - "frame": { - "x": 44, - "y": 39, - "w": 42, - "h": 40 - } - }, - { - "filename": "0005.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 42 - }, - "spriteSourceSize": { - "x": 0, - "y": 2, - "w": 42, - "h": 40 - }, - "frame": { - "x": 42, - "y": 79, - "w": 42, - "h": 40 - } - }, - { - "filename": "0009.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 42 - }, - "spriteSourceSize": { - "x": 0, - "y": 2, - "w": 42, - "h": 40 - }, - "frame": { - "x": 42, - "y": 79, - "w": 42, - "h": 40 - } - }, - { - "filename": "0017.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 42 - }, - "spriteSourceSize": { - "x": 0, - "y": 2, - "w": 42, - "h": 40 - }, - "frame": { - "x": 42, - "y": 79, - "w": 42, - "h": 40 - } - }, - { - "filename": "0021.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 42 - }, - "spriteSourceSize": { - "x": 0, - "y": 2, - "w": 42, - "h": 40 - }, - "frame": { - "x": 42, - "y": 79, - "w": 42, - "h": 40 - } - }, - { - "filename": "0029.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 42 - }, - "spriteSourceSize": { - "x": 0, - "y": 2, - "w": 42, - "h": 40 - }, - "frame": { - "x": 42, - "y": 79, - "w": 42, - "h": 40 - } - }, - { - "filename": "0033.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 42 - }, - "spriteSourceSize": { - "x": 0, - "y": 2, - "w": 42, - "h": 40 - }, - "frame": { - "x": 42, - "y": 79, - "w": 42, - "h": 40 - } - }, - { - "filename": "0006.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 42 - }, - "spriteSourceSize": { - "x": 0, - "y": 3, - "w": 42, - "h": 39 - }, - "frame": { - "x": 42, - "y": 119, - "w": 42, - "h": 39 - } - }, - { - "filename": "0008.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 42 - }, - "spriteSourceSize": { - "x": 0, - "y": 3, - "w": 42, - "h": 39 - }, - "frame": { - "x": 42, - "y": 119, - "w": 42, - "h": 39 - } - }, - { - "filename": "0018.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 42 - }, - "spriteSourceSize": { - "x": 0, - "y": 3, - "w": 42, - "h": 39 - }, - "frame": { - "x": 42, - "y": 119, - "w": 42, - "h": 39 - } - }, - { - "filename": "0020.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 42 - }, - "spriteSourceSize": { - "x": 0, - "y": 3, - "w": 42, - "h": 39 - }, - "frame": { - "x": 42, - "y": 119, - "w": 42, - "h": 39 - } - }, - { - "filename": "0030.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 42 - }, - "spriteSourceSize": { - "x": 0, - "y": 3, - "w": 42, - "h": 39 - }, - "frame": { - "x": 42, - "y": 119, - "w": 42, - "h": 39 - } - }, - { - "filename": "0032.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 42 - }, - "spriteSourceSize": { - "x": 0, - "y": 3, - "w": 42, - "h": 39 - }, - "frame": { - "x": 42, - "y": 119, - "w": 42, - "h": 39 - } - }, - { - "filename": "0007.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 42 - }, - "spriteSourceSize": { - "x": 0, - "y": 3, - "w": 42, - "h": 39 - }, - "frame": { - "x": 86, - "y": 74, - "w": 42, - "h": 39 - } - }, - { - "filename": "0019.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 42 - }, - "spriteSourceSize": { - "x": 0, - "y": 3, - "w": 42, - "h": 39 - }, - "frame": { - "x": 86, - "y": 74, - "w": 42, - "h": 39 - } - }, - { - "filename": "0031.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 42 - }, - "spriteSourceSize": { - "x": 0, - "y": 3, - "w": 42, - "h": 39 - }, - "frame": { - "x": 86, - "y": 74, - "w": 42, - "h": 39 - } - }, - { - "filename": "0038.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 42 - }, - "spriteSourceSize": { - "x": 2, - "y": 0, - "w": 40, - "h": 40 - }, - "frame": { - "x": 84, - "y": 113, - "w": 40, - "h": 40 - } - }, - { - "filename": "0052.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 42 - }, - "spriteSourceSize": { - "x": 2, - "y": 0, - "w": 40, - "h": 40 - }, - "frame": { - "x": 84, - "y": 113, - "w": 40, - "h": 40 - } - }, - { - "filename": "0043.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 42 - }, - "spriteSourceSize": { - "x": 0, - "y": 3, - "w": 41, - "h": 37 - }, - "frame": { - "x": 124, - "y": 113, - "w": 41, - "h": 37 - } - }, - { - "filename": "0047.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 42 - }, - "spriteSourceSize": { - "x": 0, - "y": 3, - "w": 41, - "h": 37 - }, - "frame": { - "x": 124, - "y": 113, - "w": 41, - "h": 37 - } - } - ] - } - ], - "meta": { - "app": "https://www.codeandweb.com/texturepacker", - "version": "3.0", - "smartupdate": "$TexturePacker:SmartUpdate:ff62847c95025ab843b05a9134e55488:7da27b56213df83850702c3591259733:74218c18c9d392741666ee5c0c28d306$" - } +{ "frames": [ + { + "filename": "0001.png", + "frame": { "x": 40, "y": 94, "w": 40, "h": 39 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 15, "w": 40, "h": 39 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0002.png", + "frame": { "x": 80, "y": 134, "w": 40, "h": 38 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0003.png", + "frame": { "x": 40, "y": 172, "w": 40, "h": 37 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 17, "w": 40, "h": 37 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0004.png", + "frame": { "x": 120, "y": 173, "w": 39, "h": 36 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 18, "w": 39, "h": 36 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0005.png", + "frame": { "x": 159, "y": 207, "w": 39, "h": 36 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 36 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0006.png", + "frame": { "x": 0, "y": 210, "w": 38, "h": 35 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 20, "w": 38, "h": 35 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0007.png", + "frame": { "x": 40, "y": 209, "w": 39, "h": 36 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 36 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0008.png", + "frame": { "x": 118, "y": 209, "w": 39, "h": 35 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 35 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0009.png", + "frame": { "x": 79, "y": 209, "w": 39, "h": 36 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 18, "w": 39, "h": 36 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0010.png", + "frame": { "x": 80, "y": 172, "w": 40, "h": 37 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 17, "w": 40, "h": 37 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0011.png", + "frame": { "x": 159, "y": 169, "w": 40, "h": 38 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0012.png", + "frame": { "x": 0, "y": 172, "w": 40, "h": 38 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0013.png", + "frame": { "x": 80, "y": 95, "w": 40, "h": 39 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 15, "w": 40, "h": 39 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0014.png", + "frame": { "x": 80, "y": 134, "w": 40, "h": 38 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0015.png", + "frame": { "x": 40, "y": 172, "w": 40, "h": 37 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 17, "w": 40, "h": 37 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0016.png", + "frame": { "x": 120, "y": 173, "w": 39, "h": 36 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 18, "w": 39, "h": 36 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0017.png", + "frame": { "x": 159, "y": 207, "w": 39, "h": 36 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 36 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0018.png", + "frame": { "x": 0, "y": 210, "w": 38, "h": 35 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 20, "w": 38, "h": 35 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0019.png", + "frame": { "x": 40, "y": 209, "w": 39, "h": 36 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 36 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0020.png", + "frame": { "x": 118, "y": 209, "w": 39, "h": 35 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 35 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0021.png", + "frame": { "x": 79, "y": 209, "w": 39, "h": 36 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 18, "w": 39, "h": 36 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0022.png", + "frame": { "x": 80, "y": 172, "w": 40, "h": 37 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 17, "w": 40, "h": 37 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0023.png", + "frame": { "x": 159, "y": 169, "w": 40, "h": 38 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0024.png", + "frame": { "x": 0, "y": 172, "w": 40, "h": 38 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0025.png", + "frame": { "x": 80, "y": 95, "w": 40, "h": 39 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 15, "w": 40, "h": 39 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0026.png", + "frame": { "x": 80, "y": 134, "w": 40, "h": 38 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0027.png", + "frame": { "x": 40, "y": 172, "w": 40, "h": 37 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 17, "w": 40, "h": 37 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0028.png", + "frame": { "x": 120, "y": 173, "w": 39, "h": 36 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 18, "w": 39, "h": 36 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0029.png", + "frame": { "x": 159, "y": 207, "w": 39, "h": 36 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 36 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0030.png", + "frame": { "x": 0, "y": 210, "w": 38, "h": 35 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 20, "w": 38, "h": 35 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0031.png", + "frame": { "x": 40, "y": 209, "w": 39, "h": 36 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 36 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0032.png", + "frame": { "x": 118, "y": 209, "w": 39, "h": 35 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 35 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0033.png", + "frame": { "x": 79, "y": 209, "w": 39, "h": 36 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 18, "w": 39, "h": 36 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0034.png", + "frame": { "x": 80, "y": 172, "w": 40, "h": 37 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 17, "w": 40, "h": 37 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0035.png", + "frame": { "x": 159, "y": 169, "w": 40, "h": 38 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0036.png", + "frame": { "x": 0, "y": 172, "w": 40, "h": 38 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0037.png", + "frame": { "x": 80, "y": 95, "w": 40, "h": 39 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 15, "w": 40, "h": 39 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0038.png", + "frame": { "x": 80, "y": 134, "w": 40, "h": 38 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0039.png", + "frame": { "x": 40, "y": 172, "w": 40, "h": 37 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 17, "w": 40, "h": 37 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0040.png", + "frame": { "x": 120, "y": 173, "w": 39, "h": 36 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 18, "w": 39, "h": 36 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0041.png", + "frame": { "x": 159, "y": 207, "w": 39, "h": 36 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 36 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0042.png", + "frame": { "x": 0, "y": 210, "w": 38, "h": 35 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 20, "w": 38, "h": 35 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0043.png", + "frame": { "x": 40, "y": 209, "w": 39, "h": 36 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 36 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0044.png", + "frame": { "x": 118, "y": 209, "w": 39, "h": 35 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 35 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0045.png", + "frame": { "x": 79, "y": 209, "w": 39, "h": 36 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 18, "w": 39, "h": 36 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0046.png", + "frame": { "x": 80, "y": 172, "w": 40, "h": 37 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 17, "w": 40, "h": 37 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0047.png", + "frame": { "x": 159, "y": 169, "w": 40, "h": 38 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0048.png", + "frame": { "x": 0, "y": 172, "w": 40, "h": 38 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0049.png", + "frame": { "x": 80, "y": 95, "w": 40, "h": 39 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 15, "w": 40, "h": 39 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0050.png", + "frame": { "x": 80, "y": 134, "w": 40, "h": 38 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0051.png", + "frame": { "x": 40, "y": 172, "w": 40, "h": 37 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 17, "w": 40, "h": 37 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0052.png", + "frame": { "x": 120, "y": 173, "w": 39, "h": 36 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 18, "w": 39, "h": 36 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0053.png", + "frame": { "x": 159, "y": 207, "w": 39, "h": 36 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 36 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0054.png", + "frame": { "x": 0, "y": 210, "w": 38, "h": 35 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 20, "w": 38, "h": 35 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0055.png", + "frame": { "x": 40, "y": 209, "w": 39, "h": 36 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 36 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0056.png", + "frame": { "x": 118, "y": 209, "w": 39, "h": 35 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 35 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0057.png", + "frame": { "x": 79, "y": 209, "w": 39, "h": 36 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 18, "w": 39, "h": 36 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0058.png", + "frame": { "x": 80, "y": 172, "w": 40, "h": 37 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 17, "w": 40, "h": 37 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0059.png", + "frame": { "x": 159, "y": 169, "w": 40, "h": 38 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0060.png", + "frame": { "x": 0, "y": 172, "w": 40, "h": 38 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0061.png", + "frame": { "x": 40, "y": 94, "w": 40, "h": 39 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 15, "w": 40, "h": 39 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0062.png", + "frame": { "x": 170, "y": 130, "w": 40, "h": 39 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 15, "w": 40, "h": 39 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0063.png", + "frame": { "x": 0, "y": 133, "w": 40, "h": 39 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 15, "w": 40, "h": 39 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0064.png", + "frame": { "x": 40, "y": 133, "w": 40, "h": 39 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 15, "w": 40, "h": 39 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0065.png", + "frame": { "x": 0, "y": 53, "w": 40, "h": 40 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 14, "w": 40, "h": 40 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0066.png", + "frame": { "x": 40, "y": 54, "w": 40, "h": 40 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 14, "w": 40, "h": 40 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0067.png", + "frame": { "x": 170, "y": 90, "w": 40, "h": 40 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 14, "w": 40, "h": 40 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0068.png", + "frame": { "x": 0, "y": 93, "w": 40, "h": 40 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 14, "w": 40, "h": 40 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0069.png", + "frame": { "x": 130, "y": 52, "w": 40, "h": 41 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 13, "w": 40, "h": 41 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0070.png", + "frame": { "x": 90, "y": 52, "w": 40, "h": 43 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 11, "w": 40, "h": 43 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0071.png", + "frame": { "x": 177, "y": 46, "w": 40, "h": 44 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 10, "w": 40, "h": 44 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0072.png", + "frame": { "x": 177, "y": 0, "w": 40, "h": 46 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 8, "w": 40, "h": 46 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0073.png", + "frame": { "x": 90, "y": 0, "w": 45, "h": 52 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 2, "w": 45, "h": 52 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0074.png", + "frame": { "x": 0, "y": 0, "w": 46, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 1, "w": 46, "h": 53 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0075.png", + "frame": { "x": 0, "y": 0, "w": 46, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 1, "w": 46, "h": 53 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0076.png", + "frame": { "x": 0, "y": 0, "w": 46, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 1, "w": 46, "h": 53 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0077.png", + "frame": { "x": 0, "y": 0, "w": 46, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 1, "w": 46, "h": 53 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0078.png", + "frame": { "x": 135, "y": 0, "w": 42, "h": 52 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 2, "w": 42, "h": 52 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0079.png", + "frame": { "x": 46, "y": 0, "w": 44, "h": 54 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 0, "w": 44, "h": 54 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0080.png", + "frame": { "x": 120, "y": 133, "w": 39, "h": 40 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 14, "w": 39, "h": 40 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0081.png", + "frame": { "x": 130, "y": 93, "w": 40, "h": 40 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 14, "w": 40, "h": 40 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0082.png", + "frame": { "x": 0, "y": 53, "w": 40, "h": 40 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 14, "w": 40, "h": 40 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0083.png", + "frame": { "x": 40, "y": 133, "w": 40, "h": 39 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 15, "w": 40, "h": 39 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0084.png", + "frame": { "x": 0, "y": 133, "w": 40, "h": 39 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 15, "w": 40, "h": 39 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + }, + { + "filename": "0085.png", + "frame": { "x": 170, "y": 130, "w": 40, "h": 39 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 15, "w": 40, "h": 39 }, + "sourceSize": { "w": 46, "h": 55 }, + "duration": 100 + } + ], + "meta": { + "app": "https://www.aseprite.org/", + "version": "1.3.13-x64", + "format": "I8", + "size": { "w": 217, "h": 245 }, + "scale": "1" + } } diff --git a/public/images/pokemon/exp/shiny/728.png b/public/images/pokemon/exp/shiny/728.png index 0266097b1f3..d3bf6112f30 100644 Binary files a/public/images/pokemon/exp/shiny/728.png and b/public/images/pokemon/exp/shiny/728.png differ diff --git a/public/images/pokemon/exp/shiny/729.json b/public/images/pokemon/exp/shiny/729.json index e9fb1aa0faa..ed22b70455c 100644 --- a/public/images/pokemon/exp/shiny/729.json +++ b/public/images/pokemon/exp/shiny/729.json @@ -1,272 +1,1055 @@ -{ - "textures": [ - { - "image": "729.png", - "format": "RGBA8888", - "size": { - "w": 141, - "h": 141 - }, - "scale": 1, - "frames": [ - { - "filename": "0001.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 50, - "h": 51 - }, - "spriteSourceSize": { - "x": 1, - "y": 0, - "w": 49, - "h": 51 - }, - "frame": { - "x": 0, - "y": 0, - "w": 49, - "h": 51 - } - }, - { - "filename": "0002.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 50, - "h": 51 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 49, - "h": 51 - }, - "frame": { - "x": 0, - "y": 51, - "w": 49, - "h": 51 - } - }, - { - "filename": "0012.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 50, - "h": 51 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 49, - "h": 51 - }, - "frame": { - "x": 0, - "y": 51, - "w": 49, - "h": 51 - } - }, - { - "filename": "0003.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 50, - "h": 51 - }, - "spriteSourceSize": { - "x": 0, - "y": 1, - "w": 48, - "h": 50 - }, - "frame": { - "x": 49, - "y": 0, - "w": 48, - "h": 50 - } - }, - { - "filename": "0011.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 50, - "h": 51 - }, - "spriteSourceSize": { - "x": 0, - "y": 1, - "w": 48, - "h": 50 - }, - "frame": { - "x": 49, - "y": 0, - "w": 48, - "h": 50 - } - }, - { - "filename": "0006.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 50, - "h": 51 - }, - "spriteSourceSize": { - "x": 0, - "y": 4, - "w": 42, - "h": 47 - }, - "frame": { - "x": 97, - "y": 0, - "w": 42, - "h": 47 - } - }, - { - "filename": "0008.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 50, - "h": 51 - }, - "spriteSourceSize": { - "x": 0, - "y": 4, - "w": 42, - "h": 47 - }, - "frame": { - "x": 97, - "y": 0, - "w": 42, - "h": 47 - } - }, - { - "filename": "0007.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 50, - "h": 51 - }, - "spriteSourceSize": { - "x": 0, - "y": 4, - "w": 40, - "h": 47 - }, - "frame": { - "x": 97, - "y": 47, - "w": 40, - "h": 47 - } - }, - { - "filename": "0004.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 50, - "h": 51 - }, - "spriteSourceSize": { - "x": 0, - "y": 3, - "w": 46, - "h": 48 - }, - "frame": { - "x": 49, - "y": 50, - "w": 46, - "h": 48 - } - }, - { - "filename": "0010.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 50, - "h": 51 - }, - "spriteSourceSize": { - "x": 0, - "y": 3, - "w": 46, - "h": 48 - }, - "frame": { - "x": 49, - "y": 50, - "w": 46, - "h": 48 - } - }, - { - "filename": "0005.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 50, - "h": 51 - }, - "spriteSourceSize": { - "x": 0, - "y": 4, - "w": 45, - "h": 47 - }, - "frame": { - "x": 95, - "y": 94, - "w": 45, - "h": 47 - } - }, - { - "filename": "0009.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 50, - "h": 51 - }, - "spriteSourceSize": { - "x": 0, - "y": 4, - "w": 45, - "h": 47 - }, - "frame": { - "x": 95, - "y": 94, - "w": 45, - "h": 47 - } - } - ] - } - ], - "meta": { - "app": "https://www.codeandweb.com/texturepacker", - "version": "3.0", - "smartupdate": "$TexturePacker:SmartUpdate:443d9818c7a68828a3e681ceb7d9ccd2:3865e964ed12d558fc1c9e3e95c82c69:b2d5dd692ec79c7357afdffa7b3670a9$" - } +{ "frames": [ + { + "filename": "0001.png", + "frame": { "x": 53, "y": 283, "w": 52, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 9, "w": 52, "h": 55 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0002.png", + "frame": { "x": 105, "y": 286, "w": 51, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 9, "w": 51, "h": 55 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0003.png", + "frame": { "x": 429, "y": 336, "w": 50, "h": 54 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 10, "w": 50, "h": 54 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0004.png", + "frame": { "x": 263, "y": 337, "w": 49, "h": 54 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 10, "w": 49, "h": 54 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0005.png", + "frame": { "x": 0, "y": 345, "w": 48, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 11, "w": 48, "h": 53 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0006.png", + "frame": { "x": 408, "y": 390, "w": 46, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 10, "w": 46, "h": 55 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0007.png", + "frame": { "x": 454, "y": 390, "w": 46, "h": 54 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 11, "w": 46, "h": 54 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0008.png", + "frame": { "x": 48, "y": 391, "w": 46, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 11, "w": 46, "h": 53 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0009.png", + "frame": { "x": 204, "y": 390, "w": 47, "h": 54 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 10, "w": 47, "h": 54 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0010.png", + "frame": { "x": 156, "y": 339, "w": 48, "h": 54 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 10, "w": 48, "h": 54 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0011.png", + "frame": { "x": 462, "y": 226, "w": 50, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 9, "w": 50, "h": 55 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0012.png", + "frame": { "x": 0, "y": 290, "w": 51, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 9, "w": 51, "h": 55 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0013.png", + "frame": { "x": 326, "y": 282, "w": 52, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 9, "w": 52, "h": 55 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0014.png", + "frame": { "x": 164, "y": 229, "w": 53, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 8, "w": 53, "h": 56 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0015.png", + "frame": { "x": 0, "y": 178, "w": 54, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 8, "w": 54, "h": 56 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0016.png", + "frame": { "x": 55, "y": 117, "w": 55, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 8, "w": 55, "h": 56 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0017.png", + "frame": { "x": 109, "y": 175, "w": 55, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 9, "w": 55, "h": 55 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0018.png", + "frame": { "x": 164, "y": 174, "w": 55, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 9, "w": 55, "h": 55 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0019.png", + "frame": { "x": 54, "y": 173, "w": 55, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 9, "w": 55, "h": 55 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0020.png", + "frame": { "x": 236, "y": 171, "w": 55, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 9, "w": 55, "h": 55 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0021.png", + "frame": { "x": 54, "y": 228, "w": 54, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 9, "w": 54, "h": 55 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0022.png", + "frame": { "x": 327, "y": 227, "w": 54, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 9, "w": 54, "h": 55 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0023.png", + "frame": { "x": 381, "y": 281, "w": 53, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 9, "w": 53, "h": 55 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0024.png", + "frame": { "x": 434, "y": 281, "w": 53, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 9, "w": 53, "h": 55 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0025.png", + "frame": { "x": 53, "y": 283, "w": 52, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 9, "w": 52, "h": 55 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0026.png", + "frame": { "x": 105, "y": 286, "w": 51, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 9, "w": 51, "h": 55 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0027.png", + "frame": { "x": 429, "y": 336, "w": 50, "h": 54 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 10, "w": 50, "h": 54 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0028.png", + "frame": { "x": 263, "y": 337, "w": 49, "h": 54 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 10, "w": 49, "h": 54 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0029.png", + "frame": { "x": 0, "y": 345, "w": 48, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 11, "w": 48, "h": 53 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0030.png", + "frame": { "x": 408, "y": 390, "w": 46, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 10, "w": 46, "h": 55 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0031.png", + "frame": { "x": 454, "y": 390, "w": 46, "h": 54 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 11, "w": 46, "h": 54 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0032.png", + "frame": { "x": 48, "y": 391, "w": 46, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 11, "w": 46, "h": 53 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0033.png", + "frame": { "x": 204, "y": 390, "w": 47, "h": 54 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 10, "w": 47, "h": 54 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0034.png", + "frame": { "x": 156, "y": 339, "w": 48, "h": 54 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 10, "w": 48, "h": 54 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0035.png", + "frame": { "x": 462, "y": 226, "w": 50, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 9, "w": 50, "h": 55 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0036.png", + "frame": { "x": 0, "y": 290, "w": 51, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 9, "w": 51, "h": 55 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0037.png", + "frame": { "x": 326, "y": 282, "w": 52, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 9, "w": 52, "h": 55 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0038.png", + "frame": { "x": 164, "y": 229, "w": 53, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 8, "w": 53, "h": 56 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0039.png", + "frame": { "x": 0, "y": 178, "w": 54, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 8, "w": 54, "h": 56 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0040.png", + "frame": { "x": 55, "y": 117, "w": 55, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 8, "w": 55, "h": 56 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0041.png", + "frame": { "x": 109, "y": 175, "w": 55, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 9, "w": 55, "h": 55 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0042.png", + "frame": { "x": 164, "y": 174, "w": 55, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 9, "w": 55, "h": 55 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0043.png", + "frame": { "x": 54, "y": 173, "w": 55, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 9, "w": 55, "h": 55 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0044.png", + "frame": { "x": 236, "y": 171, "w": 55, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 9, "w": 55, "h": 55 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0045.png", + "frame": { "x": 54, "y": 228, "w": 54, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 9, "w": 54, "h": 55 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0046.png", + "frame": { "x": 327, "y": 227, "w": 54, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 9, "w": 54, "h": 55 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0047.png", + "frame": { "x": 381, "y": 281, "w": 53, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 9, "w": 53, "h": 55 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0048.png", + "frame": { "x": 434, "y": 281, "w": 53, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 9, "w": 53, "h": 55 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0049.png", + "frame": { "x": 53, "y": 283, "w": 52, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 9, "w": 52, "h": 55 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0050.png", + "frame": { "x": 105, "y": 286, "w": 51, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 9, "w": 51, "h": 55 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0051.png", + "frame": { "x": 429, "y": 336, "w": 50, "h": 54 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 10, "w": 50, "h": 54 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0052.png", + "frame": { "x": 263, "y": 337, "w": 49, "h": 54 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 10, "w": 49, "h": 54 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0053.png", + "frame": { "x": 0, "y": 345, "w": 48, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 11, "w": 48, "h": 53 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0054.png", + "frame": { "x": 408, "y": 390, "w": 46, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 10, "w": 46, "h": 55 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0055.png", + "frame": { "x": 454, "y": 390, "w": 46, "h": 54 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 11, "w": 46, "h": 54 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0056.png", + "frame": { "x": 48, "y": 391, "w": 46, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 11, "w": 46, "h": 53 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0057.png", + "frame": { "x": 204, "y": 390, "w": 47, "h": 54 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 10, "w": 47, "h": 54 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0058.png", + "frame": { "x": 156, "y": 339, "w": 48, "h": 54 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 10, "w": 48, "h": 54 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0059.png", + "frame": { "x": 462, "y": 226, "w": 50, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 9, "w": 50, "h": 55 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0060.png", + "frame": { "x": 0, "y": 290, "w": 51, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 9, "w": 51, "h": 55 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0061.png", + "frame": { "x": 326, "y": 282, "w": 52, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 9, "w": 52, "h": 55 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0062.png", + "frame": { "x": 164, "y": 229, "w": 53, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 8, "w": 53, "h": 56 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0063.png", + "frame": { "x": 0, "y": 178, "w": 54, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 8, "w": 54, "h": 56 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0064.png", + "frame": { "x": 55, "y": 117, "w": 55, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 8, "w": 55, "h": 56 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0065.png", + "frame": { "x": 109, "y": 175, "w": 55, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 9, "w": 55, "h": 55 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0066.png", + "frame": { "x": 164, "y": 174, "w": 55, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 9, "w": 55, "h": 55 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0067.png", + "frame": { "x": 54, "y": 173, "w": 55, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 9, "w": 55, "h": 55 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0068.png", + "frame": { "x": 236, "y": 171, "w": 55, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 9, "w": 55, "h": 55 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0069.png", + "frame": { "x": 54, "y": 228, "w": 54, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 9, "w": 54, "h": 55 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0070.png", + "frame": { "x": 327, "y": 227, "w": 54, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 9, "w": 54, "h": 55 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0071.png", + "frame": { "x": 381, "y": 281, "w": 53, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 9, "w": 53, "h": 55 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0072.png", + "frame": { "x": 434, "y": 281, "w": 53, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 9, "w": 53, "h": 55 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0073.png", + "frame": { "x": 53, "y": 283, "w": 52, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 9, "w": 52, "h": 55 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0074.png", + "frame": { "x": 408, "y": 226, "w": 54, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 9, "w": 54, "h": 55 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0075.png", + "frame": { "x": 312, "y": 56, "w": 57, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 8, "w": 57, "h": 56 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0076.png", + "frame": { "x": 312, "y": 0, "w": 59, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 8, "w": 59, "h": 56 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0077.png", + "frame": { "x": 244, "y": 116, "w": 56, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 9, "w": 56, "h": 55 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0078.png", + "frame": { "x": 416, "y": 114, "w": 56, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 9, "w": 56, "h": 55 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0079.png", + "frame": { "x": 64, "y": 62, "w": 57, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 9, "w": 57, "h": 55 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0080.png", + "frame": { "x": 371, "y": 0, "w": 58, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 8, "w": 58, "h": 56 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0081.png", + "frame": { "x": 273, "y": 226, "w": 54, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 9, "w": 54, "h": 55 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0082.png", + "frame": { "x": 53, "y": 283, "w": 52, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 9, "w": 52, "h": 55 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0083.png", + "frame": { "x": 161, "y": 285, "w": 52, "h": 54 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 9, "w": 52, "h": 54 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0084.png", + "frame": { "x": 312, "y": 337, "w": 50, "h": 52 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 10, "w": 50, "h": 52 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0085.png", + "frame": { "x": 312, "y": 389, "w": 48, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 10, "w": 48, "h": 53 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0086.png", + "frame": { "x": 51, "y": 338, "w": 49, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 10, "w": 49, "h": 53 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0087.png", + "frame": { "x": 378, "y": 336, "w": 51, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 10, "w": 51, "h": 53 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0088.png", + "frame": { "x": 213, "y": 337, "w": 50, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 10, "w": 50, "h": 53 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0089.png", + "frame": { "x": 360, "y": 389, "w": 48, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 9, "w": 48, "h": 53 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0090.png", + "frame": { "x": 100, "y": 341, "w": 49, "h": 52 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 10, "w": 49, "h": 52 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0091.png", + "frame": { "x": 53, "y": 283, "w": 52, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 9, "w": 52, "h": 55 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0092.png", + "frame": { "x": 217, "y": 282, "w": 52, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 9, "w": 52, "h": 55 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0093.png", + "frame": { "x": 108, "y": 230, "w": 53, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 8, "w": 53, "h": 56 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0094.png", + "frame": { "x": 300, "y": 169, "w": 54, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 7, "w": 54, "h": 57 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0095.png", + "frame": { "x": 182, "y": 117, "w": 54, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 7, "w": 54, "h": 57 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0096.png", + "frame": { "x": 0, "y": 121, "w": 54, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 7, "w": 54, "h": 57 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0097.png", + "frame": { "x": 189, "y": 60, "w": 55, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 7, "w": 55, "h": 57 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0098.png", + "frame": { "x": 110, "y": 118, "w": 54, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 7, "w": 54, "h": 57 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0099.png", + "frame": { "x": 369, "y": 56, "w": 55, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 7, "w": 55, "h": 57 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0100.png", + "frame": { "x": 424, "y": 57, "w": 55, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 7, "w": 55, "h": 57 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0101.png", + "frame": { "x": 429, "y": 0, "w": 56, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 7, "w": 56, "h": 57 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0102.png", + "frame": { "x": 127, "y": 0, "w": 62, "h": 61 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 3, "w": 62, "h": 61 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0103.png", + "frame": { "x": 64, "y": 0, "w": 63, "h": 62 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 2, "w": 63, "h": 62 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0104.png", + "frame": { "x": 0, "y": 0, "w": 64, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 0, "w": 64, "h": 64 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0105.png", + "frame": { "x": 251, "y": 0, "w": 61, "h": 59 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 5, "w": 61, "h": 59 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0106.png", + "frame": { "x": 189, "y": 0, "w": 62, "h": 60 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 4, "w": 62, "h": 60 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0107.png", + "frame": { "x": 0, "y": 64, "w": 55, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 7, "w": 55, "h": 57 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0108.png", + "frame": { "x": 127, "y": 61, "w": 55, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 7, "w": 55, "h": 57 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0109.png", + "frame": { "x": 306, "y": 112, "w": 55, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 7, "w": 55, "h": 57 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0110.png", + "frame": { "x": 361, "y": 113, "w": 55, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 7, "w": 55, "h": 57 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0111.png", + "frame": { "x": 251, "y": 59, "w": 55, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 7, "w": 55, "h": 57 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0112.png", + "frame": { "x": 416, "y": 169, "w": 54, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 7, "w": 54, "h": 57 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0113.png", + "frame": { "x": 354, "y": 170, "w": 54, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 7, "w": 54, "h": 57 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0114.png", + "frame": { "x": 219, "y": 226, "w": 54, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 8, "w": 54, "h": 56 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0115.png", + "frame": { "x": 0, "y": 234, "w": 53, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 8, "w": 53, "h": 56 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + }, + { + "filename": "0116.png", + "frame": { "x": 273, "y": 281, "w": 53, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 8, "w": 53, "h": 56 }, + "sourceSize": { "w": 64, "h": 65 }, + "duration": 100 + } + ], + "meta": { + "app": "https://www.aseprite.org/", + "version": "1.3.13-x64", + "image": "729.png", + "format": "I8", + "size": { "w": 512, "h": 445 }, + "scale": "1" + } } diff --git a/public/images/pokemon/exp/shiny/729.png b/public/images/pokemon/exp/shiny/729.png index 41e9e077e2e..66b8a99f34a 100644 Binary files a/public/images/pokemon/exp/shiny/729.png and b/public/images/pokemon/exp/shiny/729.png differ diff --git a/public/images/pokemon/exp/shiny/730.json b/public/images/pokemon/exp/shiny/730.json index 874de43f801..b1b6c5189bc 100644 --- a/public/images/pokemon/exp/shiny/730.json +++ b/public/images/pokemon/exp/shiny/730.json @@ -1,2309 +1,839 @@ -{ - "textures": [ - { - "image": "730.png", - "format": "RGBA8888", - "size": { - "w": 615, - "h": 615 - }, - "scale": 1, - "frames": [ - { - "filename": "0014.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 7, - "w": 83, - "h": 81 - }, - "frame": { - "x": 0, - "y": 0, - "w": 83, - "h": 81 - } - }, - { - "filename": "0038.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 7, - "w": 83, - "h": 81 - }, - "frame": { - "x": 0, - "y": 0, - "w": 83, - "h": 81 - } - }, - { - "filename": "0086.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 7, - "w": 83, - "h": 81 - }, - "frame": { - "x": 0, - "y": 0, - "w": 83, - "h": 81 - } - }, - { - "filename": "0011.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 3, - "w": 78, - "h": 85 - }, - "frame": { - "x": 0, - "y": 81, - "w": 78, - "h": 85 - } - }, - { - "filename": "0035.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 3, - "w": 78, - "h": 85 - }, - "frame": { - "x": 0, - "y": 81, - "w": 78, - "h": 85 - } - }, - { - "filename": "0083.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 3, - "w": 78, - "h": 85 - }, - "frame": { - "x": 0, - "y": 81, - "w": 78, - "h": 85 - } - }, - { - "filename": "0062.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 7, - "w": 83, - "h": 80 - }, - "frame": { - "x": 83, - "y": 0, - "w": 83, - "h": 80 - } - }, - { - "filename": "0107.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 8, - "w": 83, - "h": 80 - }, - "frame": { - "x": 166, - "y": 0, - "w": 83, - "h": 80 - } - }, - { - "filename": "0010.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 74, - "h": 88 - }, - "frame": { - "x": 0, - "y": 166, - "w": 74, - "h": 88 - } - }, - { - "filename": "0034.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 74, - "h": 88 - }, - "frame": { - "x": 0, - "y": 166, - "w": 74, - "h": 88 - } - }, - { - "filename": "0082.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 74, - "h": 88 - }, - "frame": { - "x": 0, - "y": 166, - "w": 74, - "h": 88 - } - }, - { - "filename": "0015.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 9, - "w": 83, - "h": 79 - }, - "frame": { - "x": 249, - "y": 0, - "w": 83, - "h": 79 - } - }, - { - "filename": "0039.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 9, - "w": 83, - "h": 79 - }, - "frame": { - "x": 249, - "y": 0, - "w": 83, - "h": 79 - } - }, - { - "filename": "0087.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 9, - "w": 83, - "h": 79 - }, - "frame": { - "x": 249, - "y": 0, - "w": 83, - "h": 79 - } - }, - { - "filename": "0016.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 10, - "w": 84, - "h": 78 - }, - "frame": { - "x": 332, - "y": 0, - "w": 84, - "h": 78 - } - }, - { - "filename": "0040.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 10, - "w": 84, - "h": 78 - }, - "frame": { - "x": 332, - "y": 0, - "w": 84, - "h": 78 - } - }, - { - "filename": "0088.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 10, - "w": 84, - "h": 78 - }, - "frame": { - "x": 332, - "y": 0, - "w": 84, - "h": 78 - } - }, - { - "filename": "0064.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 10, - "w": 84, - "h": 78 - }, - "frame": { - "x": 416, - "y": 0, - "w": 84, - "h": 78 - } - }, - { - "filename": "0009.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 73, - "h": 88 - }, - "frame": { - "x": 0, - "y": 254, - "w": 73, - "h": 88 - } - }, - { - "filename": "0033.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 73, - "h": 88 - }, - "frame": { - "x": 0, - "y": 254, - "w": 73, - "h": 88 - } - }, - { - "filename": "0081.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 73, - "h": 88 - }, - "frame": { - "x": 0, - "y": 254, - "w": 73, - "h": 88 - } - }, - { - "filename": "0063.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 9, - "w": 83, - "h": 79 - }, - "frame": { - "x": 500, - "y": 0, - "w": 83, - "h": 79 - } - }, - { - "filename": "0057.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 73, - "h": 87 - }, - "frame": { - "x": 0, - "y": 342, - "w": 73, - "h": 87 - } - }, - { - "filename": "0008.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 2, - "w": 75, - "h": 86 - }, - "frame": { - "x": 0, - "y": 429, - "w": 75, - "h": 86 - } - }, - { - "filename": "0032.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 2, - "w": 75, - "h": 86 - }, - "frame": { - "x": 0, - "y": 429, - "w": 75, - "h": 86 - } - }, - { - "filename": "0080.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 2, - "w": 75, - "h": 86 - }, - "frame": { - "x": 0, - "y": 429, - "w": 75, - "h": 86 - } - }, - { - "filename": "0056.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 2, - "w": 75, - "h": 86 - }, - "frame": { - "x": 0, - "y": 515, - "w": 75, - "h": 86 - } - }, - { - "filename": "0007.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 3, - "w": 75, - "h": 85 - }, - "frame": { - "x": 78, - "y": 81, - "w": 75, - "h": 85 - } - }, - { - "filename": "0031.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 3, - "w": 75, - "h": 85 - }, - "frame": { - "x": 78, - "y": 81, - "w": 75, - "h": 85 - } - }, - { - "filename": "0079.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 3, - "w": 75, - "h": 85 - }, - "frame": { - "x": 78, - "y": 81, - "w": 75, - "h": 85 - } - }, - { - "filename": "0013.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 6, - "w": 81, - "h": 82 - }, - "frame": { - "x": 153, - "y": 80, - "w": 81, - "h": 82 - } - }, - { - "filename": "0037.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 6, - "w": 81, - "h": 82 - }, - "frame": { - "x": 153, - "y": 80, - "w": 81, - "h": 82 - } - }, - { - "filename": "0085.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 6, - "w": 81, - "h": 82 - }, - "frame": { - "x": 153, - "y": 80, - "w": 81, - "h": 82 - } - }, - { - "filename": "0012.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 6, - "w": 80, - "h": 82 - }, - "frame": { - "x": 74, - "y": 166, - "w": 80, - "h": 82 - } - }, - { - "filename": "0036.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 6, - "w": 80, - "h": 82 - }, - "frame": { - "x": 74, - "y": 166, - "w": 80, - "h": 82 - } - }, - { - "filename": "0084.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 6, - "w": 80, - "h": 82 - }, - "frame": { - "x": 74, - "y": 166, - "w": 80, - "h": 82 - } - }, - { - "filename": "0108.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 7, - "w": 80, - "h": 81 - }, - "frame": { - "x": 154, - "y": 162, - "w": 80, - "h": 81 - } - }, - { - "filename": "0055.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 3, - "w": 75, - "h": 85 - }, - "frame": { - "x": 234, - "y": 80, - "w": 75, - "h": 85 - } - }, - { - "filename": "0001.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 7, - "w": 78, - "h": 81 - }, - "frame": { - "x": 234, - "y": 165, - "w": 78, - "h": 81 - } - }, - { - "filename": "0025.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 7, - "w": 78, - "h": 81 - }, - "frame": { - "x": 234, - "y": 165, - "w": 78, - "h": 81 - } - }, - { - "filename": "0049.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 7, - "w": 78, - "h": 81 - }, - "frame": { - "x": 234, - "y": 165, - "w": 78, - "h": 81 - } - }, - { - "filename": "0073.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 7, - "w": 78, - "h": 81 - }, - "frame": { - "x": 234, - "y": 165, - "w": 78, - "h": 81 - } - }, - { - "filename": "0097.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 7, - "w": 78, - "h": 81 - }, - "frame": { - "x": 234, - "y": 165, - "w": 78, - "h": 81 - } - }, - { - "filename": "0058.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 74, - "h": 85 - }, - "frame": { - "x": 309, - "y": 79, - "w": 74, - "h": 85 - } - }, - { - "filename": "0004.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 6, - "w": 78, - "h": 82 - }, - "frame": { - "x": 383, - "y": 78, - "w": 78, - "h": 82 - } - }, - { - "filename": "0028.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 6, - "w": 78, - "h": 82 - }, - "frame": { - "x": 383, - "y": 78, - "w": 78, - "h": 82 - } - }, - { - "filename": "0052.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 6, - "w": 78, - "h": 82 - }, - "frame": { - "x": 383, - "y": 78, - "w": 78, - "h": 82 - } - }, - { - "filename": "0076.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 6, - "w": 78, - "h": 82 - }, - "frame": { - "x": 383, - "y": 78, - "w": 78, - "h": 82 - } - }, - { - "filename": "0059.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 3, - "w": 78, - "h": 82 - }, - "frame": { - "x": 312, - "y": 164, - "w": 78, - "h": 82 - } - }, - { - "filename": "0002.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 7, - "w": 78, - "h": 81 - }, - "frame": { - "x": 390, - "y": 160, - "w": 78, - "h": 81 - } - }, - { - "filename": "0026.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 7, - "w": 78, - "h": 81 - }, - "frame": { - "x": 390, - "y": 160, - "w": 78, - "h": 81 - } - }, - { - "filename": "0050.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 7, - "w": 78, - "h": 81 - }, - "frame": { - "x": 390, - "y": 160, - "w": 78, - "h": 81 - } - }, - { - "filename": "0074.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 7, - "w": 78, - "h": 81 - }, - "frame": { - "x": 390, - "y": 160, - "w": 78, - "h": 81 - } - }, - { - "filename": "0003.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 7, - "w": 78, - "h": 81 - }, - "frame": { - "x": 461, - "y": 79, - "w": 78, - "h": 81 - } - }, - { - "filename": "0027.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 7, - "w": 78, - "h": 81 - }, - "frame": { - "x": 461, - "y": 79, - "w": 78, - "h": 81 - } - }, - { - "filename": "0051.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 7, - "w": 78, - "h": 81 - }, - "frame": { - "x": 461, - "y": 79, - "w": 78, - "h": 81 - } - }, - { - "filename": "0075.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 7, - "w": 78, - "h": 81 - }, - "frame": { - "x": 461, - "y": 79, - "w": 78, - "h": 81 - } - }, - { - "filename": "0006.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 7, - "w": 76, - "h": 81 - }, - "frame": { - "x": 539, - "y": 79, - "w": 76, - "h": 81 - } - }, - { - "filename": "0030.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 7, - "w": 76, - "h": 81 - }, - "frame": { - "x": 539, - "y": 79, - "w": 76, - "h": 81 - } - }, - { - "filename": "0054.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 7, - "w": 76, - "h": 81 - }, - "frame": { - "x": 539, - "y": 79, - "w": 76, - "h": 81 - } - }, - { - "filename": "0078.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 7, - "w": 76, - "h": 81 - }, - "frame": { - "x": 539, - "y": 79, - "w": 76, - "h": 81 - } - }, - { - "filename": "0061.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 6, - "w": 81, - "h": 79 - }, - "frame": { - "x": 468, - "y": 160, - "w": 81, - "h": 79 - } - }, - { - "filename": "0023.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 13, - "w": 80, - "h": 75 - }, - "frame": { - "x": 154, - "y": 243, - "w": 80, - "h": 75 - } - }, - { - "filename": "0047.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 13, - "w": 80, - "h": 75 - }, - "frame": { - "x": 154, - "y": 243, - "w": 80, - "h": 75 - } - }, - { - "filename": "0095.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 13, - "w": 80, - "h": 75 - }, - "frame": { - "x": 154, - "y": 243, - "w": 80, - "h": 75 - } - }, - { - "filename": "0017.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 14, - "w": 84, - "h": 74 - }, - "frame": { - "x": 234, - "y": 246, - "w": 84, - "h": 74 - } - }, - { - "filename": "0041.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 14, - "w": 84, - "h": 74 - }, - "frame": { - "x": 234, - "y": 246, - "w": 84, - "h": 74 - } - }, - { - "filename": "0089.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 14, - "w": 84, - "h": 74 - }, - "frame": { - "x": 234, - "y": 246, - "w": 84, - "h": 74 - } - }, - { - "filename": "0060.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 6, - "w": 80, - "h": 79 - }, - "frame": { - "x": 74, - "y": 248, - "w": 80, - "h": 79 - } - }, - { - "filename": "0109.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 7, - "w": 78, - "h": 81 - }, - "frame": { - "x": 73, - "y": 327, - "w": 78, - "h": 81 - } - }, - { - "filename": "0005.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 7, - "w": 77, - "h": 81 - }, - "frame": { - "x": 318, - "y": 246, - "w": 77, - "h": 81 - } - }, - { - "filename": "0029.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 7, - "w": 77, - "h": 81 - }, - "frame": { - "x": 318, - "y": 246, - "w": 77, - "h": 81 - } - }, - { - "filename": "0053.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 7, - "w": 77, - "h": 81 - }, - "frame": { - "x": 318, - "y": 246, - "w": 77, - "h": 81 - } - }, - { - "filename": "0077.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 7, - "w": 77, - "h": 81 - }, - "frame": { - "x": 318, - "y": 246, - "w": 77, - "h": 81 - } - }, - { - "filename": "0098.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 9, - "w": 78, - "h": 79 - }, - "frame": { - "x": 395, - "y": 241, - "w": 78, - "h": 79 - } - }, - { - "filename": "0024.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 10, - "w": 78, - "h": 78 - }, - "frame": { - "x": 473, - "y": 239, - "w": 78, - "h": 78 - } - }, - { - "filename": "0048.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 10, - "w": 78, - "h": 78 - }, - "frame": { - "x": 473, - "y": 239, - "w": 78, - "h": 78 - } - }, - { - "filename": "0096.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 10, - "w": 78, - "h": 78 - }, - "frame": { - "x": 473, - "y": 239, - "w": 78, - "h": 78 - } - }, - { - "filename": "0072.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 10, - "w": 78, - "h": 78 - }, - "frame": { - "x": 75, - "y": 408, - "w": 78, - "h": 78 - } - }, - { - "filename": "0099.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 11, - "w": 79, - "h": 77 - }, - "frame": { - "x": 75, - "y": 486, - "w": 79, - "h": 77 - } - }, - { - "filename": "0071.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 13, - "w": 80, - "h": 75 - }, - "frame": { - "x": 154, - "y": 318, - "w": 80, - "h": 75 - } - }, - { - "filename": "0018.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 15, - "w": 84, - "h": 73 - }, - "frame": { - "x": 234, - "y": 320, - "w": 84, - "h": 73 - } - }, - { - "filename": "0042.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 15, - "w": 84, - "h": 73 - }, - "frame": { - "x": 234, - "y": 320, - "w": 84, - "h": 73 - } - }, - { - "filename": "0090.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 15, - "w": 84, - "h": 73 - }, - "frame": { - "x": 234, - "y": 320, - "w": 84, - "h": 73 - } - }, - { - "filename": "0019.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 16, - "w": 84, - "h": 72 - }, - "frame": { - "x": 318, - "y": 327, - "w": 84, - "h": 72 - } - }, - { - "filename": "0043.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 16, - "w": 84, - "h": 72 - }, - "frame": { - "x": 318, - "y": 327, - "w": 84, - "h": 72 - } - }, - { - "filename": "0091.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 16, - "w": 84, - "h": 72 - }, - "frame": { - "x": 318, - "y": 327, - "w": 84, - "h": 72 - } - }, - { - "filename": "0065.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 14, - "w": 84, - "h": 74 - }, - "frame": { - "x": 153, - "y": 393, - "w": 84, - "h": 74 - } - }, - { - "filename": "0101.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 17, - "w": 81, - "h": 71 - }, - "frame": { - "x": 237, - "y": 393, - "w": 81, - "h": 71 - } - }, - { - "filename": "0066.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 15, - "w": 84, - "h": 73 - }, - "frame": { - "x": 318, - "y": 399, - "w": 84, - "h": 73 - } - }, - { - "filename": "0106.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 13, - "w": 83, - "h": 75 - }, - "frame": { - "x": 402, - "y": 320, - "w": 83, - "h": 75 - } - }, - { - "filename": "0105.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 14, - "w": 84, - "h": 74 - }, - "frame": { - "x": 402, - "y": 395, - "w": 84, - "h": 74 - } - }, - { - "filename": "0100.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 14, - "w": 80, - "h": 74 - }, - "frame": { - "x": 485, - "y": 317, - "w": 80, - "h": 74 - } - }, - { - "filename": "0104.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 15, - "w": 83, - "h": 73 - }, - "frame": { - "x": 486, - "y": 391, - "w": 83, - "h": 73 - } - }, - { - "filename": "0067.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 16, - "w": 84, - "h": 72 - }, - "frame": { - "x": 154, - "y": 467, - "w": 84, - "h": 72 - } - }, - { - "filename": "0021.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 17, - "w": 83, - "h": 71 - }, - "frame": { - "x": 154, - "y": 539, - "w": 83, - "h": 71 - } - }, - { - "filename": "0045.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 17, - "w": 83, - "h": 71 - }, - "frame": { - "x": 154, - "y": 539, - "w": 83, - "h": 71 - } - }, - { - "filename": "0093.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 17, - "w": 83, - "h": 71 - }, - "frame": { - "x": 154, - "y": 539, - "w": 83, - "h": 71 - } - }, - { - "filename": "0022.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 17, - "w": 83, - "h": 71 - }, - "frame": { - "x": 486, - "y": 464, - "w": 83, - "h": 71 - } - }, - { - "filename": "0046.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 17, - "w": 83, - "h": 71 - }, - "frame": { - "x": 486, - "y": 464, - "w": 83, - "h": 71 - } - }, - { - "filename": "0094.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 17, - "w": 83, - "h": 71 - }, - "frame": { - "x": 486, - "y": 464, - "w": 83, - "h": 71 - } - }, - { - "filename": "0069.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 17, - "w": 83, - "h": 71 - }, - "frame": { - "x": 402, - "y": 469, - "w": 83, - "h": 71 - } - }, - { - "filename": "0070.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 17, - "w": 83, - "h": 71 - }, - "frame": { - "x": 485, - "y": 535, - "w": 83, - "h": 71 - } - }, - { - "filename": "0020.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 16, - "w": 82, - "h": 72 - }, - "frame": { - "x": 237, - "y": 539, - "w": 82, - "h": 72 - } - }, - { - "filename": "0044.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 16, - "w": 82, - "h": 72 - }, - "frame": { - "x": 237, - "y": 539, - "w": 82, - "h": 72 - } - }, - { - "filename": "0092.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 16, - "w": 82, - "h": 72 - }, - "frame": { - "x": 237, - "y": 539, - "w": 82, - "h": 72 - } - }, - { - "filename": "0103.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 16, - "w": 83, - "h": 72 - }, - "frame": { - "x": 319, - "y": 472, - "w": 83, - "h": 72 - } - }, - { - "filename": "0102.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 18, - "w": 82, - "h": 70 - }, - "frame": { - "x": 319, - "y": 544, - "w": 82, - "h": 70 - } - }, - { - "filename": "0068.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 16, - "w": 82, - "h": 72 - }, - "frame": { - "x": 402, - "y": 540, - "w": 82, - "h": 72 - } - } - ] - } - ], - "meta": { - "app": "https://www.codeandweb.com/texturepacker", - "version": "3.0", - "smartupdate": "$TexturePacker:SmartUpdate:59fe2b59aab6747f8b9c8449f7122d94:f053b5af80accd64fb9a265eb64f806d:fcd0d2cb6b26724e796ae0dcb71fae3f$" - } +{ "frames": [ + { + "filename": "0001.png", + "frame": { "x": 491, "y": 0, "w": 79, "h": 71 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 13, "w": 79, "h": 71 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0002.png", + "frame": { "x": 341, "y": 0, "w": 77, "h": 73 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 11, "w": 77, "h": 73 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0003.png", + "frame": { "x": 265, "y": 0, "w": 76, "h": 75 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 9, "w": 76, "h": 75 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0004.png", + "frame": { "x": 418, "y": 0, "w": 73, "h": 77 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 7, "w": 73, "h": 77 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0005.png", + "frame": { "x": 159, "y": 68, "w": 69, "h": 80 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 4, "w": 69, "h": 80 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0006.png", + "frame": { "x": 309, "y": 143, "w": 64, "h": 83 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 1, "w": 64, "h": 83 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0007.png", + "frame": { "x": 0, "y": 145, "w": 63, "h": 84 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 0, "w": 63, "h": 84 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0008.png", + "frame": { "x": 63, "y": 147, "w": 63, "h": 84 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 0, "w": 63, "h": 84 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0009.png", + "frame": { "x": 446, "y": 203, "w": 63, "h": 82 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 2, "w": 63, "h": 82 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0010.png", + "frame": { "x": 509, "y": 335, "w": 63, "h": 79 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 5, "w": 63, "h": 79 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0011.png", + "frame": { "x": 74, "y": 375, "w": 66, "h": 74 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 10, "w": 66, "h": 74 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0012.png", + "frame": { "x": 140, "y": 409, "w": 69, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 15, "w": 69, "h": 69 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0013.png", + "frame": { "x": 280, "y": 428, "w": 72, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 18, "w": 72, "h": 66 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0014.png", + "frame": { "x": 353, "y": 416, "w": 74, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 19, "w": 74, "h": 65 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0015.png", + "frame": { "x": 536, "y": 414, "w": 74, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 19, "w": 74, "h": 65 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0016.png", + "frame": { "x": 461, "y": 414, "w": 75, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 19, "w": 75, "h": 65 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0017.png", + "frame": { "x": 385, "y": 351, "w": 76, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 19, "w": 76, "h": 65 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0018.png", + "frame": { "x": 231, "y": 291, "w": 78, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 19, "w": 78, "h": 65 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0019.png", + "frame": { "x": 277, "y": 226, "w": 79, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 19, "w": 79, "h": 65 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0020.png", + "frame": { "x": 485, "y": 137, "w": 81, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 18, "w": 81, "h": 66 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0021.png", + "frame": { "x": 228, "y": 143, "w": 81, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 18, "w": 81, "h": 66 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0022.png", + "frame": { "x": 228, "y": 75, "w": 80, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 16, "w": 80, "h": 68 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0023.png", + "frame": { "x": 491, "y": 0, "w": 79, "h": 71 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 13, "w": 79, "h": 71 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0024.png", + "frame": { "x": 341, "y": 0, "w": 77, "h": 73 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 11, "w": 77, "h": 73 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0025.png", + "frame": { "x": 265, "y": 0, "w": 76, "h": 75 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 9, "w": 76, "h": 75 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0026.png", + "frame": { "x": 418, "y": 0, "w": 73, "h": 77 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 7, "w": 73, "h": 77 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0027.png", + "frame": { "x": 159, "y": 68, "w": 69, "h": 80 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 4, "w": 69, "h": 80 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0028.png", + "frame": { "x": 309, "y": 143, "w": 64, "h": 83 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 1, "w": 64, "h": 83 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0029.png", + "frame": { "x": 0, "y": 145, "w": 63, "h": 84 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 0, "w": 63, "h": 84 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0030.png", + "frame": { "x": 63, "y": 147, "w": 63, "h": 84 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 0, "w": 63, "h": 84 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0031.png", + "frame": { "x": 446, "y": 203, "w": 63, "h": 82 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 2, "w": 63, "h": 82 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0032.png", + "frame": { "x": 509, "y": 335, "w": 63, "h": 79 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 5, "w": 63, "h": 79 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0033.png", + "frame": { "x": 74, "y": 375, "w": 66, "h": 74 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 10, "w": 66, "h": 74 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0034.png", + "frame": { "x": 140, "y": 409, "w": 69, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 15, "w": 69, "h": 69 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0035.png", + "frame": { "x": 280, "y": 428, "w": 72, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 18, "w": 72, "h": 66 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0036.png", + "frame": { "x": 353, "y": 416, "w": 74, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 19, "w": 74, "h": 65 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0037.png", + "frame": { "x": 536, "y": 414, "w": 74, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 19, "w": 74, "h": 65 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0038.png", + "frame": { "x": 461, "y": 414, "w": 75, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 19, "w": 75, "h": 65 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0039.png", + "frame": { "x": 385, "y": 351, "w": 76, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 19, "w": 76, "h": 65 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0040.png", + "frame": { "x": 231, "y": 291, "w": 78, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 19, "w": 78, "h": 65 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0041.png", + "frame": { "x": 277, "y": 226, "w": 79, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 19, "w": 79, "h": 65 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0042.png", + "frame": { "x": 485, "y": 137, "w": 81, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 18, "w": 81, "h": 66 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0043.png", + "frame": { "x": 228, "y": 143, "w": 81, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 18, "w": 81, "h": 66 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0044.png", + "frame": { "x": 228, "y": 75, "w": 80, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 16, "w": 80, "h": 68 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0045.png", + "frame": { "x": 491, "y": 0, "w": 79, "h": 71 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 13, "w": 79, "h": 71 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0046.png", + "frame": { "x": 341, "y": 0, "w": 77, "h": 73 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 11, "w": 77, "h": 73 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0047.png", + "frame": { "x": 265, "y": 0, "w": 76, "h": 75 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 9, "w": 76, "h": 75 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0048.png", + "frame": { "x": 418, "y": 0, "w": 73, "h": 77 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 7, "w": 73, "h": 77 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0049.png", + "frame": { "x": 159, "y": 68, "w": 69, "h": 80 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 4, "w": 69, "h": 80 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0050.png", + "frame": { "x": 309, "y": 143, "w": 64, "h": 83 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 1, "w": 64, "h": 83 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0051.png", + "frame": { "x": 0, "y": 145, "w": 63, "h": 84 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 0, "w": 63, "h": 84 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0052.png", + "frame": { "x": 63, "y": 147, "w": 63, "h": 84 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 0, "w": 63, "h": 84 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0053.png", + "frame": { "x": 446, "y": 203, "w": 63, "h": 82 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 2, "w": 63, "h": 82 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0054.png", + "frame": { "x": 509, "y": 335, "w": 63, "h": 79 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 5, "w": 63, "h": 79 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0055.png", + "frame": { "x": 74, "y": 375, "w": 66, "h": 74 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 10, "w": 66, "h": 74 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0056.png", + "frame": { "x": 140, "y": 409, "w": 69, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 15, "w": 69, "h": 69 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0057.png", + "frame": { "x": 280, "y": 428, "w": 72, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 18, "w": 72, "h": 66 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0058.png", + "frame": { "x": 353, "y": 416, "w": 74, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 19, "w": 74, "h": 65 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0059.png", + "frame": { "x": 536, "y": 414, "w": 74, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 19, "w": 74, "h": 65 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0060.png", + "frame": { "x": 461, "y": 414, "w": 75, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 19, "w": 75, "h": 65 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0061.png", + "frame": { "x": 385, "y": 351, "w": 76, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 19, "w": 76, "h": 65 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0062.png", + "frame": { "x": 231, "y": 291, "w": 78, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 19, "w": 78, "h": 65 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0063.png", + "frame": { "x": 277, "y": 226, "w": 79, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 19, "w": 79, "h": 65 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0064.png", + "frame": { "x": 485, "y": 137, "w": 81, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 18, "w": 81, "h": 66 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0065.png", + "frame": { "x": 228, "y": 143, "w": 81, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 18, "w": 81, "h": 66 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0066.png", + "frame": { "x": 228, "y": 75, "w": 80, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 16, "w": 80, "h": 68 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0067.png", + "frame": { "x": 341, "y": 73, "w": 77, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 14, "w": 77, "h": 70 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0068.png", + "frame": { "x": 373, "y": 157, "w": 73, "h": 72 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 12, "w": 73, "h": 72 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0069.png", + "frame": { "x": 213, "y": 356, "w": 67, "h": 73 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 11, "w": 67, "h": 73 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0070.png", + "frame": { "x": 0, "y": 429, "w": 63, "h": 75 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 9, "w": 63, "h": 75 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0071.png", + "frame": { "x": 76, "y": 297, "w": 64, "h": 78 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 6, "w": 64, "h": 78 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0072.png", + "frame": { "x": 418, "y": 77, "w": 67, "h": 80 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 4, "w": 67, "h": 80 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0073.png", + "frame": { "x": 89, "y": 67, "w": 70, "h": 80 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 4, "w": 70, "h": 80 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0074.png", + "frame": { "x": 0, "y": 68, "w": 72, "h": 77 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 7, "w": 72, "h": 77 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0075.png", + "frame": { "x": 126, "y": 148, "w": 73, "h": 72 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 12, "w": 73, "h": 72 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0076.png", + "frame": { "x": 140, "y": 341, "w": 73, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 16, "w": 73, "h": 68 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0077.png", + "frame": { "x": 280, "y": 361, "w": 73, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 17, "w": 73, "h": 67 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0078.png", + "frame": { "x": 0, "y": 363, "w": 74, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 18, "w": 74, "h": 66 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0079.png", + "frame": { "x": 433, "y": 285, "w": 76, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 18, "w": 76, "h": 66 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0080.png", + "frame": { "x": 509, "y": 269, "w": 77, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 18, "w": 77, "h": 66 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0081.png", + "frame": { "x": 356, "y": 229, "w": 77, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 10, "y": 18, "w": 77, "h": 66 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0082.png", + "frame": { "x": 199, "y": 209, "w": 78, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 10, "y": 18, "w": 78, "h": 66 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0083.png", + "frame": { "x": 509, "y": 203, "w": 78, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 10, "y": 18, "w": 78, "h": 66 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0084.png", + "frame": { "x": 0, "y": 231, "w": 77, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 10, "y": 18, "w": 77, "h": 66 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0085.png", + "frame": { "x": 77, "y": 231, "w": 77, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 10, "y": 18, "w": 77, "h": 66 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0086.png", + "frame": { "x": 0, "y": 297, "w": 76, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 10, "y": 18, "w": 76, "h": 66 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0087.png", + "frame": { "x": 309, "y": 295, "w": 76, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 10, "y": 18, "w": 76, "h": 66 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0088.png", + "frame": { "x": 154, "y": 275, "w": 77, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 18, "w": 77, "h": 66 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0089.png", + "frame": { "x": 491, "y": 71, "w": 83, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 18, "w": 83, "h": 66 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0090.png", + "frame": { "x": 89, "y": 0, "w": 89, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 17, "w": 89, "h": 67 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0091.png", + "frame": { "x": 0, "y": 0, "w": 89, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 16, "w": 89, "h": 68 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + }, + { + "filename": "0092.png", + "frame": { "x": 178, "y": 0, "w": 87, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 16, "w": 87, "h": 68 }, + "sourceSize": { "w": 91, "h": 84 }, + "duration": 100 + } + ], + "meta": { + "app": "https://www.aseprite.org/", + "version": "1.3.13-x64", + "image": "730.png", + "format": "I8", + "size": { "w": 610, "h": 504 }, + "scale": "1" + } } diff --git a/public/images/pokemon/exp/shiny/730.png b/public/images/pokemon/exp/shiny/730.png index 95c48184ce1..d11ef725a95 100644 Binary files a/public/images/pokemon/exp/shiny/730.png and b/public/images/pokemon/exp/shiny/730.png differ diff --git a/public/images/pokemon/exp/shiny/746-school.json b/public/images/pokemon/exp/shiny/746-school.json index b7f0eb850ce..6c247e5a748 100644 --- a/public/images/pokemon/exp/shiny/746-school.json +++ b/public/images/pokemon/exp/shiny/746-school.json @@ -1,272 +1,191 @@ -{ - "textures": [ - { - "image": "746-school.png", - "format": "RGBA8888", - "size": { - "w": 268, - "h": 268 - }, - "scale": 1, - "frames": [ - { - "filename": "0001.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 102, - "h": 73 - }, - "spriteSourceSize": { - "x": 7, - "y": 0, - "w": 95, - "h": 73 - }, - "frame": { - "x": 0, - "y": 0, - "w": 95, - "h": 73 - } - }, - { - "filename": "0002.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 102, - "h": 73 - }, - "spriteSourceSize": { - "x": 7, - "y": 0, - "w": 94, - "h": 73 - }, - "frame": { - "x": 0, - "y": 73, - "w": 94, - "h": 73 - } - }, - { - "filename": "0012.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 102, - "h": 73 - }, - "spriteSourceSize": { - "x": 7, - "y": 0, - "w": 94, - "h": 73 - }, - "frame": { - "x": 0, - "y": 73, - "w": 94, - "h": 73 - } - }, - { - "filename": "0003.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 102, - "h": 73 - }, - "spriteSourceSize": { - "x": 5, - "y": 1, - "w": 93, - "h": 71 - }, - "frame": { - "x": 95, - "y": 0, - "w": 93, - "h": 71 - } - }, - { - "filename": "0011.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 102, - "h": 73 - }, - "spriteSourceSize": { - "x": 5, - "y": 1, - "w": 93, - "h": 71 - }, - "frame": { - "x": 95, - "y": 0, - "w": 93, - "h": 71 - } - }, - { - "filename": "0004.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 102, - "h": 73 - }, - "spriteSourceSize": { - "x": 3, - "y": 3, - "w": 92, - "h": 69 - }, - "frame": { - "x": 0, - "y": 146, - "w": 92, - "h": 69 - } - }, - { - "filename": "0010.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 102, - "h": 73 - }, - "spriteSourceSize": { - "x": 3, - "y": 3, - "w": 92, - "h": 69 - }, - "frame": { - "x": 0, - "y": 146, - "w": 92, - "h": 69 - } - }, - { - "filename": "0005.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 102, - "h": 73 - }, - "spriteSourceSize": { - "x": 1, - "y": 5, - "w": 91, - "h": 67 - }, - "frame": { - "x": 95, - "y": 71, - "w": 91, - "h": 67 - } - }, - { - "filename": "0009.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 102, - "h": 73 - }, - "spriteSourceSize": { - "x": 1, - "y": 5, - "w": 91, - "h": 67 - }, - "frame": { - "x": 95, - "y": 71, - "w": 91, - "h": 67 - } - }, - { - "filename": "0006.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 102, - "h": 73 - }, - "spriteSourceSize": { - "x": 0, - "y": 6, - "w": 91, - "h": 66 - }, - "frame": { - "x": 94, - "y": 138, - "w": 91, - "h": 66 - } - }, - { - "filename": "0008.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 102, - "h": 73 - }, - "spriteSourceSize": { - "x": 0, - "y": 6, - "w": 91, - "h": 66 - }, - "frame": { - "x": 94, - "y": 138, - "w": 91, - "h": 66 - } - }, - { - "filename": "0007.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 102, - "h": 73 - }, - "spriteSourceSize": { - "x": 0, - "y": 7, - "w": 90, - "h": 64 - }, - "frame": { - "x": 92, - "y": 204, - "w": 90, - "h": 64 - } - } - ] - } - ], - "meta": { - "app": "https://www.codeandweb.com/texturepacker", - "version": "3.0", - "smartupdate": "$TexturePacker:SmartUpdate:f61c85d6091a44a8febf21b84b5b2d80:81aec8099fbc1e00afe72d9fc67a0c1e:10f3c9d1f1118f8f9f6e40f37a0eb499$" - } +{ "frames": [ + { + "filename": "0001.png", + "frame": { "x": 399, "y": 250, "w": 94, "h": 81 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 7, "w": 94, "h": 81 }, + "sourceSize": { "w": 104, "h": 89 }, + "duration": 100 + }, + { + "filename": "0002.png", + "frame": { "x": 402, "y": 169, "w": 97, "h": 81 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 6, "w": 97, "h": 81 }, + "sourceSize": { "w": 104, "h": 89 }, + "duration": 100 + }, + { + "filename": "0003.png", + "frame": { "x": 304, "y": 170, "w": 95, "h": 82 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 6, "w": 95, "h": 82 }, + "sourceSize": { "w": 104, "h": 89 }, + "duration": 100 + }, + { + "filename": "0004.png", + "frame": { "x": 402, "y": 86, "w": 99, "h": 83 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 5, "w": 99, "h": 83 }, + "sourceSize": { "w": 104, "h": 89 }, + "duration": 100 + }, + { + "filename": "0005.png", + "frame": { "x": 304, "y": 86, "w": 98, "h": 84 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 4, "w": 98, "h": 84 }, + "sourceSize": { "w": 104, "h": 89 }, + "duration": 100 + }, + { + "filename": "0006.png", + "frame": { "x": 208, "y": 0, "w": 102, "h": 86 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 86 }, + "sourceSize": { "w": 104, "h": 89 }, + "duration": 100 + }, + { + "filename": "0007.png", + "frame": { "x": 310, "y": 0, "w": 102, "h": 86 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 2, "w": 102, "h": 86 }, + "sourceSize": { "w": 104, "h": 89 }, + "duration": 100 + }, + { + "filename": "0008.png", + "frame": { "x": 0, "y": 0, "w": 104, "h": 87 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 1, "w": 104, "h": 87 }, + "sourceSize": { "w": 104, "h": 89 }, + "duration": 100 + }, + { + "filename": "0009.png", + "frame": { "x": 412, "y": 0, "w": 102, "h": 86 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 1, "w": 102, "h": 86 }, + "sourceSize": { "w": 104, "h": 89 }, + "duration": 100 + }, + { + "filename": "0010.png", + "frame": { "x": 104, "y": 0, "w": 104, "h": 86 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 1, "w": 104, "h": 86 }, + "sourceSize": { "w": 104, "h": 89 }, + "duration": 100 + }, + { + "filename": "0011.png", + "frame": { "x": 104, "y": 86, "w": 100, "h": 85 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 0, "w": 100, "h": 85 }, + "sourceSize": { "w": 104, "h": 89 }, + "duration": 100 + }, + { + "filename": "0012.png", + "frame": { "x": 204, "y": 86, "w": 100, "h": 85 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 0, "w": 100, "h": 85 }, + "sourceSize": { "w": 104, "h": 89 }, + "duration": 100 + }, + { + "filename": "0013.png", + "frame": { "x": 0, "y": 87, "w": 95, "h": 83 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 2, "w": 95, "h": 83 }, + "sourceSize": { "w": 104, "h": 89 }, + "duration": 100 + }, + { + "filename": "0014.png", + "frame": { "x": 0, "y": 170, "w": 94, "h": 83 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 2, "w": 94, "h": 83 }, + "sourceSize": { "w": 104, "h": 89 }, + "duration": 100 + }, + { + "filename": "0015.png", + "frame": { "x": 282, "y": 252, "w": 90, "h": 83 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 3, "w": 90, "h": 83 }, + "sourceSize": { "w": 104, "h": 89 }, + "duration": 100 + }, + { + "filename": "0016.png", + "frame": { "x": 187, "y": 253, "w": 89, "h": 82 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 5, "w": 89, "h": 82 }, + "sourceSize": { "w": 104, "h": 89 }, + "duration": 100 + }, + { + "filename": "0017.png", + "frame": { "x": 189, "y": 171, "w": 93, "h": 82 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 6, "w": 93, "h": 82 }, + "sourceSize": { "w": 104, "h": 89 }, + "duration": 100 + }, + { + "filename": "0018.png", + "frame": { "x": 0, "y": 253, "w": 91, "h": 81 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 6, "w": 91, "h": 81 }, + "sourceSize": { "w": 104, "h": 89 }, + "duration": 100 + }, + { + "filename": "0019.png", + "frame": { "x": 94, "y": 252, "w": 93, "h": 81 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 6, "w": 93, "h": 81 }, + "sourceSize": { "w": 104, "h": 89 }, + "duration": 100 + }, + { + "filename": "0020.png", + "frame": { "x": 94, "y": 171, "w": 95, "h": 81 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 7, "w": 95, "h": 81 }, + "sourceSize": { "w": 104, "h": 89 }, + "duration": 100 + } + ], + "meta": { + "app": "https://www.aseprite.org/", + "version": "1.3.13-x64", + "image": "746-school.png", + "format": "I8", + "size": { "w": 514, "h": 335 }, + "scale": "1" + } } diff --git a/public/images/pokemon/exp/shiny/746-school.png b/public/images/pokemon/exp/shiny/746-school.png index 76452380aee..a665f1a61ac 100644 Binary files a/public/images/pokemon/exp/shiny/746-school.png and b/public/images/pokemon/exp/shiny/746-school.png differ diff --git a/public/images/pokemon/exp/shiny/746.json b/public/images/pokemon/exp/shiny/746.json index 2f5d3a25ec3..b2e337f88b6 100644 --- a/public/images/pokemon/exp/shiny/746.json +++ b/public/images/pokemon/exp/shiny/746.json @@ -1,272 +1,640 @@ -{ - "textures": [ - { - "image": "746.png", - "format": "RGBA8888", - "size": { - "w": 134, - "h": 134 - }, - "scale": 1, - "frames": [ - { - "filename": "0001.png", - "rotated": false, - "trimmed": false, - "sourceSize": { - "w": 46, - "h": 28 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 46, - "h": 28 - }, - "frame": { - "x": 0, - "y": 0, - "w": 46, - "h": 28 - } - }, - { - "filename": "0002.png", - "rotated": false, - "trimmed": false, - "sourceSize": { - "w": 46, - "h": 28 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 46, - "h": 28 - }, - "frame": { - "x": 0, - "y": 28, - "w": 46, - "h": 28 - } - }, - { - "filename": "0003.png", - "rotated": false, - "trimmed": false, - "sourceSize": { - "w": 46, - "h": 28 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 46, - "h": 28 - }, - "frame": { - "x": 0, - "y": 56, - "w": 46, - "h": 28 - } - }, - { - "filename": "0011.png", - "rotated": false, - "trimmed": false, - "sourceSize": { - "w": 46, - "h": 28 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 46, - "h": 28 - }, - "frame": { - "x": 0, - "y": 56, - "w": 46, - "h": 28 - } - }, - { - "filename": "0012.png", - "rotated": false, - "trimmed": false, - "sourceSize": { - "w": 46, - "h": 28 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 46, - "h": 28 - }, - "frame": { - "x": 0, - "y": 84, - "w": 46, - "h": 28 - } - }, - { - "filename": "0004.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 46, - "h": 28 - }, - "spriteSourceSize": { - "x": 0, - "y": 1, - "w": 46, - "h": 27 - }, - "frame": { - "x": 46, - "y": 0, - "w": 46, - "h": 27 - } - }, - { - "filename": "0010.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 46, - "h": 28 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 46, - "h": 27 - }, - "frame": { - "x": 46, - "y": 0, - "w": 46, - "h": 27 - } - }, - { - "filename": "0005.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 46, - "h": 28 - }, - "spriteSourceSize": { - "x": 0, - "y": 1, - "w": 46, - "h": 27 - }, - "frame": { - "x": 46, - "y": 27, - "w": 46, - "h": 27 - } - }, - { - "filename": "0009.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 46, - "h": 28 - }, - "spriteSourceSize": { - "x": 0, - "y": 1, - "w": 46, - "h": 27 - }, - "frame": { - "x": 46, - "y": 27, - "w": 46, - "h": 27 - } - }, - { - "filename": "0007.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 46, - "h": 28 - }, - "spriteSourceSize": { - "x": 0, - "y": 1, - "w": 46, - "h": 27 - }, - "frame": { - "x": 46, - "y": 54, - "w": 46, - "h": 27 - } - }, - { - "filename": "0008.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 46, - "h": 28 - }, - "spriteSourceSize": { - "x": 0, - "y": 1, - "w": 46, - "h": 27 - }, - "frame": { - "x": 46, - "y": 81, - "w": 46, - "h": 27 - } - }, - { - "filename": "0006.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 46, - "h": 28 - }, - "spriteSourceSize": { - "x": 0, - "y": 2, - "w": 46, - "h": 26 - }, - "frame": { - "x": 46, - "y": 108, - "w": 46, - "h": 26 - } - } - ] - } - ], - "meta": { - "app": "https://www.codeandweb.com/texturepacker", - "version": "3.0", - "smartupdate": "$TexturePacker:SmartUpdate:04628da78c1edc5312a2f63421c7e3ac:e873c63c890ae42fc6938426a6ebd38d:1a4f7e535d823202c4828f963d5b4404$" - } +{ "frames": [ + { + "filename": "0001.png", + "frame": { "x": 0, "y": 0, "w": 37, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 41, "w": 37, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0002.png", + "frame": { "x": 37, "y": 23, "w": 33, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 41, "w": 33, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0003.png", + "frame": { "x": 0, "y": 0, "w": 37, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 41, "w": 37, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0004.png", + "frame": { "x": 37, "y": 23, "w": 33, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 41, "w": 33, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0005.png", + "frame": { "x": 0, "y": 0, "w": 37, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 41, "w": 37, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0006.png", + "frame": { "x": 37, "y": 23, "w": 33, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 42, "w": 33, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0007.png", + "frame": { "x": 0, "y": 0, "w": 37, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 44, "w": 37, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0008.png", + "frame": { "x": 37, "y": 23, "w": 33, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 46, "w": 33, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0009.png", + "frame": { "x": 0, "y": 0, "w": 37, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 47, "w": 37, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0010.png", + "frame": { "x": 37, "y": 23, "w": 33, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 48, "w": 33, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0011.png", + "frame": { "x": 0, "y": 0, "w": 37, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 48, "w": 37, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0012.png", + "frame": { "x": 37, "y": 23, "w": 33, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 48, "w": 33, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0013.png", + "frame": { "x": 0, "y": 0, "w": 37, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 48, "w": 37, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0014.png", + "frame": { "x": 37, "y": 23, "w": 33, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 48, "w": 33, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0015.png", + "frame": { "x": 0, "y": 0, "w": 37, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 47, "w": 37, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0016.png", + "frame": { "x": 37, "y": 23, "w": 33, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 46, "w": 33, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0017.png", + "frame": { "x": 0, "y": 0, "w": 37, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 44, "w": 37, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0018.png", + "frame": { "x": 37, "y": 23, "w": 33, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 42, "w": 33, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0019.png", + "frame": { "x": 0, "y": 0, "w": 37, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 41, "w": 37, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0020.png", + "frame": { "x": 37, "y": 23, "w": 33, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 41, "w": 33, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0021.png", + "frame": { "x": 0, "y": 0, "w": 37, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 41, "w": 37, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0022.png", + "frame": { "x": 37, "y": 23, "w": 33, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 41, "w": 33, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0023.png", + "frame": { "x": 0, "y": 0, "w": 37, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 41, "w": 37, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0024.png", + "frame": { "x": 37, "y": 23, "w": 33, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 42, "w": 33, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0025.png", + "frame": { "x": 0, "y": 0, "w": 37, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 44, "w": 37, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0026.png", + "frame": { "x": 37, "y": 23, "w": 33, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 46, "w": 33, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0027.png", + "frame": { "x": 0, "y": 0, "w": 37, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 47, "w": 37, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0028.png", + "frame": { "x": 37, "y": 23, "w": 33, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 48, "w": 33, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0029.png", + "frame": { "x": 0, "y": 0, "w": 37, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 48, "w": 37, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0030.png", + "frame": { "x": 37, "y": 23, "w": 33, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 48, "w": 33, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0031.png", + "frame": { "x": 0, "y": 0, "w": 37, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 48, "w": 37, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0032.png", + "frame": { "x": 37, "y": 23, "w": 33, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 48, "w": 33, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0033.png", + "frame": { "x": 0, "y": 0, "w": 37, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 47, "w": 37, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0034.png", + "frame": { "x": 37, "y": 23, "w": 33, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 46, "w": 33, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0035.png", + "frame": { "x": 0, "y": 0, "w": 37, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 44, "w": 37, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0036.png", + "frame": { "x": 37, "y": 23, "w": 33, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 42, "w": 33, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0037.png", + "frame": { "x": 37, "y": 0, "w": 37, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 41, "w": 37, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0038.png", + "frame": { "x": 70, "y": 23, "w": 33, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 41, "w": 33, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0039.png", + "frame": { "x": 74, "y": 0, "w": 37, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 41, "w": 37, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0040.png", + "frame": { "x": 0, "y": 46, "w": 33, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 41, "w": 33, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0041.png", + "frame": { "x": 74, "y": 0, "w": 37, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 41, "w": 37, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0042.png", + "frame": { "x": 0, "y": 46, "w": 33, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 42, "w": 33, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0043.png", + "frame": { "x": 74, "y": 0, "w": 37, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 44, "w": 37, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0044.png", + "frame": { "x": 0, "y": 46, "w": 33, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 46, "w": 33, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0045.png", + "frame": { "x": 74, "y": 0, "w": 37, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 47, "w": 37, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0046.png", + "frame": { "x": 0, "y": 46, "w": 33, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 48, "w": 33, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0047.png", + "frame": { "x": 74, "y": 0, "w": 37, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 48, "w": 37, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0048.png", + "frame": { "x": 0, "y": 46, "w": 33, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 48, "w": 33, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0049.png", + "frame": { "x": 74, "y": 0, "w": 37, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 48, "w": 37, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0050.png", + "frame": { "x": 0, "y": 46, "w": 33, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 48, "w": 33, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0051.png", + "frame": { "x": 74, "y": 0, "w": 37, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 47, "w": 37, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0052.png", + "frame": { "x": 0, "y": 46, "w": 33, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 46, "w": 33, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0053.png", + "frame": { "x": 74, "y": 0, "w": 37, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 44, "w": 37, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0054.png", + "frame": { "x": 0, "y": 46, "w": 33, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 41, "w": 33, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0055.png", + "frame": { "x": 74, "y": 0, "w": 37, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 41, "w": 37, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0056.png", + "frame": { "x": 0, "y": 46, "w": 33, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 41, "w": 33, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0057.png", + "frame": { "x": 74, "y": 0, "w": 37, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 41, "w": 37, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0058.png", + "frame": { "x": 0, "y": 46, "w": 33, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 42, "w": 33, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0059.png", + "frame": { "x": 74, "y": 0, "w": 37, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 44, "w": 37, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0060.png", + "frame": { "x": 0, "y": 46, "w": 33, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 46, "w": 33, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0061.png", + "frame": { "x": 74, "y": 0, "w": 37, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 47, "w": 37, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0062.png", + "frame": { "x": 0, "y": 46, "w": 33, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 48, "w": 33, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0063.png", + "frame": { "x": 74, "y": 0, "w": 37, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 48, "w": 37, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0064.png", + "frame": { "x": 0, "y": 46, "w": 33, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 48, "w": 33, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0065.png", + "frame": { "x": 74, "y": 0, "w": 37, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 48, "w": 37, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0066.png", + "frame": { "x": 0, "y": 46, "w": 33, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 48, "w": 33, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0067.png", + "frame": { "x": 74, "y": 0, "w": 37, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 47, "w": 37, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0068.png", + "frame": { "x": 0, "y": 46, "w": 33, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 46, "w": 33, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0069.png", + "frame": { "x": 0, "y": 23, "w": 37, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 44, "w": 37, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + }, + { + "filename": "0070.png", + "frame": { "x": 33, "y": 46, "w": 33, "h": 23 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 28, "y": 42, "w": 33, "h": 23 }, + "sourceSize": { "w": 96, "h": 96 }, + "duration": 110 + } + ], + "meta": { + "app": "https://www.aseprite.org/", + "version": "1.3.13-x64", + "format": "I8", + "size": { "w": 111, "h": 69 }, + "scale": "1" + } } diff --git a/public/images/pokemon/exp/shiny/746.png b/public/images/pokemon/exp/shiny/746.png index 4d85fde2f09..f2033a0652f 100644 Binary files a/public/images/pokemon/exp/shiny/746.png and b/public/images/pokemon/exp/shiny/746.png differ diff --git a/public/images/pokemon/exp/shiny/749.json b/public/images/pokemon/exp/shiny/749.json index 3e66edcc872..d2dc11ec112 100644 --- a/public/images/pokemon/exp/shiny/749.json +++ b/public/images/pokemon/exp/shiny/749.json @@ -1,272 +1,1028 @@ -{ - "textures": [ - { - "image": "749.png", - "format": "RGBA8888", - "size": { - "w": 170, - "h": 170 - }, - "scale": 1, - "frames": [ - { - "filename": "0001.png", - "rotated": false, - "trimmed": false, - "sourceSize": { - "w": 45, - "h": 58 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 45, - "h": 58 - }, - "frame": { - "x": 0, - "y": 0, - "w": 45, - "h": 58 - } - }, - { - "filename": "0002.png", - "rotated": false, - "trimmed": false, - "sourceSize": { - "w": 45, - "h": 58 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 45, - "h": 58 - }, - "frame": { - "x": 45, - "y": 0, - "w": 45, - "h": 58 - } - }, - { - "filename": "0012.png", - "rotated": false, - "trimmed": false, - "sourceSize": { - "w": 45, - "h": 58 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 45, - "h": 58 - }, - "frame": { - "x": 45, - "y": 0, - "w": 45, - "h": 58 - } - }, - { - "filename": "0003.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 58 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 44, - "h": 58 - }, - "frame": { - "x": 90, - "y": 0, - "w": 44, - "h": 58 - } - }, - { - "filename": "0011.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 58 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 44, - "h": 58 - }, - "frame": { - "x": 90, - "y": 0, - "w": 44, - "h": 58 - } - }, - { - "filename": "0005.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 58 - }, - "spriteSourceSize": { - "x": 1, - "y": 0, - "w": 43, - "h": 58 - }, - "frame": { - "x": 0, - "y": 58, - "w": 43, - "h": 58 - } - }, - { - "filename": "0009.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 58 - }, - "spriteSourceSize": { - "x": 1, - "y": 0, - "w": 43, - "h": 58 - }, - "frame": { - "x": 0, - "y": 58, - "w": 43, - "h": 58 - } - }, - { - "filename": "0006.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 58 - }, - "spriteSourceSize": { - "x": 2, - "y": 0, - "w": 43, - "h": 58 - }, - "frame": { - "x": 43, - "y": 58, - "w": 43, - "h": 58 - } - }, - { - "filename": "0008.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 58 - }, - "spriteSourceSize": { - "x": 2, - "y": 0, - "w": 43, - "h": 58 - }, - "frame": { - "x": 43, - "y": 58, - "w": 43, - "h": 58 - } - }, - { - "filename": "0004.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 58 - }, - "spriteSourceSize": { - "x": 1, - "y": 0, - "w": 42, - "h": 58 - }, - "frame": { - "x": 86, - "y": 58, - "w": 42, - "h": 58 - } - }, - { - "filename": "0010.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 58 - }, - "spriteSourceSize": { - "x": 1, - "y": 0, - "w": 42, - "h": 58 - }, - "frame": { - "x": 86, - "y": 58, - "w": 42, - "h": 58 - } - }, - { - "filename": "0007.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 45, - "h": 58 - }, - "spriteSourceSize": { - "x": 3, - "y": 0, - "w": 42, - "h": 58 - }, - "frame": { - "x": 128, - "y": 58, - "w": 42, - "h": 58 - } - } - ] - } - ], - "meta": { - "app": "https://www.codeandweb.com/texturepacker", - "version": "3.0", - "smartupdate": "$TexturePacker:SmartUpdate:3750962b7bf97de47e92eb3b3ea2046a:4f6ed853d2816fb61ade7e448ae31f37:d52e05c524384ef985e6339a08b2f938$" - } +{ "frames": [ + { + "filename": "0001.png", + "frame": { "x": 0, "y": 231, "w": 46, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 15, "w": 46, "h": 56 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0002.png", + "frame": { "x": 0, "y": 175, "w": 47, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 15, "w": 47, "h": 56 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0003.png", + "frame": { "x": 290, "y": 69, "w": 49, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 16, "w": 49, "h": 55 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0004.png", + "frame": { "x": 46, "y": 122, "w": 50, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 18, "w": 50, "h": 53 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0005.png", + "frame": { "x": 239, "y": 69, "w": 51, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 18, "w": 51, "h": 53 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0006.png", + "frame": { "x": 46, "y": 69, "w": 51, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 18, "w": 51, "h": 53 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0007.png", + "frame": { "x": 235, "y": 122, "w": 50, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 18, "w": 50, "h": 53 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0008.png", + "frame": { "x": 186, "y": 119, "w": 49, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 16, "w": 49, "h": 55 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0009.png", + "frame": { "x": 47, "y": 175, "w": 47, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 15, "w": 47, "h": 56 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0010.png", + "frame": { "x": 136, "y": 120, "w": 46, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 13, "w": 46, "h": 58 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0011.png", + "frame": { "x": 136, "y": 178, "w": 45, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 13, "w": 45, "h": 58 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0012.png", + "frame": { "x": 92, "y": 231, "w": 44, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 13, "w": 44, "h": 58 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0013.png", + "frame": { "x": 322, "y": 287, "w": 44, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 14, "w": 44, "h": 57 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0014.png", + "frame": { "x": 231, "y": 175, "w": 46, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 14, "w": 46, "h": 57 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0015.png", + "frame": { "x": 0, "y": 231, "w": 46, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 15, "w": 46, "h": 56 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0016.png", + "frame": { "x": 0, "y": 175, "w": 47, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 15, "w": 47, "h": 56 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0017.png", + "frame": { "x": 290, "y": 69, "w": 49, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 16, "w": 49, "h": 55 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0018.png", + "frame": { "x": 46, "y": 122, "w": 50, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 18, "w": 50, "h": 53 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0019.png", + "frame": { "x": 239, "y": 69, "w": 51, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 18, "w": 51, "h": 53 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0020.png", + "frame": { "x": 46, "y": 69, "w": 51, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 18, "w": 51, "h": 53 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0021.png", + "frame": { "x": 235, "y": 122, "w": 50, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 18, "w": 50, "h": 53 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0022.png", + "frame": { "x": 186, "y": 119, "w": 49, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 16, "w": 49, "h": 55 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0023.png", + "frame": { "x": 47, "y": 175, "w": 47, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 15, "w": 47, "h": 56 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0024.png", + "frame": { "x": 136, "y": 120, "w": 46, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 13, "w": 46, "h": 58 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0025.png", + "frame": { "x": 136, "y": 178, "w": 45, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 13, "w": 45, "h": 58 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0026.png", + "frame": { "x": 92, "y": 231, "w": 44, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 13, "w": 44, "h": 58 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0027.png", + "frame": { "x": 322, "y": 287, "w": 44, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 14, "w": 44, "h": 57 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0028.png", + "frame": { "x": 231, "y": 175, "w": 46, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 14, "w": 46, "h": 57 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0029.png", + "frame": { "x": 0, "y": 231, "w": 46, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 15, "w": 46, "h": 56 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0030.png", + "frame": { "x": 128, "y": 336, "w": 46, "h": 54 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 17, "w": 46, "h": 54 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0031.png", + "frame": { "x": 136, "y": 283, "w": 48, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 18, "w": 48, "h": 53 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0032.png", + "frame": { "x": 219, "y": 340, "w": 45, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 13, "w": 45, "h": 55 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0033.png", + "frame": { "x": 85, "y": 289, "w": 43, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 9, "w": 43, "h": 58 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0034.png", + "frame": { "x": 0, "y": 343, "w": 41, "h": 60 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 10, "y": 4, "w": 41, "h": 60 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0035.png", + "frame": { "x": 174, "y": 338, "w": 45, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 8, "w": 45, "h": 55 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0036.png", + "frame": { "x": 276, "y": 233, "w": 48, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 12, "w": 48, "h": 53 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0037.png", + "frame": { "x": 228, "y": 232, "w": 48, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 15, "w": 48, "h": 53 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0038.png", + "frame": { "x": 184, "y": 285, "w": 48, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 18, "w": 48, "h": 53 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0039.png", + "frame": { "x": 324, "y": 233, "w": 47, "h": 54 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 17, "w": 47, "h": 54 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0040.png", + "frame": { "x": 181, "y": 228, "w": 47, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 16, "w": 47, "h": 55 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0041.png", + "frame": { "x": 0, "y": 231, "w": 46, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 15, "w": 46, "h": 56 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0042.png", + "frame": { "x": 0, "y": 175, "w": 47, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 15, "w": 47, "h": 56 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0043.png", + "frame": { "x": 290, "y": 69, "w": 49, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 16, "w": 49, "h": 55 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0044.png", + "frame": { "x": 46, "y": 122, "w": 50, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 18, "w": 50, "h": 53 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0045.png", + "frame": { "x": 239, "y": 69, "w": 51, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 18, "w": 51, "h": 53 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0046.png", + "frame": { "x": 46, "y": 69, "w": 51, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 18, "w": 51, "h": 53 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0047.png", + "frame": { "x": 235, "y": 122, "w": 50, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 18, "w": 50, "h": 53 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0048.png", + "frame": { "x": 186, "y": 119, "w": 49, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 16, "w": 49, "h": 55 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0049.png", + "frame": { "x": 47, "y": 175, "w": 47, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 15, "w": 47, "h": 56 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0050.png", + "frame": { "x": 136, "y": 120, "w": 46, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 13, "w": 46, "h": 58 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0051.png", + "frame": { "x": 136, "y": 178, "w": 45, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 13, "w": 45, "h": 58 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0052.png", + "frame": { "x": 92, "y": 231, "w": 44, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 13, "w": 44, "h": 58 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0053.png", + "frame": { "x": 322, "y": 287, "w": 44, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 14, "w": 44, "h": 57 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0054.png", + "frame": { "x": 231, "y": 175, "w": 46, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 14, "w": 46, "h": 57 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0055.png", + "frame": { "x": 0, "y": 231, "w": 46, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 15, "w": 46, "h": 56 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0056.png", + "frame": { "x": 128, "y": 336, "w": 46, "h": 54 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 17, "w": 46, "h": 54 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0057.png", + "frame": { "x": 136, "y": 283, "w": 48, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 18, "w": 48, "h": 53 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0058.png", + "frame": { "x": 219, "y": 340, "w": 45, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 13, "w": 45, "h": 55 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0059.png", + "frame": { "x": 85, "y": 289, "w": 43, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 9, "w": 43, "h": 58 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0060.png", + "frame": { "x": 0, "y": 343, "w": 41, "h": 60 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 10, "y": 4, "w": 41, "h": 60 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0061.png", + "frame": { "x": 174, "y": 338, "w": 45, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 8, "w": 45, "h": 55 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0062.png", + "frame": { "x": 276, "y": 233, "w": 48, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 12, "w": 48, "h": 53 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0063.png", + "frame": { "x": 228, "y": 232, "w": 48, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 15, "w": 48, "h": 53 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0064.png", + "frame": { "x": 184, "y": 285, "w": 48, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 18, "w": 48, "h": 53 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0065.png", + "frame": { "x": 324, "y": 233, "w": 47, "h": 54 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 17, "w": 47, "h": 54 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0066.png", + "frame": { "x": 181, "y": 228, "w": 47, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 16, "w": 47, "h": 55 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0067.png", + "frame": { "x": 0, "y": 231, "w": 46, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 15, "w": 46, "h": 56 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0068.png", + "frame": { "x": 128, "y": 336, "w": 46, "h": 54 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 17, "w": 46, "h": 54 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0069.png", + "frame": { "x": 136, "y": 283, "w": 48, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 18, "w": 48, "h": 53 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0070.png", + "frame": { "x": 219, "y": 340, "w": 45, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 13, "w": 45, "h": 55 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0071.png", + "frame": { "x": 85, "y": 289, "w": 43, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 9, "w": 43, "h": 58 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0072.png", + "frame": { "x": 0, "y": 343, "w": 41, "h": 60 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 10, "y": 4, "w": 41, "h": 60 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0073.png", + "frame": { "x": 174, "y": 338, "w": 45, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 8, "w": 45, "h": 55 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0074.png", + "frame": { "x": 276, "y": 233, "w": 48, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 12, "w": 48, "h": 53 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0075.png", + "frame": { "x": 228, "y": 232, "w": 48, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 15, "w": 48, "h": 53 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0076.png", + "frame": { "x": 184, "y": 285, "w": 48, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 18, "w": 48, "h": 53 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0077.png", + "frame": { "x": 324, "y": 233, "w": 47, "h": 54 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 17, "w": 47, "h": 54 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0078.png", + "frame": { "x": 181, "y": 228, "w": 47, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 16, "w": 47, "h": 55 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0079.png", + "frame": { "x": 0, "y": 231, "w": 46, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 15, "w": 46, "h": 56 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0080.png", + "frame": { "x": 0, "y": 175, "w": 47, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 15, "w": 47, "h": 56 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0081.png", + "frame": { "x": 290, "y": 69, "w": 49, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 16, "w": 49, "h": 55 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0082.png", + "frame": { "x": 46, "y": 122, "w": 50, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 18, "w": 50, "h": 53 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0083.png", + "frame": { "x": 239, "y": 69, "w": 51, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 18, "w": 51, "h": 53 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0084.png", + "frame": { "x": 46, "y": 69, "w": 51, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 18, "w": 51, "h": 53 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0085.png", + "frame": { "x": 235, "y": 122, "w": 50, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 18, "w": 50, "h": 53 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0086.png", + "frame": { "x": 186, "y": 119, "w": 49, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 16, "w": 49, "h": 55 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0087.png", + "frame": { "x": 47, "y": 175, "w": 47, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 15, "w": 47, "h": 56 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0088.png", + "frame": { "x": 136, "y": 120, "w": 46, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 13, "w": 46, "h": 58 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0089.png", + "frame": { "x": 136, "y": 178, "w": 45, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 13, "w": 45, "h": 58 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0090.png", + "frame": { "x": 92, "y": 231, "w": 44, "h": 58 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 13, "w": 44, "h": 58 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0091.png", + "frame": { "x": 322, "y": 287, "w": 44, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 14, "w": 44, "h": 57 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0092.png", + "frame": { "x": 231, "y": 175, "w": 46, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 14, "w": 46, "h": 57 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0093.png", + "frame": { "x": 46, "y": 231, "w": 46, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 15, "w": 46, "h": 56 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0094.png", + "frame": { "x": 277, "y": 178, "w": 47, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 16, "w": 47, "h": 55 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0095.png", + "frame": { "x": 285, "y": 124, "w": 49, "h": 54 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 17, "w": 49, "h": 54 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0096.png", + "frame": { "x": 134, "y": 67, "w": 52, "h": 53 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 18, "w": 52, "h": 53 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0097.png", + "frame": { "x": 186, "y": 67, "w": 53, "h": 52 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 19, "w": 53, "h": 52 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0098.png", + "frame": { "x": 223, "y": 0, "w": 50, "h": 57 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 14, "w": 50, "h": 57 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0099.png", + "frame": { "x": 0, "y": 66, "w": 46, "h": 59 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 10, "w": 46, "h": 59 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0100.png", + "frame": { "x": 134, "y": 0, "w": 46, "h": 63 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 6, "w": 46, "h": 63 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0101.png", + "frame": { "x": 0, "y": 0, "w": 47, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 3, "w": 47, "h": 66 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0102.png", + "frame": { "x": 314, "y": 0, "w": 40, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 13, "y": 0, "w": 40, "h": 69 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0103.png", + "frame": { "x": 91, "y": 0, "w": 43, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 0, "w": 43, "h": 69 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0104.png", + "frame": { "x": 97, "y": 120, "w": 39, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 12, "y": 0, "w": 39, "h": 69 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0105.png", + "frame": { "x": 47, "y": 0, "w": 44, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 0, "w": 44, "h": 69 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0106.png", + "frame": { "x": 273, "y": 0, "w": 41, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 12, "y": 0, "w": 41, "h": 69 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0107.png", + "frame": { "x": 180, "y": 0, "w": 43, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 10, "y": 2, "w": 43, "h": 67 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0108.png", + "frame": { "x": 45, "y": 287, "w": 40, "h": 63 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 13, "y": 6, "w": 40, "h": 63 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0109.png", + "frame": { "x": 279, "y": 286, "w": 43, "h": 59 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 10, "y": 10, "w": 43, "h": 59 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0110.png", + "frame": { "x": 0, "y": 287, "w": 45, "h": 56 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 14, "w": 45, "h": 56 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0111.png", + "frame": { "x": 232, "y": 286, "w": 47, "h": 54 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 17, "w": 47, "h": 54 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0112.png", + "frame": { "x": 182, "y": 174, "w": 49, "h": 54 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 17, "w": 49, "h": 54 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + }, + { + "filename": "0113.png", + "frame": { "x": 324, "y": 178, "w": 47, "h": 55 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 16, "w": 47, "h": 55 }, + "sourceSize": { "w": 54, "h": 71 }, + "duration": 100 + } + ], + "meta": { + "app": "https://www.aseprite.org/", + "version": "1.3.13-x64", + "image": "749.png", + "format": "I8", + "size": { "w": 371, "h": 403 }, + "scale": "1" + } } diff --git a/public/images/pokemon/exp/shiny/749.png b/public/images/pokemon/exp/shiny/749.png index 29bf8edad8b..81013d98e58 100644 Binary files a/public/images/pokemon/exp/shiny/749.png and b/public/images/pokemon/exp/shiny/749.png differ diff --git a/public/images/pokemon/exp/shiny/750.json b/public/images/pokemon/exp/shiny/750.json index 61f838cfcab..7a9d583081a 100644 --- a/public/images/pokemon/exp/shiny/750.json +++ b/public/images/pokemon/exp/shiny/750.json @@ -1,272 +1,929 @@ -{ - "textures": [ - { - "image": "750.png", - "format": "RGBA8888", - "size": { - "w": 230, - "h": 230 - }, - "scale": 1, - "frames": [ - { - "filename": "0003.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 65, - "h": 78 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 60, - "h": 78 - }, - "frame": { - "x": 0, - "y": 0, - "w": 60, - "h": 78 - } - }, - { - "filename": "0011.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 65, - "h": 78 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 60, - "h": 78 - }, - "frame": { - "x": 0, - "y": 0, - "w": 60, - "h": 78 - } - }, - { - "filename": "0002.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 65, - "h": 78 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 57, - "h": 78 - }, - "frame": { - "x": 0, - "y": 78, - "w": 57, - "h": 78 - } - }, - { - "filename": "0012.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 65, - "h": 78 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 57, - "h": 78 - }, - "frame": { - "x": 0, - "y": 78, - "w": 57, - "h": 78 - } - }, - { - "filename": "0001.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 65, - "h": 78 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 55, - "h": 78 - }, - "frame": { - "x": 57, - "y": 78, - "w": 55, - "h": 78 - } - }, - { - "filename": "0006.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 65, - "h": 78 - }, - "spriteSourceSize": { - "x": 0, - "y": 1, - "w": 65, - "h": 77 - }, - "frame": { - "x": 60, - "y": 0, - "w": 65, - "h": 77 - } - }, - { - "filename": "0008.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 65, - "h": 78 - }, - "spriteSourceSize": { - "x": 0, - "y": 1, - "w": 65, - "h": 77 - }, - "frame": { - "x": 60, - "y": 0, - "w": 65, - "h": 77 - } - }, - { - "filename": "0007.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 65, - "h": 78 - }, - "spriteSourceSize": { - "x": 0, - "y": 1, - "w": 65, - "h": 77 - }, - "frame": { - "x": 125, - "y": 0, - "w": 65, - "h": 77 - } - }, - { - "filename": "0005.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 65, - "h": 78 - }, - "spriteSourceSize": { - "x": 0, - "y": 2, - "w": 64, - "h": 76 - }, - "frame": { - "x": 112, - "y": 77, - "w": 64, - "h": 76 - } - }, - { - "filename": "0009.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 65, - "h": 78 - }, - "spriteSourceSize": { - "x": 0, - "y": 2, - "w": 64, - "h": 76 - }, - "frame": { - "x": 112, - "y": 77, - "w": 64, - "h": 76 - } - }, - { - "filename": "0004.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 65, - "h": 78 - }, - "spriteSourceSize": { - "x": 0, - "y": 1, - "w": 62, - "h": 77 - }, - "frame": { - "x": 112, - "y": 153, - "w": 62, - "h": 77 - } - }, - { - "filename": "0010.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 65, - "h": 78 - }, - "spriteSourceSize": { - "x": 0, - "y": 1, - "w": 62, - "h": 77 - }, - "frame": { - "x": 112, - "y": 153, - "w": 62, - "h": 77 - } - } - ] - } - ], - "meta": { - "app": "https://www.codeandweb.com/texturepacker", - "version": "3.0", - "smartupdate": "$TexturePacker:SmartUpdate:7ccf7456c0825db8500c2b84b43d279c:8daa4a0d7b9d5b5d4aa2bab3306e4e87:4ad6abb5f7a40182d2391bde900ad082$" - } +{ "frames": [ + { + "filename": "0001.png", + "frame": { "x": 383, "y": 211, "w": 74, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 16, "w": 74, "h": 68 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0002.png", + "frame": { "x": 224, "y": 158, "w": 76, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 16, "w": 76, "h": 68 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0003.png", + "frame": { "x": 463, "y": 210, "w": 77, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 17, "w": 77, "h": 67 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0004.png", + "frame": { "x": 146, "y": 158, "w": 78, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 17, "w": 78, "h": 67 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0005.png", + "frame": { "x": 383, "y": 145, "w": 80, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 18, "w": 80, "h": 66 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0006.png", + "frame": { "x": 0, "y": 145, "w": 81, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 18, "w": 81, "h": 66 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0007.png", + "frame": { "x": 318, "y": 78, "w": 83, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 18, "w": 83, "h": 66 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0008.png", + "frame": { "x": 0, "y": 80, "w": 84, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 19, "w": 84, "h": 65 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0009.png", + "frame": { "x": 84, "y": 80, "w": 84, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 19, "w": 84, "h": 65 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0010.png", + "frame": { "x": 401, "y": 80, "w": 84, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 19, "w": 84, "h": 65 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0011.png", + "frame": { "x": 485, "y": 80, "w": 83, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 19, "w": 83, "h": 65 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0012.png", + "frame": { "x": 463, "y": 145, "w": 81, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 19, "w": 81, "h": 65 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0013.png", + "frame": { "x": 61, "y": 227, "w": 77, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 19, "w": 77, "h": 65 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0014.png", + "frame": { "x": 195, "y": 302, "w": 75, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 19, "w": 75, "h": 65 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0015.png", + "frame": { "x": 270, "y": 346, "w": 72, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 18, "w": 72, "h": 66 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0016.png", + "frame": { "x": 194, "y": 435, "w": 68, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 17, "w": 68, "h": 67 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0017.png", + "frame": { "x": 0, "y": 435, "w": 68, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 17, "w": 68, "h": 67 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0018.png", + "frame": { "x": 262, "y": 479, "w": 67, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 17, "w": 67, "h": 67 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0019.png", + "frame": { "x": 494, "y": 474, "w": 67, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 17, "w": 67, "h": 67 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0020.png", + "frame": { "x": 334, "y": 422, "w": 68, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 17, "w": 68, "h": 67 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0021.png", + "frame": { "x": 425, "y": 413, "w": 69, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 17, "w": 69, "h": 67 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0022.png", + "frame": { "x": 425, "y": 345, "w": 71, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 16, "w": 71, "h": 68 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0023.png", + "frame": { "x": 61, "y": 292, "w": 73, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 17, "w": 73, "h": 67 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0024.png", + "frame": { "x": 383, "y": 211, "w": 74, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 16, "w": 74, "h": 68 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0025.png", + "frame": { "x": 224, "y": 158, "w": 76, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 16, "w": 76, "h": 68 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0026.png", + "frame": { "x": 463, "y": 210, "w": 77, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 17, "w": 77, "h": 67 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0027.png", + "frame": { "x": 146, "y": 158, "w": 78, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 17, "w": 78, "h": 67 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0028.png", + "frame": { "x": 383, "y": 145, "w": 80, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 18, "w": 80, "h": 66 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0029.png", + "frame": { "x": 0, "y": 145, "w": 81, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 18, "w": 81, "h": 66 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0030.png", + "frame": { "x": 318, "y": 78, "w": 83, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 18, "w": 83, "h": 66 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0031.png", + "frame": { "x": 0, "y": 80, "w": 84, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 19, "w": 84, "h": 65 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0032.png", + "frame": { "x": 84, "y": 80, "w": 84, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 19, "w": 84, "h": 65 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0033.png", + "frame": { "x": 401, "y": 80, "w": 84, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 19, "w": 84, "h": 65 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0034.png", + "frame": { "x": 485, "y": 80, "w": 83, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 19, "w": 83, "h": 65 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0035.png", + "frame": { "x": 463, "y": 145, "w": 81, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 19, "w": 81, "h": 65 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0036.png", + "frame": { "x": 61, "y": 227, "w": 77, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 19, "w": 77, "h": 65 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0037.png", + "frame": { "x": 195, "y": 302, "w": 75, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 19, "w": 75, "h": 65 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0038.png", + "frame": { "x": 270, "y": 346, "w": 72, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 18, "w": 72, "h": 66 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0039.png", + "frame": { "x": 194, "y": 435, "w": 68, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 17, "w": 68, "h": 67 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0040.png", + "frame": { "x": 0, "y": 435, "w": 68, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 17, "w": 68, "h": 67 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0041.png", + "frame": { "x": 262, "y": 479, "w": 67, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 17, "w": 67, "h": 67 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0042.png", + "frame": { "x": 494, "y": 474, "w": 67, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 17, "w": 67, "h": 67 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0043.png", + "frame": { "x": 334, "y": 422, "w": 68, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 17, "w": 68, "h": 67 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0044.png", + "frame": { "x": 425, "y": 413, "w": 69, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 17, "w": 69, "h": 67 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0045.png", + "frame": { "x": 425, "y": 345, "w": 71, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 16, "w": 71, "h": 68 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0046.png", + "frame": { "x": 61, "y": 292, "w": 73, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 17, "w": 73, "h": 67 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0047.png", + "frame": { "x": 383, "y": 211, "w": 74, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 16, "w": 74, "h": 68 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0048.png", + "frame": { "x": 224, "y": 158, "w": 76, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 16, "w": 76, "h": 68 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0049.png", + "frame": { "x": 463, "y": 210, "w": 77, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 17, "w": 77, "h": 67 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0050.png", + "frame": { "x": 146, "y": 158, "w": 78, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 17, "w": 78, "h": 67 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0051.png", + "frame": { "x": 383, "y": 145, "w": 80, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 18, "w": 80, "h": 66 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0052.png", + "frame": { "x": 0, "y": 145, "w": 81, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 18, "w": 81, "h": 66 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0053.png", + "frame": { "x": 318, "y": 78, "w": 83, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 18, "w": 83, "h": 66 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0054.png", + "frame": { "x": 0, "y": 80, "w": 84, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 19, "w": 84, "h": 65 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0055.png", + "frame": { "x": 84, "y": 80, "w": 84, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 19, "w": 84, "h": 65 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0056.png", + "frame": { "x": 401, "y": 80, "w": 84, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 19, "w": 84, "h": 65 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0057.png", + "frame": { "x": 485, "y": 80, "w": 83, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 19, "w": 83, "h": 65 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0058.png", + "frame": { "x": 463, "y": 145, "w": 81, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 19, "w": 81, "h": 65 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0059.png", + "frame": { "x": 61, "y": 227, "w": 77, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 19, "w": 77, "h": 65 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0060.png", + "frame": { "x": 195, "y": 302, "w": 75, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 19, "w": 75, "h": 65 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0061.png", + "frame": { "x": 270, "y": 346, "w": 72, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 18, "w": 72, "h": 66 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0062.png", + "frame": { "x": 194, "y": 435, "w": 68, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 17, "w": 68, "h": 67 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0063.png", + "frame": { "x": 0, "y": 435, "w": 68, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 17, "w": 68, "h": 67 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0064.png", + "frame": { "x": 262, "y": 479, "w": 67, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 17, "w": 67, "h": 67 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0065.png", + "frame": { "x": 494, "y": 474, "w": 67, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 17, "w": 67, "h": 67 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0066.png", + "frame": { "x": 334, "y": 422, "w": 68, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 17, "w": 68, "h": 67 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0067.png", + "frame": { "x": 425, "y": 413, "w": 69, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 17, "w": 69, "h": 67 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0068.png", + "frame": { "x": 425, "y": 345, "w": 71, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 16, "w": 71, "h": 68 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0069.png", + "frame": { "x": 61, "y": 292, "w": 73, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 17, "w": 73, "h": 67 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0070.png", + "frame": { "x": 383, "y": 211, "w": 74, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 16, "w": 74, "h": 68 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0071.png", + "frame": { "x": 300, "y": 213, "w": 74, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 16, "w": 74, "h": 68 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0072.png", + "frame": { "x": 374, "y": 279, "w": 75, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 18, "w": 75, "h": 66 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0073.png", + "frame": { "x": 286, "y": 281, "w": 76, "h": 65 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 20, "w": 76, "h": 65 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0074.png", + "frame": { "x": 0, "y": 373, "w": 76, "h": 62 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 22, "w": 76, "h": 62 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0075.png", + "frame": { "x": 496, "y": 412, "w": 75, "h": 62 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 22, "w": 75, "h": 62 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0076.png", + "frame": { "x": 329, "y": 489, "w": 70, "h": 64 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 20, "w": 70, "h": 64 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0077.png", + "frame": { "x": 0, "y": 502, "w": 62, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 15, "w": 62, "h": 68 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0078.png", + "frame": { "x": 134, "y": 373, "w": 60, "h": 76 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 11, "y": 7, "w": 60, "h": 76 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0079.png", + "frame": { "x": 76, "y": 359, "w": 58, "h": 81 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 13, "y": 2, "w": 58, "h": 81 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0080.png", + "frame": { "x": 0, "y": 211, "w": 61, "h": 83 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 11, "y": 0, "w": 61, "h": 83 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0081.png", + "frame": { "x": 81, "y": 145, "w": 65, "h": 82 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 1, "w": 65, "h": 82 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0082.png", + "frame": { "x": 466, "y": 0, "w": 69, "h": 80 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 3, "w": 69, "h": 80 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0083.png", + "frame": { "x": 395, "y": 0, "w": 71, "h": 78 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 9, "y": 5, "w": 71, "h": 78 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0084.png", + "frame": { "x": 235, "y": 81, "w": 70, "h": 77 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 12, "y": 6, "w": 70, "h": 77 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0085.png", + "frame": { "x": 220, "y": 226, "w": 66, "h": 76 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 15, "y": 7, "w": 66, "h": 76 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0086.png", + "frame": { "x": 362, "y": 345, "w": 63, "h": 77 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 16, "y": 6, "w": 63, "h": 77 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0087.png", + "frame": { "x": 0, "y": 294, "w": 60, "h": 79 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 16, "y": 4, "w": 60, "h": 79 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0088.png", + "frame": { "x": 134, "y": 293, "w": 61, "h": 80 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 14, "y": 3, "w": 61, "h": 80 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0089.png", + "frame": { "x": 168, "y": 77, "w": 67, "h": 81 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 11, "y": 2, "w": 67, "h": 81 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0090.png", + "frame": { "x": 242, "y": 0, "w": 76, "h": 81 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 2, "w": 76, "h": 81 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0091.png", + "frame": { "x": 82, "y": 0, "w": 80, "h": 80 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 3, "w": 80, "h": 80 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0092.png", + "frame": { "x": 0, "y": 0, "w": 82, "h": 80 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 7, "y": 3, "w": 82, "h": 80 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0093.png", + "frame": { "x": 162, "y": 0, "w": 80, "h": 77 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 10, "y": 6, "w": 80, "h": 77 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0094.png", + "frame": { "x": 318, "y": 0, "w": 77, "h": 73 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 13, "y": 10, "w": 77, "h": 73 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0095.png", + "frame": { "x": 305, "y": 144, "w": 78, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 8, "y": 14, "w": 78, "h": 69 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0096.png", + "frame": { "x": 457, "y": 277, "w": 73, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 15, "w": 73, "h": 68 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0097.png", + "frame": { "x": 402, "y": 480, "w": 67, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 17, "w": 67, "h": 67 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0098.png", + "frame": { "x": 68, "y": 449, "w": 68, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 17, "w": 68, "h": 67 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0099.png", + "frame": { "x": 195, "y": 367, "w": 69, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 16, "w": 69, "h": 68 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0100.png", + "frame": { "x": 264, "y": 412, "w": 70, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 6, "y": 17, "w": 70, "h": 67 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0101.png", + "frame": { "x": 496, "y": 345, "w": 72, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 17, "w": 72, "h": 67 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + }, + { + "filename": "0102.png", + "frame": { "x": 146, "y": 225, "w": 74, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 5, "y": 16, "w": 74, "h": 68 }, + "sourceSize": { "w": 90, "h": 85 }, + "duration": 100 + } + ], + "meta": { + "app": "https://www.aseprite.org/", + "version": "1.3.13-x64", + "image": "750.png", + "format": "I8", + "size": { "w": 571, "h": 570 }, + "scale": "1" + } } diff --git a/public/images/pokemon/exp/shiny/750.png b/public/images/pokemon/exp/shiny/750.png index e51f6eb7219..b2b3076b55f 100644 Binary files a/public/images/pokemon/exp/shiny/750.png and b/public/images/pokemon/exp/shiny/750.png differ diff --git a/public/images/pokemon/exp/shiny/780.json b/public/images/pokemon/exp/shiny/780.json index 83607960307..6a50a444098 100644 --- a/public/images/pokemon/exp/shiny/780.json +++ b/public/images/pokemon/exp/shiny/780.json @@ -1,272 +1,884 @@ -{ - "textures": [ - { - "image": "780.png", - "format": "RGBA8888", - "size": { - "w": 244, - "h": 244 - }, - "scale": 1, - "frames": [ - { - "filename": "0002.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 61 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 93, - "h": 61 - }, - "frame": { - "x": 0, - "y": 0, - "w": 93, - "h": 61 - } - }, - { - "filename": "0012.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 61 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 93, - "h": 61 - }, - "frame": { - "x": 0, - "y": 0, - "w": 93, - "h": 61 - } - }, - { - "filename": "0001.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 61 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 91, - "h": 61 - }, - "frame": { - "x": 93, - "y": 0, - "w": 91, - "h": 61 - } - }, - { - "filename": "0003.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 61 - }, - "spriteSourceSize": { - "x": 2, - "y": 0, - "w": 91, - "h": 61 - }, - "frame": { - "x": 0, - "y": 61, - "w": 91, - "h": 61 - } - }, - { - "filename": "0011.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 61 - }, - "spriteSourceSize": { - "x": 2, - "y": 0, - "w": 91, - "h": 61 - }, - "frame": { - "x": 0, - "y": 61, - "w": 91, - "h": 61 - } - }, - { - "filename": "0004.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 61 - }, - "spriteSourceSize": { - "x": 5, - "y": 0, - "w": 89, - "h": 61 - }, - "frame": { - "x": 0, - "y": 122, - "w": 89, - "h": 61 - } - }, - { - "filename": "0010.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 61 - }, - "spriteSourceSize": { - "x": 5, - "y": 0, - "w": 89, - "h": 61 - }, - "frame": { - "x": 0, - "y": 122, - "w": 89, - "h": 61 - } - }, - { - "filename": "0005.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 61 - }, - "spriteSourceSize": { - "x": 10, - "y": 0, - "w": 86, - "h": 61 - }, - "frame": { - "x": 0, - "y": 183, - "w": 86, - "h": 61 - } - }, - { - "filename": "0009.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 61 - }, - "spriteSourceSize": { - "x": 10, - "y": 0, - "w": 86, - "h": 61 - }, - "frame": { - "x": 0, - "y": 183, - "w": 86, - "h": 61 - } - }, - { - "filename": "0006.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 61 - }, - "spriteSourceSize": { - "x": 13, - "y": 0, - "w": 83, - "h": 61 - }, - "frame": { - "x": 86, - "y": 183, - "w": 83, - "h": 61 - } - }, - { - "filename": "0008.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 61 - }, - "spriteSourceSize": { - "x": 13, - "y": 0, - "w": 83, - "h": 61 - }, - "frame": { - "x": 86, - "y": 183, - "w": 83, - "h": 61 - } - }, - { - "filename": "0007.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 61 - }, - "spriteSourceSize": { - "x": 15, - "y": 0, - "w": 81, - "h": 61 - }, - "frame": { - "x": 89, - "y": 122, - "w": 81, - "h": 61 - } - } - ] - } - ], - "meta": { - "app": "https://www.codeandweb.com/texturepacker", - "version": "3.0", - "smartupdate": "$TexturePacker:SmartUpdate:eb778a8559fd28191282550e6f9ca027:935a960b3e7674c98fe50b4aa5c065a8:9470182902340de73b2565411cb0ab89$" - } +{ "frames": [ + { + "filename": "0001.png", + "frame": { "x": 303, "y": 72, "w": 72, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0002.png", + "frame": { "x": 376, "y": 72, "w": 72, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0003.png", + "frame": { "x": 449, "y": 72, "w": 72, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0004.png", + "frame": { "x": 1, "y": 214, "w": 72, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 3, "w": 72, "h": 69 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0005.png", + "frame": { "x": 365, "y": 214, "w": 73, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 4, "w": 73, "h": 68 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0006.png", + "frame": { "x": 292, "y": 284, "w": 72, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 4, "w": 72, "h": 68 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0007.png", + "frame": { "x": 439, "y": 214, "w": 73, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 4, "w": 73, "h": 68 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0008.png", + "frame": { "x": 439, "y": 350, "w": 73, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 5, "w": 73, "h": 67 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0009.png", + "frame": { "x": 223, "y": 353, "w": 74, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 6, "w": 74, "h": 66 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0010.png", + "frame": { "x": 439, "y": 283, "w": 75, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 6, "w": 75, "h": 66 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0011.png", + "frame": { "x": 148, "y": 353, "w": 74, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 6, "w": 74, "h": 66 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0012.png", + "frame": { "x": 73, "y": 351, "w": 74, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 6, "w": 74, "h": 66 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0013.png", + "frame": { "x": 145, "y": 214, "w": 75, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 5, "w": 75, "h": 67 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0014.png", + "frame": { "x": 219, "y": 144, "w": 74, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 4, "w": 74, "h": 68 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0015.png", + "frame": { "x": 365, "y": 283, "w": 73, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 4, "w": 73, "h": 68 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0016.png", + "frame": { "x": 74, "y": 282, "w": 73, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 4, "w": 73, "h": 68 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0017.png", + "frame": { "x": 292, "y": 214, "w": 72, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 3, "w": 72, "h": 69 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0018.png", + "frame": { "x": 367, "y": 143, "w": 72, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0019.png", + "frame": { "x": 303, "y": 72, "w": 72, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0020.png", + "frame": { "x": 376, "y": 72, "w": 72, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0021.png", + "frame": { "x": 449, "y": 72, "w": 72, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0022.png", + "frame": { "x": 1, "y": 214, "w": 72, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 3, "w": 72, "h": 69 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0023.png", + "frame": { "x": 365, "y": 214, "w": 73, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 4, "w": 73, "h": 68 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0024.png", + "frame": { "x": 292, "y": 284, "w": 72, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 4, "w": 72, "h": 68 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0025.png", + "frame": { "x": 439, "y": 214, "w": 73, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 4, "w": 73, "h": 68 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0026.png", + "frame": { "x": 439, "y": 350, "w": 73, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 5, "w": 73, "h": 67 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0027.png", + "frame": { "x": 223, "y": 353, "w": 74, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 6, "w": 74, "h": 66 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0028.png", + "frame": { "x": 439, "y": 283, "w": 75, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 6, "w": 75, "h": 66 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0029.png", + "frame": { "x": 148, "y": 353, "w": 74, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 6, "w": 74, "h": 66 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0030.png", + "frame": { "x": 73, "y": 351, "w": 74, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 6, "w": 74, "h": 66 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0031.png", + "frame": { "x": 145, "y": 214, "w": 75, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 5, "w": 75, "h": 67 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0032.png", + "frame": { "x": 219, "y": 144, "w": 74, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 4, "w": 74, "h": 68 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0033.png", + "frame": { "x": 365, "y": 283, "w": 73, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 4, "w": 73, "h": 68 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0034.png", + "frame": { "x": 74, "y": 282, "w": 73, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 4, "w": 73, "h": 68 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0035.png", + "frame": { "x": 292, "y": 214, "w": 72, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 3, "w": 72, "h": 69 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0036.png", + "frame": { "x": 367, "y": 143, "w": 72, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0037.png", + "frame": { "x": 303, "y": 72, "w": 72, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0038.png", + "frame": { "x": 376, "y": 72, "w": 72, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0039.png", + "frame": { "x": 449, "y": 72, "w": 72, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0040.png", + "frame": { "x": 1, "y": 214, "w": 72, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 3, "w": 72, "h": 69 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0041.png", + "frame": { "x": 365, "y": 214, "w": 73, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 4, "w": 73, "h": 68 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0042.png", + "frame": { "x": 292, "y": 284, "w": 72, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 4, "w": 72, "h": 68 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0043.png", + "frame": { "x": 439, "y": 214, "w": 73, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 4, "w": 73, "h": 68 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0044.png", + "frame": { "x": 439, "y": 350, "w": 73, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 5, "w": 73, "h": 67 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0045.png", + "frame": { "x": 223, "y": 353, "w": 74, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 6, "w": 74, "h": 66 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0046.png", + "frame": { "x": 439, "y": 283, "w": 75, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 6, "w": 75, "h": 66 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0047.png", + "frame": { "x": 148, "y": 353, "w": 74, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 6, "w": 74, "h": 66 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0048.png", + "frame": { "x": 73, "y": 351, "w": 74, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 6, "w": 74, "h": 66 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0049.png", + "frame": { "x": 145, "y": 214, "w": 75, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 5, "w": 75, "h": 67 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0050.png", + "frame": { "x": 219, "y": 144, "w": 74, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 4, "w": 74, "h": 68 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0051.png", + "frame": { "x": 365, "y": 283, "w": 73, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 4, "w": 73, "h": 68 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0052.png", + "frame": { "x": 74, "y": 282, "w": 73, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 4, "w": 73, "h": 68 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0053.png", + "frame": { "x": 292, "y": 214, "w": 72, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 3, "w": 72, "h": 69 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0054.png", + "frame": { "x": 367, "y": 143, "w": 72, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0055.png", + "frame": { "x": 303, "y": 72, "w": 72, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0056.png", + "frame": { "x": 376, "y": 72, "w": 72, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0057.png", + "frame": { "x": 449, "y": 72, "w": 72, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0058.png", + "frame": { "x": 1, "y": 214, "w": 72, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 3, "w": 72, "h": 69 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0059.png", + "frame": { "x": 365, "y": 214, "w": 73, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 4, "w": 73, "h": 68 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0060.png", + "frame": { "x": 292, "y": 284, "w": 72, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 4, "w": 72, "h": 68 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0061.png", + "frame": { "x": 439, "y": 214, "w": 73, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 4, "w": 73, "h": 68 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0062.png", + "frame": { "x": 439, "y": 350, "w": 73, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 5, "w": 73, "h": 67 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0063.png", + "frame": { "x": 223, "y": 353, "w": 74, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 6, "w": 74, "h": 66 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0064.png", + "frame": { "x": 439, "y": 283, "w": 75, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 6, "w": 75, "h": 66 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0065.png", + "frame": { "x": 148, "y": 353, "w": 74, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 4, "y": 6, "w": 74, "h": 66 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0066.png", + "frame": { "x": 73, "y": 351, "w": 74, "h": 66 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 6, "w": 74, "h": 66 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0067.png", + "frame": { "x": 145, "y": 214, "w": 75, "h": 67 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 5, "w": 75, "h": 67 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0068.png", + "frame": { "x": 219, "y": 144, "w": 74, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 4, "w": 74, "h": 68 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0069.png", + "frame": { "x": 365, "y": 283, "w": 73, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 4, "w": 73, "h": 68 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0070.png", + "frame": { "x": 74, "y": 282, "w": 73, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 4, "w": 73, "h": 68 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0071.png", + "frame": { "x": 292, "y": 214, "w": 72, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 3, "w": 72, "h": 69 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0072.png", + "frame": { "x": 367, "y": 143, "w": 72, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0073.png", + "frame": { "x": 440, "y": 143, "w": 72, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0074.png", + "frame": { "x": 221, "y": 73, "w": 72, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0075.png", + "frame": { "x": 377, "y": 1, "w": 73, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 2, "w": 73, "h": 70 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0076.png", + "frame": { "x": 303, "y": 1, "w": 73, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 2, "w": 73, "h": 70 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0077.png", + "frame": { "x": 154, "y": 1, "w": 75, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 2, "w": 75, "h": 70 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0078.png", + "frame": { "x": 78, "y": 1, "w": 75, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 2, "w": 75, "h": 70 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0079.png", + "frame": { "x": 1, "y": 1, "w": 76, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 0, "y": 2, "w": 76, "h": 70 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0080.png", + "frame": { "x": 1, "y": 143, "w": 72, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0081.png", + "frame": { "x": 230, "y": 1, "w": 72, "h": 71 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 1, "w": 72, "h": 71 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0082.png", + "frame": { "x": 221, "y": 213, "w": 70, "h": 71 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 1, "w": 70, "h": 71 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0083.png", + "frame": { "x": 149, "y": 72, "w": 71, "h": 71 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 1, "w": 71, "h": 71 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0084.png", + "frame": { "x": 74, "y": 143, "w": 70, "h": 72 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 0, "w": 70, "h": 72 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0085.png", + "frame": { "x": 149, "y": 72, "w": 71, "h": 71 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 1, "w": 71, "h": 71 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0086.png", + "frame": { "x": 74, "y": 143, "w": 70, "h": 72 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 0, "w": 70, "h": 72 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0087.png", + "frame": { "x": 149, "y": 72, "w": 71, "h": 71 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 1, "w": 71, "h": 71 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0088.png", + "frame": { "x": 74, "y": 143, "w": 70, "h": 72 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 0, "w": 70, "h": 72 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0089.png", + "frame": { "x": 149, "y": 72, "w": 71, "h": 71 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 1, "w": 71, "h": 71 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0090.png", + "frame": { "x": 148, "y": 282, "w": 70, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 2, "w": 70, "h": 70 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0091.png", + "frame": { "x": 365, "y": 352, "w": 71, "h": 68 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 4, "w": 71, "h": 68 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0092.png", + "frame": { "x": 1, "y": 284, "w": 71, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 3, "w": 71, "h": 69 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0093.png", + "frame": { "x": 145, "y": 144, "w": 73, "h": 69 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 3, "w": 73, "h": 69 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0094.png", + "frame": { "x": 75, "y": 72, "w": 73, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 2, "w": 73, "h": 70 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0095.png", + "frame": { "x": 1, "y": 72, "w": 73, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 2, "w": 73, "h": 70 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0096.png", + "frame": { "x": 451, "y": 1, "w": 73, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 1, "y": 2, "w": 73, "h": 70 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + }, + { + "filename": "0097.png", + "frame": { "x": 294, "y": 143, "w": 72, "h": 70 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 }, + "sourceSize": { "w": 78, "h": 72 }, + "duration": 100 + } +], +"meta": { + "app": "https://www.aseprite.org/", + "version": "1.3.13-x64", + "image": "780.png", + "format": "I8", + "size": { "w": 525, "h": 421 }, + "scale": "1" +} } diff --git a/public/images/pokemon/exp/shiny/780.png b/public/images/pokemon/exp/shiny/780.png index cc6cf68a587..4487e9d629c 100644 Binary files a/public/images/pokemon/exp/shiny/780.png and b/public/images/pokemon/exp/shiny/780.png differ diff --git a/public/images/pokemon/shiny/730.png b/public/images/pokemon/shiny/730.png index 5cc0a675e08..744d43630e7 100644 Binary files a/public/images/pokemon/shiny/730.png and b/public/images/pokemon/shiny/730.png differ diff --git a/public/images/pokemon/shiny/890-eternamax.json b/public/images/pokemon/shiny/890-eternamax.json index 26813186ba8..39c1d175c8c 100644 --- a/public/images/pokemon/shiny/890-eternamax.json +++ b/public/images/pokemon/shiny/890-eternamax.json @@ -1,755 +1,20 @@ -{ - "textures": [ - { - "image": "890-eternamax.png", - "format": "RGBA8888", - "size": { - "w": 579, - "h": 579 - }, - "scale": 1, - "frames": [ - { - "filename": "0035.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 8, - "y": 9, - "w": 100, - "h": 98 - }, - "frame": { - "x": 0, - "y": 0, - "w": 100, - "h": 98 - } - }, - { - "filename": "0031.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 8, - "y": 8, - "w": 95, - "h": 100 - }, - "frame": { - "x": 100, - "y": 0, - "w": 95, - "h": 100 - } - }, - { - "filename": "0029.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 11, - "y": 8, - "w": 91, - "h": 100 - }, - "frame": { - "x": 0, - "y": 98, - "w": 91, - "h": 100 - } - }, - { - "filename": "0001.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 8, - "y": 9, - "w": 96, - "h": 98 - }, - "frame": { - "x": 91, - "y": 100, - "w": 96, - "h": 98 - } - }, - { - "filename": "0032.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 8, - "y": 9, - "w": 95, - "h": 99 - }, - "frame": { - "x": 187, - "y": 100, - "w": 95, - "h": 99 - } - }, - { - "filename": "0030.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 9, - "y": 10, - "w": 91, - "h": 98 - }, - "frame": { - "x": 0, - "y": 198, - "w": 91, - "h": 98 - } - }, - { - "filename": "0007.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 11, - "y": 10, - "w": 88, - "h": 98 - }, - "frame": { - "x": 91, - "y": 198, - "w": 88, - "h": 98 - } - }, - { - "filename": "0002.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 8, - "y": 10, - "w": 95, - "h": 97 - }, - "frame": { - "x": 195, - "y": 0, - "w": 95, - "h": 97 - } - }, - { - "filename": "0003.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 8, - "y": 11, - "w": 95, - "h": 97 - }, - "frame": { - "x": 179, - "y": 199, - "w": 95, - "h": 97 - } - }, - { - "filename": "0004.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 8, - "y": 11, - "w": 95, - "h": 97 - }, - "frame": { - "x": 274, - "y": 199, - "w": 95, - "h": 97 - } - }, - { - "filename": "0033.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 8, - "y": 11, - "w": 95, - "h": 97 - }, - "frame": { - "x": 290, - "y": 0, - "w": 95, - "h": 97 - } - }, - { - "filename": "0034.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 8, - "y": 11, - "w": 94, - "h": 96 - }, - "frame": { - "x": 282, - "y": 97, - "w": 94, - "h": 96 - } - }, - { - "filename": "0028.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 11, - "y": 11, - "w": 90, - "h": 97 - }, - "frame": { - "x": 369, - "y": 193, - "w": 90, - "h": 97 - } - }, - { - "filename": "0005.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 8, - "y": 13, - "w": 93, - "h": 95 - }, - "frame": { - "x": 385, - "y": 0, - "w": 93, - "h": 95 - } - }, - { - "filename": "0017.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 13, - "y": 9, - "w": 91, - "h": 96 - }, - "frame": { - "x": 385, - "y": 95, - "w": 91, - "h": 96 - } - }, - { - "filename": "0008.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 12, - "y": 11, - "w": 87, - "h": 97 - }, - "frame": { - "x": 369, - "y": 290, - "w": 87, - "h": 97 - } - }, - { - "filename": "0009.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 11, - "y": 12, - "w": 90, - "h": 96 - }, - "frame": { - "x": 456, - "y": 290, - "w": 90, - "h": 96 - } - }, - { - "filename": "0015.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 12, - "y": 8, - "w": 90, - "h": 96 - }, - "frame": { - "x": 459, - "y": 191, - "w": 90, - "h": 96 - } - }, - { - "filename": "0016.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 13, - "y": 8, - "w": 90, - "h": 95 - }, - "frame": { - "x": 476, - "y": 95, - "w": 90, - "h": 95 - } - }, - { - "filename": "0014.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 12, - "y": 11, - "w": 89, - "h": 95 - }, - "frame": { - "x": 478, - "y": 0, - "w": 89, - "h": 95 - } - }, - { - "filename": "0027.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 11, - "y": 12, - "w": 89, - "h": 96 - }, - "frame": { - "x": 456, - "y": 386, - "w": 89, - "h": 96 - } - }, - { - "filename": "0025.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 11, - "y": 11, - "w": 89, - "h": 95 - }, - "frame": { - "x": 0, - "y": 296, - "w": 89, - "h": 95 - } - }, - { - "filename": "0006.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 9, - "y": 14, - "w": 89, - "h": 94 - }, - "frame": { - "x": 89, - "y": 296, - "w": 89, - "h": 94 - } - }, - { - "filename": "0011.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 12, - "y": 11, - "w": 88, - "h": 95 - }, - "frame": { - "x": 178, - "y": 296, - "w": 88, - "h": 95 - } - }, - { - "filename": "0023.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 12, - "y": 11, - "w": 87, - "h": 95 - }, - "frame": { - "x": 89, - "y": 390, - "w": 87, - "h": 95 - } - }, - { - "filename": "0013.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 11, - "y": 12, - "w": 89, - "h": 94 - }, - "frame": { - "x": 0, - "y": 391, - "w": 89, - "h": 94 - } - }, - { - "filename": "0012.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 11, - "y": 14, - "w": 89, - "h": 93 - }, - "frame": { - "x": 266, - "y": 387, - "w": 89, - "h": 93 - } - }, - { - "filename": "0019.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 16, - "y": 13, - "w": 85, - "h": 91 - }, - "frame": { - "x": 266, - "y": 296, - "w": 85, - "h": 91 - } - }, - { - "filename": "0024.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 11, - "y": 13, - "w": 88, - "h": 94 - }, - "frame": { - "x": 176, - "y": 391, - "w": 88, - "h": 94 - } - }, - { - "filename": "0010.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 12, - "y": 13, - "w": 87, - "h": 94 - }, - "frame": { - "x": 355, - "y": 387, - "w": 87, - "h": 94 - } - }, - { - "filename": "0018.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 16, - "y": 11, - "w": 87, - "h": 94 - }, - "frame": { - "x": 264, - "y": 480, - "w": 87, - "h": 94 - } - }, - { - "filename": "0026.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 11, - "y": 14, - "w": 89, - "h": 93 - }, - "frame": { - "x": 351, - "y": 481, - "w": 89, - "h": 93 - } - }, - { - "filename": "0022.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 12, - "y": 11, - "w": 87, - "h": 93 - }, - "frame": { - "x": 440, - "y": 482, - "w": 87, - "h": 93 - } - }, - { - "filename": "0021.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 13, - "y": 10, - "w": 86, - "h": 94 - }, - "frame": { - "x": 0, - "y": 485, - "w": 86, - "h": 94 - } - }, - { - "filename": "0020.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 13, - "y": 14, - "w": 85, - "h": 91 - }, - "frame": { - "x": 86, - "y": 485, - "w": 85, - "h": 91 - } - } - ] - } - ], - "meta": { - "app": "https://www.codeandweb.com/texturepacker", - "version": "3.0", - "smartupdate": "$TexturePacker:SmartUpdate:1eb3f67ba4e434995b4589c97560f1be:539129d777c30d08fa799dcebaeb523e:cf277fd83435e8c90cd46073c543568b$" - } +{ "frames": [ + { + "filename": "0001.png", + "frame": { "x": 1, "y": 1, "w": 92, "h": 94 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 1, "w": 92, "h": 94 }, + "sourceSize": { "w": 96, "h": 98 }, + "duration": 100 + } + ], + "meta": { + "app": "https://www.aseprite.org/", + "version": "1.3.13-x64", + "image": "890-eternamax.png", + "format": "RGBA8888", + "size": { "w": 94, "h": 96 }, + "scale": "1" + } } diff --git a/public/images/pokemon/shiny/890-eternamax.png b/public/images/pokemon/shiny/890-eternamax.png index 3e7b5c1721f..8e493b12f3e 100644 Binary files a/public/images/pokemon/shiny/890-eternamax.png and b/public/images/pokemon/shiny/890-eternamax.png differ diff --git a/public/images/pokemon/variant/728.json b/public/images/pokemon/variant/728.json index 186c61ea7ea..fb17e2c119e 100644 --- a/public/images/pokemon/variant/728.json +++ b/public/images/pokemon/variant/728.json @@ -1,34 +1,36 @@ { "1": { - "243a66": "00473d", - "436cbf": "009469", - "6c90d9": "14af82", "733f50": "a62c20", + "243a66": "00473d", "e57ea1": "ff8072", "f8f8f8": "fff6e2", + "436cbf": "009469", "b3627d": "e54c41", - "314f8c": "006355", + "6c90d9": "14af82", "101010": "101010", - "bfbfbf": "c2beb4", "808080": "808080", - "404040": "404040", + "bfbfbf": "c2beb4", + "314f8c": "006355", "639ba6": "858d7d", - "a1dae5": "92b599" + "a1dae5": "92b599", + "1e3a66": "363d2f", + "2c4f8c": "5a6154" }, "2": { - "243a66": "54041b", - "436cbf": "a6213f", - "6c90d9": "be294a", "733f50": "620a33", + "243a66": "54041b", "e57ea1": "dd3780", "f8f8f8": "f5edee", + "436cbf": "a6213f", "b3627d": "a7225c", - "314f8c": "770f29", + "6c90d9": "be294a", "101010": "101010", - "bfbfbf": "bfb4b9", "808080": "808080", - "404040": "404040", + "bfbfbf": "bfb4b9", + "314f8c": "770f29", "639ba6": "b88389", - "a1dae5": "f7c1c5" + "a1dae5": "f7c1c5", + "1e3a66": "773f46", + "2c4f8c": "a45f67" } } \ No newline at end of file diff --git a/public/images/pokemon/variant/730.json b/public/images/pokemon/variant/730.json index 871bd52ec9e..eec815b0572 100644 --- a/public/images/pokemon/variant/730.json +++ b/public/images/pokemon/variant/730.json @@ -1,36 +1,46 @@ { "1": { - "0e6792": "b54f5f", - "6ac8e3": "ffa0a8", - "727481": "74312e", - "aac7e6": "ea7c5b", - "44a0b5": "d87383", "101010": "101010", - "82a7b9": "c35861", "8d3f4a": "a62c20", - "f8f8f8": "fff2d4", - "bdbdc1": "c0b7a1", - "ff8496": "ff8072", "c76374": "e54c41", + "0e6792": "b54f5f", "1241a1": "006355", + "6d7481": "917393", + "727481": "a0866f", "1470de": "009469", - "64c5e1": "00dc9c" + "5a8092": "74312e", + "44a0b5": "d87383", + "64c5e1": "00dc9c", + "6ac8e3": "ffa0a8", + "82a7b9": "c35861", + "ff8496": "ff8072", + "bdbdc1": "c0b7a1", + "c0bdc1": "beaac0", + "aac7e6": "ea7c5b", + "f8f8f8": "fff2d4", + "faf8f8": "f1e8f1", + "fef8f8": "fef8f8" }, "2": { - "0e6792": "500518", - "6ac8e3": "a6213f", - "727481": "5c2141", - "aac7e6": "e9a5c0", - "44a0b5": "770f29", "101010": "101010", - "82a7b9": "c17b97", "8d3f4a": "1d1638", - "f8f8f8": "f5edee", - "bdbdc1": "bfb4b9", - "ff8496": "614388", "c76374": "391e62", + "0e6792": "500518", "1241a1": "591945", + "6d7481": "81716d", + "727481": "9e8193", "1470de": "81387e", - "64c5e1": "bd2b6b" + "5a8092": "5c2141", + "44a0b5": "770f29", + "64c5e1": "bd2b6b", + "6ac8e3": "a6213f", + "82a7b9": "c17b97", + "ff8496": "614388", + "bdbdc1": "bfb4b9", + "c0bdc1": "c0b4a5", + "aac7e6": "e9a5c0", + "f8f8f8": "f5edee", + "faf8f8": "f5f3e3", + "fef8f8": "fef8f8" } } \ No newline at end of file diff --git a/public/images/pokemon/variant/890-eternamax_2.json b/public/images/pokemon/variant/890-eternamax_2.json index 895a2f27841..de0107b9854 100644 --- a/public/images/pokemon/variant/890-eternamax_2.json +++ b/public/images/pokemon/variant/890-eternamax_2.json @@ -1,755 +1,20 @@ -{ - "textures": [ - { - "image": "890-eternamax_2.png", - "format": "RGBA8888", - "size": { - "w": 579, - "h": 579 - }, - "scale": 1, - "frames": [ - { - "filename": "0035.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 8, - "y": 9, - "w": 100, - "h": 98 - }, - "frame": { - "x": 0, - "y": 0, - "w": 100, - "h": 98 - } - }, - { - "filename": "0031.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 8, - "y": 8, - "w": 95, - "h": 100 - }, - "frame": { - "x": 100, - "y": 0, - "w": 95, - "h": 100 - } - }, - { - "filename": "0029.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 11, - "y": 8, - "w": 91, - "h": 100 - }, - "frame": { - "x": 0, - "y": 98, - "w": 91, - "h": 100 - } - }, - { - "filename": "0001.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 8, - "y": 9, - "w": 96, - "h": 98 - }, - "frame": { - "x": 91, - "y": 100, - "w": 96, - "h": 98 - } - }, - { - "filename": "0032.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 8, - "y": 9, - "w": 95, - "h": 99 - }, - "frame": { - "x": 187, - "y": 100, - "w": 95, - "h": 99 - } - }, - { - "filename": "0030.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 9, - "y": 10, - "w": 91, - "h": 98 - }, - "frame": { - "x": 0, - "y": 198, - "w": 91, - "h": 98 - } - }, - { - "filename": "0007.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 11, - "y": 10, - "w": 88, - "h": 98 - }, - "frame": { - "x": 91, - "y": 198, - "w": 88, - "h": 98 - } - }, - { - "filename": "0002.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 8, - "y": 10, - "w": 95, - "h": 97 - }, - "frame": { - "x": 195, - "y": 0, - "w": 95, - "h": 97 - } - }, - { - "filename": "0003.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 8, - "y": 11, - "w": 95, - "h": 97 - }, - "frame": { - "x": 179, - "y": 199, - "w": 95, - "h": 97 - } - }, - { - "filename": "0004.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 8, - "y": 11, - "w": 95, - "h": 97 - }, - "frame": { - "x": 274, - "y": 199, - "w": 95, - "h": 97 - } - }, - { - "filename": "0033.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 8, - "y": 11, - "w": 95, - "h": 97 - }, - "frame": { - "x": 290, - "y": 0, - "w": 95, - "h": 97 - } - }, - { - "filename": "0034.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 8, - "y": 11, - "w": 94, - "h": 96 - }, - "frame": { - "x": 282, - "y": 97, - "w": 94, - "h": 96 - } - }, - { - "filename": "0028.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 11, - "y": 11, - "w": 90, - "h": 97 - }, - "frame": { - "x": 369, - "y": 193, - "w": 90, - "h": 97 - } - }, - { - "filename": "0005.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 8, - "y": 13, - "w": 93, - "h": 95 - }, - "frame": { - "x": 385, - "y": 0, - "w": 93, - "h": 95 - } - }, - { - "filename": "0017.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 13, - "y": 9, - "w": 91, - "h": 96 - }, - "frame": { - "x": 385, - "y": 95, - "w": 91, - "h": 96 - } - }, - { - "filename": "0008.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 12, - "y": 11, - "w": 87, - "h": 97 - }, - "frame": { - "x": 369, - "y": 290, - "w": 87, - "h": 97 - } - }, - { - "filename": "0009.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 11, - "y": 12, - "w": 90, - "h": 96 - }, - "frame": { - "x": 456, - "y": 290, - "w": 90, - "h": 96 - } - }, - { - "filename": "0015.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 12, - "y": 8, - "w": 90, - "h": 96 - }, - "frame": { - "x": 459, - "y": 191, - "w": 90, - "h": 96 - } - }, - { - "filename": "0016.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 13, - "y": 8, - "w": 90, - "h": 95 - }, - "frame": { - "x": 476, - "y": 95, - "w": 90, - "h": 95 - } - }, - { - "filename": "0014.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 12, - "y": 11, - "w": 89, - "h": 95 - }, - "frame": { - "x": 478, - "y": 0, - "w": 89, - "h": 95 - } - }, - { - "filename": "0027.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 11, - "y": 12, - "w": 89, - "h": 96 - }, - "frame": { - "x": 456, - "y": 386, - "w": 89, - "h": 96 - } - }, - { - "filename": "0025.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 11, - "y": 11, - "w": 89, - "h": 95 - }, - "frame": { - "x": 0, - "y": 296, - "w": 89, - "h": 95 - } - }, - { - "filename": "0006.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 9, - "y": 14, - "w": 89, - "h": 94 - }, - "frame": { - "x": 89, - "y": 296, - "w": 89, - "h": 94 - } - }, - { - "filename": "0011.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 12, - "y": 11, - "w": 88, - "h": 95 - }, - "frame": { - "x": 178, - "y": 296, - "w": 88, - "h": 95 - } - }, - { - "filename": "0023.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 12, - "y": 11, - "w": 87, - "h": 95 - }, - "frame": { - "x": 89, - "y": 390, - "w": 87, - "h": 95 - } - }, - { - "filename": "0013.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 11, - "y": 12, - "w": 89, - "h": 94 - }, - "frame": { - "x": 0, - "y": 391, - "w": 89, - "h": 94 - } - }, - { - "filename": "0012.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 11, - "y": 14, - "w": 89, - "h": 93 - }, - "frame": { - "x": 266, - "y": 387, - "w": 89, - "h": 93 - } - }, - { - "filename": "0019.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 16, - "y": 13, - "w": 85, - "h": 91 - }, - "frame": { - "x": 266, - "y": 296, - "w": 85, - "h": 91 - } - }, - { - "filename": "0024.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 11, - "y": 13, - "w": 88, - "h": 94 - }, - "frame": { - "x": 176, - "y": 391, - "w": 88, - "h": 94 - } - }, - { - "filename": "0010.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 12, - "y": 13, - "w": 87, - "h": 94 - }, - "frame": { - "x": 355, - "y": 387, - "w": 87, - "h": 94 - } - }, - { - "filename": "0018.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 16, - "y": 11, - "w": 87, - "h": 94 - }, - "frame": { - "x": 264, - "y": 480, - "w": 87, - "h": 94 - } - }, - { - "filename": "0026.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 11, - "y": 14, - "w": 89, - "h": 93 - }, - "frame": { - "x": 351, - "y": 481, - "w": 89, - "h": 93 - } - }, - { - "filename": "0022.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 12, - "y": 11, - "w": 87, - "h": 93 - }, - "frame": { - "x": 440, - "y": 482, - "w": 87, - "h": 93 - } - }, - { - "filename": "0021.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 13, - "y": 10, - "w": 86, - "h": 94 - }, - "frame": { - "x": 0, - "y": 485, - "w": 86, - "h": 94 - } - }, - { - "filename": "0020.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 13, - "y": 14, - "w": 85, - "h": 91 - }, - "frame": { - "x": 86, - "y": 485, - "w": 85, - "h": 91 - } - } - ] - } - ], - "meta": { - "app": "https://www.codeandweb.com/texturepacker", - "version": "3.0", - "smartupdate": "$TexturePacker:SmartUpdate:8fd9e1830200ec8e4aac8571cc2d27a6:c966e3efce03c7bae43d7bca6d6dfa62:cedd2711a12bbacba5623505fe88bd92$" - } -} \ No newline at end of file +{ "frames": [ + { + "filename": "0001.png", + "frame": { "x": 1, "y": 1, "w": 92, "h": 94 }, + "rotated": false, + "trimmed": true, + "spriteSourceSize": { "x": 3, "y": 1, "w": 92, "h": 94 }, + "sourceSize": { "w": 96, "h": 98 }, + "duration": 100 + } + ], + "meta": { + "app": "https://www.aseprite.org/", + "version": "1.3.13-x64", + "image": "890-eternamax_2.png", + "format": "RGBA8888", + "size": { "w": 94, "h": 96 }, + "scale": "1" + } +} diff --git a/public/images/pokemon/variant/890-eternamax_2.png b/public/images/pokemon/variant/890-eternamax_2.png index 2327900b971..adafb2f1d35 100644 Binary files a/public/images/pokemon/variant/890-eternamax_2.png and b/public/images/pokemon/variant/890-eternamax_2.png differ diff --git a/public/images/pokemon/variant/890-eternamax_3.json b/public/images/pokemon/variant/890-eternamax_3.json index ecc084c689f..9d3f6070a27 100644 --- a/public/images/pokemon/variant/890-eternamax_3.json +++ b/public/images/pokemon/variant/890-eternamax_3.json @@ -1,755 +1,20 @@ -{ - "textures": [ - { - "image": "890-eternamax_3.png", - "format": "RGBA8888", - "size": { - "w": 579, - "h": 579 - }, - "scale": 1, - "frames": [ - { - "filename": "0035.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 8, - "y": 9, - "w": 100, - "h": 98 - }, - "frame": { - "x": 0, - "y": 0, - "w": 100, - "h": 98 - } - }, - { - "filename": "0031.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 8, - "y": 8, - "w": 95, - "h": 100 - }, - "frame": { - "x": 100, - "y": 0, - "w": 95, - "h": 100 - } - }, - { - "filename": "0029.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 11, - "y": 8, - "w": 91, - "h": 100 - }, - "frame": { - "x": 0, - "y": 98, - "w": 91, - "h": 100 - } - }, - { - "filename": "0001.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 8, - "y": 9, - "w": 96, - "h": 98 - }, - "frame": { - "x": 91, - "y": 100, - "w": 96, - "h": 98 - } - }, - { - "filename": "0032.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 8, - "y": 9, - "w": 95, - "h": 99 - }, - "frame": { - "x": 187, - "y": 100, - "w": 95, - "h": 99 - } - }, - { - "filename": "0030.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 9, - "y": 10, - "w": 91, - "h": 98 - }, - "frame": { - "x": 0, - "y": 198, - "w": 91, - "h": 98 - } - }, - { - "filename": "0007.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 11, - "y": 10, - "w": 88, - "h": 98 - }, - "frame": { - "x": 91, - "y": 198, - "w": 88, - "h": 98 - } - }, - { - "filename": "0002.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 8, - "y": 10, - "w": 95, - "h": 97 - }, - "frame": { - "x": 195, - "y": 0, - "w": 95, - "h": 97 - } - }, - { - "filename": "0003.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 8, - "y": 11, - "w": 95, - "h": 97 - }, - "frame": { - "x": 179, - "y": 199, - "w": 95, - "h": 97 - } - }, - { - "filename": "0004.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 8, - "y": 11, - "w": 95, - "h": 97 - }, - "frame": { - "x": 274, - "y": 199, - "w": 95, - "h": 97 - } - }, - { - "filename": "0033.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 8, - "y": 11, - "w": 95, - "h": 97 - }, - "frame": { - "x": 290, - "y": 0, - "w": 95, - "h": 97 - } - }, - { - "filename": "0034.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 8, - "y": 11, - "w": 94, - "h": 96 - }, - "frame": { - "x": 282, - "y": 97, - "w": 94, - "h": 96 - } - }, - { - "filename": "0028.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 11, - "y": 11, - "w": 90, - "h": 97 - }, - "frame": { - "x": 369, - "y": 193, - "w": 90, - "h": 97 - } - }, - { - "filename": "0005.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 8, - "y": 13, - "w": 93, - "h": 95 - }, - "frame": { - "x": 385, - "y": 0, - "w": 93, - "h": 95 - } - }, - { - "filename": "0017.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 13, - "y": 9, - "w": 91, - "h": 96 - }, - "frame": { - "x": 385, - "y": 95, - "w": 91, - "h": 96 - } - }, - { - "filename": "0008.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 12, - "y": 11, - "w": 87, - "h": 97 - }, - "frame": { - "x": 369, - "y": 290, - "w": 87, - "h": 97 - } - }, - { - "filename": "0009.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 11, - "y": 12, - "w": 90, - "h": 96 - }, - "frame": { - "x": 456, - "y": 290, - "w": 90, - "h": 96 - } - }, - { - "filename": "0015.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 12, - "y": 8, - "w": 90, - "h": 96 - }, - "frame": { - "x": 459, - "y": 191, - "w": 90, - "h": 96 - } - }, - { - "filename": "0016.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 13, - "y": 8, - "w": 90, - "h": 95 - }, - "frame": { - "x": 476, - "y": 95, - "w": 90, - "h": 95 - } - }, - { - "filename": "0014.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 12, - "y": 11, - "w": 89, - "h": 95 - }, - "frame": { - "x": 478, - "y": 0, - "w": 89, - "h": 95 - } - }, - { - "filename": "0027.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 11, - "y": 12, - "w": 89, - "h": 96 - }, - "frame": { - "x": 456, - "y": 386, - "w": 89, - "h": 96 - } - }, - { - "filename": "0025.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 11, - "y": 11, - "w": 89, - "h": 95 - }, - "frame": { - "x": 0, - "y": 296, - "w": 89, - "h": 95 - } - }, - { - "filename": "0006.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 9, - "y": 14, - "w": 89, - "h": 94 - }, - "frame": { - "x": 89, - "y": 296, - "w": 89, - "h": 94 - } - }, - { - "filename": "0011.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 12, - "y": 11, - "w": 88, - "h": 95 - }, - "frame": { - "x": 178, - "y": 296, - "w": 88, - "h": 95 - } - }, - { - "filename": "0023.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 12, - "y": 11, - "w": 87, - "h": 95 - }, - "frame": { - "x": 89, - "y": 390, - "w": 87, - "h": 95 - } - }, - { - "filename": "0013.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 11, - "y": 12, - "w": 89, - "h": 94 - }, - "frame": { - "x": 0, - "y": 391, - "w": 89, - "h": 94 - } - }, - { - "filename": "0012.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 11, - "y": 14, - "w": 89, - "h": 93 - }, - "frame": { - "x": 266, - "y": 387, - "w": 89, - "h": 93 - } - }, - { - "filename": "0019.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 16, - "y": 13, - "w": 85, - "h": 91 - }, - "frame": { - "x": 266, - "y": 296, - "w": 85, - "h": 91 - } - }, - { - "filename": "0024.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 11, - "y": 13, - "w": 88, - "h": 94 - }, - "frame": { - "x": 176, - "y": 391, - "w": 88, - "h": 94 - } - }, - { - "filename": "0010.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 12, - "y": 13, - "w": 87, - "h": 94 - }, - "frame": { - "x": 355, - "y": 387, - "w": 87, - "h": 94 - } - }, - { - "filename": "0018.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 16, - "y": 11, - "w": 87, - "h": 94 - }, - "frame": { - "x": 264, - "y": 480, - "w": 87, - "h": 94 - } - }, - { - "filename": "0026.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 11, - "y": 14, - "w": 89, - "h": 93 - }, - "frame": { - "x": 351, - "y": 481, - "w": 89, - "h": 93 - } - }, - { - "filename": "0022.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 12, - "y": 11, - "w": 87, - "h": 93 - }, - "frame": { - "x": 440, - "y": 482, - "w": 87, - "h": 93 - } - }, - { - "filename": "0021.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 13, - "y": 10, - "w": 86, - "h": 94 - }, - "frame": { - "x": 0, - "y": 485, - "w": 86, - "h": 94 - } - }, - { - "filename": "0020.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 112, - "h": 112 - }, - "spriteSourceSize": { - "x": 13, - "y": 14, - "w": 85, - "h": 91 - }, - "frame": { - "x": 86, - "y": 485, - "w": 85, - "h": 91 - } - } - ] - } - ], - "meta": { - "app": "https://www.codeandweb.com/texturepacker", - "version": "3.0", - "smartupdate": "$TexturePacker:SmartUpdate:8fd9e1830200ec8e4aac8571cc2d27a6:c966e3efce03c7bae43d7bca6d6dfa62:cedd2711a12bbacba5623505fe88bd92$" - } -} \ No newline at end of file +{ "frames": [ + { + "filename": "0001.png", + "frame": { "x": 1, "y": 1, "w": 96, "h": 98 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 98 }, + "sourceSize": { "w": 96, "h": 98 }, + "duration": 100 + } + ], + "meta": { + "app": "https://www.aseprite.org/", + "version": "1.3.13-x64", + "image": "890-eternamax_3.png", + "format": "RGBA8888", + "size": { "w": 98, "h": 100 }, + "scale": "1" + } +} diff --git a/public/images/pokemon/variant/890-eternamax_3.png b/public/images/pokemon/variant/890-eternamax_3.png index 140837cfbd0..21a3e5be381 100644 Binary files a/public/images/pokemon/variant/890-eternamax_3.png and b/public/images/pokemon/variant/890-eternamax_3.png differ diff --git a/public/images/pokemon/variant/_masterlist.json b/public/images/pokemon/variant/_masterlist.json index 6d2da0ed0ee..eb3efaa15b2 100644 --- a/public/images/pokemon/variant/_masterlist.json +++ b/public/images/pokemon/variant/_masterlist.json @@ -719,7 +719,7 @@ "888-crowned": [0, 1, 1], "889": [0, 1, 1], "889-crowned": [0, 1, 1], - "890-eternamax": [0, 1, 1], + "890-eternamax": [0, 2, 2], "890": [0, 1, 1], "891": [1, 1, 1], "892-gigantamax-rapid": [1, 2, 2], @@ -1934,8 +1934,8 @@ "720-unbound": [1, 1, 1], "720": [1, 1, 1], "728": [0, 1, 1], - "729": [0, 2, 2], - "730": [0, 2, 1], + "729": [0, 1, 1], + "730": [0, 1, 1], "734": [0, 1, 1], "735": [0, 1, 1], "742": [0, 2, 2], @@ -2266,8 +2266,8 @@ "720-unbound": [1, 1, 1], "720": [1, 1, 1], "728": [0, 1, 1], - "729": [0, 2, 2], - "730": [0, 2, 1], + "729": [0, 1, 1], + "730": [0, 1, 1], "734": [0, 1, 1], "735": [0, 1, 1], "742": [0, 2, 2], diff --git a/public/images/pokemon/variant/back/728.json b/public/images/pokemon/variant/back/728.json index ba8646ca4ff..fb17e2c119e 100644 --- a/public/images/pokemon/variant/back/728.json +++ b/public/images/pokemon/variant/back/728.json @@ -12,7 +12,9 @@ "bfbfbf": "c2beb4", "314f8c": "006355", "639ba6": "858d7d", - "a1dae5": "92b599" + "a1dae5": "92b599", + "1e3a66": "363d2f", + "2c4f8c": "5a6154" }, "2": { "733f50": "620a33", @@ -27,6 +29,8 @@ "bfbfbf": "bfb4b9", "314f8c": "770f29", "639ba6": "b88389", - "a1dae5": "f7c1c5" + "a1dae5": "f7c1c5", + "1e3a66": "773f46", + "2c4f8c": "a45f67" } } \ No newline at end of file diff --git a/public/images/pokemon/variant/back/730.json b/public/images/pokemon/variant/back/730.json index ed6a04cd9f5..eec815b0572 100644 --- a/public/images/pokemon/variant/back/730.json +++ b/public/images/pokemon/variant/back/730.json @@ -1,34 +1,46 @@ { "1": { - "0e6792": "b54f5f", - "6ac8e3": "ffa0a8", - "44a0b5": "d87383", - "727481": "74312e", - "aac7e6": "ea7c5b", - "82a7b9": "c35861", "101010": "101010", - "bdbdc1": "c0b7a1", - "f8f8f8": "fff2d4", "8d3f4a": "a62c20", - "ff8496": "ff8072", "c76374": "e54c41", + "0e6792": "b54f5f", "1241a1": "006355", - "1470de": "009469" + "6d7481": "917393", + "727481": "a0866f", + "1470de": "009469", + "5a8092": "74312e", + "44a0b5": "d87383", + "64c5e1": "00dc9c", + "6ac8e3": "ffa0a8", + "82a7b9": "c35861", + "ff8496": "ff8072", + "bdbdc1": "c0b7a1", + "c0bdc1": "beaac0", + "aac7e6": "ea7c5b", + "f8f8f8": "fff2d4", + "faf8f8": "f1e8f1", + "fef8f8": "fef8f8" }, "2": { - "0e6792": "500518", - "6ac8e3": "a6213f", - "44a0b5": "770f29", - "727481": "5c2141", - "aac7e6": "e9a5c0", - "82a7b9": "c17b97", "101010": "101010", - "bdbdc1": "bfb4b9", - "f8f8f8": "f5edee", "8d3f4a": "1d1638", - "ff8496": "614388", "c76374": "391e62", + "0e6792": "500518", "1241a1": "591945", - "1470de": "81387e" + "6d7481": "81716d", + "727481": "9e8193", + "1470de": "81387e", + "5a8092": "5c2141", + "44a0b5": "770f29", + "64c5e1": "bd2b6b", + "6ac8e3": "a6213f", + "82a7b9": "c17b97", + "ff8496": "614388", + "bdbdc1": "bfb4b9", + "c0bdc1": "c0b4a5", + "aac7e6": "e9a5c0", + "f8f8f8": "f5edee", + "faf8f8": "f5f3e3", + "fef8f8": "fef8f8" } } \ No newline at end of file diff --git a/public/images/pokemon/variant/exp/728.json b/public/images/pokemon/variant/exp/728.json index 2439f925d49..a9c7155ec91 100644 --- a/public/images/pokemon/variant/exp/728.json +++ b/public/images/pokemon/variant/exp/728.json @@ -1,36 +1,44 @@ { "1": { - "2c316e": "00473d", - "536fc3": "009469", - "7199db": "14af82", - "8d3774": "a62c20", - "ef71c0": "ff8072", - "ffc8ea": "ffc8ea", - "3c4b92": "006355", - "171717": "171717", - "b95094": "e54c41", - "fdfdfd": "fff6e2", - "ccc2d0": "c2beb4", - "9283a3": "808080", - "7090a3": "858d7d", - "a1d9e7": "92b599", - "3e2d33": "3e2d33" + "101010": "101010", + "1e3a66": "363d2f", + "243a66": "00473d", + "733f50": "a62c20", + "404040": "404040", + "b3627d": "e54c41", + "2c4f8c": "5a6154", + "314f8c": "006355", + "436cbf": "009469", + "e57ea1": "ff8072", + "5f9ba6": "b56e76", + "639ba6": "858d7d", + "6c90d9": "14af82", + "808080": "808080", + "bfbfbf": "c2beb4", + "9edae5": "f7c1c5", + "a1dae5": "92b599", + "f8f8f8": "fff6e2", + "fefefe": "fff6e2" }, "2": { - "2c316e": "54041b", - "536fc3": "a6213f", - "7199db": "be294a", - "8d3774": "620a33", - "ef71c0": "dd3780", - "ffc8ea": "f5edee", - "3c4b92": "770f29", - "171717": "171717", - "b95094": "a7225c", - "fdfdfd": "f5edee", - "ccc2d0": "bfb4b9", - "9283a3": "808080", - "7090a3": "b88389", - "a1d9e7": "f7c1c5", - "3e2d33": "3e2d33" + "101010": "101010", + "1e3a66": "773f46", + "243a66": "54041b", + "733f50": "620a33", + "404040": "404040", + "b3627d": "a7225c", + "2c4f8c": "a45f67", + "314f8c": "770f29", + "436cbf": "a6213f", + "e57ea1": "dd3780", + "5f9ba6": "408c62", + "639ba6": "b88389", + "6c90d9": "be294a", + "808080": "808080", + "bfbfbf": "bfb4b9", + "9edae5": "91e6a2", + "a1dae5": "f7c1c5", + "f8f8f8": "f5edee", + "fefefe": "fff6e2" } } \ No newline at end of file diff --git a/public/images/pokemon/variant/exp/729.json b/public/images/pokemon/variant/exp/729.json index 7d679b135ef..7b196fda526 100644 --- a/public/images/pokemon/variant/exp/729.json +++ b/public/images/pokemon/variant/exp/729.json @@ -1,32 +1,46 @@ { "1": { - "808080": "808080", - "f8f8f8": "fff6e2", - "4d4d4d": "2d2e31", - "b3b3b3": "c2beb4", - "3d5f66": "3d5f66", - "a1dae5": "ffbd98", - "639ba6": "be665d", - "77b8d9": "0ccfa2", - "3f6273": "006b65", "101010": "101010", - "5b8da6": "009a88", + "2d2e31": "2d2e31", "733f50": "bb402f", - "e57ea1": "ff9384" + "476d72": "be665d", + "b3627d": "fb6051", + "326187": "006b65", + "e57ea1": "ff9384", + "639ba6": "b56e76", + "2d8ec4": "009a88", + "1eb9ee": "0ccfa2", + "808080": "808080", + "8dafaf": "ff989e", + "bfbfbf": "c2beb4", + "bad8d8": "ffbd98", + "bae1f1": "f7c1c5", + "f8f8f8": "fff6e2", + "fdfdfd": "fff6e2", + "e17ea1": "ff9384", + "ab627d": "fb6051", + "6f3f50": "bb402f" }, "2": { - "808080": "808080", - "f8f8f8": "f5edee", - "4d4d4d": "4d4d4d", - "b3b3b3": "bfb4b9", - "3d5f66": "793f5e", - "a1dae5": "deabce", - "639ba6": "b681a6", - "77b8d9": "c6496f", - "3f6273": "5a141b", "101010": "101010", - "5b8da6": "952c3f", + "2d2e31": "2d2e31", "733f50": "620a33", - "e57ea1": "dd3780" + "476d72": "793f5e", + "b3627d": "a7225c", + "326187": "5a141b", + "e57ea1": "dd3780", + "639ba6": "408c62", + "2d8ec4": "952c3f", + "1eb9ee": "c6496f", + "808080": "808080", + "8dafaf": "b681a6", + "bfbfbf": "bfb4b9", + "bad8d8": "deabce", + "bae1f1": "91e6a2", + "f8f8f8": "f5edee", + "fdfdfd": "fff6e2", + "e17ea1": "deabce", + "ab627d": "b681a6", + "6f3f50": "793f5e" } } \ No newline at end of file diff --git a/public/images/pokemon/variant/exp/729_2.json b/public/images/pokemon/variant/exp/729_2.json deleted file mode 100644 index 530888eaf6e..00000000000 --- a/public/images/pokemon/variant/exp/729_2.json +++ /dev/null @@ -1,272 +0,0 @@ -{ - "textures": [ - { - "image": "729_2.png", - "format": "RGBA8888", - "size": { - "w": 141, - "h": 141 - }, - "scale": 1, - "frames": [ - { - "filename": "0001.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 50, - "h": 51 - }, - "spriteSourceSize": { - "x": 1, - "y": 0, - "w": 49, - "h": 51 - }, - "frame": { - "x": 0, - "y": 0, - "w": 49, - "h": 51 - } - }, - { - "filename": "0002.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 50, - "h": 51 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 49, - "h": 51 - }, - "frame": { - "x": 0, - "y": 51, - "w": 49, - "h": 51 - } - }, - { - "filename": "0012.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 50, - "h": 51 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 49, - "h": 51 - }, - "frame": { - "x": 0, - "y": 51, - "w": 49, - "h": 51 - } - }, - { - "filename": "0003.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 50, - "h": 51 - }, - "spriteSourceSize": { - "x": 0, - "y": 1, - "w": 48, - "h": 50 - }, - "frame": { - "x": 49, - "y": 0, - "w": 48, - "h": 50 - } - }, - { - "filename": "0011.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 50, - "h": 51 - }, - "spriteSourceSize": { - "x": 0, - "y": 1, - "w": 48, - "h": 50 - }, - "frame": { - "x": 49, - "y": 0, - "w": 48, - "h": 50 - } - }, - { - "filename": "0006.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 50, - "h": 51 - }, - "spriteSourceSize": { - "x": 0, - "y": 4, - "w": 42, - "h": 47 - }, - "frame": { - "x": 97, - "y": 0, - "w": 42, - "h": 47 - } - }, - { - "filename": "0008.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 50, - "h": 51 - }, - "spriteSourceSize": { - "x": 0, - "y": 4, - "w": 42, - "h": 47 - }, - "frame": { - "x": 97, - "y": 0, - "w": 42, - "h": 47 - } - }, - { - "filename": "0007.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 50, - "h": 51 - }, - "spriteSourceSize": { - "x": 0, - "y": 4, - "w": 40, - "h": 47 - }, - "frame": { - "x": 97, - "y": 47, - "w": 40, - "h": 47 - } - }, - { - "filename": "0004.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 50, - "h": 51 - }, - "spriteSourceSize": { - "x": 0, - "y": 3, - "w": 46, - "h": 48 - }, - "frame": { - "x": 49, - "y": 50, - "w": 46, - "h": 48 - } - }, - { - "filename": "0010.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 50, - "h": 51 - }, - "spriteSourceSize": { - "x": 0, - "y": 3, - "w": 46, - "h": 48 - }, - "frame": { - "x": 49, - "y": 50, - "w": 46, - "h": 48 - } - }, - { - "filename": "0005.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 50, - "h": 51 - }, - "spriteSourceSize": { - "x": 0, - "y": 4, - "w": 45, - "h": 47 - }, - "frame": { - "x": 95, - "y": 94, - "w": 45, - "h": 47 - } - }, - { - "filename": "0009.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 50, - "h": 51 - }, - "spriteSourceSize": { - "x": 0, - "y": 4, - "w": 45, - "h": 47 - }, - "frame": { - "x": 95, - "y": 94, - "w": 45, - "h": 47 - } - } - ] - } - ], - "meta": { - "app": "https://www.codeandweb.com/texturepacker", - "version": "3.0", - "smartupdate": "$TexturePacker:SmartUpdate:4df3ec883b357e664a50e3015060795f:29a8d34f9df9fa51691fda1da5961207:b2d5dd692ec79c7357afdffa7b3670a9$" - } -} \ No newline at end of file diff --git a/public/images/pokemon/variant/exp/729_2.png b/public/images/pokemon/variant/exp/729_2.png deleted file mode 100644 index 8349e63c91a..00000000000 Binary files a/public/images/pokemon/variant/exp/729_2.png and /dev/null differ diff --git a/public/images/pokemon/variant/exp/729_3.json b/public/images/pokemon/variant/exp/729_3.json deleted file mode 100644 index 632cef739a2..00000000000 --- a/public/images/pokemon/variant/exp/729_3.json +++ /dev/null @@ -1,272 +0,0 @@ -{ - "textures": [ - { - "image": "729_3.png", - "format": "RGBA8888", - "size": { - "w": 141, - "h": 141 - }, - "scale": 1, - "frames": [ - { - "filename": "0001.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 50, - "h": 51 - }, - "spriteSourceSize": { - "x": 1, - "y": 0, - "w": 49, - "h": 51 - }, - "frame": { - "x": 0, - "y": 0, - "w": 49, - "h": 51 - } - }, - { - "filename": "0002.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 50, - "h": 51 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 49, - "h": 51 - }, - "frame": { - "x": 0, - "y": 51, - "w": 49, - "h": 51 - } - }, - { - "filename": "0012.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 50, - "h": 51 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 49, - "h": 51 - }, - "frame": { - "x": 0, - "y": 51, - "w": 49, - "h": 51 - } - }, - { - "filename": "0003.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 50, - "h": 51 - }, - "spriteSourceSize": { - "x": 0, - "y": 1, - "w": 48, - "h": 50 - }, - "frame": { - "x": 49, - "y": 0, - "w": 48, - "h": 50 - } - }, - { - "filename": "0011.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 50, - "h": 51 - }, - "spriteSourceSize": { - "x": 0, - "y": 1, - "w": 48, - "h": 50 - }, - "frame": { - "x": 49, - "y": 0, - "w": 48, - "h": 50 - } - }, - { - "filename": "0006.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 50, - "h": 51 - }, - "spriteSourceSize": { - "x": 0, - "y": 4, - "w": 42, - "h": 47 - }, - "frame": { - "x": 97, - "y": 0, - "w": 42, - "h": 47 - } - }, - { - "filename": "0008.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 50, - "h": 51 - }, - "spriteSourceSize": { - "x": 0, - "y": 4, - "w": 42, - "h": 47 - }, - "frame": { - "x": 97, - "y": 0, - "w": 42, - "h": 47 - } - }, - { - "filename": "0007.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 50, - "h": 51 - }, - "spriteSourceSize": { - "x": 0, - "y": 4, - "w": 40, - "h": 47 - }, - "frame": { - "x": 97, - "y": 47, - "w": 40, - "h": 47 - } - }, - { - "filename": "0004.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 50, - "h": 51 - }, - "spriteSourceSize": { - "x": 0, - "y": 3, - "w": 46, - "h": 48 - }, - "frame": { - "x": 49, - "y": 50, - "w": 46, - "h": 48 - } - }, - { - "filename": "0010.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 50, - "h": 51 - }, - "spriteSourceSize": { - "x": 0, - "y": 3, - "w": 46, - "h": 48 - }, - "frame": { - "x": 49, - "y": 50, - "w": 46, - "h": 48 - } - }, - { - "filename": "0005.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 50, - "h": 51 - }, - "spriteSourceSize": { - "x": 0, - "y": 4, - "w": 45, - "h": 47 - }, - "frame": { - "x": 95, - "y": 94, - "w": 45, - "h": 47 - } - }, - { - "filename": "0009.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 50, - "h": 51 - }, - "spriteSourceSize": { - "x": 0, - "y": 4, - "w": 45, - "h": 47 - }, - "frame": { - "x": 95, - "y": 94, - "w": 45, - "h": 47 - } - } - ] - } - ], - "meta": { - "app": "https://www.codeandweb.com/texturepacker", - "version": "3.0", - "smartupdate": "$TexturePacker:SmartUpdate:4df3ec883b357e664a50e3015060795f:29a8d34f9df9fa51691fda1da5961207:b2d5dd692ec79c7357afdffa7b3670a9$" - } -} \ No newline at end of file diff --git a/public/images/pokemon/variant/exp/729_3.png b/public/images/pokemon/variant/exp/729_3.png deleted file mode 100644 index a4b4197f18a..00000000000 Binary files a/public/images/pokemon/variant/exp/729_3.png and /dev/null differ diff --git a/public/images/pokemon/variant/exp/730.json b/public/images/pokemon/variant/exp/730.json index dbc5dda270d..5c8deeb52b2 100644 --- a/public/images/pokemon/variant/exp/730.json +++ b/public/images/pokemon/variant/exp/730.json @@ -1,20 +1,52 @@ { + "1": { + "101010": "101010", + "843843": "a62c20", + "8d3f4a": "a62c20", + "c46074": "e54c41", + "c76374": "e54c41", + "0e6792": "b54f5f", + "1241a1": "006355", + "6d7481": "917393", + "727481": "a0866f", + "1470de": "009469", + "5a8092": "74312e", + "44a0b5": "d87383", + "64c5e1": "00dc9c", + "6ac8e3": "ffa0a8", + "82a7b9": "c35861", + "fd8196": "ff8072", + "ff8496": "ff8072", + "bdbdc1": "c0b7a1", + "c0bdc1": "beaac0", + "aac7e6": "ea7c5b", + "f8f8f8": "fff2d4", + "faf8f8": "f1e8f1", + "fef8f8": "fef8f8" + }, "2": { - "316a77": "500518", - "60dbf5": "a6213f", - "6189ac": "5c2141", - "cee8ff": "e9a5c0", - "499bb9": "770f29", - "777171": "5c2141", - "cfbdc6": "bfb4b9", - "74b3e9": "c17b97", - "ffffff": "f5edee", - "000000": "000000", - "c24262": "1d1638", - "e9b9c5": "614388", - "ee8ba4": "391e62", - "0a3a65": "591945", - "1073cc": "81387e", - "115591": "591945" + "101010": "101010", + "843843": "5c2141", + "8d3f4a": "1d1638", + "c46074": "c17b97", + "c76374": "391e62", + "0e6792": "500518", + "1241a1": "591945", + "6d7481": "81716d", + "727481": "9e8193", + "1470de": "81387e", + "5a8092": "5c2141", + "44a0b5": "770f29", + "64c5e1": "bd2b6b", + "6ac8e3": "a6213f", + "82a7b9": "c17b97", + "fd8196": "e9a5c0", + "ff8496": "614388", + "bdbdc1": "bfb4b9", + "c0bdc1": "c0b4a5", + "aac7e6": "e9a5c0", + "f8f8f8": "f5edee", + "faf8f8": "f5f3e3", + "fef8f8": "fef8f8" } } \ No newline at end of file diff --git a/public/images/pokemon/variant/exp/730_2.json b/public/images/pokemon/variant/exp/730_2.json deleted file mode 100644 index cc806a36b25..00000000000 --- a/public/images/pokemon/variant/exp/730_2.json +++ /dev/null @@ -1,2309 +0,0 @@ -{ - "textures": [ - { - "image": "730_2.png", - "format": "RGBA8888", - "size": { - "w": 615, - "h": 615 - }, - "scale": 1, - "frames": [ - { - "filename": "0014.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 7, - "w": 83, - "h": 81 - }, - "frame": { - "x": 0, - "y": 0, - "w": 83, - "h": 81 - } - }, - { - "filename": "0038.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 7, - "w": 83, - "h": 81 - }, - "frame": { - "x": 0, - "y": 0, - "w": 83, - "h": 81 - } - }, - { - "filename": "0086.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 7, - "w": 83, - "h": 81 - }, - "frame": { - "x": 0, - "y": 0, - "w": 83, - "h": 81 - } - }, - { - "filename": "0011.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 3, - "w": 78, - "h": 85 - }, - "frame": { - "x": 0, - "y": 81, - "w": 78, - "h": 85 - } - }, - { - "filename": "0035.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 3, - "w": 78, - "h": 85 - }, - "frame": { - "x": 0, - "y": 81, - "w": 78, - "h": 85 - } - }, - { - "filename": "0083.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 3, - "w": 78, - "h": 85 - }, - "frame": { - "x": 0, - "y": 81, - "w": 78, - "h": 85 - } - }, - { - "filename": "0062.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 7, - "w": 83, - "h": 80 - }, - "frame": { - "x": 83, - "y": 0, - "w": 83, - "h": 80 - } - }, - { - "filename": "0107.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 8, - "w": 83, - "h": 80 - }, - "frame": { - "x": 166, - "y": 0, - "w": 83, - "h": 80 - } - }, - { - "filename": "0010.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 74, - "h": 88 - }, - "frame": { - "x": 0, - "y": 166, - "w": 74, - "h": 88 - } - }, - { - "filename": "0034.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 74, - "h": 88 - }, - "frame": { - "x": 0, - "y": 166, - "w": 74, - "h": 88 - } - }, - { - "filename": "0082.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 74, - "h": 88 - }, - "frame": { - "x": 0, - "y": 166, - "w": 74, - "h": 88 - } - }, - { - "filename": "0015.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 9, - "w": 83, - "h": 79 - }, - "frame": { - "x": 249, - "y": 0, - "w": 83, - "h": 79 - } - }, - { - "filename": "0039.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 9, - "w": 83, - "h": 79 - }, - "frame": { - "x": 249, - "y": 0, - "w": 83, - "h": 79 - } - }, - { - "filename": "0087.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 9, - "w": 83, - "h": 79 - }, - "frame": { - "x": 249, - "y": 0, - "w": 83, - "h": 79 - } - }, - { - "filename": "0016.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 10, - "w": 84, - "h": 78 - }, - "frame": { - "x": 332, - "y": 0, - "w": 84, - "h": 78 - } - }, - { - "filename": "0040.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 10, - "w": 84, - "h": 78 - }, - "frame": { - "x": 332, - "y": 0, - "w": 84, - "h": 78 - } - }, - { - "filename": "0088.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 10, - "w": 84, - "h": 78 - }, - "frame": { - "x": 332, - "y": 0, - "w": 84, - "h": 78 - } - }, - { - "filename": "0064.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 10, - "w": 84, - "h": 78 - }, - "frame": { - "x": 416, - "y": 0, - "w": 84, - "h": 78 - } - }, - { - "filename": "0009.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 73, - "h": 88 - }, - "frame": { - "x": 0, - "y": 254, - "w": 73, - "h": 88 - } - }, - { - "filename": "0033.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 73, - "h": 88 - }, - "frame": { - "x": 0, - "y": 254, - "w": 73, - "h": 88 - } - }, - { - "filename": "0081.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 73, - "h": 88 - }, - "frame": { - "x": 0, - "y": 254, - "w": 73, - "h": 88 - } - }, - { - "filename": "0063.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 9, - "w": 83, - "h": 79 - }, - "frame": { - "x": 500, - "y": 0, - "w": 83, - "h": 79 - } - }, - { - "filename": "0057.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 73, - "h": 87 - }, - "frame": { - "x": 0, - "y": 342, - "w": 73, - "h": 87 - } - }, - { - "filename": "0008.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 2, - "w": 75, - "h": 86 - }, - "frame": { - "x": 0, - "y": 429, - "w": 75, - "h": 86 - } - }, - { - "filename": "0032.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 2, - "w": 75, - "h": 86 - }, - "frame": { - "x": 0, - "y": 429, - "w": 75, - "h": 86 - } - }, - { - "filename": "0080.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 2, - "w": 75, - "h": 86 - }, - "frame": { - "x": 0, - "y": 429, - "w": 75, - "h": 86 - } - }, - { - "filename": "0056.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 2, - "w": 75, - "h": 86 - }, - "frame": { - "x": 0, - "y": 515, - "w": 75, - "h": 86 - } - }, - { - "filename": "0007.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 3, - "w": 75, - "h": 85 - }, - "frame": { - "x": 78, - "y": 81, - "w": 75, - "h": 85 - } - }, - { - "filename": "0031.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 3, - "w": 75, - "h": 85 - }, - "frame": { - "x": 78, - "y": 81, - "w": 75, - "h": 85 - } - }, - { - "filename": "0079.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 3, - "w": 75, - "h": 85 - }, - "frame": { - "x": 78, - "y": 81, - "w": 75, - "h": 85 - } - }, - { - "filename": "0013.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 6, - "w": 81, - "h": 82 - }, - "frame": { - "x": 153, - "y": 80, - "w": 81, - "h": 82 - } - }, - { - "filename": "0037.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 6, - "w": 81, - "h": 82 - }, - "frame": { - "x": 153, - "y": 80, - "w": 81, - "h": 82 - } - }, - { - "filename": "0085.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 6, - "w": 81, - "h": 82 - }, - "frame": { - "x": 153, - "y": 80, - "w": 81, - "h": 82 - } - }, - { - "filename": "0012.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 6, - "w": 80, - "h": 82 - }, - "frame": { - "x": 74, - "y": 166, - "w": 80, - "h": 82 - } - }, - { - "filename": "0036.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 6, - "w": 80, - "h": 82 - }, - "frame": { - "x": 74, - "y": 166, - "w": 80, - "h": 82 - } - }, - { - "filename": "0084.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 6, - "w": 80, - "h": 82 - }, - "frame": { - "x": 74, - "y": 166, - "w": 80, - "h": 82 - } - }, - { - "filename": "0108.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 7, - "w": 80, - "h": 81 - }, - "frame": { - "x": 154, - "y": 162, - "w": 80, - "h": 81 - } - }, - { - "filename": "0055.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 3, - "w": 75, - "h": 85 - }, - "frame": { - "x": 234, - "y": 80, - "w": 75, - "h": 85 - } - }, - { - "filename": "0001.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 7, - "w": 78, - "h": 81 - }, - "frame": { - "x": 234, - "y": 165, - "w": 78, - "h": 81 - } - }, - { - "filename": "0025.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 7, - "w": 78, - "h": 81 - }, - "frame": { - "x": 234, - "y": 165, - "w": 78, - "h": 81 - } - }, - { - "filename": "0049.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 7, - "w": 78, - "h": 81 - }, - "frame": { - "x": 234, - "y": 165, - "w": 78, - "h": 81 - } - }, - { - "filename": "0073.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 7, - "w": 78, - "h": 81 - }, - "frame": { - "x": 234, - "y": 165, - "w": 78, - "h": 81 - } - }, - { - "filename": "0097.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 7, - "w": 78, - "h": 81 - }, - "frame": { - "x": 234, - "y": 165, - "w": 78, - "h": 81 - } - }, - { - "filename": "0058.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 74, - "h": 85 - }, - "frame": { - "x": 309, - "y": 79, - "w": 74, - "h": 85 - } - }, - { - "filename": "0004.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 6, - "w": 78, - "h": 82 - }, - "frame": { - "x": 383, - "y": 78, - "w": 78, - "h": 82 - } - }, - { - "filename": "0028.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 6, - "w": 78, - "h": 82 - }, - "frame": { - "x": 383, - "y": 78, - "w": 78, - "h": 82 - } - }, - { - "filename": "0052.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 6, - "w": 78, - "h": 82 - }, - "frame": { - "x": 383, - "y": 78, - "w": 78, - "h": 82 - } - }, - { - "filename": "0076.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 6, - "w": 78, - "h": 82 - }, - "frame": { - "x": 383, - "y": 78, - "w": 78, - "h": 82 - } - }, - { - "filename": "0059.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 3, - "w": 78, - "h": 82 - }, - "frame": { - "x": 312, - "y": 164, - "w": 78, - "h": 82 - } - }, - { - "filename": "0002.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 7, - "w": 78, - "h": 81 - }, - "frame": { - "x": 390, - "y": 160, - "w": 78, - "h": 81 - } - }, - { - "filename": "0026.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 7, - "w": 78, - "h": 81 - }, - "frame": { - "x": 390, - "y": 160, - "w": 78, - "h": 81 - } - }, - { - "filename": "0050.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 7, - "w": 78, - "h": 81 - }, - "frame": { - "x": 390, - "y": 160, - "w": 78, - "h": 81 - } - }, - { - "filename": "0074.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 7, - "w": 78, - "h": 81 - }, - "frame": { - "x": 390, - "y": 160, - "w": 78, - "h": 81 - } - }, - { - "filename": "0003.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 7, - "w": 78, - "h": 81 - }, - "frame": { - "x": 461, - "y": 79, - "w": 78, - "h": 81 - } - }, - { - "filename": "0027.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 7, - "w": 78, - "h": 81 - }, - "frame": { - "x": 461, - "y": 79, - "w": 78, - "h": 81 - } - }, - { - "filename": "0051.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 7, - "w": 78, - "h": 81 - }, - "frame": { - "x": 461, - "y": 79, - "w": 78, - "h": 81 - } - }, - { - "filename": "0075.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 7, - "w": 78, - "h": 81 - }, - "frame": { - "x": 461, - "y": 79, - "w": 78, - "h": 81 - } - }, - { - "filename": "0006.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 7, - "w": 76, - "h": 81 - }, - "frame": { - "x": 539, - "y": 79, - "w": 76, - "h": 81 - } - }, - { - "filename": "0030.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 7, - "w": 76, - "h": 81 - }, - "frame": { - "x": 539, - "y": 79, - "w": 76, - "h": 81 - } - }, - { - "filename": "0054.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 7, - "w": 76, - "h": 81 - }, - "frame": { - "x": 539, - "y": 79, - "w": 76, - "h": 81 - } - }, - { - "filename": "0078.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 7, - "w": 76, - "h": 81 - }, - "frame": { - "x": 539, - "y": 79, - "w": 76, - "h": 81 - } - }, - { - "filename": "0061.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 6, - "w": 81, - "h": 79 - }, - "frame": { - "x": 468, - "y": 160, - "w": 81, - "h": 79 - } - }, - { - "filename": "0023.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 13, - "w": 80, - "h": 75 - }, - "frame": { - "x": 154, - "y": 243, - "w": 80, - "h": 75 - } - }, - { - "filename": "0047.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 13, - "w": 80, - "h": 75 - }, - "frame": { - "x": 154, - "y": 243, - "w": 80, - "h": 75 - } - }, - { - "filename": "0095.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 13, - "w": 80, - "h": 75 - }, - "frame": { - "x": 154, - "y": 243, - "w": 80, - "h": 75 - } - }, - { - "filename": "0017.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 14, - "w": 84, - "h": 74 - }, - "frame": { - "x": 234, - "y": 246, - "w": 84, - "h": 74 - } - }, - { - "filename": "0041.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 14, - "w": 84, - "h": 74 - }, - "frame": { - "x": 234, - "y": 246, - "w": 84, - "h": 74 - } - }, - { - "filename": "0089.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 14, - "w": 84, - "h": 74 - }, - "frame": { - "x": 234, - "y": 246, - "w": 84, - "h": 74 - } - }, - { - "filename": "0060.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 6, - "w": 80, - "h": 79 - }, - "frame": { - "x": 74, - "y": 248, - "w": 80, - "h": 79 - } - }, - { - "filename": "0109.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 7, - "w": 78, - "h": 81 - }, - "frame": { - "x": 73, - "y": 327, - "w": 78, - "h": 81 - } - }, - { - "filename": "0005.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 7, - "w": 77, - "h": 81 - }, - "frame": { - "x": 318, - "y": 246, - "w": 77, - "h": 81 - } - }, - { - "filename": "0029.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 7, - "w": 77, - "h": 81 - }, - "frame": { - "x": 318, - "y": 246, - "w": 77, - "h": 81 - } - }, - { - "filename": "0053.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 7, - "w": 77, - "h": 81 - }, - "frame": { - "x": 318, - "y": 246, - "w": 77, - "h": 81 - } - }, - { - "filename": "0077.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 7, - "w": 77, - "h": 81 - }, - "frame": { - "x": 318, - "y": 246, - "w": 77, - "h": 81 - } - }, - { - "filename": "0098.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 9, - "w": 78, - "h": 79 - }, - "frame": { - "x": 395, - "y": 241, - "w": 78, - "h": 79 - } - }, - { - "filename": "0024.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 10, - "w": 78, - "h": 78 - }, - "frame": { - "x": 473, - "y": 239, - "w": 78, - "h": 78 - } - }, - { - "filename": "0048.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 10, - "w": 78, - "h": 78 - }, - "frame": { - "x": 473, - "y": 239, - "w": 78, - "h": 78 - } - }, - { - "filename": "0096.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 10, - "w": 78, - "h": 78 - }, - "frame": { - "x": 473, - "y": 239, - "w": 78, - "h": 78 - } - }, - { - "filename": "0072.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 10, - "w": 78, - "h": 78 - }, - "frame": { - "x": 75, - "y": 408, - "w": 78, - "h": 78 - } - }, - { - "filename": "0099.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 11, - "w": 79, - "h": 77 - }, - "frame": { - "x": 75, - "y": 486, - "w": 79, - "h": 77 - } - }, - { - "filename": "0071.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 13, - "w": 80, - "h": 75 - }, - "frame": { - "x": 154, - "y": 318, - "w": 80, - "h": 75 - } - }, - { - "filename": "0018.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 15, - "w": 84, - "h": 73 - }, - "frame": { - "x": 234, - "y": 320, - "w": 84, - "h": 73 - } - }, - { - "filename": "0042.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 15, - "w": 84, - "h": 73 - }, - "frame": { - "x": 234, - "y": 320, - "w": 84, - "h": 73 - } - }, - { - "filename": "0090.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 15, - "w": 84, - "h": 73 - }, - "frame": { - "x": 234, - "y": 320, - "w": 84, - "h": 73 - } - }, - { - "filename": "0019.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 16, - "w": 84, - "h": 72 - }, - "frame": { - "x": 318, - "y": 327, - "w": 84, - "h": 72 - } - }, - { - "filename": "0043.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 16, - "w": 84, - "h": 72 - }, - "frame": { - "x": 318, - "y": 327, - "w": 84, - "h": 72 - } - }, - { - "filename": "0091.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 16, - "w": 84, - "h": 72 - }, - "frame": { - "x": 318, - "y": 327, - "w": 84, - "h": 72 - } - }, - { - "filename": "0065.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 14, - "w": 84, - "h": 74 - }, - "frame": { - "x": 153, - "y": 393, - "w": 84, - "h": 74 - } - }, - { - "filename": "0101.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 17, - "w": 81, - "h": 71 - }, - "frame": { - "x": 237, - "y": 393, - "w": 81, - "h": 71 - } - }, - { - "filename": "0066.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 15, - "w": 84, - "h": 73 - }, - "frame": { - "x": 318, - "y": 399, - "w": 84, - "h": 73 - } - }, - { - "filename": "0106.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 13, - "w": 83, - "h": 75 - }, - "frame": { - "x": 402, - "y": 320, - "w": 83, - "h": 75 - } - }, - { - "filename": "0105.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 14, - "w": 84, - "h": 74 - }, - "frame": { - "x": 402, - "y": 395, - "w": 84, - "h": 74 - } - }, - { - "filename": "0100.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 14, - "w": 80, - "h": 74 - }, - "frame": { - "x": 485, - "y": 317, - "w": 80, - "h": 74 - } - }, - { - "filename": "0104.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 15, - "w": 83, - "h": 73 - }, - "frame": { - "x": 486, - "y": 391, - "w": 83, - "h": 73 - } - }, - { - "filename": "0067.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 16, - "w": 84, - "h": 72 - }, - "frame": { - "x": 154, - "y": 467, - "w": 84, - "h": 72 - } - }, - { - "filename": "0021.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 17, - "w": 83, - "h": 71 - }, - "frame": { - "x": 154, - "y": 539, - "w": 83, - "h": 71 - } - }, - { - "filename": "0045.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 17, - "w": 83, - "h": 71 - }, - "frame": { - "x": 154, - "y": 539, - "w": 83, - "h": 71 - } - }, - { - "filename": "0093.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 17, - "w": 83, - "h": 71 - }, - "frame": { - "x": 154, - "y": 539, - "w": 83, - "h": 71 - } - }, - { - "filename": "0022.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 17, - "w": 83, - "h": 71 - }, - "frame": { - "x": 486, - "y": 464, - "w": 83, - "h": 71 - } - }, - { - "filename": "0046.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 17, - "w": 83, - "h": 71 - }, - "frame": { - "x": 486, - "y": 464, - "w": 83, - "h": 71 - } - }, - { - "filename": "0094.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 17, - "w": 83, - "h": 71 - }, - "frame": { - "x": 486, - "y": 464, - "w": 83, - "h": 71 - } - }, - { - "filename": "0069.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 17, - "w": 83, - "h": 71 - }, - "frame": { - "x": 402, - "y": 469, - "w": 83, - "h": 71 - } - }, - { - "filename": "0070.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 17, - "w": 83, - "h": 71 - }, - "frame": { - "x": 485, - "y": 535, - "w": 83, - "h": 71 - } - }, - { - "filename": "0020.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 16, - "w": 82, - "h": 72 - }, - "frame": { - "x": 237, - "y": 539, - "w": 82, - "h": 72 - } - }, - { - "filename": "0044.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 16, - "w": 82, - "h": 72 - }, - "frame": { - "x": 237, - "y": 539, - "w": 82, - "h": 72 - } - }, - { - "filename": "0092.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 16, - "w": 82, - "h": 72 - }, - "frame": { - "x": 237, - "y": 539, - "w": 82, - "h": 72 - } - }, - { - "filename": "0103.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 16, - "w": 83, - "h": 72 - }, - "frame": { - "x": 319, - "y": 472, - "w": 83, - "h": 72 - } - }, - { - "filename": "0102.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 18, - "w": 82, - "h": 70 - }, - "frame": { - "x": 319, - "y": 544, - "w": 82, - "h": 70 - } - }, - { - "filename": "0068.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 84, - "h": 88 - }, - "spriteSourceSize": { - "x": 0, - "y": 16, - "w": 82, - "h": 72 - }, - "frame": { - "x": 402, - "y": 540, - "w": 82, - "h": 72 - } - } - ] - } - ], - "meta": { - "app": "https://www.codeandweb.com/texturepacker", - "version": "3.0", - "smartupdate": "$TexturePacker:SmartUpdate:4329c19087eab420ea4188f3ebf013ba:3f36a5e65803b0f012c6fee4aeaf5df7:fcd0d2cb6b26724e796ae0dcb71fae3f$" - } -} \ No newline at end of file diff --git a/public/images/pokemon/variant/exp/730_2.png b/public/images/pokemon/variant/exp/730_2.png deleted file mode 100644 index f7a1b20a9be..00000000000 Binary files a/public/images/pokemon/variant/exp/730_2.png and /dev/null differ diff --git a/public/images/pokemon/variant/exp/back/728.json b/public/images/pokemon/variant/exp/back/728.json index f736f512525..a9c7155ec91 100644 --- a/public/images/pokemon/variant/exp/back/728.json +++ b/public/images/pokemon/variant/exp/back/728.json @@ -1,34 +1,44 @@ { "1": { - "8d3774": "e54c41", - "2c316e": "00473d", - "ef71c0": "ff8072", - "ffc8ea": "fff6e2", - "536fc3": "009469", - "b95094": "e54c41", - "7199db": "14af82", - "171717": "171717", - "9283a3": "808080", - "ccc2d0": "c2beb4", - "3c4b92": "006355", - "fafafa": "fff6e2", - "7090a3": "858d7d", - "a1d9e7": "92b599" + "101010": "101010", + "1e3a66": "363d2f", + "243a66": "00473d", + "733f50": "a62c20", + "404040": "404040", + "b3627d": "e54c41", + "2c4f8c": "5a6154", + "314f8c": "006355", + "436cbf": "009469", + "e57ea1": "ff8072", + "5f9ba6": "b56e76", + "639ba6": "858d7d", + "6c90d9": "14af82", + "808080": "808080", + "bfbfbf": "c2beb4", + "9edae5": "f7c1c5", + "a1dae5": "92b599", + "f8f8f8": "fff6e2", + "fefefe": "fff6e2" }, "2": { - "8d3774": "620a33", - "2c316e": "54041b", - "ef71c0": "dd3780", - "ffc8ea": "f5edee", - "536fc3": "a6213f", - "b95094": "a7225c", - "7199db": "be294a", - "171717": "171717", - "9283a3": "9283a3", - "ccc2d0": "bfb4b9", - "3c4b92": "770f29", - "fafafa": "f5edee", - "7090a3": "b88389", - "a1d9e7": "f7c1c5" + "101010": "101010", + "1e3a66": "773f46", + "243a66": "54041b", + "733f50": "620a33", + "404040": "404040", + "b3627d": "a7225c", + "2c4f8c": "a45f67", + "314f8c": "770f29", + "436cbf": "a6213f", + "e57ea1": "dd3780", + "5f9ba6": "408c62", + "639ba6": "b88389", + "6c90d9": "be294a", + "808080": "808080", + "bfbfbf": "bfb4b9", + "9edae5": "91e6a2", + "a1dae5": "f7c1c5", + "f8f8f8": "f5edee", + "fefefe": "fff6e2" } } \ No newline at end of file diff --git a/public/images/pokemon/variant/exp/back/729.json b/public/images/pokemon/variant/exp/back/729.json new file mode 100644 index 00000000000..a0e40c36aec --- /dev/null +++ b/public/images/pokemon/variant/exp/back/729.json @@ -0,0 +1,40 @@ +{ + "1": { + "101010": "101010", + "2d2e31": "2d2e31", + "733f50": "bb402f", + "476d72": "be665d", + "b3627d": "fb6051", + "326187": "006b65", + "e57ea1": "ff9384", + "639ba6": "b56e76", + "2d8ec4": "009a88", + "1eb9ee": "0ccfa2", + "808080": "808080", + "8dafaf": "ff989e", + "bfbfbf": "c2beb4", + "bad8d8": "ffbd98", + "bae1f1": "f7c1c5", + "f8f8f8": "fff6e2", + "fdfdfd": "fff6e2" + }, + "2": { + "101010": "101010", + "2d2e31": "2d2e31", + "733f50": "620a33", + "476d72": "793f5e", + "b3627d": "a7225c", + "326187": "5a141b", + "e57ea1": "dd3780", + "639ba6": "408c62", + "2d8ec4": "952c3f", + "1eb9ee": "c6496f", + "808080": "808080", + "8dafaf": "b681a6", + "bfbfbf": "bfb4b9", + "bad8d8": "deabce", + "bae1f1": "91e6a2", + "f8f8f8": "f5edee", + "fdfdfd": "fff6e2" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/exp/back/729_2.json b/public/images/pokemon/variant/exp/back/729_2.json deleted file mode 100644 index 146cac6c9d1..00000000000 --- a/public/images/pokemon/variant/exp/back/729_2.json +++ /dev/null @@ -1,230 +0,0 @@ -{ - "textures": [ - { - "image": "729_2.png", - "format": "RGBA8888", - "size": { - "w": 148, - "h": 148 - }, - "scale": 1, - "frames": [ - { - "filename": "0006.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 71, - "h": 50 - }, - "spriteSourceSize": { - "x": 1, - "y": 0, - "w": 70, - "h": 50 - }, - "frame": { - "x": 0, - "y": 0, - "w": 70, - "h": 50 - } - }, - { - "filename": "0005.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 71, - "h": 50 - }, - "spriteSourceSize": { - "x": 1, - "y": 1, - "w": 70, - "h": 49 - }, - "frame": { - "x": 0, - "y": 50, - "w": 70, - "h": 49 - } - }, - { - "filename": "0007.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 71, - "h": 50 - }, - "spriteSourceSize": { - "x": 1, - "y": 1, - "w": 70, - "h": 49 - }, - "frame": { - "x": 0, - "y": 50, - "w": 70, - "h": 49 - } - }, - { - "filename": "0003.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 71, - "h": 50 - }, - "spriteSourceSize": { - "x": 0, - "y": 1, - "w": 69, - "h": 49 - }, - "frame": { - "x": 0, - "y": 99, - "w": 69, - "h": 49 - } - }, - { - "filename": "0009.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 71, - "h": 50 - }, - "spriteSourceSize": { - "x": 0, - "y": 1, - "w": 69, - "h": 49 - }, - "frame": { - "x": 0, - "y": 99, - "w": 69, - "h": 49 - } - }, - { - "filename": "0002.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 71, - "h": 50 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 68, - "h": 50 - }, - "frame": { - "x": 70, - "y": 0, - "w": 68, - "h": 50 - } - }, - { - "filename": "0010.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 71, - "h": 50 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 68, - "h": 50 - }, - "frame": { - "x": 70, - "y": 0, - "w": 68, - "h": 50 - } - }, - { - "filename": "0001.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 71, - "h": 50 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 67, - "h": 50 - }, - "frame": { - "x": 70, - "y": 50, - "w": 67, - "h": 50 - } - }, - { - "filename": "0004.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 71, - "h": 50 - }, - "spriteSourceSize": { - "x": 0, - "y": 2, - "w": 70, - "h": 48 - }, - "frame": { - "x": 69, - "y": 100, - "w": 70, - "h": 48 - } - }, - { - "filename": "0008.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 71, - "h": 50 - }, - "spriteSourceSize": { - "x": 0, - "y": 2, - "w": 70, - "h": 48 - }, - "frame": { - "x": 69, - "y": 100, - "w": 70, - "h": 48 - } - } - ] - } - ], - "meta": { - "app": "https://www.codeandweb.com/texturepacker", - "version": "3.0", - "smartupdate": "$TexturePacker:SmartUpdate:ca6603181d5c8644f2bdbeecb46551b0:09ccc951204ac93cf598ed13a34f0429:b2d5dd692ec79c7357afdffa7b3670a9$" - } -} \ No newline at end of file diff --git a/public/images/pokemon/variant/exp/back/729_2.png b/public/images/pokemon/variant/exp/back/729_2.png deleted file mode 100644 index d5600f3bee4..00000000000 Binary files a/public/images/pokemon/variant/exp/back/729_2.png and /dev/null differ diff --git a/public/images/pokemon/variant/exp/back/729_3.json b/public/images/pokemon/variant/exp/back/729_3.json deleted file mode 100644 index 6a251ba9b19..00000000000 --- a/public/images/pokemon/variant/exp/back/729_3.json +++ /dev/null @@ -1,230 +0,0 @@ -{ - "textures": [ - { - "image": "729_3.png", - "format": "RGBA8888", - "size": { - "w": 148, - "h": 148 - }, - "scale": 1, - "frames": [ - { - "filename": "0006.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 71, - "h": 50 - }, - "spriteSourceSize": { - "x": 1, - "y": 0, - "w": 70, - "h": 50 - }, - "frame": { - "x": 0, - "y": 0, - "w": 70, - "h": 50 - } - }, - { - "filename": "0005.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 71, - "h": 50 - }, - "spriteSourceSize": { - "x": 1, - "y": 1, - "w": 70, - "h": 49 - }, - "frame": { - "x": 0, - "y": 50, - "w": 70, - "h": 49 - } - }, - { - "filename": "0007.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 71, - "h": 50 - }, - "spriteSourceSize": { - "x": 1, - "y": 1, - "w": 70, - "h": 49 - }, - "frame": { - "x": 0, - "y": 50, - "w": 70, - "h": 49 - } - }, - { - "filename": "0003.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 71, - "h": 50 - }, - "spriteSourceSize": { - "x": 0, - "y": 1, - "w": 69, - "h": 49 - }, - "frame": { - "x": 0, - "y": 99, - "w": 69, - "h": 49 - } - }, - { - "filename": "0009.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 71, - "h": 50 - }, - "spriteSourceSize": { - "x": 0, - "y": 1, - "w": 69, - "h": 49 - }, - "frame": { - "x": 0, - "y": 99, - "w": 69, - "h": 49 - } - }, - { - "filename": "0002.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 71, - "h": 50 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 68, - "h": 50 - }, - "frame": { - "x": 70, - "y": 0, - "w": 68, - "h": 50 - } - }, - { - "filename": "0010.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 71, - "h": 50 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 68, - "h": 50 - }, - "frame": { - "x": 70, - "y": 0, - "w": 68, - "h": 50 - } - }, - { - "filename": "0001.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 71, - "h": 50 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 67, - "h": 50 - }, - "frame": { - "x": 70, - "y": 50, - "w": 67, - "h": 50 - } - }, - { - "filename": "0004.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 71, - "h": 50 - }, - "spriteSourceSize": { - "x": 0, - "y": 2, - "w": 70, - "h": 48 - }, - "frame": { - "x": 69, - "y": 100, - "w": 70, - "h": 48 - } - }, - { - "filename": "0008.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 71, - "h": 50 - }, - "spriteSourceSize": { - "x": 0, - "y": 2, - "w": 70, - "h": 48 - }, - "frame": { - "x": 69, - "y": 100, - "w": 70, - "h": 48 - } - } - ] - } - ], - "meta": { - "app": "https://www.codeandweb.com/texturepacker", - "version": "3.0", - "smartupdate": "$TexturePacker:SmartUpdate:ca6603181d5c8644f2bdbeecb46551b0:09ccc951204ac93cf598ed13a34f0429:b2d5dd692ec79c7357afdffa7b3670a9$" - } -} \ No newline at end of file diff --git a/public/images/pokemon/variant/exp/back/729_3.png b/public/images/pokemon/variant/exp/back/729_3.png deleted file mode 100644 index 182d81a0754..00000000000 Binary files a/public/images/pokemon/variant/exp/back/729_3.png and /dev/null differ diff --git a/public/images/pokemon/variant/exp/back/730.json b/public/images/pokemon/variant/exp/back/730.json index 8c3238188cf..ae6d464dd3f 100644 --- a/public/images/pokemon/variant/exp/back/730.json +++ b/public/images/pokemon/variant/exp/back/730.json @@ -1,18 +1,52 @@ { - "2": { - "337287": "500518", + "1": { "101010": "101010", - "83e6d5": "a6213f", - "52a4b4": "770f29", - "91b9e1": "c17b97", - "bde5ff": "e9a5c0", - "bfbfd1": "bfb4b9", - "fafafa": "f5edee", - "737373": "737373", - "8b3959": "1d1638", - "ff8193": "614388", - "17417f": "3e0f2f", - "215ba5": "591945", - "2f82eb": "81387e" + "843843": "a62c20", + "8d3f4a": "a62c20", + "c46074": "e54c41", + "c76374": "e54c41", + "0e6792": "b54f5f", + "1241a1": "006355", + "6d7481": "917393", + "727481": "a0866f", + "1470de": "009469", + "476d72": "74312e", + "44a0b5": "d87383", + "64c5e1": "00dc9c", + "6ac8e3": "ffa0a8", + "82a7b9": "c35861", + "fd8196": "ff8072", + "ff8496": "ff8072", + "bdbdc1": "c0b7a1", + "c0bdc1": "beaac0", + "aac7e6": "ea7c5b", + "f8f8f8": "fff2d4", + "faf8f8": "f1e8f1", + "fef8f8": "fef8f8" + }, + "2": { + "101010": "101010", + "843843": "5c2141", + "8d3f4a": "1d1638", + "c46074": "c17b97", + "c76374": "391e62", + "0e6792": "500518", + "1241a1": "591945", + "6d7481": "81716d", + "727481": "9e8193", + "1470de": "81387e", + "476d72": "5c2141", + "44a0b5": "770f29", + "64c5e1": "bd2b6b", + "6ac8e3": "a6213f", + "82a7b9": "c17b97", + "fd8196": "e9a5c0", + "ff8496": "614388", + "bdbdc1": "bfb4b9", + "c0bdc1": "c0b4a5", + "aac7e6": "e9a5c0", + "f8f8f8": "f5edee", + "faf8f8": "f5f3e3", + "fef8f8": "fef8f8" } } \ No newline at end of file diff --git a/public/images/pokemon/variant/exp/back/730_2.json b/public/images/pokemon/variant/exp/back/730_2.json deleted file mode 100644 index b1e8fd29a29..00000000000 --- a/public/images/pokemon/variant/exp/back/730_2.json +++ /dev/null @@ -1,230 +0,0 @@ -{ - "textures": [ - { - "image": "730_2.png", - "format": "RGBA8888", - "size": { - "w": 206, - "h": 206 - }, - "scale": 1, - "frames": [ - { - "filename": "0001.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 69, - "h": 82 - }, - "spriteSourceSize": { - "x": 0, - "y": 3, - "w": 69, - "h": 79 - }, - "frame": { - "x": 0, - "y": 0, - "w": 69, - "h": 79 - } - }, - { - "filename": "0005.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 69, - "h": 82 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 68, - "h": 81 - }, - "frame": { - "x": 69, - "y": 0, - "w": 68, - "h": 81 - } - }, - { - "filename": "0007.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 69, - "h": 82 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 68, - "h": 81 - }, - "frame": { - "x": 69, - "y": 0, - "w": 68, - "h": 81 - } - }, - { - "filename": "0006.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 69, - "h": 82 - }, - "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 68, - "h": 81 - }, - "frame": { - "x": 0, - "y": 79, - "w": 68, - "h": 81 - } - }, - { - "filename": "0003.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 69, - "h": 82 - }, - "spriteSourceSize": { - "x": 0, - "y": 2, - "w": 69, - "h": 79 - }, - "frame": { - "x": 68, - "y": 81, - "w": 69, - "h": 79 - } - }, - { - "filename": "0009.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 69, - "h": 82 - }, - "spriteSourceSize": { - "x": 0, - "y": 2, - "w": 69, - "h": 79 - }, - "frame": { - "x": 68, - "y": 81, - "w": 69, - "h": 79 - } - }, - { - "filename": "0004.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 69, - "h": 82 - }, - "spriteSourceSize": { - "x": 0, - "y": 2, - "w": 69, - "h": 79 - }, - "frame": { - "x": 137, - "y": 0, - "w": 69, - "h": 79 - } - }, - { - "filename": "0008.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 69, - "h": 82 - }, - "spriteSourceSize": { - "x": 0, - "y": 2, - "w": 69, - "h": 79 - }, - "frame": { - "x": 137, - "y": 0, - "w": 69, - "h": 79 - } - }, - { - "filename": "0002.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 69, - "h": 82 - }, - "spriteSourceSize": { - "x": 0, - "y": 3, - "w": 69, - "h": 78 - }, - "frame": { - "x": 137, - "y": 79, - "w": 69, - "h": 78 - } - }, - { - "filename": "0010.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 69, - "h": 82 - }, - "spriteSourceSize": { - "x": 0, - "y": 3, - "w": 69, - "h": 78 - }, - "frame": { - "x": 137, - "y": 79, - "w": 69, - "h": 78 - } - } - ] - } - ], - "meta": { - "app": "https://www.codeandweb.com/texturepacker", - "version": "3.0", - "smartupdate": "$TexturePacker:SmartUpdate:2717094fe274718326c9b0fe3237866b:3ad96e0a8adb3bab17597f2996c3f5cc:fcd0d2cb6b26724e796ae0dcb71fae3f$" - } -} \ No newline at end of file diff --git a/public/images/pokemon/variant/exp/back/730_2.png b/public/images/pokemon/variant/exp/back/730_2.png deleted file mode 100644 index e9090ce19dd..00000000000 Binary files a/public/images/pokemon/variant/exp/back/730_2.png and /dev/null differ diff --git a/public/images/statuses_ca-ES.png b/public/images/statuses_ca-ES.png index d372b989be9..fe05e243f7a 100644 Binary files a/public/images/statuses_ca-ES.png and b/public/images/statuses_ca-ES.png differ diff --git a/public/images/statuses_es-MX.json b/public/images/statuses_es-MX.json new file mode 100644 index 00000000000..8b09ed391c4 --- /dev/null +++ b/public/images/statuses_es-MX.json @@ -0,0 +1,188 @@ +{ + "textures": [ + { + "image": "statuses_es-MX.png", + "format": "RGBA8888", + "size": { + "w": 22, + "h": 64 + }, + "scale": 1, + "frames": [ + { + "filename": "pokerus", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 22, + "h": 8 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 22, + "h": 8 + }, + "frame": { + "x": 0, + "y": 0, + "w": 22, + "h": 8 + } + }, + { + "filename": "burn", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 20, + "h": 8 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 20, + "h": 8 + }, + "frame": { + "x": 0, + "y": 8, + "w": 20, + "h": 8 + } + }, + { + "filename": "faint", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 20, + "h": 8 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 20, + "h": 8 + }, + "frame": { + "x": 0, + "y": 16, + "w": 20, + "h": 8 + } + }, + { + "filename": "freeze", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 20, + "h": 8 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 20, + "h": 8 + }, + "frame": { + "x": 0, + "y": 24, + "w": 20, + "h": 8 + } + }, + { + "filename": "paralysis", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 20, + "h": 8 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 20, + "h": 8 + }, + "frame": { + "x": 0, + "y": 32, + "w": 20, + "h": 8 + } + }, + { + "filename": "poison", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 20, + "h": 8 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 20, + "h": 8 + }, + "frame": { + "x": 0, + "y": 40, + "w": 20, + "h": 8 + } + }, + { + "filename": "sleep", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 20, + "h": 8 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 20, + "h": 8 + }, + "frame": { + "x": 0, + "y": 48, + "w": 20, + "h": 8 + } + }, + { + "filename": "toxic", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 20, + "h": 8 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 20, + "h": 8 + }, + "frame": { + "x": 0, + "y": 56, + "w": 20, + "h": 8 + } + } + ] + } + ], + "meta": { + "app": "https://www.codeandweb.com/texturepacker", + "version": "3.0", + "smartupdate": "$TexturePacker:SmartUpdate:37686e85605d17b806f22d43081c1139:70535ffee63ba61b3397d8470c2c8982:e6649238c018d3630e55681417c698ca$" + } +} diff --git a/public/images/statuses_es-MX.png b/public/images/statuses_es-MX.png new file mode 100644 index 00000000000..dc845d6fb1f Binary files /dev/null and b/public/images/statuses_es-MX.png differ diff --git a/public/images/types_ca-ES.json b/public/images/types_ca-ES.json new file mode 100644 index 00000000000..fa3abaaf259 --- /dev/null +++ b/public/images/types_ca-ES.json @@ -0,0 +1,440 @@ +{ + "textures": [ + { + "image": "types_ca-ES.png", + "format": "RGBA8888", + "size": { + "w": 32, + "h": 280 + }, + "scale": 1, + "frames": [ + { + "filename": "unknown", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 32, + "h": 14 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 32, + "h": 14 + }, + "frame": { + "x": 0, + "y": 0, + "w": 32, + "h": 14 + } + }, + { + "filename": "bug", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 32, + "h": 14 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 32, + "h": 14 + }, + "frame": { + "x": 0, + "y": 14, + "w": 32, + "h": 14 + } + }, + { + "filename": "dark", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 32, + "h": 14 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 32, + "h": 14 + }, + "frame": { + "x": 0, + "y": 28, + "w": 32, + "h": 14 + } + }, + { + "filename": "dragon", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 32, + "h": 14 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 32, + "h": 14 + }, + "frame": { + "x": 0, + "y": 42, + "w": 32, + "h": 14 + } + }, + { + "filename": "electric", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 32, + "h": 14 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 32, + "h": 14 + }, + "frame": { + "x": 0, + "y": 56, + "w": 32, + "h": 14 + } + }, + { + "filename": "fairy", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 32, + "h": 14 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 32, + "h": 14 + }, + "frame": { + "x": 0, + "y": 70, + "w": 32, + "h": 14 + } + }, + { + "filename": "fighting", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 32, + "h": 14 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 32, + "h": 14 + }, + "frame": { + "x": 0, + "y": 84, + "w": 32, + "h": 14 + } + }, + { + "filename": "fire", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 32, + "h": 14 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 32, + "h": 14 + }, + "frame": { + "x": 0, + "y": 98, + "w": 32, + "h": 14 + } + }, + { + "filename": "flying", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 32, + "h": 14 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 32, + "h": 14 + }, + "frame": { + "x": 0, + "y": 112, + "w": 32, + "h": 14 + } + }, + { + "filename": "ghost", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 32, + "h": 14 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 32, + "h": 14 + }, + "frame": { + "x": 0, + "y": 126, + "w": 32, + "h": 14 + } + }, + { + "filename": "grass", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 32, + "h": 14 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 32, + "h": 14 + }, + "frame": { + "x": 0, + "y": 140, + "w": 32, + "h": 14 + } + }, + { + "filename": "ground", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 32, + "h": 14 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 32, + "h": 14 + }, + "frame": { + "x": 0, + "y": 154, + "w": 32, + "h": 14 + } + }, + { + "filename": "ice", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 32, + "h": 14 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 32, + "h": 14 + }, + "frame": { + "x": 0, + "y": 168, + "w": 32, + "h": 14 + } + }, + { + "filename": "normal", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 32, + "h": 14 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 32, + "h": 14 + }, + "frame": { + "x": 0, + "y": 182, + "w": 32, + "h": 14 + } + }, + { + "filename": "poison", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 32, + "h": 14 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 32, + "h": 14 + }, + "frame": { + "x": 0, + "y": 196, + "w": 32, + "h": 14 + } + }, + { + "filename": "psychic", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 32, + "h": 14 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 32, + "h": 14 + }, + "frame": { + "x": 0, + "y": 210, + "w": 32, + "h": 14 + } + }, + { + "filename": "rock", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 32, + "h": 14 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 32, + "h": 14 + }, + "frame": { + "x": 0, + "y": 224, + "w": 32, + "h": 14 + } + }, + { + "filename": "steel", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 32, + "h": 14 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 32, + "h": 14 + }, + "frame": { + "x": 0, + "y": 238, + "w": 32, + "h": 14 + } + }, + { + "filename": "water", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 32, + "h": 14 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 32, + "h": 14 + }, + "frame": { + "x": 0, + "y": 252, + "w": 32, + "h": 14 + } + }, + { + "filename": "stellar", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 32, + "h": 14 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 32, + "h": 14 + }, + "frame": { + "x": 0, + "y": 266, + "w": 32, + "h": 14 + } + } + ] + } + ], + "meta": { + "app": "https://www.codeandweb.com/texturepacker", + "version": "3.0", + "smartupdate": "$TexturePacker:SmartUpdate:f14cf47d9a8f1d40c8e03aa6ba00fff3:6fc4227b57a95d429a1faad4280f7ec8:5961efbfbf4c56b8745347e7a663a32f$" + } +} diff --git a/public/images/types_ca-ES.png b/public/images/types_ca-ES.png new file mode 100644 index 00000000000..e85c84ed9c9 Binary files /dev/null and b/public/images/types_ca-ES.png differ diff --git a/public/images/types_de.png b/public/images/types_de.png old mode 100644 new mode 100755 index 62ad3a332bc..a033554029c Binary files a/public/images/types_de.png and b/public/images/types_de.png differ diff --git a/public/images/types_es-MX.json b/public/images/types_es-MX.json new file mode 100644 index 00000000000..b3dbfcd697f --- /dev/null +++ b/public/images/types_es-MX.json @@ -0,0 +1,440 @@ +{ + "textures": [ + { + "image": "types_es-MX.png", + "format": "RGBA8888", + "size": { + "w": 32, + "h": 280 + }, + "scale": 1, + "frames": [ + { + "filename": "unknown", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 32, + "h": 14 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 32, + "h": 14 + }, + "frame": { + "x": 0, + "y": 0, + "w": 32, + "h": 14 + } + }, + { + "filename": "bug", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 32, + "h": 14 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 32, + "h": 14 + }, + "frame": { + "x": 0, + "y": 14, + "w": 32, + "h": 14 + } + }, + { + "filename": "dark", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 32, + "h": 14 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 32, + "h": 14 + }, + "frame": { + "x": 0, + "y": 28, + "w": 32, + "h": 14 + } + }, + { + "filename": "dragon", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 32, + "h": 14 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 32, + "h": 14 + }, + "frame": { + "x": 0, + "y": 42, + "w": 32, + "h": 14 + } + }, + { + "filename": "electric", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 32, + "h": 14 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 32, + "h": 14 + }, + "frame": { + "x": 0, + "y": 56, + "w": 32, + "h": 14 + } + }, + { + "filename": "fairy", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 32, + "h": 14 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 32, + "h": 14 + }, + "frame": { + "x": 0, + "y": 70, + "w": 32, + "h": 14 + } + }, + { + "filename": "fighting", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 32, + "h": 14 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 32, + "h": 14 + }, + "frame": { + "x": 0, + "y": 84, + "w": 32, + "h": 14 + } + }, + { + "filename": "fire", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 32, + "h": 14 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 32, + "h": 14 + }, + "frame": { + "x": 0, + "y": 98, + "w": 32, + "h": 14 + } + }, + { + "filename": "flying", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 32, + "h": 14 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 32, + "h": 14 + }, + "frame": { + "x": 0, + "y": 112, + "w": 32, + "h": 14 + } + }, + { + "filename": "ghost", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 32, + "h": 14 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 32, + "h": 14 + }, + "frame": { + "x": 0, + "y": 126, + "w": 32, + "h": 14 + } + }, + { + "filename": "grass", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 32, + "h": 14 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 32, + "h": 14 + }, + "frame": { + "x": 0, + "y": 140, + "w": 32, + "h": 14 + } + }, + { + "filename": "ground", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 32, + "h": 14 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 32, + "h": 14 + }, + "frame": { + "x": 0, + "y": 154, + "w": 32, + "h": 14 + } + }, + { + "filename": "ice", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 32, + "h": 14 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 32, + "h": 14 + }, + "frame": { + "x": 0, + "y": 168, + "w": 32, + "h": 14 + } + }, + { + "filename": "normal", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 32, + "h": 14 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 32, + "h": 14 + }, + "frame": { + "x": 0, + "y": 182, + "w": 32, + "h": 14 + } + }, + { + "filename": "poison", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 32, + "h": 14 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 32, + "h": 14 + }, + "frame": { + "x": 0, + "y": 196, + "w": 32, + "h": 14 + } + }, + { + "filename": "psychic", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 32, + "h": 14 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 32, + "h": 14 + }, + "frame": { + "x": 0, + "y": 210, + "w": 32, + "h": 14 + } + }, + { + "filename": "rock", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 32, + "h": 14 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 32, + "h": 14 + }, + "frame": { + "x": 0, + "y": 224, + "w": 32, + "h": 14 + } + }, + { + "filename": "steel", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 32, + "h": 14 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 32, + "h": 14 + }, + "frame": { + "x": 0, + "y": 238, + "w": 32, + "h": 14 + } + }, + { + "filename": "water", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 32, + "h": 14 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 32, + "h": 14 + }, + "frame": { + "x": 0, + "y": 252, + "w": 32, + "h": 14 + } + }, + { + "filename": "stellar", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 32, + "h": 14 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 32, + "h": 14 + }, + "frame": { + "x": 0, + "y": 266, + "w": 32, + "h": 14 + } + } + ] + } + ], + "meta": { + "app": "https://www.codeandweb.com/texturepacker", + "version": "3.0", + "smartupdate": "$TexturePacker:SmartUpdate:f14cf47d9a8f1d40c8e03aa6ba00fff3:6fc4227b57a95d429a1faad4280f7ec8:5961efbfbf4c56b8745347e7a663a32f$" + } +} diff --git a/public/images/types_es-MX.png b/public/images/types_es-MX.png new file mode 100644 index 00000000000..134a68258cc Binary files /dev/null and b/public/images/types_es-MX.png differ diff --git a/public/locales b/public/locales index 6b3f37cb351..8538aa3e0f6 160000 --- a/public/locales +++ b/public/locales @@ -1 +1 @@ -Subproject commit 6b3f37cb351552721232f4dabefa17bddb5b9004 +Subproject commit 8538aa3e0f6f38c9c9c74fd0cf6df1e2f8a0bd6d diff --git a/src/@types/DexData.ts b/src/@types/DexData.ts new file mode 100644 index 00000000000..19bb0357471 --- /dev/null +++ b/src/@types/DexData.ts @@ -0,0 +1,16 @@ +/** + * Dex entry for a single Pokemon Species + */ +export interface DexEntry { + seenAttr: bigint; + caughtAttr: bigint; + natureAttr: number; + seenCount: number; + caughtCount: number; + hatchedCount: number; + ivs: number[]; +} + +export interface DexData { + [key: number]: DexEntry; +} diff --git a/src/battle-scene.ts b/src/battle-scene.ts index 1712cf9236f..7ab96566ef5 100644 --- a/src/battle-scene.ts +++ b/src/battle-scene.ts @@ -72,8 +72,8 @@ import { GameModes, getGameMode } from "#app/game-mode"; import FieldSpritePipeline from "#app/pipelines/field-sprite"; import SpritePipeline from "#app/pipelines/sprite"; import PartyExpBar from "#app/ui/party-exp-bar"; -import type { TrainerSlot } from "#app/data/trainer-config"; -import { trainerConfigs } from "#app/data/trainer-config"; +import type { TrainerSlot } from "./enums/trainer-slot"; +import { trainerConfigs } from "#app/data/trainers/trainer-config"; import Trainer, { TrainerVariant } from "#app/field/trainer"; import type TrainerData from "#app/system/trainer-data"; import SoundFade from "phaser3-rex-plugins/plugins/soundfade"; @@ -167,7 +167,10 @@ import { ExpGainsSpeed } from "#enums/exp-gains-speed"; import { BattlerTagType } from "#enums/battler-tag-type"; import { FRIENDSHIP_GAIN_FROM_BATTLE } from "#app/data/balance/starters"; import { StatusEffect } from "#enums/status-effect"; -import { initGlobalScene } from "#app/global-scene"; +import { globalScene, initGlobalScene } from "#app/global-scene"; +import { ShowAbilityPhase } from "#app/phases/show-ability-phase"; +import { HideAbilityPhase } from "#app/phases/hide-ability-phase"; +import { timedEventManager } from "./global-event-manager"; export const bypassLogin = import.meta.env.VITE_BYPASS_LOGIN === "1"; @@ -1369,6 +1372,7 @@ export default class BattleScene extends SceneBase { return Math.max(doubleChance.value, 1); } + // TODO: ...this never actually returns `null`, right? newBattle( waveIndex?: number, battleType?: BattleType, @@ -1400,7 +1404,10 @@ export default class BattleScene extends SceneBase { this.field.add(newTrainer); } } else { - if (!this.gameMode.hasTrainers) { + if ( + !this.gameMode.hasTrainers || + (Overrides.DISABLE_STANDARD_TRAINERS_OVERRIDE && isNullOrUndefined(trainerData)) + ) { newBattleType = BattleType.WILD; } else if (battleType === undefined) { newBattleType = this.gameMode.isWaveTrainer(newWaveIndex, this.arena) ? BattleType.TRAINER : BattleType.WILD; @@ -2262,6 +2269,9 @@ export default class BattleScene extends SceneBase { if (bgmName === undefined) { bgmName = this.currentBattle?.getBgmOverride() || this.arena?.bgm; } + + bgmName = timedEventManager.getEventBgmReplacement(bgmName); + if (this.bgm && bgmName === this.bgm.key) { if (!this.bgm.isPlaying) { this.bgm.play({ @@ -2654,6 +2664,10 @@ export default class BattleScene extends SceneBase { return 41.42; case "mystery_encounter_delibirdy": // Firel Delibirdy return 82.28; + case "title_afd": // Andr06 - PokéRogue Title Remix (AFD) + return 47.660; + case "battle_rival_3_afd": // Andr06 - Final N Battle Remix (AFD) + return 49.147; } return 0; @@ -2718,6 +2732,18 @@ export default class BattleScene extends SceneBase { this.phaseQueue.splice(0, this.phaseQueue.length); } + /** + * Clears all phase-related stuff, including all phase queues, the current and standby phases, and a splice index + */ + clearAllPhases(): void { + for (const queue of [this.phaseQueue, this.phaseQueuePrepend, this.conditionalQueue, this.nextCommandPhaseQueue]) { + queue.splice(0, queue.length); + } + this.currentPhase = null; + this.standbyPhase = null; + this.clearPhaseQueueSplice(); + } + /** * Used by function unshiftPhase(), sets index to start inserting at current length instead of the end of the array, useful if phaseQueuePrepend gets longer with Phases */ @@ -2904,6 +2930,21 @@ export default class BattleScene extends SceneBase { } } + /** + * Queues an ability bar flyout phase + * @param pokemon The pokemon who has the ability + * @param passive Whether the ability is a passive + * @param show Whether to show or hide the bar + */ + public queueAbilityDisplay(pokemon: Pokemon, passive: boolean, show: boolean): void { + this.unshiftPhase( + show + ? new ShowAbilityPhase(pokemon.getBattlerIndex(), passive) + : new HideAbilityPhase(pokemon.getBattlerIndex(), passive), + ); + this.clearPhaseQueueSplice(); + } + /** * Moves everything from nextCommandPhaseQueue to phaseQueue (keeping order) */ @@ -3133,6 +3174,41 @@ export default class BattleScene extends SceneBase { return false; } + canTransferHeldItemModifier(itemModifier: PokemonHeldItemModifier, target: Pokemon, transferQuantity = 1): boolean { + const mod = itemModifier.clone() as PokemonHeldItemModifier; + const source = mod.pokemonId ? mod.getPokemon() : null; + const cancelled = new Utils.BooleanHolder(false); + + if (source && source.isPlayer() !== target.isPlayer()) { + applyAbAttrs(BlockItemTheftAbAttr, source, cancelled); + } + + if (cancelled.value) { + return false; + } + + const matchingModifier = this.findModifier( + m => m instanceof PokemonHeldItemModifier && m.matchType(mod) && m.pokemonId === target.id, + target.isPlayer(), + ) as PokemonHeldItemModifier; + + if (matchingModifier) { + const maxStackCount = matchingModifier.getMaxStackCount(); + if (matchingModifier.stackCount >= maxStackCount) { + return false; + } + const countTaken = Math.min(transferQuantity, mod.stackCount, maxStackCount - matchingModifier.stackCount); + mod.stackCount -= countTaken; + } else { + const countTaken = Math.min(transferQuantity, mod.stackCount); + mod.stackCount -= countTaken; + } + + const removeOld = mod.stackCount === 0; + + return !removeOld || !source || this.hasModifier(itemModifier, !source.isPlayer()); + } + removePartyMemberModifiers(partyMemberIndex: number): Promise { return new Promise(resolve => { const pokemonId = this.getPlayerParty()[partyMemberIndex].id; @@ -3290,6 +3366,11 @@ export default class BattleScene extends SceneBase { }); } + hasModifier(modifier: PersistentModifier, enemy = false): boolean { + const modifiers = !enemy ? this.modifiers : this.enemyModifiers; + return modifiers.indexOf(modifier) > -1; + } + /** * Removes a currently owned item. If the item is stacked, the entire item stack * gets removed. This function does NOT apply in-battle effects, such as Unburden. diff --git a/src/battle.ts b/src/battle.ts index 5ada921bf5a..367c52568dc 100644 --- a/src/battle.ts +++ b/src/battle.ts @@ -5,7 +5,7 @@ import Trainer, { TrainerVariant } from "./field/trainer"; import type { GameMode } from "./game-mode"; import { MoneyMultiplierModifier, PokemonHeldItemModifier } from "./modifier/modifier"; import type { PokeballType } from "#enums/pokeball"; -import { trainerConfigs } from "#app/data/trainer-config"; +import { trainerConfigs } from "#app/data/trainers/trainer-config"; import { SpeciesFormKey } from "#enums/species-form-key"; import type { EnemyPokemon, PlayerPokemon, TurnMove } from "#app/field/pokemon"; import type Pokemon from "#app/field/pokemon"; diff --git a/src/constants.ts b/src/constants.ts index 63f00b9f33f..927575c0a28 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -2,7 +2,7 @@ export const PLAYER_PARTY_MAX_SIZE: number = 6; /** Whether to use seasonal splash messages in general */ -export const USE_SEASONAL_SPLASH_MESSAGES: boolean = false; +export const USE_SEASONAL_SPLASH_MESSAGES: boolean = true; /** Name of the session ID cookie */ export const SESSION_ID_COOKIE_NAME: string = "pokerogue_sessionId"; diff --git a/src/data/ability.ts b/src/data/ability.ts index 0b4e5ddb2c4..eaf77f376f4 100644 --- a/src/data/ability.ts +++ b/src/data/ability.ts @@ -35,7 +35,6 @@ import { Species } from "#enums/species"; import { Stat, type BattleStat, type EffectiveStat, BATTLE_STATS, EFFECTIVE_STATS, getStatKey } from "#app/enums/stat"; import { MovePhase } from "#app/phases/move-phase"; import { PokemonHealPhase } from "#app/phases/pokemon-heal-phase"; -import { ShowAbilityPhase } from "#app/phases/show-ability-phase"; import { StatStageChangePhase } from "#app/phases/stat-stage-change-phase"; import { globalScene } from "#app/global-scene"; import { SwitchType } from "#app/enums/switch-type"; @@ -58,6 +57,9 @@ export class Ability implements Localizable { public generation: number; public isBypassFaint: boolean; public isIgnorable: boolean; + public isSuppressable = true; + public isCopiable = true; + public isReplaceable = true; public attrs: AbAttr[]; public conditions: AbAttrCondition[]; @@ -69,9 +71,16 @@ export class Ability implements Localizable { this.attrs = []; this.conditions = []; + this.isSuppressable = true; + this.isCopiable = true; + this.isReplaceable = true; + this.localize(); } + public get isSwappable(): boolean { + return this.isCopiable && this.isReplaceable; + } localize(): void { const i18nKey = Abilities[this.id].split("_").filter(f => f).map((f, i) => i ? `${f[0]}${f.slice(1).toLowerCase()}` : f.toLowerCase()).join("") as string; @@ -122,6 +131,21 @@ export class Ability implements Localizable { return this; } + unsuppressable(): Ability { + this.isSuppressable = false; + return this; + } + + uncopiable(): Ability { + this.isCopiable = false; + return this; + } + + unreplaceable(): Ability { + this.isReplaceable = false; + return this; + } + condition(condition: AbAttrCondition): Ability { this.conditions.push(condition); @@ -147,7 +171,8 @@ export class Ability implements Localizable { } } -type AbAttrApplyFunc = (attr: TAttr, passive: boolean) => boolean; +type AbAttrApplyFunc = (attr: TAttr, passive: boolean) => void; +type AbAttrSuccessFunc = (attr: TAttr, passive: boolean) => boolean; type AbAttrCondition = (pokemon: Pokemon) => boolean; // TODO: Can this be improved? @@ -163,9 +188,15 @@ export abstract class AbAttr { this.showAbility = showAbility; } - apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder | null, args: any[]): boolean { - return false; - } + /** + * Applies ability effects without checking conditions + * @param pokemon - The pokemon to apply this ability to + * @param passive - Whether or not the ability is a passive + * @param simulated - Whether the call is simulated + * @param args - Extra args passed to the function. Handled by child classes. + * @see {@linkcode canApply} + */ + apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder | null, args: any[]): void {} getTriggerMessage(_pokemon: Pokemon, _abilityName: string, ..._args: any[]): string | null { return null; @@ -179,13 +210,28 @@ export abstract class AbAttr { this.extraCondition = condition; return this; } + + /** + * Returns a boolean describing whether the ability can be applied under current conditions + * @param pokemon - The pokemon to apply this ability to + * @param passive - Whether or not the ability is a passive + * @param simulated - Whether the call is simulated + * @param args - Extra args passed to the function. Handled by child classes. + * @returns `true` if the ability can be applied, `false` otherwise + * @see {@linkcode apply} + */ + canApply(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { + return true; + } } export class BlockRecoilDamageAttr extends AbAttr { - apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): boolean { - cancelled.value = true; + constructor() { + super(false); + } - return true; + override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): void { + cancelled.value = true; } getTriggerMessage(pokemon: Pokemon, abilityName: string, ...args: any[]) { @@ -196,7 +242,7 @@ export class BlockRecoilDamageAttr extends AbAttr { /** * Attribute for abilities that increase the chance of a double battle * occurring. - * @see apply + * @see {@linkcode apply} */ export class DoubleBattleChanceAbAttr extends AbAttr { constructor() { @@ -206,40 +252,39 @@ export class DoubleBattleChanceAbAttr extends AbAttr { /** * Increases the chance of a double battle occurring * @param args [0] {@linkcode Utils.NumberHolder} for double battle chance - * @returns true if the ability was applied */ - apply(_pokemon: Pokemon, _passive: boolean, _simulated: boolean, _cancelled: Utils.BooleanHolder, args: any[]): boolean { + override apply(_pokemon: Pokemon, _passive: boolean, _simulated: boolean, _cancelled: Utils.BooleanHolder, args: any[]): void { const doubleBattleChance = args[0] as Utils.NumberHolder; // This is divided because the chance is generated as a number from 0 to doubleBattleChance.value using Utils.randSeedInt // A double battle will initiate if the generated number is 0 doubleBattleChance.value = doubleBattleChance.value / 4; - - return true; } } export class PostBattleInitAbAttr extends AbAttr { - applyPostBattleInit(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { - return false; + canApplyPostBattleInit(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { + return true; } + + applyPostBattleInit(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {} } export class PostBattleInitFormChangeAbAttr extends PostBattleInitAbAttr { private formFunc: (p: Pokemon) => number; constructor(formFunc: ((p: Pokemon) => number)) { - super(true); + super(false); this.formFunc = formFunc; } - applyPostBattleInit(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { + override canApplyPostBattleInit(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { const formIndex = this.formFunc(pokemon); - if (formIndex !== pokemon.formIndex && !simulated) { - return globalScene.triggerPokemonFormChange(pokemon, SpeciesFormChangeAbilityTrigger, false); - } + return formIndex !== pokemon.formIndex && !simulated; + } - return false; + override applyPostBattleInit(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void { + globalScene.triggerPokemonFormChange(pokemon, SpeciesFormChangeAbilityTrigger, false); } } @@ -254,7 +299,7 @@ export class PostTeraFormChangeStatChangeAbAttr extends AbAttr { this.stages = stages; } - apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder | null, args: any[]): boolean { + override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder | null, args: any[]): void { const statStageChangePhases: StatStageChangePhase[] = []; if (!simulated) { @@ -264,8 +309,6 @@ export class PostTeraFormChangeStatChangeAbAttr extends AbAttr { globalScene.unshiftPhase(statStageChangePhase); } } - - return true; } } @@ -284,11 +327,14 @@ export class ClearWeatherAbAttr extends AbAttr { this.weather = weather; } - apply(pokemon: Pokemon, passive: boolean, simulated:boolean, cancelled: Utils.BooleanHolder, args: any[]): boolean { + public override canApply(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { + return globalScene.arena.canSetWeather(WeatherType.NONE); + } + + public override apply(pokemon: Pokemon, passive: boolean, simulated:boolean, cancelled: Utils.BooleanHolder, args: any[]): void { if (!simulated) { - globalScene.arena.trySetWeather(WeatherType.NONE, true); + globalScene.arena.trySetWeather(WeatherType.NONE, pokemon); } - return true; } } @@ -307,17 +353,31 @@ export class ClearTerrainAbAttr extends AbAttr { this.terrain = terrain; } - apply(pokemon: Pokemon, passive: boolean, simulated:boolean, cancelled: Utils.BooleanHolder, args: any[]): boolean { + public override canApply(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { + return globalScene.arena.canSetTerrain(TerrainType.NONE); + } + + public override apply(pokemon: Pokemon, passive: boolean, simulated:boolean, cancelled: Utils.BooleanHolder, args: any[]): void { if (!simulated) { - globalScene.arena.trySetTerrain(TerrainType.NONE, true, true); + globalScene.arena.trySetTerrain(TerrainType.NONE, true, pokemon); } - return true; } } type PreDefendAbAttrCondition = (pokemon: Pokemon, attacker: Pokemon, move: Move) => boolean; export class PreDefendAbAttr extends AbAttr { + canApplyPreDefend( + pokemon: Pokemon, + passive: boolean, + simulated: boolean, + attacker: Pokemon, + move: Move | null, + cancelled: Utils.BooleanHolder | null, + args: any[]): boolean { + return true; + } + applyPreDefend( pokemon: Pokemon, passive: boolean, @@ -326,28 +386,26 @@ export class PreDefendAbAttr extends AbAttr { move: Move | null, cancelled: Utils.BooleanHolder | null, args: any[], - ): boolean { - return false; - } + ): void {} } export class PreDefendFullHpEndureAbAttr extends PreDefendAbAttr { - applyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: Utils.BooleanHolder, args: any[]): boolean { - if (pokemon.isFullHp() - && pokemon.getMaxHp() > 1 //Checks if pokemon has wonder_guard (which forces 1hp) - && (args[0] as Utils.NumberHolder).value >= pokemon.hp) { //Damage >= hp - return simulated || pokemon.addTag(BattlerTagType.STURDY, 1); - } + override canApplyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move | null, cancelled: Utils.BooleanHolder | null, args: any[]): boolean { + return pokemon.isFullHp() + && pokemon.getMaxHp() > 1 //Checks if pokemon has wonder_guard (which forces 1hp) + && (args[0] as Utils.NumberHolder).value >= pokemon.hp; //Damage >= hp + } - return false; + override applyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: Utils.BooleanHolder, args: any[]): void { + if (!simulated) { + pokemon.addTag(BattlerTagType.STURDY, 1); + } } } export class BlockItemTheftAbAttr extends AbAttr { - apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): boolean { + override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): void { cancelled.value = true; - - return true; } getTriggerMessage(pokemon: Pokemon, abilityName: string, ...args: any[]) { @@ -359,13 +417,16 @@ export class BlockItemTheftAbAttr extends AbAttr { } export class StabBoostAbAttr extends AbAttr { - apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): boolean { - if ((args[0] as Utils.NumberHolder).value > 1) { - (args[0] as Utils.NumberHolder).value += 0.5; - return true; - } + constructor() { + super(false); + } - return false; + override canApply(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { + return (args[0] as Utils.NumberHolder).value > 1; + } + + override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): void { + (args[0] as Utils.NumberHolder).value += 0.5; } } @@ -373,21 +434,19 @@ export class ReceivedMoveDamageMultiplierAbAttr extends PreDefendAbAttr { protected condition: PokemonDefendCondition; private damageMultiplier: number; - constructor(condition: PokemonDefendCondition, damageMultiplier: number) { - super(); + constructor(condition: PokemonDefendCondition, damageMultiplier: number, showAbility: boolean = false) { + super(showAbility); this.condition = condition; this.damageMultiplier = damageMultiplier; } - applyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: Utils.BooleanHolder, args: any[]): boolean { - if (this.condition(pokemon, attacker, move)) { - (args[0] as Utils.NumberHolder).value = Utils.toDmgValue((args[0] as Utils.NumberHolder).value * this.damageMultiplier); + override canApplyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: Utils.BooleanHolder | null, args: any[]): boolean { + return this.condition(pokemon, attacker, move); + } - return true; - } - - return false; + override applyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: Utils.BooleanHolder, args: any[]): void { + (args[0] as Utils.NumberHolder).value = Utils.toDmgValue((args[0] as Utils.NumberHolder).value * this.damageMultiplier); } } @@ -408,16 +467,15 @@ export class AlliedFieldDamageReductionAbAttr extends PreDefendAbAttr { * @param args * - `[0]` {@linkcode Utils.NumberHolder} - The damage being dealt */ - override applyPreDefend(_pokemon: Pokemon, _passive: boolean, _simulated: boolean, _attacker: Pokemon, _move: Move, _cancelled: Utils.BooleanHolder, args: any[]): boolean { + override applyPreDefend(_pokemon: Pokemon, _passive: boolean, _simulated: boolean, _attacker: Pokemon, _move: Move, _cancelled: Utils.BooleanHolder, args: any[]): void { const damage = args[0] as Utils.NumberHolder; damage.value = Utils.toDmgValue(damage.value * this.damageMultiplier); - return true; } } export class ReceivedTypeDamageMultiplierAbAttr extends ReceivedMoveDamageMultiplierAbAttr { constructor(moveType: PokemonType, damageMultiplier: number) { - super((target, user, move) => user.getMoveType(move) === moveType, damageMultiplier); + super((target, user, move) => user.getMoveType(move) === moveType, damageMultiplier, false); } } @@ -432,12 +490,16 @@ export class TypeImmunityAbAttr extends PreDefendAbAttr { private condition: AbAttrCondition | null; constructor(immuneType: PokemonType | null, condition?: AbAttrCondition) { - super(); + super(true); this.immuneType = immuneType; this.condition = condition ?? null; } + override canApplyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: Utils.BooleanHolder | null, args: any[]): boolean { + return ![ MoveTarget.BOTH_SIDES, MoveTarget.ENEMY_SIDE, MoveTarget.USER_SIDE ].includes(move.moveTarget) && attacker !== pokemon && attacker.getMoveType(move) === this.immuneType; + } + /** * Applies immunity if this ability grants immunity to the type of the given move. * @param pokemon {@linkcode Pokemon} The defending Pokemon. @@ -448,16 +510,8 @@ export class TypeImmunityAbAttr extends PreDefendAbAttr { * @param args [0] {@linkcode Utils.NumberHolder} gets set to 0 if move is immuned by an ability. * @param args [1] - Whether the move is simulated. */ - applyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: Utils.BooleanHolder, args: any[]): boolean { - // Field moves should ignore immunity - if ([ MoveTarget.BOTH_SIDES, MoveTarget.ENEMY_SIDE, MoveTarget.USER_SIDE ].includes(move.moveTarget)) { - return false; - } - if (attacker !== pokemon && attacker.getMoveType(move) === this.immuneType) { - (args[0] as Utils.NumberHolder).value = 0; - return true; - } - return false; + override applyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: Utils.BooleanHolder, args: any[]): void { + (args[0] as Utils.NumberHolder).value = 0; } getImmuneType(): PokemonType | null { @@ -474,17 +528,19 @@ export class AttackTypeImmunityAbAttr extends TypeImmunityAbAttr { super(immuneType, condition); } + override canApplyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: Utils.BooleanHolder | null, args: any[]): boolean { + return move.category !== MoveCategory.STATUS && !move.hasAttr(NeutralDamageAgainstFlyingTypeMultiplierAttr) + && super.canApplyPreDefend(pokemon, passive, simulated, attacker, move, cancelled, args); + } + /** * Applies immunity if the move used is not a status move. * Type immunity abilities that do not give additional benefits (HP recovery, stat boosts, etc) are not immune to status moves of the type * Example: Levitate */ - applyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: Utils.BooleanHolder, args: any[]): boolean { + override applyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: Utils.BooleanHolder, args: any[]): void { // this is a hacky way to fix the Levitate/Thousand Arrows interaction, but it works for now... - if (move.category !== MoveCategory.STATUS && !move.hasAttr(NeutralDamageAgainstFlyingTypeMultiplierAttr)) { - return super.applyPreDefend(pokemon, passive, simulated, attacker, move, cancelled, args); - } - return false; + super.applyPreDefend(pokemon, passive, simulated, attacker, move, cancelled, args); } } @@ -493,20 +549,18 @@ export class TypeImmunityHealAbAttr extends TypeImmunityAbAttr { super(immuneType); } - applyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: Utils.BooleanHolder, args: any[]): boolean { - const ret = super.applyPreDefend(pokemon, passive, simulated, attacker, move, cancelled, args); + override canApplyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: Utils.BooleanHolder | null, args: any[]): boolean { + return super.canApplyPreDefend(pokemon, passive, simulated, attacker, move, cancelled, args); + } - if (ret) { - if (!pokemon.isFullHp() && !simulated) { - const abilityName = (!passive ? pokemon.getAbility() : pokemon.getPassiveAbility()).name; - globalScene.unshiftPhase(new PokemonHealPhase(pokemon.getBattlerIndex(), - Utils.toDmgValue(pokemon.getMaxHp() / 4), i18next.t("abilityTriggers:typeImmunityHeal", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon), abilityName }), true)); - cancelled.value = true; // Suppresses "No Effect" message - } - return true; + override applyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: Utils.BooleanHolder, args: any[]): void { + super.applyPreDefend(pokemon, passive, simulated, attacker, move, cancelled, args); + if (!pokemon.isFullHp() && !simulated) { + const abilityName = (!passive ? pokemon.getAbility() : pokemon.getPassiveAbility()).name; + globalScene.unshiftPhase(new PokemonHealPhase(pokemon.getBattlerIndex(), + Utils.toDmgValue(pokemon.getMaxHp() / 4), i18next.t("abilityTriggers:typeImmunityHeal", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon), abilityName }), true)); + cancelled.value = true; // Suppresses "No Effect" message } - - return false; } } @@ -521,17 +575,16 @@ class TypeImmunityStatStageChangeAbAttr extends TypeImmunityAbAttr { this.stages = stages; } - applyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: Utils.BooleanHolder, args: any[]): boolean { - const ret = super.applyPreDefend(pokemon, passive, simulated, attacker, move, cancelled, args); + override canApplyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: Utils.BooleanHolder | null, args: any[]): boolean { + return super.canApplyPreDefend(pokemon, passive, simulated, attacker, move, cancelled, args); + } - if (ret) { - cancelled.value = true; // Suppresses "No Effect" message - if (!simulated) { - globalScene.unshiftPhase(new StatStageChangePhase(pokemon.getBattlerIndex(), true, [ this.stat ], this.stages)); - } + override applyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: Utils.BooleanHolder, args: any[]): void { + super.applyPreDefend(pokemon, passive, simulated, attacker, move, cancelled, args); + cancelled.value = true; // Suppresses "No Effect" message + if (!simulated) { + globalScene.unshiftPhase(new StatStageChangePhase(pokemon.getBattlerIndex(), true, [ this.stat ], this.stages)); } - - return ret; } } @@ -546,17 +599,16 @@ class TypeImmunityAddBattlerTagAbAttr extends TypeImmunityAbAttr { this.turnCount = turnCount; } - applyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: Utils.BooleanHolder, args: any[]): boolean { - const ret = super.applyPreDefend(pokemon, passive, simulated, attacker, move, cancelled, args); + override canApplyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: Utils.BooleanHolder | null, args: any[]): boolean { + return super.canApplyPreDefend(pokemon, passive, simulated, attacker, move, cancelled, args); + } - if (ret) { - cancelled.value = true; // Suppresses "No Effect" message - if (!simulated) { - pokemon.addTag(this.tagType, this.turnCount, undefined, pokemon.id); - } + override applyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: Utils.BooleanHolder, args: any[]): void { + super.applyPreDefend(pokemon, passive, simulated, attacker, move, cancelled, args); + cancelled.value = true; // Suppresses "No Effect" message + if (!simulated) { + pokemon.addTag(this.tagType, this.turnCount, undefined, pokemon.id); } - - return ret; } } @@ -565,18 +617,16 @@ export class NonSuperEffectiveImmunityAbAttr extends TypeImmunityAbAttr { super(null, condition); } - applyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: Utils.BooleanHolder, args: any[]): boolean { + override canApplyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: Utils.BooleanHolder | null, args: any[]): boolean { const modifierValue = args.length > 0 ? (args[0] as Utils.NumberHolder).value : pokemon.getAttackTypeEffectiveness(attacker.getMoveType(move), attacker, undefined, undefined, move); + return move instanceof AttackMove && modifierValue < 2; + } - if (move instanceof AttackMove && modifierValue < 2) { - cancelled.value = true; // Suppresses "No Effect" message - (args[0] as Utils.NumberHolder).value = 0; - return true; - } - - return false; + override applyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: Utils.BooleanHolder, args: any[]): void { + cancelled.value = true; // Suppresses "No Effect" message + (args[0] as Utils.NumberHolder).value = 0; } getTriggerMessage(pokemon: Pokemon, abilityName: string, ...args: any[]): string { @@ -593,6 +643,12 @@ export class NonSuperEffectiveImmunityAbAttr extends TypeImmunityAbAttr { * @extends PreDefendAbAttr */ export class FullHpResistTypeAbAttr extends PreDefendAbAttr { + + override canApplyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move | null, cancelled: Utils.BooleanHolder | null, args: any[]): boolean { + const typeMultiplier = args[0]; + return (typeMultiplier && typeMultiplier instanceof Utils.NumberHolder) && !(move && move.hasAttr(FixedDamageAttr)) && pokemon.isFullHp() && typeMultiplier.value > 0.5; + } + /** * Reduces a type multiplier to 0.5 if the source is at full HP. * @param pokemon {@linkcode Pokemon} the Pokemon with this ability @@ -602,7 +658,6 @@ export class FullHpResistTypeAbAttr extends PreDefendAbAttr { * @param move {@linkcode Move} the move being used on the source * @param cancelled n/a * @param args `[0]` a container for the move's current type effectiveness multiplier - * @returns `true` if the move's effectiveness is reduced; `false` otherwise */ override applyPreDefend( pokemon: Pokemon, @@ -611,23 +666,10 @@ export class FullHpResistTypeAbAttr extends PreDefendAbAttr { attacker: Pokemon, move: Move | null, cancelled: Utils.BooleanHolder | null, - args: any[], - ): boolean { + args: any[]): void { const typeMultiplier = args[0]; - if (!(typeMultiplier && typeMultiplier instanceof Utils.NumberHolder)) { - return false; - } - - if (move && move.hasAttr(FixedDamageAttr)) { - return false; - } - - if (pokemon.isFullHp() && typeMultiplier.value > 0.5) { - typeMultiplier.value = 0.5; - pokemon.turnData.moveEffectiveness = 0.5; - return true; - } - return false; + typeMultiplier.value = 0.5; + pokemon.turnData.moveEffectiveness = 0.5; } getTriggerMessage(pokemon: Pokemon, abilityName: string, ...args: any[]): string { @@ -638,6 +680,17 @@ export class FullHpResistTypeAbAttr extends PreDefendAbAttr { } export class PostDefendAbAttr extends AbAttr { + canApplyPostDefend( + pokemon: Pokemon, + passive: boolean, + simulated: boolean, + attacker: Pokemon, + move: Move, + hitResult: HitResult | null, + args: any[]): boolean { + return true; + } + applyPostDefend( pokemon: Pokemon, passive: boolean, @@ -646,37 +699,39 @@ export class PostDefendAbAttr extends AbAttr { move: Move, hitResult: HitResult | null, args: any[], - ): boolean { - return false; - } + ): void {} } export class FieldPriorityMoveImmunityAbAttr extends PreDefendAbAttr { - applyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: Utils.BooleanHolder, args: any[]): boolean { - if (move.moveTarget === MoveTarget.USER || move.moveTarget === MoveTarget.NEAR_ALLY) { - return false; - } - if (move.getPriority(attacker) > 0 && !move.isMultiTarget()) { - cancelled.value = true; - return true; - } + override canApplyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: Utils.BooleanHolder | null, args: any[]): boolean { + return !(move.moveTarget === MoveTarget.USER || move.moveTarget === MoveTarget.NEAR_ALLY) && move.getPriority(attacker) > 0 && !move.isMultiTarget(); + } - return false; + override applyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: Utils.BooleanHolder, args: any[]): void { + cancelled.value = true; } } export class PostStatStageChangeAbAttr extends AbAttr { + canApplyPostStatStageChange( + pokemon: Pokemon, + simulated: boolean, + statsChanged: BattleStat[], + stagesChanged: number, + selfTarget: boolean, + args: any[]): boolean { + return true; + } + applyPostStatStageChange( pokemon: Pokemon, simulated: boolean, statsChanged: BattleStat[], - stagesChanged: integer, + stagesChanged: number, selfTarget: boolean, args: any[], - ): boolean { - return false; - } + ): void {} } export class MoveImmunityAbAttr extends PreDefendAbAttr { @@ -688,13 +743,12 @@ export class MoveImmunityAbAttr extends PreDefendAbAttr { this.immuneCondition = immuneCondition; } - applyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: Utils.BooleanHolder, args: any[]): boolean { - if (this.immuneCondition(pokemon, attacker, move)) { - cancelled.value = true; - return true; - } + override canApplyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: Utils.BooleanHolder | null, args: any[]): boolean { + return this.immuneCondition(pokemon, attacker, move); + } - return false; + override applyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: Utils.BooleanHolder, args: any[]): void { + cancelled.value = true; } getTriggerMessage(pokemon: Pokemon, abilityName: string, ...args: any[]): string { @@ -709,14 +763,19 @@ export class MoveImmunityAbAttr extends PreDefendAbAttr { * @extends PreDefendAbAttr */ export class WonderSkinAbAttr extends PreDefendAbAttr { - applyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: Utils.BooleanHolder, args: any[]): boolean { - const moveAccuracy = args[0] as Utils.NumberHolder; - if (move.category === MoveCategory.STATUS && moveAccuracy.value >= 50) { - moveAccuracy.value = 50; - return true; - } - return false; + constructor() { + super(false); + } + + override canApplyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: Utils.BooleanHolder | null, args: any[]): boolean { + const moveAccuracy = args[0] as Utils.NumberHolder; + return move.category === MoveCategory.STATUS && moveAccuracy.value >= 50; + } + + override applyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: Utils.BooleanHolder, args: any[]): void { + const moveAccuracy = args[0] as Utils.NumberHolder; + moveAccuracy.value = 50; } } @@ -730,13 +789,13 @@ export class MoveImmunityStatStageChangeAbAttr extends MoveImmunityAbAttr { this.stages = stages; } - applyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: Utils.BooleanHolder, args: any[]): boolean { - const ret = super.applyPreDefend(pokemon, passive, simulated, attacker, move, cancelled, args); - if (ret && !simulated) { - globalScene.unshiftPhase(new StatStageChangePhase(pokemon.getBattlerIndex(), true, [ this.stat ], this.stages)); - } + override canApplyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: Utils.BooleanHolder | null, args: any[]): boolean { + return !simulated && super.canApplyPreDefend(pokemon, passive, simulated, attacker, move, cancelled, args); + } - return ret; + override applyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: Utils.BooleanHolder, args: any[]): void { + super.applyPreDefend(pokemon, passive, simulated, attacker, move, cancelled, args); + globalScene.unshiftPhase(new StatStageChangePhase(pokemon.getBattlerIndex(), true, [ this.stat ], this.stages)); } } /** @@ -745,6 +804,11 @@ export class MoveImmunityStatStageChangeAbAttr extends MoveImmunityAbAttr { * @see {@linkcode applyPostDefend} */ export class ReverseDrainAbAttr extends PostDefendAbAttr { + + override canApplyPostDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, hitResult: HitResult | null, args: any[]): boolean { + return move.hasAttr(HitHealAttr) && !move.hitsSubstitute(attacker, pokemon); + } + /** * Determines if a damage and draining move was used to check if this ability should stop the healing. * Examples include: Absorb, Draining Kiss, Bitter Blade, etc. @@ -755,16 +819,11 @@ export class ReverseDrainAbAttr extends PostDefendAbAttr { * @param move {@linkcode PokemonMove} that is being used * @param _hitResult N/A * @param _args N/A - * @returns true if healing should be reversed on a healing move, false otherwise. */ - override applyPostDefend(pokemon: Pokemon, _passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, _hitResult: HitResult, _args: any[]): boolean { - if (move.hasAttr(HitHealAttr) && !move.hitsSubstitute(attacker, pokemon)) { - if (!simulated) { - globalScene.queueMessage(i18next.t("abilityTriggers:reverseDrain", { pokemonNameWithAffix: getPokemonNameWithAffix(attacker) })); - } - return true; + override applyPostDefend(pokemon: Pokemon, _passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, _hitResult: HitResult, _args: any[]): void { + if (!simulated) { + globalScene.queueMessage(i18next.t("abilityTriggers:reverseDrain", { pokemonNameWithAffix: getPokemonNameWithAffix(attacker) })); } - return false; } } @@ -785,24 +844,23 @@ export class PostDefendStatStageChangeAbAttr extends PostDefendAbAttr { this.allOthers = allOthers; } - override applyPostDefend(pokemon: Pokemon, _passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, _hitResult: HitResult, _args: any[]): boolean { - if (this.condition(pokemon, attacker, move) && !move.hitsSubstitute(attacker, pokemon)) { - if (simulated) { - return true; - } + override canApplyPostDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, hitResult: HitResult | null, args: any[]): boolean { + return this.condition(pokemon, attacker, move) && !move.hitsSubstitute(attacker, pokemon); + } - if (this.allOthers) { - const otherPokemon = pokemon.getAlly() ? pokemon.getOpponents().concat([ pokemon.getAlly() ]) : pokemon.getOpponents(); - for (const other of otherPokemon) { - globalScene.unshiftPhase(new StatStageChangePhase((other).getBattlerIndex(), false, [ this.stat ], this.stages)); - } - return true; - } - globalScene.unshiftPhase(new StatStageChangePhase((this.selfTarget ? pokemon : attacker).getBattlerIndex(), this.selfTarget, [ this.stat ], this.stages)); - return true; + override applyPostDefend(pokemon: Pokemon, _passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, _hitResult: HitResult, _args: any[]): void { + if (simulated) { + return; } - return false; + if (this.allOthers) { + const otherPokemon = pokemon.getAlly() ? pokemon.getOpponents().concat([ pokemon.getAlly() ]) : pokemon.getOpponents(); + for (const other of otherPokemon) { + globalScene.unshiftPhase(new StatStageChangePhase((other).getBattlerIndex(), false, [ this.stat ], this.stages)); + } + } else { + globalScene.unshiftPhase(new StatStageChangePhase((this.selfTarget ? pokemon : attacker).getBattlerIndex(), this.selfTarget, [ this.stat ], this.stages)); + } } } @@ -823,19 +881,17 @@ export class PostDefendHpGatedStatStageChangeAbAttr extends PostDefendAbAttr { this.selfTarget = selfTarget; } - override applyPostDefend(pokemon: Pokemon, _passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, _hitResult: HitResult, _args: any[]): boolean { + override canApplyPostDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, hitResult: HitResult | null, args: any[]): boolean { const hpGateFlat: number = Math.ceil(pokemon.getMaxHp() * this.hpGate); const lastAttackReceived = pokemon.turnData.attacksReceived[pokemon.turnData.attacksReceived.length - 1]; const damageReceived = lastAttackReceived?.damage || 0; + return this.condition(pokemon, attacker, move) && (pokemon.hp <= hpGateFlat && (pokemon.hp + damageReceived) > hpGateFlat) && !move.hitsSubstitute(attacker, pokemon); + } - if (this.condition(pokemon, attacker, move) && (pokemon.hp <= hpGateFlat && (pokemon.hp + damageReceived) > hpGateFlat) && !move.hitsSubstitute(attacker, pokemon)) { - if (!simulated) { - globalScene.unshiftPhase(new StatStageChangePhase((this.selfTarget ? pokemon : attacker).getBattlerIndex(), true, this.stats, this.stages)); - } - return true; + override applyPostDefend(pokemon: Pokemon, _passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, _hitResult: HitResult, _args: any[]): void { + if (!simulated) { + globalScene.unshiftPhase(new StatStageChangePhase((this.selfTarget ? pokemon : attacker).getBattlerIndex(), true, this.stats, this.stages)); } - - return false; } } @@ -850,17 +906,16 @@ export class PostDefendApplyArenaTrapTagAbAttr extends PostDefendAbAttr { this.tagType = tagType; } - override applyPostDefend(pokemon: Pokemon, _passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, _hitResult: HitResult, _args: any[]): boolean { - if (this.condition(pokemon, attacker, move) && !move.hitsSubstitute(attacker, pokemon)) { - const tag = globalScene.arena.getTag(this.tagType) as ArenaTrapTag; - if (!globalScene.arena.getTag(this.tagType) || tag.layers < tag.maxLayers) { - if (!simulated) { - globalScene.arena.addTag(this.tagType, 0, undefined, pokemon.id, pokemon.isPlayer() ? ArenaTagSide.ENEMY : ArenaTagSide.PLAYER); - } - return true; - } + override canApplyPostDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, hitResult: HitResult | null, args: any[]): boolean { + const tag = globalScene.arena.getTag(this.tagType) as ArenaTrapTag; + return (this.condition(pokemon, attacker, move) && !move.hitsSubstitute(attacker, pokemon)) + && (!globalScene.arena.getTag(this.tagType) || tag.layers < tag.maxLayers); + } + + override applyPostDefend(pokemon: Pokemon, _passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, _hitResult: HitResult, _args: any[]): void { + if (!simulated) { + globalScene.arena.addTag(this.tagType, 0, undefined, pokemon.id, pokemon.isPlayer() ? ArenaTagSide.ENEMY : ArenaTagSide.PLAYER); } - return false; } } @@ -874,40 +929,37 @@ export class PostDefendApplyBattlerTagAbAttr extends PostDefendAbAttr { this.tagType = tagType; } - override applyPostDefend(pokemon: Pokemon, _passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, _hitResult: HitResult, _args: any[]): boolean { - if (this.condition(pokemon, attacker, move) && !move.hitsSubstitute(attacker, pokemon)) { - if (!pokemon.getTag(this.tagType) && !simulated) { - pokemon.addTag(this.tagType, undefined, undefined, pokemon.id); - globalScene.queueMessage(i18next.t("abilityTriggers:windPowerCharged", { pokemonName: getPokemonNameWithAffix(pokemon), moveName: move.name })); - } - return true; + override canApplyPostDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, hitResult: HitResult | null, args: any[]): boolean { + return this.condition(pokemon, attacker, move) && !move.hitsSubstitute(attacker, pokemon); + } + + override applyPostDefend(pokemon: Pokemon, _passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, _hitResult: HitResult, _args: any[]): void { + if (!pokemon.getTag(this.tagType) && !simulated) { + pokemon.addTag(this.tagType, undefined, undefined, pokemon.id); + globalScene.queueMessage(i18next.t("abilityTriggers:windPowerCharged", { pokemonName: getPokemonNameWithAffix(pokemon), moveName: move.name })); } - return false; } } export class PostDefendTypeChangeAbAttr extends PostDefendAbAttr { - override applyPostDefend(pokemon: Pokemon, _passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, hitResult: HitResult, _args: any[]): boolean { - if (hitResult < HitResult.NO_EFFECT && !move.hitsSubstitute(attacker, pokemon)) { - if (simulated) { - return true; - } - const type = attacker.getMoveType(move); - const pokemonTypes = pokemon.getTypes(true); - if (pokemonTypes.length !== 1 || pokemonTypes[0] !== type) { - pokemon.summonData.types = [ type ]; - return true; - } - } + private type: PokemonType; - return false; + override canApplyPostDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, hitResult: HitResult, args: any[]): boolean { + this.type = attacker.getMoveType(move); + const pokemonTypes = pokemon.getTypes(true); + return hitResult < HitResult.NO_EFFECT && !move.hitsSubstitute(attacker, pokemon) && (simulated || pokemonTypes.length !== 1 || pokemonTypes[0] !== this.type); + } + + override applyPostDefend(pokemon: Pokemon, _passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, hitResult: HitResult, _args: any[]): void { + const type = attacker.getMoveType(move); + pokemon.summonData.types = [ type ]; } override getTriggerMessage(pokemon: Pokemon, abilityName: string, ..._args: any[]): string { return i18next.t("abilityTriggers:postDefendTypeChange", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon), abilityName, - typeName: i18next.t(`pokemonInfo:Type.${PokemonType[pokemon.getTypes(true)[0]]}`) + typeName: i18next.t(`pokemonInfo:Type.${PokemonType[this.type]}`) }); } } @@ -921,16 +973,14 @@ export class PostDefendTerrainChangeAbAttr extends PostDefendAbAttr { this.terrainType = terrainType; } - override applyPostDefend(pokemon: Pokemon, _passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, hitResult: HitResult, _args: any[]): boolean { - if (hitResult < HitResult.NO_EFFECT && !move.hitsSubstitute(attacker, pokemon)) { - if (simulated) { - return globalScene.arena.terrain?.terrainType !== (this.terrainType || undefined); - } else { - return globalScene.arena.trySetTerrain(this.terrainType, true); - } - } + override canApplyPostDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, hitResult: HitResult, args: any[]): boolean { + return hitResult < HitResult.NO_EFFECT && !move.hitsSubstitute(attacker, pokemon) && globalScene.arena.canSetTerrain(this.terrainType); + } - return false; + override applyPostDefend(pokemon: Pokemon, _passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, hitResult: HitResult, _args: any[]): void { + if (!simulated) { + globalScene.arena.trySetTerrain(this.terrainType, false, pokemon); + } } } @@ -939,24 +989,22 @@ export class PostDefendContactApplyStatusEffectAbAttr extends PostDefendAbAttr { private effects: StatusEffect[]; constructor(chance: number, ...effects: StatusEffect[]) { - super(); + super(true); this.chance = chance; this.effects = effects; } - override applyPostDefend(pokemon: Pokemon, _passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, _hitResult: HitResult, _args: any[]): boolean { - if (move.checkFlag(MoveFlags.MAKES_CONTACT, attacker, pokemon) && !attacker.status - && (this.chance === -1 || pokemon.randSeedInt(100) < this.chance) && !move.hitsSubstitute(attacker, pokemon)) { - const effect = this.effects.length === 1 ? this.effects[0] : this.effects[pokemon.randSeedInt(this.effects.length)]; - if (simulated) { - return attacker.canSetStatus(effect, true, false, pokemon); - } else { - return attacker.trySetStatus(effect, true, pokemon); - } - } + override canApplyPostDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, hitResult: HitResult | null, args: any[]): boolean { + const effect = this.effects.length === 1 ? this.effects[0] : this.effects[pokemon.randSeedInt(this.effects.length)]; + return move.checkFlag(MoveFlags.MAKES_CONTACT, attacker, pokemon) && !attacker.status + && (this.chance === -1 || pokemon.randSeedInt(100) < this.chance) && !move.hitsSubstitute(attacker, pokemon) + && attacker.canSetStatus(effect, true, false, pokemon); + } - return false; + override applyPostDefend(pokemon: Pokemon, _passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, _hitResult: HitResult, _args: any[]): void { + const effect = this.effects.length === 1 ? this.effects[0] : this.effects[pokemon.randSeedInt(this.effects.length)]; + attacker.trySetStatus(effect, true, pokemon); } } @@ -965,11 +1013,13 @@ export class EffectSporeAbAttr extends PostDefendContactApplyStatusEffectAbAttr super(10, StatusEffect.POISON, StatusEffect.PARALYSIS, StatusEffect.SLEEP); } - applyPostDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, hitResult: HitResult, args: any[]): boolean { - if (attacker.hasAbility(Abilities.OVERCOAT) || attacker.isOfType(PokemonType.GRASS)) { - return false; - } - return super.applyPostDefend(pokemon, passive, simulated, attacker, move, hitResult, args); + override canApplyPostDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, hitResult: HitResult | null, args: any[]): boolean { + return !(attacker.hasAbility(Abilities.OVERCOAT) || attacker.isOfType(PokemonType.GRASS)) + && super.canApplyPostDefend(pokemon, passive, simulated, attacker, move, hitResult, args); + } + + override applyPostDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, hitResult: HitResult, args: any[]): void { + super.applyPostDefend(pokemon, passive, simulated, attacker, move, hitResult, args); } } @@ -986,16 +1036,15 @@ export class PostDefendContactApplyTagChanceAbAttr extends PostDefendAbAttr { this.turnCount = turnCount; } - override applyPostDefend(pokemon: Pokemon, _passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, _hitResult: HitResult, _args: any[]): boolean { - if (move.checkFlag(MoveFlags.MAKES_CONTACT, attacker, pokemon) && pokemon.randSeedInt(100) < this.chance && !move.hitsSubstitute(attacker, pokemon)) { - if (simulated) { - return attacker.canAddTag(this.tagType); - } else { - return attacker.addTag(this.tagType, this.turnCount, move.id, attacker.id); - } - } + override canApplyPostDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, hitResult: HitResult | null, args: any[]): boolean { + return move.checkFlag(MoveFlags.MAKES_CONTACT, attacker, pokemon) && pokemon.randSeedInt(100) < this.chance + && !move.hitsSubstitute(attacker, pokemon) && attacker.canAddTag(this.tagType); + } - return false; + override applyPostDefend(pokemon: Pokemon, _passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, _hitResult: HitResult, _args: any[]): void { + if (!simulated) { + attacker.addTag(this.tagType, this.turnCount, move.id, attacker.id); + } } } @@ -1010,16 +1059,14 @@ export class PostDefendCritStatStageChangeAbAttr extends PostDefendAbAttr { this.stages = stages; } - override applyPostDefend(pokemon: Pokemon, _passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, _hitResult: HitResult, _args: any[]): boolean { - if (move.hitsSubstitute(attacker, pokemon)) { - return false; - } + override canApplyPostDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, hitResult: HitResult | null, args: any[]): boolean { + return !move.hitsSubstitute(attacker, pokemon); + } + override applyPostDefend(pokemon: Pokemon, _passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, _hitResult: HitResult, _args: any[]): void { if (!simulated) { globalScene.unshiftPhase(new StatStageChangePhase(pokemon.getBattlerIndex(), true, [ this.stat ], this.stages)); } - - return true; } override getCondition(): AbAttrCondition { @@ -1036,15 +1083,14 @@ export class PostDefendContactDamageAbAttr extends PostDefendAbAttr { this.damageRatio = damageRatio; } - override applyPostDefend(pokemon: Pokemon, _passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, _hitResult: HitResult, _args: any[]): boolean { - if (!simulated && move.checkFlag(MoveFlags.MAKES_CONTACT, attacker, pokemon) - && !attacker.hasAbilityWithAttr(BlockNonDirectDamageAbAttr) && !move.hitsSubstitute(attacker, pokemon)) { - attacker.damageAndUpdate(Utils.toDmgValue(attacker.getMaxHp() * (1 / this.damageRatio)), HitResult.OTHER); - attacker.turnData.damageTaken += Utils.toDmgValue(attacker.getMaxHp() * (1 / this.damageRatio)); - return true; - } + override canApplyPostDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, hitResult: HitResult | null, args: any[]): boolean { + return !simulated && move.checkFlag(MoveFlags.MAKES_CONTACT, attacker, pokemon) + && !attacker.hasAbilityWithAttr(BlockNonDirectDamageAbAttr) && !move.hitsSubstitute(attacker, pokemon); + } - return false; + override applyPostDefend(pokemon: Pokemon, _passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, _hitResult: HitResult, _args: any[]): void { + attacker.damageAndUpdate(Utils.toDmgValue(attacker.getMaxHp() * (1 / this.damageRatio)), { result: HitResult.INDIRECT }); + attacker.turnData.damageTaken += Utils.toDmgValue(attacker.getMaxHp() * (1 / this.damageRatio)); } override getTriggerMessage(pokemon: Pokemon, abilityName: string, ..._args: any[]): string { @@ -1070,19 +1116,16 @@ export class PostDefendPerishSongAbAttr extends PostDefendAbAttr { this.turns = turns; } - override applyPostDefend(pokemon: Pokemon, _passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, _hitResult: HitResult, _args: any[]): boolean { - if (move.checkFlag(MoveFlags.MAKES_CONTACT, attacker, pokemon) && !move.hitsSubstitute(attacker, pokemon)) { - if (attacker.getTag(BattlerTagType.PERISH_SONG)) { - return false; - } else { - if (!simulated) { - attacker.addTag(BattlerTagType.PERISH_SONG, this.turns); - pokemon.addTag(BattlerTagType.PERISH_SONG, this.turns); - } - return true; - } + override canApplyPostDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, hitResult: HitResult | null, args: any[]): boolean { + return (move.checkFlag(MoveFlags.MAKES_CONTACT, attacker, pokemon) && !move.hitsSubstitute(attacker, pokemon)) + && !attacker.getTag(BattlerTagType.PERISH_SONG); + } + + override applyPostDefend(pokemon: Pokemon, _passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, _hitResult: HitResult, _args: any[]): void { + if (!simulated) { + attacker.addTag(BattlerTagType.PERISH_SONG, this.turns); + pokemon.addTag(BattlerTagType.PERISH_SONG, this.turns); } - return false; } override getTriggerMessage(pokemon: Pokemon, abilityName: string, ..._args: any[]): string { @@ -1101,18 +1144,15 @@ export class PostDefendWeatherChangeAbAttr extends PostDefendAbAttr { this.condition = condition; } - override applyPostDefend(pokemon: Pokemon, _passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, _hitResult: HitResult, _args: any[]): boolean { - if (this.condition && !this.condition(pokemon, attacker, move) || move.hitsSubstitute(attacker, pokemon)) { - return false; - } - if (!globalScene.arena.weather?.isImmutable()) { - if (simulated) { - return globalScene.arena.weather?.weatherType !== this.weatherType; - } - return globalScene.arena.trySetWeather(this.weatherType, true); - } + override canApplyPostDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, hitResult: HitResult | null, args: any[]): boolean { + return (!(this.condition && !this.condition(pokemon, attacker, move) || move.hitsSubstitute(attacker, pokemon)) + && !globalScene.arena.weather?.isImmutable() && globalScene.arena.canSetWeather(this.weatherType)); + } - return false; + override applyPostDefend(pokemon: Pokemon, _passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, _hitResult: HitResult, _args: any[]): void { + if (!simulated) { + globalScene.arena.trySetWeather(this.weatherType, pokemon); + } } } @@ -1121,18 +1161,17 @@ export class PostDefendAbilitySwapAbAttr extends PostDefendAbAttr { super(); } - override applyPostDefend(pokemon: Pokemon, _passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, _hitResult: HitResult, args: any[]): boolean { - if (move.checkFlag(MoveFlags.MAKES_CONTACT, attacker, pokemon) - && !attacker.getAbility().hasAttr(UnswappableAbilityAbAttr) && !move.hitsSubstitute(attacker, pokemon)) { - if (!simulated) { - const tempAbility = attacker.getAbility(); - attacker.setTempAbility(pokemon.getAbility()); - pokemon.setTempAbility(tempAbility); - } - return true; - } + override canApplyPostDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, hitResult: HitResult | null, args: any[]): boolean { + return move.checkFlag(MoveFlags.MAKES_CONTACT, attacker, pokemon) + && attacker.getAbility().isSwappable && !move.hitsSubstitute(attacker, pokemon); + } - return false; + override applyPostDefend(pokemon: Pokemon, _passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, _hitResult: HitResult, args: any[]): void { + if (!simulated) { + const tempAbility = attacker.getAbility(); + attacker.setTempAbility(pokemon.getAbility()); + pokemon.setTempAbility(tempAbility); + } } override getTriggerMessage(pokemon: Pokemon, _abilityName: string, ..._args: any[]): string { @@ -1148,17 +1187,15 @@ export class PostDefendAbilityGiveAbAttr extends PostDefendAbAttr { this.ability = ability; } - override applyPostDefend(pokemon: Pokemon, _passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, _hitResult: HitResult, _args: any[]): boolean { - if (move.checkFlag(MoveFlags.MAKES_CONTACT, attacker, pokemon) && !attacker.getAbility().hasAttr(UnsuppressableAbilityAbAttr) - && !attacker.getAbility().hasAttr(PostDefendAbilityGiveAbAttr) && !move.hitsSubstitute(attacker, pokemon)) { - if (!simulated) { - attacker.setTempAbility(allAbilities[this.ability]); - } + override canApplyPostDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, hitResult: HitResult | null, args: any[]): boolean { + return move.checkFlag(MoveFlags.MAKES_CONTACT, attacker, pokemon) && attacker.getAbility().isSuppressable + && !attacker.getAbility().hasAttr(PostDefendAbilityGiveAbAttr) && !move.hitsSubstitute(attacker, pokemon); + } - return true; + override applyPostDefend(pokemon: Pokemon, _passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, _hitResult: HitResult, _args: any[]): void { + if (!simulated) { + attacker.setTempAbility(allAbilities[this.ability]); } - - return false; } override getTriggerMessage(pokemon: Pokemon, abilityName: string, ..._args: any[]): string { @@ -1180,20 +1217,17 @@ export class PostDefendMoveDisableAbAttr extends PostDefendAbAttr { this.chance = chance; } - override applyPostDefend(pokemon: Pokemon, _passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, _hitResult: HitResult, _args: any[]): boolean { - if (attacker.getTag(BattlerTagType.DISABLED) === null && !move.hitsSubstitute(attacker, pokemon)) { - if (move.checkFlag(MoveFlags.MAKES_CONTACT, attacker, pokemon) && (this.chance === -1 || pokemon.randSeedInt(100) < this.chance)) { - if (simulated) { - return true; - } + override canApplyPostDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, hitResult: HitResult | null, args: any[]): boolean { + return attacker.getTag(BattlerTagType.DISABLED) === null && !move.hitsSubstitute(attacker, pokemon) + && move.checkFlag(MoveFlags.MAKES_CONTACT, attacker, pokemon) && (this.chance === -1 || pokemon.randSeedInt(100) < this.chance); + } - this.attacker = attacker; - this.move = move; - this.attacker.addTag(BattlerTagType.DISABLED, 4, 0, pokemon.id); - return true; - } + override applyPostDefend(pokemon: Pokemon, _passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, _hitResult: HitResult, _args: any[]): void { + if (!simulated) { + this.attacker = attacker; + this.move = move; + this.attacker.addTag(BattlerTagType.DISABLED, 4, 0, pokemon.id); } - return false; } } @@ -1210,19 +1244,28 @@ export class PostStatStageChangeStatStageChangeAbAttr extends PostStatStageChang this.stages = stages; } - applyPostStatStageChange(pokemon: Pokemon, simulated: boolean, statStagesChanged: BattleStat[], stagesChanged: number, selfTarget: boolean, args: any[]): boolean { - if (this.condition(pokemon, statStagesChanged, stagesChanged) && !selfTarget) { - if (!simulated) { - globalScene.unshiftPhase(new StatStageChangePhase((pokemon).getBattlerIndex(), true, this.statsToChange, this.stages)); - } - return true; - } + override canApplyPostStatStageChange(pokemon: Pokemon, simulated: boolean, statStagesChanged: BattleStat[], stagesChanged: integer, selfTarget: boolean, args: any[]): boolean { + return this.condition(pokemon, statStagesChanged, stagesChanged) && !selfTarget; + } - return false; + override applyPostStatStageChange(pokemon: Pokemon, simulated: boolean, statStagesChanged: BattleStat[], stagesChanged: number, selfTarget: boolean, args: any[]): void { + if (!simulated) { + globalScene.unshiftPhase(new StatStageChangePhase((pokemon).getBattlerIndex(), true, this.statsToChange, this.stages)); + } } } export class PreAttackAbAttr extends AbAttr { + canApplyPreAttack( + pokemon: Pokemon, + passive: boolean, + simulated: boolean, + defender: Pokemon | null, + move: Move, + args: any[]): boolean { + return true; + } + applyPreAttack( pokemon: Pokemon, passive: boolean, @@ -1230,9 +1273,7 @@ export class PreAttackAbAttr extends AbAttr { defender: Pokemon | null, move: Move, args: any[], - ): boolean { - return false; - } + ): void {} } /** @@ -1244,26 +1285,22 @@ export class MoveEffectChanceMultiplierAbAttr extends AbAttr { private chanceMultiplier: number; constructor(chanceMultiplier: number) { - super(true); + super(false); this.chanceMultiplier = chanceMultiplier; } + + override canApply(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { + const exceptMoves = [ Moves.ORDER_UP, Moves.ELECTRO_SHOT ]; + return !((args[0] as Utils.NumberHolder).value <= 0 || exceptMoves.includes((args[1] as Move).id)); + } + /** * @param args [0]: {@linkcode Utils.NumberHolder} Move additional effect chance. Has to be higher than or equal to 0. * [1]: {@linkcode Moves } Move used by the ability user. */ - apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): boolean { - // Disable showAbility during getTargetBenefitScore - this.showAbility = args[4]; - - const exceptMoves = [ Moves.ORDER_UP, Moves.ELECTRO_SHOT ]; - if ((args[0] as Utils.NumberHolder).value <= 0 || exceptMoves.includes((args[1] as Move).id)) { - return false; - } - + override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): void { (args[0] as Utils.NumberHolder).value *= this.chanceMultiplier; (args[0] as Utils.NumberHolder).value = Math.min((args[0] as Utils.NumberHolder).value, 100); - return true; - } } @@ -1273,25 +1310,25 @@ export class MoveEffectChanceMultiplierAbAttr extends AbAttr { * @see {@linkcode applyPreDefend} */ export class IgnoreMoveEffectsAbAttr extends PreDefendAbAttr { + constructor(showAbility: boolean = false) { + super(showAbility); + } + + override canApplyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move | null, cancelled: Utils.BooleanHolder | null, args: any[]): boolean { + return (args[0] as Utils.NumberHolder).value > 0; + } + /** * @param args [0]: {@linkcode Utils.NumberHolder} Move additional effect chance. */ - applyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: Utils.BooleanHolder, args: any[]): boolean { - - if ((args[0] as Utils.NumberHolder).value <= 0) { - return false; - } - + override applyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: Utils.BooleanHolder, args: any[]): void { (args[0] as Utils.NumberHolder).value = 0; - return true; - } } export class VariableMovePowerAbAttr extends PreAttackAbAttr { - applyPreAttack(pokemon: Pokemon, passive: boolean, simulated: boolean, defender: Pokemon, move: Move, args: any[]): boolean { - //const power = args[0] as Utils.NumberHolder; - return false; + override canApplyPreAttack(pokemon: Pokemon, passive: boolean, simulated: boolean, defender: Pokemon, move: Move, args: any[]): boolean { + return true; } } @@ -1302,9 +1339,8 @@ export class FieldPreventExplosiveMovesAbAttr extends AbAttr { simulated: boolean, cancelled: Utils.BooleanHolder, args: any[], - ): boolean { + ): void { cancelled.value = true; - return true; } } @@ -1328,6 +1364,11 @@ export class FieldMultiplyStatAbAttr extends AbAttr { this.canStack = canStack; } + canApplyFieldStat(pokemon: Pokemon, passive: boolean, simulated: boolean, stat: Stat, statValue: Utils.NumberHolder, checkedPokemon: Pokemon, hasApplied: Utils.BooleanHolder, args: any[]): boolean { + return this.canStack || !hasApplied.value + && this.stat === stat && checkedPokemon.getAbilityAttrs(FieldMultiplyStatAbAttr).every(attr => (attr as FieldMultiplyStatAbAttr).stat !== stat); + } + /** * applyFieldStat: Tries to multiply a Pokemon's Stat * @param pokemon {@linkcode Pokemon} the Pokemon using this ability @@ -1337,19 +1378,10 @@ export class FieldMultiplyStatAbAttr extends AbAttr { * @param checkedPokemon {@linkcode Pokemon} the Pokemon this ability is targeting * @param hasApplied {@linkcode Utils.BooleanHolder} whether or not another multiplier has been applied to this stat * @param args {any[]} unused - * @returns true if this changed the checked stat, false otherwise. */ - applyFieldStat(pokemon: Pokemon, passive: boolean, simulated: boolean, stat: Stat, statValue: Utils.NumberHolder, checkedPokemon: Pokemon, hasApplied: Utils.BooleanHolder, args: any[]): boolean { - if (!this.canStack && hasApplied.value) { - return false; - } - - if (this.stat === stat && checkedPokemon.getAbilityAttrs(FieldMultiplyStatAbAttr).every(attr => (attr as FieldMultiplyStatAbAttr).stat !== stat)) { - statValue.value *= this.multiplier; - hasApplied.value = true; - return true; - } - return false; + applyFieldStat(pokemon: Pokemon, passive: boolean, simulated: boolean, stat: Stat, statValue: Utils.NumberHolder, checkedPokemon: Pokemon, hasApplied: Utils.BooleanHolder, args: any[]): void { + statValue.value *= this.multiplier; + hasApplied.value = true; } } @@ -1360,22 +1392,21 @@ export class MoveTypeChangeAbAttr extends PreAttackAbAttr { private powerMultiplier: number, private condition?: PokemonAttackCondition ) { - super(true); + super(false); + } + + override canApplyPreAttack(pokemon: Pokemon, passive: boolean, simulated: boolean, defender: Pokemon | null, move: Move, args: any[]): boolean { + return (this.condition && this.condition(pokemon, defender, move)) ?? false; } // TODO: Decouple this into two attributes (type change / power boost) - applyPreAttack(pokemon: Pokemon, passive: boolean, simulated: boolean, defender: Pokemon, move: Move, args: any[]): boolean { - if (this.condition && this.condition(pokemon, defender, move)) { - if (args[0] && args[0] instanceof Utils.NumberHolder) { - args[0].value = this.newType; - } - if (args[1] && args[1] instanceof Utils.NumberHolder) { - args[1].value *= this.powerMultiplier; - } - return true; + override applyPreAttack(pokemon: Pokemon, passive: boolean, simulated: boolean, defender: Pokemon, move: Move, args: any[]): void { + if (args[0] && args[0] instanceof Utils.NumberHolder) { + args[0].value = this.newType; + } + if (args[1] && args[1] instanceof Utils.NumberHolder) { + args[1].value *= this.powerMultiplier; } - - return false; } } @@ -1387,37 +1418,37 @@ export class PokemonTypeChangeAbAttr extends PreAttackAbAttr { super(true); } - applyPreAttack(pokemon: Pokemon, passive: boolean, simulated: boolean, defender: Pokemon, move: Move, args: any[]): boolean { - if ( - !pokemon.isTerastallized && - move.id !== Moves.STRUGGLE && - /** - * Skip moves that call other moves because these moves generate a following move that will trigger this ability attribute - * @see {@link https://bulbapedia.bulbagarden.net/wiki/Category:Moves_that_call_other_moves} - */ - !move.findAttr((attr) => - attr instanceof RandomMovesetMoveAttr || - attr instanceof RandomMoveAttr || - attr instanceof NaturePowerAttr || - attr instanceof CopyMoveAttr - ) - ) { + override canApplyPreAttack(pokemon: Pokemon, passive: boolean, simulated: boolean, defender: Pokemon | null, move: Move, args: any[]): boolean { + if (!pokemon.isTerastallized && + move.id !== Moves.STRUGGLE && + /** + * Skip moves that call other moves because these moves generate a following move that will trigger this ability attribute + * @see {@link https://bulbapedia.bulbagarden.net/wiki/Category:Moves_that_call_other_moves} + */ + !move.findAttr((attr) => + attr instanceof RandomMovesetMoveAttr || + attr instanceof RandomMoveAttr || + attr instanceof NaturePowerAttr || + attr instanceof CopyMoveAttr)) { const moveType = pokemon.getMoveType(move); - if (pokemon.getTypes().some((t) => t !== moveType)) { - if (!simulated) { - this.moveType = moveType; - pokemon.summonData.types = [ moveType ]; - pokemon.updateInfo(); - } - + this.moveType = moveType; return true; } } - return false; } + override applyPreAttack(pokemon: Pokemon, passive: boolean, simulated: boolean, defender: Pokemon, move: Move, args: any[]): void { + const moveType = pokemon.getMoveType(move); + + if (!simulated) { + this.moveType = moveType; + pokemon.summonData.types = [ moveType ]; + pokemon.updateInfo(); + } + } + getTriggerMessage(pokemon: Pokemon, abilityName: string, ...args: any[]): string { return i18next.t("abilityTriggers:pokemonTypeChange", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon), @@ -1439,6 +1470,10 @@ export class AddSecondStrikeAbAttr extends PreAttackAbAttr { this.damageMultiplier = damageMultiplier; } + override canApplyPreAttack(pokemon: Pokemon, passive: boolean, simulated: boolean, defender: Pokemon | null, move: Move, args: any[]): boolean { + return move.canBeMultiStrikeEnhanced(pokemon, true); + } + /** * If conditions are met, this doubles the move's hit count (via args[1]) * or multiplies the damage of secondary strikes (via args[2]) @@ -1449,24 +1484,17 @@ export class AddSecondStrikeAbAttr extends PreAttackAbAttr { * @param args Additional arguments: * - `[0]` the number of strikes this move currently has ({@linkcode Utils.NumberHolder}) * - `[1]` the damage multiplier for the current strike ({@linkcode Utils.NumberHolder}) - * @returns */ - applyPreAttack(pokemon: Pokemon, passive: boolean, simulated: boolean, defender: Pokemon, move: Move, args: any[]): boolean { + override applyPreAttack(pokemon: Pokemon, passive: boolean, simulated: boolean, defender: Pokemon, move: Move, args: any[]): void { const hitCount = args[0] as Utils.NumberHolder; const multiplier = args[1] as Utils.NumberHolder; - - if (move.canBeMultiStrikeEnhanced(pokemon, true)) { - this.showAbility = !!hitCount?.value; - if (hitCount?.value) { - hitCount.value += 1; - } - - if (multiplier?.value && pokemon.turnData.hitsLeft === 1) { - multiplier.value = this.damageMultiplier; - } - return true; + if (hitCount?.value) { + hitCount.value += 1; + } + + if (multiplier?.value && pokemon.turnData.hitsLeft === 1) { + multiplier.value = this.damageMultiplier; } - return false; } } @@ -1481,11 +1509,15 @@ export class DamageBoostAbAttr extends PreAttackAbAttr { private condition: PokemonAttackCondition; constructor(damageMultiplier: number, condition: PokemonAttackCondition) { - super(true); + super(false); this.damageMultiplier = damageMultiplier; this.condition = condition; } + override canApplyPreAttack(pokemon: Pokemon, passive: boolean, simulated: boolean, defender: Pokemon | null, move: Move, args: any[]): boolean { + return this.condition(pokemon, defender, move); + } + /** * * @param pokemon the attacker pokemon @@ -1493,16 +1525,10 @@ export class DamageBoostAbAttr extends PreAttackAbAttr { * @param defender the target pokemon * @param move the move used by the attacker pokemon * @param args Utils.NumberHolder as damage - * @returns true if the function succeeds */ - applyPreAttack(pokemon: Pokemon, passive: boolean, simulated: boolean, defender: Pokemon, move: Move, args: any[]): boolean { - if (this.condition(pokemon, defender, move)) { - const power = args[0] as Utils.NumberHolder; - power.value = Utils.toDmgValue(power.value * this.damageMultiplier); - return true; - } - - return false; + override applyPreAttack(pokemon: Pokemon, passive: boolean, simulated: boolean, defender: Pokemon, move: Move, args: any[]): void { + const power = args[0] as Utils.NumberHolder; + power.value = Utils.toDmgValue(power.value * this.damageMultiplier); } } @@ -1510,26 +1536,24 @@ export class MovePowerBoostAbAttr extends VariableMovePowerAbAttr { private condition: PokemonAttackCondition; private powerMultiplier: number; - constructor(condition: PokemonAttackCondition, powerMultiplier: number, showAbility = true) { + constructor(condition: PokemonAttackCondition, powerMultiplier: number, showAbility: boolean = false) { super(showAbility); this.condition = condition; this.powerMultiplier = powerMultiplier; } - applyPreAttack(pokemon: Pokemon, passive: boolean, simulated: boolean, defender: Pokemon, move: Move, args: any[]): boolean { - if (this.condition(pokemon, defender, move)) { - (args[0] as Utils.NumberHolder).value *= this.powerMultiplier; + override canApplyPreAttack(pokemon: Pokemon, passive: boolean, simulated: boolean, defender: Pokemon | null, move: Move, args: any[]): boolean { + return this.condition(pokemon, defender, move); + } - return true; - } - - return false; + override applyPreAttack(pokemon: Pokemon, passive: boolean, simulated: boolean, defender: Pokemon, move: Move, args: any[]): void { + (args[0] as Utils.NumberHolder).value *= this.powerMultiplier; } } export class MoveTypePowerBoostAbAttr extends MovePowerBoostAbAttr { constructor(boostedType: PokemonType, powerMultiplier?: number) { - super((pokemon, defender, move) => pokemon?.getMoveType(move) === boostedType, powerMultiplier || 1.5); + super((pokemon, defender, move) => pokemon?.getMoveType(move) === boostedType, powerMultiplier || 1.5, false); } } @@ -1560,17 +1584,13 @@ export class VariableMovePowerBoostAbAttr extends VariableMovePowerAbAttr { this.mult = mult; } - /** - * @override - */ - applyPreAttack(pokemon: Pokemon, passive: boolean, simulated: boolean, defender: Pokemon, move, args: any[]): boolean { - const multiplier = this.mult(pokemon, defender, move); - if (multiplier !== 1) { - (args[0] as Utils.NumberHolder).value *= multiplier; - return true; - } + override canApplyPreAttack(pokemon: Pokemon, passive: boolean, simulated: boolean, defender: Pokemon, move: Move, args: any[]): boolean { + return this.mult(pokemon, defender, move) !== 1; + } - return false; + override applyPreAttack(pokemon: Pokemon, passive: boolean, simulated: boolean, defender: Pokemon, move: Move, args: any[]): void { + const multiplier = this.mult(pokemon, defender, move); + (args[0] as Utils.NumberHolder).value *= multiplier; } } @@ -1579,6 +1599,7 @@ export class VariableMovePowerBoostAbAttr extends VariableMovePowerAbAttr { * @extends AbAttr */ export class FieldMovePowerBoostAbAttr extends AbAttr { + // TODO: Refactor this class? It extends from base AbAttr but has preAttack methods and gets called directly instead of going through applyAbAttrsInternal private condition: PokemonAttackCondition; private powerMultiplier: number; @@ -1592,14 +1613,14 @@ export class FieldMovePowerBoostAbAttr extends AbAttr { this.powerMultiplier = powerMultiplier; } - applyPreAttack(pokemon: Pokemon | null, passive: boolean | null, simulated: boolean, defender: Pokemon | null, move: Move, args: any[]): boolean { + canApplyPreAttack(pokemon: Pokemon | null, passive: boolean | null, simulated: boolean, defender: Pokemon | null, move: Move, args: any[]): boolean { + return true; // logic for this attr is handled in move.ts instead of normally + } + + applyPreAttack(pokemon: Pokemon | null, passive: boolean | null, simulated: boolean, defender: Pokemon | null, move: Move, args: any[]): void { if (this.condition(pokemon, defender, move)) { (args[0] as Utils.NumberHolder).value *= this.powerMultiplier; - - return true; } - - return false; } } @@ -1656,21 +1677,25 @@ export class StatMultiplierAbAttr extends AbAttr { this.condition = condition ?? null; } + canApplyStatStage( + pokemon: Pokemon, + _passive: boolean, + simulated: boolean, + stat: BattleStat, + statValue: Utils.NumberHolder, + args: any[]): boolean { + const move = (args[0] as Move); + return stat === this.stat && (!this.condition || this.condition(pokemon, null, move)); + } + applyStatStage( pokemon: Pokemon, _passive: boolean, simulated: boolean, stat: BattleStat, statValue: Utils.NumberHolder, - args: any[], - ): boolean { - const move = args[0] as Move; - if (stat === this.stat && (!this.condition || this.condition(pokemon, null, move))) { - statValue.value *= this.multiplier; - return true; - } - - return false; + args: any[]): void { + statValue.value *= this.multiplier; } } @@ -1685,10 +1710,23 @@ export class PostAttackAbAttr extends AbAttr { } /** - * Please override {@link applyPostAttackAfterMoveTypeCheck} instead of this method. By default, this method checks that the move used is a damaging attack before + * By default, this method checks that the move used is a damaging attack before * applying the effect of any inherited class. This can be changed by providing a different {@link attackCondition} to the constructor. See {@link ConfusionOnStatusEffectAbAttr} * for an example of an effect that does not require a damaging move. */ + canApplyPostAttack( + pokemon: Pokemon, + passive: boolean, + simulated: boolean, + defender: Pokemon, + move: Move, + hitResult: HitResult | null, + args: any[]): boolean { + // When attackRequired is true, we require the move to be an attack move and to deal damage before checking secondary requirements. + // If attackRequired is false, we always defer to the secondary requirements. + return this.attackCondition(pokemon, defender, move); + } + applyPostAttack( pokemon: Pokemon, passive: boolean, @@ -1696,30 +1734,62 @@ export class PostAttackAbAttr extends AbAttr { defender: Pokemon, move: Move, hitResult: HitResult | null, - args: any[], - ): boolean { - // When attackRequired is true, we require the move to be an attack move and to deal damage before checking secondary requirements. - // If attackRequired is false, we always defer to the secondary requirements. - if (this.attackCondition(pokemon, defender, move)) { - return this.applyPostAttackAfterMoveTypeCheck(pokemon, passive, simulated, defender, move, hitResult, args); - } else { - return false; - } + args: any[]): void {} +} + +/** + * Multiplies a Stat from an ally pokemon's ability. + * @see {@link applyAllyStatMultiplierAbAttrs} + * @see {@link applyAllyStat} + */ +export class AllyStatMultiplierAbAttr extends AbAttr { + private stat: BattleStat; + private multiplier: number; + private ignorable: boolean; + + /** + * @param stat - The stat being modified + * @param multipler - The multiplier to apply to the stat + * @param ignorable - Whether the multiplier can be ignored by mold breaker-like moves and abilities + */ + constructor(stat: BattleStat, multiplier: number, ignorable: boolean = true) { + super(false); + + this.stat = stat; + this.multiplier = multiplier; + this.ignorable = ignorable; } /** - * This method is only called after {@link applyPostAttack} has already been applied. Use this for handling checks specific to the ability in question. + * Multiply a Pokemon's Stat due to an Ally's ability. + * @param _pokemon - The ally {@linkcode Pokemon} with the ability (unused) + * @param passive - unused + * @param _simulated - Whether the ability is being simulated (unused) + * @param _stat - The type of the checked {@linkcode Stat} (unused) + * @param statValue - {@linkcode Utils.NumberHolder} containing the value of the checked stat + * @param _checkedPokemon - The {@linkcode Pokemon} this ability is targeting (unused) + * @param _ignoreAbility - Whether the ability should be ignored if possible + * @param _args - unused + * @returns `true` if this changed the checked stat, `false` otherwise. */ - applyPostAttackAfterMoveTypeCheck( - pokemon: Pokemon, - passive: boolean, - simulated: boolean, - defender: Pokemon, - move: Move, - hitResult: HitResult | null, - args: any[], - ): boolean { - return false; + applyAllyStat(_pokemon: Pokemon, _passive: boolean, _simulated: boolean, _stat: BattleStat, statValue: Utils.NumberHolder, _checkedPokemon: Pokemon, _ignoreAbility: boolean, _args: any[]) { + statValue.value *= this.multiplier; + } + + /** + * Check if this ability can apply to the checked stat. + * @param pokemon - The ally {@linkcode Pokemon} with the ability (unused) + * @param passive - unused + * @param simulated - Whether the ability is being simulated (unused) + * @param stat - The type of the checked {@linkcode Stat} + * @param statValue - {@linkcode Utils.NumberHolder} containing the value of the checked stat + * @param checkedPokemon - The {@linkcode Pokemon} this ability is targeting (unused) + * @param ignoreAbility - Whether the ability should be ignored if possible + * @param args - unused + * @returns `true` if this can apply to the checked stat, `false` otherwise. + */ + canApplyAllyStat(pokemon: Pokemon, _passive: boolean, simulated: boolean, stat: BattleStat, statValue: Utils.NumberHolder, checkedPokemon: Pokemon, ignoreAbility: boolean, args: any[]): boolean { + return stat === this.stat && !(ignoreAbility && this.ignorable); } } @@ -1732,6 +1802,18 @@ export class GorillaTacticsAbAttr extends PostAttackAbAttr { super((user, target, move) => true, false); } + override canApplyPostAttack( + pokemon: Pokemon, + passive: boolean, + simulated: boolean, + defender: Pokemon, + move: Move, + hitResult: HitResult | null, + args: any[]): boolean { + return super.canApplyPostAttack(pokemon, passive, simulated, defender, move, hitResult, args) + && simulated || !pokemon.getTag(BattlerTagType.GORILLA_TACTICS); + } + /** * * @param {Pokemon} pokemon the {@linkcode Pokemon} with this ability @@ -1741,32 +1823,24 @@ export class GorillaTacticsAbAttr extends PostAttackAbAttr { * @param move n/a * @param hitResult n/a * @param args n/a - * @returns `true` if the ability is applied */ - override applyPostAttackAfterMoveTypeCheck( + override applyPostAttack( pokemon: Pokemon, passive: boolean, simulated: boolean, defender: Pokemon, move: Move, hitResult: HitResult | null, - args: any[], - ): boolean { - if (simulated) { - return simulated; + args: any[]): void { + if (!simulated) { + pokemon.addTag(BattlerTagType.GORILLA_TACTICS); } - - if (pokemon.getTag(BattlerTagType.GORILLA_TACTICS)) { - return false; - } - - pokemon.addTag(BattlerTagType.GORILLA_TACTICS); - return true; } } export class PostAttackStealHeldItemAbAttr extends PostAttackAbAttr { private stealCondition: PokemonAttackCondition | null; + private stolenItem?: PokemonHeldItemModifier; constructor(stealCondition?: PokemonAttackCondition) { super(); @@ -1774,7 +1848,34 @@ export class PostAttackStealHeldItemAbAttr extends PostAttackAbAttr { this.stealCondition = stealCondition ?? null; } - override applyPostAttackAfterMoveTypeCheck( + override canApplyPostAttack( + pokemon: Pokemon, + passive: boolean, + simulated: boolean, + defender: Pokemon, + move: Move, + hitResult: HitResult, + args: any[]): boolean { + if ( + super.canApplyPostAttack(pokemon, passive, simulated, defender, move, hitResult, args) && + !simulated && + hitResult < HitResult.NO_EFFECT && + (!this.stealCondition || this.stealCondition(pokemon, defender, move)) + ) { + const heldItems = this.getTargetHeldItems(defender).filter((i) => i.isTransferable); + if (heldItems.length) { + // Ensure that the stolen item in testing is the same as when the effect is applied + this.stolenItem = heldItems[pokemon.randSeedInt(heldItems.length)]; + if (globalScene.canTransferHeldItemModifier(this.stolenItem, pokemon)) { + return true; + } + } + } + this.stolenItem = undefined; + return false; + } + + override applyPostAttack( pokemon: Pokemon, passive: boolean, simulated: boolean, @@ -1782,28 +1883,21 @@ export class PostAttackStealHeldItemAbAttr extends PostAttackAbAttr { move: Move, hitResult: HitResult, args: any[], - ): boolean { - if ( - !simulated && - hitResult < HitResult.NO_EFFECT && - (!this.stealCondition || this.stealCondition(pokemon, defender, move)) - ) { - const heldItems = this.getTargetHeldItems(defender).filter((i) => i.isTransferable); - if (heldItems.length) { - const stolenItem = heldItems[pokemon.randSeedInt(heldItems.length)]; - if (globalScene.tryTransferHeldItemModifier(stolenItem, pokemon, false)) { - globalScene.queueMessage( - i18next.t("abilityTriggers:postAttackStealHeldItem", { - pokemonNameWithAffix: getPokemonNameWithAffix(pokemon), - defenderName: defender.name, - stolenItemType: stolenItem.type.name, - }), - ); - return true; - } - } + ): void { + const heldItems = this.getTargetHeldItems(defender).filter((i) => i.isTransferable); + if (!this.stolenItem) { + this.stolenItem = heldItems[pokemon.randSeedInt(heldItems.length)]; } - return false; + if (globalScene.tryTransferHeldItemModifier(this.stolenItem, pokemon, false)) { + globalScene.queueMessage( + i18next.t("abilityTriggers:postAttackStealHeldItem", { + pokemonNameWithAffix: getPokemonNameWithAffix(pokemon), + defenderName: defender.name, + stolenItemType: this.stolenItem.type.name, + }), + ); + } + this.stolenItem = undefined; } getTargetHeldItems(target: Pokemon): PokemonHeldItemModifier[] { @@ -1825,18 +1919,23 @@ export class PostAttackApplyStatusEffectAbAttr extends PostAttackAbAttr { this.effects = effects; } - applyPostAttackAfterMoveTypeCheck(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, hitResult: HitResult, args: any[]): boolean { - if (pokemon !== attacker && move.hitsSubstitute(attacker, pokemon)) { - return false; - } - - /**Status inflicted by abilities post attacking are also considered additional effects.*/ - if (!attacker.hasAbilityWithAttr(IgnoreMoveEffectsAbAttr) && !simulated && pokemon !== attacker && (!this.contactRequired || move.checkFlag(MoveFlags.MAKES_CONTACT, attacker, pokemon)) && pokemon.randSeedInt(100) < this.chance && !pokemon.status) { + override canApplyPostAttack(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, hitResult: HitResult | null, args: any[]): boolean { + if ( + super.canApplyPostAttack(pokemon, passive, simulated, attacker, move, hitResult, args) + && !(pokemon !== attacker && move.hitsSubstitute(attacker, pokemon)) + && (simulated || !attacker.hasAbilityWithAttr(IgnoreMoveEffectsAbAttr) && pokemon !== attacker + && (!this.contactRequired || move.checkFlag(MoveFlags.MAKES_CONTACT, attacker, pokemon)) && pokemon.randSeedInt(100) < this.chance && !pokemon.status) + ) { const effect = this.effects.length === 1 ? this.effects[0] : this.effects[pokemon.randSeedInt(this.effects.length)]; - return attacker.trySetStatus(effect, true, pokemon); + return simulated || attacker.canSetStatus(effect, true, false, pokemon); } - return simulated; + return false; + } + + applyPostAttack(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, hitResult: HitResult, args: any[]): void { + const effect = this.effects.length === 1 ? this.effects[0] : this.effects[pokemon.randSeedInt(this.effects.length)]; + attacker.trySetStatus(effect, true, pokemon); } } @@ -1853,26 +1952,32 @@ export class PostAttackApplyBattlerTagAbAttr extends PostAttackAbAttr { constructor(contactRequired: boolean, chance: (user: Pokemon, target: Pokemon, move: Move) => number, ...effects: BattlerTagType[]) { - super(); + super(undefined, false); this.contactRequired = contactRequired; this.chance = chance; this.effects = effects; } - applyPostAttackAfterMoveTypeCheck(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, hitResult: HitResult, args: any[]): boolean { + override canApplyPostAttack(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, hitResult: HitResult | null, args: any[]): boolean { /**Battler tags inflicted by abilities post attacking are also considered additional effects.*/ - if (!attacker.hasAbilityWithAttr(IgnoreMoveEffectsAbAttr) && pokemon !== attacker && (!this.contactRequired || move.checkFlag(MoveFlags.MAKES_CONTACT, attacker, pokemon)) && pokemon.randSeedInt(100) < this.chance(attacker, pokemon, move) && !pokemon.status) { - const effect = this.effects.length === 1 ? this.effects[0] : this.effects[pokemon.randSeedInt(this.effects.length)]; - return simulated || attacker.addTag(effect); - } + return super.canApplyPostAttack(pokemon, passive, simulated, attacker, move, hitResult, args) && + !attacker.hasAbilityWithAttr(IgnoreMoveEffectsAbAttr) && pokemon !== attacker && + (!this.contactRequired || move.checkFlag(MoveFlags.MAKES_CONTACT, attacker, pokemon)) && + pokemon.randSeedInt(100) < this.chance(attacker, pokemon, move) && !pokemon.status; + } - return false; + override applyPostAttack(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, hitResult: HitResult, args: any[]): void { + if (!simulated) { + const effect = this.effects.length === 1 ? this.effects[0] : this.effects[pokemon.randSeedInt(this.effects.length)]; + attacker.addTag(effect); + } } } export class PostDefendStealHeldItemAbAttr extends PostDefendAbAttr { private condition?: PokemonDefendCondition; + private stolenItem?: PokemonHeldItemModifier; constructor(condition?: PokemonDefendCondition) { super(); @@ -1880,6 +1985,24 @@ export class PostDefendStealHeldItemAbAttr extends PostDefendAbAttr { this.condition = condition; } + override canApplyPostDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, hitResult: HitResult, args: any[]): boolean { + if ( + !simulated && + hitResult < HitResult.NO_EFFECT && + (!this.condition || this.condition(pokemon, attacker, move)) && + !move.hitsSubstitute(attacker, pokemon) + ) { + const heldItems = this.getTargetHeldItems(attacker).filter((i) => i.isTransferable); + if (heldItems.length) { + this.stolenItem = heldItems[pokemon.randSeedInt(heldItems.length)]; + if (globalScene.canTransferHeldItemModifier(this.stolenItem, pokemon)) { + return true; + } + } + } + return false; + } + override applyPostDefend( pokemon: Pokemon, _passive: boolean, @@ -1888,29 +2011,22 @@ export class PostDefendStealHeldItemAbAttr extends PostDefendAbAttr { move: Move, hitResult: HitResult, _args: any[], - ): boolean { - if ( - !simulated && - hitResult < HitResult.NO_EFFECT && - (!this.condition || this.condition(pokemon, attacker, move)) && - !move.hitsSubstitute(attacker, pokemon) - ) { - const heldItems = this.getTargetHeldItems(attacker).filter((i) => i.isTransferable); - if (heldItems.length) { - const stolenItem = heldItems[pokemon.randSeedInt(heldItems.length)]; - if (globalScene.tryTransferHeldItemModifier(stolenItem, pokemon, false)) { - globalScene.queueMessage( - i18next.t("abilityTriggers:postDefendStealHeldItem", { - pokemonNameWithAffix: getPokemonNameWithAffix(pokemon), - attackerName: attacker.name, - stolenItemType: stolenItem.type.name, - }), - ); - return true; - } - } + ): void { + + const heldItems = this.getTargetHeldItems(attacker).filter((i) => i.isTransferable); + if (!this.stolenItem) { + this.stolenItem = heldItems[pokemon.randSeedInt(heldItems.length)]; } - return false; + if (globalScene.tryTransferHeldItemModifier(this.stolenItem, pokemon, false)) { + globalScene.queueMessage( + i18next.t("abilityTriggers:postDefendStealHeldItem", { + pokemonNameWithAffix: getPokemonNameWithAffix(pokemon), + attackerName: attacker.name, + stolenItemType: this.stolenItem.type.name, + }), + ); + } + this.stolenItem = undefined; } getTargetHeldItems(target: Pokemon): PokemonHeldItemModifier[] { @@ -1924,6 +2040,16 @@ export class PostDefendStealHeldItemAbAttr extends PostDefendAbAttr { * @see {@linkcode applyPostSetStatus()}. */ export class PostSetStatusAbAttr extends AbAttr { + canApplyPostSetStatus( + pokemon: Pokemon, + sourcePokemon: Pokemon | null = null, + passive: boolean, + effect: StatusEffect, + simulated: boolean, + rgs: any[]): boolean { + return true; + } + /** * Does nothing after a status condition is set. * @param pokemon {@linkcode Pokemon} that status condition was set on. @@ -1931,7 +2057,6 @@ export class PostSetStatusAbAttr extends AbAttr { * @param passive Whether this ability is a passive. * @param effect {@linkcode StatusEffect} that was set. * @param args Set of unique arguments needed by this attribute. - * @returns `true` if application of the ability succeeds. */ applyPostSetStatus( pokemon: Pokemon, @@ -1940,9 +2065,7 @@ export class PostSetStatusAbAttr extends AbAttr { effect: StatusEffect, simulated: boolean, args: any[], - ): boolean { - return false; - } + ): void {} } /** @@ -1951,17 +2074,7 @@ export class PostSetStatusAbAttr extends AbAttr { * ability attribute. For Synchronize ability. */ export class SynchronizeStatusAbAttr extends PostSetStatusAbAttr { - /** - * If the `StatusEffect` that was set is Burn, Paralysis, Poison, or Toxic, and the status - * was set by a source Pokemon, set the source Pokemon's status to the same `StatusEffect`. - * @param pokemon {@linkcode Pokemon} that status condition was set on. - * @param sourcePokemon {@linkcode Pokemon} that that set the status condition. Is null if status was not set by a Pokemon. - * @param passive Whether this ability is a passive. - * @param effect {@linkcode StatusEffect} that was set. - * @param args Set of unique arguments needed by this attribute. - * @returns `true` if application of the ability succeeds. - */ - override applyPostSetStatus(pokemon: Pokemon, sourcePokemon: Pokemon | null = null, passive: boolean, effect: StatusEffect, simulated: boolean, args: any[]): boolean { + override canApplyPostSetStatus(pokemon: Pokemon, sourcePokemon: (Pokemon | null) | undefined, passive: boolean, effect: StatusEffect, simulated: boolean, args: any[]): boolean { /** Synchronizable statuses */ const syncStatuses = new Set([ StatusEffect.BURN, @@ -1970,21 +2083,32 @@ export class SynchronizeStatusAbAttr extends PostSetStatusAbAttr { StatusEffect.TOXIC ]); - if (sourcePokemon && syncStatuses.has(effect)) { - if (!simulated) { - sourcePokemon.trySetStatus(effect, true, pokemon); - } - return true; - } + // synchronize does not need to check canSetStatus because the ability shows even if it fails to set the status + return ((sourcePokemon ?? false) && syncStatuses.has(effect)); + } - return false; + /** + * If the `StatusEffect` that was set is Burn, Paralysis, Poison, or Toxic, and the status + * was set by a source Pokemon, set the source Pokemon's status to the same `StatusEffect`. + * @param pokemon {@linkcode Pokemon} that status condition was set on. + * @param sourcePokemon {@linkcode Pokemon} that that set the status condition. Is null if status was not set by a Pokemon. + * @param passive Whether this ability is a passive. + * @param effect {@linkcode StatusEffect} that was set. + * @param args Set of unique arguments needed by this attribute. + */ + override applyPostSetStatus(pokemon: Pokemon, sourcePokemon: Pokemon | null = null, passive: boolean, effect: StatusEffect, simulated: boolean, args: any[]): void { + if (!simulated && sourcePokemon) { + sourcePokemon.trySetStatus(effect, true, pokemon); + } } } export class PostVictoryAbAttr extends AbAttr { - applyPostVictory(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { - return false; + canApplyPostVictory(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { + return true; } + + applyPostVictory(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {} } class PostVictoryStatStageChangeAbAttr extends PostVictoryAbAttr { @@ -1998,12 +2122,11 @@ class PostVictoryStatStageChangeAbAttr extends PostVictoryAbAttr { this.stages = stages; } - applyPostVictory(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { + override applyPostVictory(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void { const stat = typeof this.stat === "function" ? this.stat(pokemon) : this.stat; if (!simulated) { globalScene.unshiftPhase(new StatStageChangePhase(pokemon.getBattlerIndex(), true, [ stat ], this.stages)); } - return true; } } @@ -2016,23 +2139,24 @@ export class PostVictoryFormChangeAbAttr extends PostVictoryAbAttr { this.formFunc = formFunc; } - applyPostVictory(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { + override canApplyPostVictory(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { const formIndex = this.formFunc(pokemon); - if (formIndex !== pokemon.formIndex) { - if (!simulated) { - globalScene.triggerPokemonFormChange(pokemon, SpeciesFormChangeAbilityTrigger, false); - } - return true; - } + return formIndex !== pokemon.formIndex; + } - return false; + override applyPostVictory(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void { + if (!simulated) { + globalScene.triggerPokemonFormChange(pokemon, SpeciesFormChangeAbilityTrigger, false); + } } } export class PostKnockOutAbAttr extends AbAttr { - applyPostKnockOut(pokemon: Pokemon, passive: boolean, simulated: boolean, knockedOut: Pokemon, args: any[]): boolean { - return false; + canApplyPostKnockOut(pokemon: Pokemon, passive: boolean, simulated: boolean, knockedOut: Pokemon, args: any[]): boolean { + return true; } + + applyPostKnockOut(pokemon: Pokemon, passive: boolean, simulated: boolean, knockedOut: Pokemon, args: any[]): void {} } export class PostKnockOutStatStageChangeAbAttr extends PostKnockOutAbAttr { @@ -2046,12 +2170,11 @@ export class PostKnockOutStatStageChangeAbAttr extends PostKnockOutAbAttr { this.stages = stages; } - applyPostKnockOut(pokemon: Pokemon, passive: boolean, simulated: boolean, knockedOut: Pokemon, args: any[]): boolean { + override applyPostKnockOut(pokemon: Pokemon, passive: boolean, simulated: boolean, knockedOut: Pokemon, args: any[]): void { const stat = typeof this.stat === "function" ? this.stat(pokemon) : this.stat; if (!simulated) { globalScene.unshiftPhase(new StatStageChangePhase(pokemon.getBattlerIndex(), true, [ stat ], this.stages)); } - return true; } } @@ -2060,16 +2183,15 @@ export class CopyFaintedAllyAbilityAbAttr extends PostKnockOutAbAttr { super(); } - applyPostKnockOut(pokemon: Pokemon, passive: boolean, simulated: boolean, knockedOut: Pokemon, args: any[]): boolean { - if (pokemon.isPlayer() === knockedOut.isPlayer() && !knockedOut.getAbility().hasAttr(UncopiableAbilityAbAttr)) { - if (!simulated) { - globalScene.queueMessage(i18next.t("abilityTriggers:copyFaintedAllyAbility", { pokemonNameWithAffix: getPokemonNameWithAffix(knockedOut), abilityName: allAbilities[knockedOut.getAbility().id].name })); - pokemon.setTempAbility(knockedOut.getAbility()); - } - return true; - } + override canApplyPostKnockOut(pokemon: Pokemon, passive: boolean, simulated: boolean, knockedOut: Pokemon, args: any[]): boolean { + return pokemon.isPlayer() === knockedOut.isPlayer() && knockedOut.getAbility().isCopiable; + } - return false; + override applyPostKnockOut(pokemon: Pokemon, passive: boolean, simulated: boolean, knockedOut: Pokemon, args: any[]): void { + if (!simulated) { + pokemon.setTempAbility(knockedOut.getAbility()); + globalScene.queueMessage(i18next.t("abilityTriggers:copyFaintedAllyAbility", { pokemonNameWithAffix: getPokemonNameWithAffix(knockedOut), abilityName: allAbilities[knockedOut.getAbility().id].name })); + } } } @@ -2086,6 +2208,10 @@ export class IgnoreOpponentStatStagesAbAttr extends AbAttr { this.stats = stats ?? BATTLE_STATS; } + override canApply(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { + return this.stats.includes(args[0]); + } + /** * Modifies a BooleanHolder and returns the result to see if a stat is ignored or not * @param _pokemon n/a @@ -2093,14 +2219,9 @@ export class IgnoreOpponentStatStagesAbAttr extends AbAttr { * @param simulated n/a * @param _cancelled n/a * @param args A BooleanHolder that represents whether or not to ignore a stat's stat changes - * @returns true if the stat is ignored, false otherwise */ - apply(_pokemon: Pokemon, _passive: boolean, simulated: boolean, _cancelled: Utils.BooleanHolder, args: any[]) { - if (this.stats.includes(args[0])) { - (args[1] as Utils.BooleanHolder).value = true; - return true; - } - return false; + override apply(_pokemon: Pokemon, _passive: boolean, simulated: boolean, _cancelled: Utils.BooleanHolder, args: any[]): void { + (args[1] as Utils.BooleanHolder).value = true; } } @@ -2109,9 +2230,8 @@ export class IntimidateImmunityAbAttr extends AbAttr { super(false); } - apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): boolean { + override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): void { cancelled.value = true; - return true; } getTriggerMessage(pokemon: Pokemon, abilityName: string, ...args: any[]): string { @@ -2134,12 +2254,11 @@ export class PostIntimidateStatStageChangeAbAttr extends AbAttr { this.overwrites = !!overwrites; } - apply(pokemon: Pokemon, passive: boolean, simulated:boolean, cancelled: Utils.BooleanHolder, args: any[]): boolean { + override apply(pokemon: Pokemon, passive: boolean, simulated:boolean, cancelled: Utils.BooleanHolder, args: any[]): void { if (!simulated) { globalScene.pushPhase(new StatStageChangePhase(pokemon.getBattlerIndex(), false, this.stats, this.stages)); } cancelled.value = this.overwrites; - return true; } } @@ -2163,16 +2282,17 @@ export class PostSummonAbAttr extends AbAttr { return this.activateOnGain; } + canApplyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { + return true; + } + /** * Applies ability post summon (after switching in) * @param pokemon {@linkcode Pokemon} with this ability * @param passive Whether this ability is a passive * @param args Set of unique arguments needed by this attribute - * @returns true if application of the ability succeeds */ - applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { - return false; - } + applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {} } /** @@ -2190,13 +2310,16 @@ export class PostSummonRemoveArenaTagAbAttr extends PostSummonAbAttr { this.arenaTags = arenaTags; } - override applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { + override canApplyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { + return globalScene.arena.tags.some(tag => this.arenaTags.includes(tag.tagType)); + } + + override applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void { if (!simulated) { for (const arenaTag of this.arenaTags) { globalScene.arena.removeTag(arenaTag); } } - return true; } } @@ -2211,20 +2334,19 @@ export class PostSummonAddArenaTagAbAttr extends PostSummonAbAttr { private sourceId: number; - constructor(tagType: ArenaTagType, turnCount: number, side?: ArenaTagSide, quiet?: boolean) { - super(false); + constructor(showAbility: boolean, tagType: ArenaTagType, turnCount: number, side?: ArenaTagSide, quiet?: boolean) { + super(showAbility); this.tagType = tagType; this.turnCount = turnCount; this.side = side; this.quiet = quiet; } - public override applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { + public override applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void { this.sourceId = pokemon.id; if (!simulated) { globalScene.arena.addTag(this.tagType, this.turnCount, undefined, this.sourceId, this.side, this.quiet); } - return true; } } @@ -2237,12 +2359,10 @@ export class PostSummonMessageAbAttr extends PostSummonAbAttr { this.messageFunc = messageFunc; } - applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { + override applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void { if (!simulated) { globalScene.queueMessage(this.messageFunc(pokemon)); } - - return true; } } @@ -2256,12 +2376,10 @@ export class PostSummonUnnamedMessageAbAttr extends PostSummonAbAttr { this.message = message; } - applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { + override applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void { if (!simulated) { globalScene.queueMessage(this.message); } - - return true; } } @@ -2276,11 +2394,13 @@ export class PostSummonAddBattlerTagAbAttr extends PostSummonAbAttr { this.turnCount = turnCount; } - applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { - if (simulated) { - return pokemon.canAddTag(this.tagType); - } else { - return pokemon.addTag(this.tagType, this.turnCount); + override canApplyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { + return pokemon.canAddTag(this.tagType); + } + + override applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void { + if (!simulated) { + pokemon.addTag(this.tagType, this.turnCount); } } } @@ -2292,7 +2412,7 @@ export class PostSummonStatStageChangeAbAttr extends PostSummonAbAttr { private intimidate: boolean; constructor(stats: BattleStat[], stages: number, selfTarget?: boolean, intimidate?: boolean) { - super(false); + super(true); this.stats = stats; this.stages = stages; @@ -2300,33 +2420,31 @@ export class PostSummonStatStageChangeAbAttr extends PostSummonAbAttr { this.intimidate = !!intimidate; } - applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { + override applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void { if (simulated) { - return true; + return; } - queueShowAbility(pokemon, passive); // TODO: Better solution than manually showing the ability here if (this.selfTarget) { // we unshift the StatStageChangePhase to put it right after the showAbility and not at the end of the // phase list (which could be after CommandPhase for example) globalScene.unshiftPhase(new StatStageChangePhase(pokemon.getBattlerIndex(), true, this.stats, this.stages)); - return true; - } - for (const opponent of pokemon.getOpponents()) { - const cancelled = new Utils.BooleanHolder(false); - if (this.intimidate) { - applyAbAttrs(IntimidateImmunityAbAttr, opponent, cancelled, simulated); - applyAbAttrs(PostIntimidateStatStageChangeAbAttr, opponent, cancelled, simulated); + } else { + for (const opponent of pokemon.getOpponents()) { + const cancelled = new Utils.BooleanHolder(false); + if (this.intimidate) { + applyAbAttrs(IntimidateImmunityAbAttr, opponent, cancelled, simulated); + applyAbAttrs(PostIntimidateStatStageChangeAbAttr, opponent, cancelled, simulated); - if (opponent.getTag(BattlerTagType.SUBSTITUTE)) { - cancelled.value = true; + if (opponent.getTag(BattlerTagType.SUBSTITUTE)) { + cancelled.value = true; + } + } + if (!cancelled.value) { + globalScene.unshiftPhase(new StatStageChangePhase(opponent.getBattlerIndex(), false, this.stats, this.stages)); } } - if (!cancelled.value) { - globalScene.unshiftPhase(new StatStageChangePhase(opponent.getBattlerIndex(), false, this.stats, this.stages)); - } } - return true; } } @@ -2341,18 +2459,16 @@ export class PostSummonAllyHealAbAttr extends PostSummonAbAttr { this.showAnim = showAnim; } - applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { + override canApplyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { + return pokemon.getAlly()?.isActive(true); + } + + override applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void { const target = pokemon.getAlly(); - if (target?.isActive(true)) { - if (!simulated) { - globalScene.unshiftPhase(new PokemonHealPhase(target.getBattlerIndex(), - Utils.toDmgValue(pokemon.getMaxHp() / this.healRatio), i18next.t("abilityTriggers:postSummonAllyHeal", { pokemonNameWithAffix: getPokemonNameWithAffix(target), pokemonName: pokemon.name }), true, !this.showAnim)); - } - - return true; + if (!simulated) { + globalScene.unshiftPhase(new PokemonHealPhase(target.getBattlerIndex(), + Utils.toDmgValue(pokemon.getMaxHp() / this.healRatio), i18next.t("abilityTriggers:postSummonAllyHeal", { pokemonNameWithAffix: getPokemonNameWithAffix(target), pokemonName: pokemon.name }), true, !this.showAnim)); } - - return false; } } @@ -2369,21 +2485,19 @@ export class PostSummonClearAllyStatStagesAbAttr extends PostSummonAbAttr { super(); } - applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { - const target = pokemon.getAlly(); - if (target?.isActive(true)) { - if (!simulated) { - for (const s of BATTLE_STATS) { - target.setStatStage(s, 0); - } + override canApplyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { + return pokemon.getAlly()?.isActive(true); + } - globalScene.queueMessage(i18next.t("abilityTriggers:postSummonClearAllyStats", { pokemonNameWithAffix: getPokemonNameWithAffix(target) })); + override applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void { + const target = pokemon.getAlly(); + if (!simulated) { + for (const s of BATTLE_STATS) { + target.setStatStage(s, 0); } - return true; + globalScene.queueMessage(i18next.t("abilityTriggers:postSummonClearAllyStats", { pokemonNameWithAffix: getPokemonNameWithAffix(target) })); } - - return false; } } @@ -2400,15 +2514,7 @@ export class DownloadAbAttr extends PostSummonAbAttr { private enemyCountTally: number; private stats: BattleStat[]; - /** - * Checks to see if it is the opening turn (starting a new game), if so, Download won't work. This is because Download takes into account - * vitamins and items, so it needs to use the Stat and the stat alone. - * @param {Pokemon} pokemon Pokemon that is using the move, as well as seeing the opposing pokemon. - * @param {boolean} passive N/A - * @param {any[]} args N/A - * @returns Returns true if ability is used successful, false if not. - */ - applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { + override canApplyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { this.enemyDef = 0; this.enemySpDef = 0; this.enemyCountTally = 0; @@ -2420,21 +2526,26 @@ export class DownloadAbAttr extends PostSummonAbAttr { } this.enemyDef = Math.round(this.enemyDef / this.enemyCountTally); this.enemySpDef = Math.round(this.enemySpDef / this.enemyCountTally); + return this.enemyDef > 0 && this.enemySpDef > 0; + } + /** + * Checks to see if it is the opening turn (starting a new game), if so, Download won't work. This is because Download takes into account + * vitamins and items, so it needs to use the Stat and the stat alone. + * @param {Pokemon} pokemon Pokemon that is using the move, as well as seeing the opposing pokemon. + * @param {boolean} passive N/A + * @param {any[]} args N/A + */ + override applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void { if (this.enemyDef < this.enemySpDef) { this.stats = [ Stat.ATK ]; } else { this.stats = [ Stat.SPATK ]; } - if (this.enemyDef > 0 && this.enemySpDef > 0) { // only activate if there's actually an enemy to download from - if (!simulated) { - globalScene.unshiftPhase(new StatStageChangePhase(pokemon.getBattlerIndex(), false, this.stats, 1)); - } - return true; + if (!simulated) { + globalScene.unshiftPhase(new StatStageChangePhase(pokemon.getBattlerIndex(), false, this.stats, 1)); } - - return false; } } @@ -2447,18 +2558,17 @@ export class PostSummonWeatherChangeAbAttr extends PostSummonAbAttr { this.weatherType = weatherType; } - applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { - if ((this.weatherType === WeatherType.HEAVY_RAIN || + override canApplyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { + const weatherReplaceable = (this.weatherType === WeatherType.HEAVY_RAIN || this.weatherType === WeatherType.HARSH_SUN || - this.weatherType === WeatherType.STRONG_WINDS) || !globalScene.arena.weather?.isImmutable()) { - if (simulated) { - return globalScene.arena.weather?.weatherType !== this.weatherType; - } else { - return globalScene.arena.trySetWeather(this.weatherType, true); - } - } + this.weatherType === WeatherType.STRONG_WINDS) || !globalScene.arena.weather?.isImmutable(); + return weatherReplaceable && globalScene.arena.canSetWeather(this.weatherType); + } - return false; + override applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void { + if (!simulated) { + globalScene.arena.trySetWeather(this.weatherType, pokemon); + } } } @@ -2471,11 +2581,13 @@ export class PostSummonTerrainChangeAbAttr extends PostSummonAbAttr { this.terrainType = terrainType; } - applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { - if (simulated) { - return globalScene.arena.terrain?.terrainType !== this.terrainType; - } else { - return globalScene.arena.trySetTerrain(this.terrainType, true); + override canApplyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { + return globalScene.arena.canSetTerrain(this.terrainType); + } + + override applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void { + if (!simulated) { + globalScene.arena.trySetTerrain(this.terrainType, false, pokemon); } } } @@ -2489,13 +2601,14 @@ export class PostSummonFormChangeAbAttr extends PostSummonAbAttr { this.formFunc = formFunc; } - applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { - const formIndex = this.formFunc(pokemon); - if (formIndex !== pokemon.formIndex) { - return simulated || globalScene.triggerPokemonFormChange(pokemon, SpeciesFormChangeAbilityTrigger, false); - } + override canApplyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { + return this.formFunc(pokemon) !== pokemon.formIndex; + } - return false; + override applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void { + if (!simulated) { + globalScene.triggerPokemonFormChange(pokemon, SpeciesFormChangeAbilityTrigger, false); + } } } @@ -2504,7 +2617,7 @@ export class PostSummonCopyAbilityAbAttr extends PostSummonAbAttr { private target: Pokemon; private targetAbilityName: string; - applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { + override canApplyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { const targets = pokemon.getOpponents(); if (!targets.length) { return false; @@ -2518,22 +2631,24 @@ export class PostSummonCopyAbilityAbAttr extends PostSummonAbAttr { } if ( - target!.getAbility().hasAttr(UncopiableAbilityAbAttr) && + !target!.getAbility().isCopiable && // Wonder Guard is normally uncopiable so has the attribute, but Trace specifically can copy it !(pokemon.hasAbility(Abilities.TRACE) && target!.getAbility().id === Abilities.WONDER_GUARD) ) { return false; } + this.target = target!; + this.targetAbilityName = allAbilities[target!.getAbility().id].name; + return true; + } + + override applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void { if (!simulated) { - this.target = target!; - this.targetAbilityName = allAbilities[target!.getAbility().id].name; - pokemon.setTempAbility(target!.getAbility()); - setAbilityRevealed(target!); + pokemon.setTempAbility(this.target!.getAbility()); + setAbilityRevealed(this.target!); pokemon.updateInfo(); } - - return true; } getTriggerMessage(pokemon: Pokemon, abilityName: string, ...args: any[]): string { @@ -2560,22 +2675,22 @@ export class PostSummonUserFieldRemoveStatusEffectAbAttr extends PostSummonAbAtt this.statusEffect = statusEffect; } + override canApplyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { + const party = pokemon instanceof PlayerPokemon ? globalScene.getPlayerField() : globalScene.getEnemyField(); + return party.filter(p => p.isAllowedInBattle()).length > 0; + } + /** * Removes supplied status effect from the user's field when user of the ability is summoned. * * @param pokemon - The Pokémon that triggered the ability. * @param passive - n/a * @param args - n/a - * @returns A boolean that resolves to a boolean indicating the result of the ability application. */ - override applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { + override applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void { const party = pokemon instanceof PlayerPokemon ? globalScene.getPlayerField() : globalScene.getEnemyField(); const allowedParty = party.filter(p => p.isAllowedInBattle()); - if (allowedParty.length < 1) { - return false; - } - if (!simulated) { for (const pokemon of allowedParty) { if (pokemon.status && this.statusEffect.includes(pokemon.status.effect)) { @@ -2585,14 +2700,13 @@ export class PostSummonUserFieldRemoveStatusEffectAbAttr extends PostSummonAbAtt } } } - return true; } } /** Attempt to copy the stat changes on an ally pokemon */ export class PostSummonCopyAllyStatsAbAttr extends PostSummonAbAttr { - applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { + override canApplyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { if (!globalScene.currentBattle.double) { return false; } @@ -2602,14 +2716,17 @@ export class PostSummonCopyAllyStatsAbAttr extends PostSummonAbAttr { return false; } + return true; + } + + override applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void { + const ally = pokemon.getAlly(); if (!simulated) { for (const s of BATTLE_STATS) { pokemon.setStatStage(s, ally.getStatStage(s)); } pokemon.updateInfo(); } - - return true; } getTriggerMessage(pokemon: Pokemon, abilityName: string, ...args: any[]): string { @@ -2628,12 +2745,7 @@ export class PostSummonTransformAbAttr extends PostSummonAbAttr { super(true, false); } - override applyPostSummon(pokemon: Pokemon, _passive: boolean, simulated: boolean, _args: any[]): boolean { - const targets = pokemon.getOpponents(); - if (simulated || !targets.length) { - return simulated; - } - + private getTarget(targets: Pokemon[]): Pokemon { let target: Pokemon; if (targets.length > 1) { globalScene.executeWithSeedOffset(() => { @@ -2653,21 +2765,28 @@ export class PostSummonTransformAbAttr extends PostSummonAbAttr { } target = target!; + return target; + } + + override canApplyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { + const targets = pokemon.getOpponents(); + if (simulated || !targets.length) { + return simulated; + } + // transforming from or into fusion pokemon causes various problems (including crashes and save corruption) - if (target.fusionSpecies || pokemon.fusionSpecies) { + if (this.getTarget(targets).fusionSpecies || pokemon.fusionSpecies) { return false; } + return true; + } + + override applyPostSummon(pokemon: Pokemon, _passive: boolean, simulated: boolean, _args: any[]): void { + const target = this.getTarget(pokemon.getOpponents()); + globalScene.unshiftPhase(new PokemonTransformPhase(pokemon.getBattlerIndex(), target.getBattlerIndex(), true)); - globalScene.queueMessage( - i18next.t("abilityTriggers:postSummonTransform", { - pokemonNameWithAffix: getPokemonNameWithAffix(pokemon), - targetName: target.name, - }), - ); - - return true; } } @@ -2677,25 +2796,20 @@ export class PostSummonTransformAbAttr extends PostSummonAbAttr { * @extends PostSummonAbAttr */ export class PostSummonWeatherSuppressedFormChangeAbAttr extends PostSummonAbAttr { + override canApplyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { + return getPokemonWithWeatherBasedForms().length > 0; + } + /** * Triggers {@linkcode Arena.triggerWeatherBasedFormChangesToNormal | triggerWeatherBasedFormChangesToNormal} * @param {Pokemon} pokemon the Pokemon with this ability * @param passive n/a * @param args n/a - * @returns whether a Pokemon was reverted to its normal form */ - applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]) { - const pokemonToTransform = getPokemonWithWeatherBasedForms(); - - if (pokemonToTransform.length < 1) { - return false; - } - + override applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void { if (!simulated) { globalScene.arena.triggerWeatherBasedFormChangesToNormal(); } - - return true; } } @@ -2708,11 +2822,17 @@ export class PostSummonFormChangeByWeatherAbAttr extends PostSummonAbAttr { private ability: Abilities; constructor(ability: Abilities) { - super(false); + super(true); this.ability = ability; } + override canApplyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { + const isCastformWithForecast = (pokemon.species.speciesId === Species.CASTFORM && this.ability === Abilities.FORECAST); + const isCherrimWithFlowerGift = (pokemon.species.speciesId === Species.CHERRIM && this.ability === Abilities.FLOWER_GIFT); + return isCastformWithForecast || isCherrimWithFlowerGift; + } + /** * Calls the {@linkcode BattleScene.triggerPokemonFormChange | triggerPokemonFormChange} for both * {@linkcode SpeciesFormChange.SpeciesFormChangeWeatherTrigger | SpeciesFormChangeWeatherTrigger} and @@ -2721,23 +2841,12 @@ export class PostSummonFormChangeByWeatherAbAttr extends PostSummonAbAttr { * @param {Pokemon} pokemon the Pokemon with this ability * @param passive n/a * @param args n/a - * @returns whether the form change was triggered */ - applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { - const isCastformWithForecast = (pokemon.species.speciesId === Species.CASTFORM && this.ability === Abilities.FORECAST); - const isCherrimWithFlowerGift = (pokemon.species.speciesId === Species.CHERRIM && this.ability === Abilities.FLOWER_GIFT); - - if (isCastformWithForecast || isCherrimWithFlowerGift) { - if (simulated) { - return simulated; - } - + override applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void { + if (!simulated) { globalScene.triggerPokemonFormChange(pokemon, SpeciesFormChangeWeatherTrigger); globalScene.triggerPokemonFormChange(pokemon, SpeciesFormChangeRevertWeatherFormTrigger); - queueShowAbility(pokemon, passive); - return true; } - return false; } } @@ -2752,53 +2861,55 @@ export class CommanderAbAttr extends AbAttr { super(true); } - override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: null, args: any[]): boolean { - // TODO: Should this work with X + Dondozo fusions? - if (globalScene.currentBattle?.double && pokemon.getAlly()?.species.speciesId === Species.DONDOZO) { - // If the ally Dondozo is fainted or was previously "commanded" by - // another Pokemon, this effect cannot apply. - if (pokemon.getAlly().isFainted() || pokemon.getAlly().getTag(BattlerTagType.COMMANDED)) { - return false; - } + override canApply(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { + // If the ally Dondozo is fainted or was previously "commanded" by + // another Pokemon, this effect cannot apply. - if (!simulated) { - // Lapse the source's semi-invulnerable tags (to avoid visual inconsistencies) - pokemon.lapseTags(BattlerTagLapseType.MOVE_EFFECT); - // Play an animation of the source jumping into the ally Dondozo's mouth - globalScene.triggerPokemonBattleAnim(pokemon, PokemonAnimType.COMMANDER_APPLY); - // Apply boosts from this effect to the ally Dondozo - pokemon.getAlly().addTag(BattlerTagType.COMMANDED, 0, Moves.NONE, pokemon.id); - // Cancel the source Pokemon's next move (if a move is queued) - globalScene.tryRemovePhase((phase) => phase instanceof MovePhase && phase.pokemon === pokemon); - } - return true; + // TODO: Should this work with X + Dondozo fusions? + return globalScene.currentBattle?.double && pokemon.getAlly()?.species.speciesId === Species.DONDOZO + && !(pokemon.getAlly().isFainted() || pokemon.getAlly().getTag(BattlerTagType.COMMANDED)); + } + + override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: null, args: any[]): void { + if (!simulated) { + // Lapse the source's semi-invulnerable tags (to avoid visual inconsistencies) + pokemon.lapseTags(BattlerTagLapseType.MOVE_EFFECT); + // Play an animation of the source jumping into the ally Dondozo's mouth + globalScene.triggerPokemonBattleAnim(pokemon, PokemonAnimType.COMMANDER_APPLY); + // Apply boosts from this effect to the ally Dondozo + pokemon.getAlly().addTag(BattlerTagType.COMMANDED, 0, Moves.NONE, pokemon.id); + // Cancel the source Pokemon's next move (if a move is queued) + globalScene.tryRemovePhase((phase) => phase instanceof MovePhase && phase.pokemon === pokemon); } - return false; } } export class PreSwitchOutAbAttr extends AbAttr { - constructor() { - super(true); + constructor(showAbility: boolean = true) { + super(showAbility); } - applyPreSwitchOut(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { - return false; + canApplyPreSwitchOut(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { + return true; } + + applyPreSwitchOut(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {} } export class PreSwitchOutResetStatusAbAttr extends PreSwitchOutAbAttr { - override applyPreSwitchOut(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { - if (pokemon.status) { - if (!simulated) { - pokemon.resetStatus(); - pokemon.updateInfo(); - } + constructor() { + super(false); + } - return true; + override canApplyPreSwitchOut(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { + return !Utils.isNullOrUndefined(pokemon.status); + } + + override applyPreSwitchOut(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void { + if (!simulated) { + pokemon.resetStatus(); + pokemon.updateInfo(); } - - return false; } } @@ -2858,7 +2969,7 @@ export class PreSwitchOutClearWeatherAbAttr extends PreSwitchOutAbAttr { } if (turnOffWeather) { - globalScene.arena.trySetWeather(WeatherType.NONE, false); + globalScene.arena.trySetWeather(WeatherType.NONE); return true; } @@ -2867,18 +2978,16 @@ export class PreSwitchOutClearWeatherAbAttr extends PreSwitchOutAbAttr { } export class PreSwitchOutHealAbAttr extends PreSwitchOutAbAttr { - override applyPreSwitchOut(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { - if (!pokemon.isFullHp()) { - if (!simulated) { - const healAmount = Utils.toDmgValue(pokemon.getMaxHp() * 0.33); - pokemon.heal(healAmount); - pokemon.updateInfo(); - } + override canApplyPreSwitchOut(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { + return !pokemon.isFullHp(); + } - return true; + override applyPreSwitchOut(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void { + if (!simulated) { + const healAmount = Utils.toDmgValue(pokemon.getMaxHp() * 0.33); + pokemon.heal(healAmount); + pokemon.updateInfo(); } - - return false; } } @@ -2896,80 +3005,73 @@ export class PreSwitchOutFormChangeAbAttr extends PreSwitchOutAbAttr { this.formFunc = formFunc; } + override canApplyPreSwitchOut(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { + return this.formFunc(pokemon) !== pokemon.formIndex; + } + /** * On switch out, trigger the form change to the one defined in the ability * @param pokemon The pokemon switching out and changing form {@linkcode Pokemon} * @param passive N/A * @param args N/A - * @returns true if the form change was successful */ - override applyPreSwitchOut(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { - const formIndex = this.formFunc(pokemon); - if (formIndex !== pokemon.formIndex) { - if (!simulated) { - globalScene.triggerPokemonFormChange(pokemon, SpeciesFormChangeAbilityTrigger, false); - } - return true; + override applyPreSwitchOut(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void { + if (!simulated) { + globalScene.triggerPokemonFormChange(pokemon, SpeciesFormChangeAbilityTrigger, false); } - - return false; } } export class PreLeaveFieldAbAttr extends AbAttr { - applyPreLeaveField(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { - return false; + canApplyPreLeaveField(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { + return true; } + + applyPreLeaveField(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {} } /** * Clears Desolate Land/Primordial Sea/Delta Stream upon the Pokemon switching out. */ export class PreLeaveFieldClearWeatherAbAttr extends PreLeaveFieldAbAttr { - /** - * @param pokemon The {@linkcode Pokemon} with the ability - * @param passive N/A - * @param args N/A - * @returns Returns `true` if the weather clears, otherwise `false`. - */ - applyPreLeaveField(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { - const weatherType = globalScene.arena.weather?.weatherType; - let turnOffWeather = false; + override canApplyPreLeaveField(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { + const weatherType = globalScene.arena.weather?.weatherType; // Clear weather only if user's ability matches the weather and no other pokemon has the ability. switch (weatherType) { case (WeatherType.HARSH_SUN): if (pokemon.hasAbility(Abilities.DESOLATE_LAND) && globalScene.getField(true).filter(p => p !== pokemon).filter(p => p.hasAbility(Abilities.DESOLATE_LAND)).length === 0) { - turnOffWeather = true; + return true; } break; case (WeatherType.HEAVY_RAIN): if (pokemon.hasAbility(Abilities.PRIMORDIAL_SEA) && globalScene.getField(true).filter(p => p !== pokemon).filter(p => p.hasAbility(Abilities.PRIMORDIAL_SEA)).length === 0) { - turnOffWeather = true; + return true; } break; case (WeatherType.STRONG_WINDS): if (pokemon.hasAbility(Abilities.DELTA_STREAM) && globalScene.getField(true).filter(p => p !== pokemon).filter(p => p.hasAbility(Abilities.DELTA_STREAM)).length === 0) { - turnOffWeather = true; + return true; } break; } - - if (simulated) { - return turnOffWeather; - } - - if (turnOffWeather) { - globalScene.arena.trySetWeather(WeatherType.NONE, false); - return true; - } - return false; } + + /** + * @param pokemon The {@linkcode Pokemon} with the ability + * @param passive N/A + * @param args N/A + */ + override applyPreLeaveField(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void { + if (!simulated) { + globalScene.arena.trySetWeather(WeatherType.NONE); + } + } } /** @@ -2980,19 +3082,27 @@ export class PreLeaveFieldRemoveSuppressAbilitiesSourceAbAttr extends PreLeaveFi super(false); } - public override applyPreLeaveField(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { - if (!simulated) { - const suppressTag = globalScene.arena.getTag(ArenaTagType.NEUTRALIZING_GAS) as SuppressAbilitiesTag; - if (suppressTag) { - suppressTag.onSourceLeave(globalScene.arena); - return true; - } - } - return simulated; + public override canApplyPreLeaveField(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { + return !!globalScene.arena.getTag(ArenaTagType.NEUTRALIZING_GAS); + } + + public override applyPreLeaveField(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void { + const suppressTag = globalScene.arena.getTag(ArenaTagType.NEUTRALIZING_GAS) as SuppressAbilitiesTag; + suppressTag.onSourceLeave(globalScene.arena); } } export class PreStatStageChangeAbAttr extends AbAttr { + canApplyPreStatStageChange( + pokemon: Pokemon | null, + passive: boolean, + simulated: boolean, + stat: BattleStat, + cancelled: Utils.BooleanHolder, + args: any[]): boolean { + return true; + } + applyPreStatStageChange( pokemon: Pokemon | null, passive: boolean, @@ -3000,9 +3110,7 @@ export class PreStatStageChangeAbAttr extends AbAttr { stat: BattleStat, cancelled: Utils.BooleanHolder, args: any[], - ): boolean { - return false; - } + ): void {} } /** @@ -3021,9 +3129,8 @@ export class ReflectStatStageChangeAbAttr extends PreStatStageChangeAbAttr { * @param stat the {@linkcode BattleStat} being affected * @param cancelled The {@linkcode Utils.BooleanHolder} that will be set to true due to reflection * @param args - * @returns true because it reflects any stat being lowered */ - applyPreStatStageChange(_pokemon: Pokemon, _passive: boolean, simulated: boolean, stat: BattleStat, cancelled: Utils.BooleanHolder, args: any[]): boolean { + override applyPreStatStageChange(_pokemon: Pokemon, _passive: boolean, simulated: boolean, stat: BattleStat, cancelled: Utils.BooleanHolder, args: any[]): void { const attacker: Pokemon = args[0]; const stages = args[1]; this.reflectedStat = stat; @@ -3031,7 +3138,6 @@ export class ReflectStatStageChangeAbAttr extends PreStatStageChangeAbAttr { globalScene.unshiftPhase(new StatStageChangePhase(attacker.getBattlerIndex(), false, [ stat ], stages, true, false, true, null, true)); } cancelled.value = true; - return true; } getTriggerMessage(pokemon: Pokemon, abilityName: string, ..._args: any[]): string { @@ -3056,6 +3162,10 @@ export class ProtectStatAbAttr extends PreStatStageChangeAbAttr { this.protectedStat = protectedStat; } + override canApplyPreStatStageChange(pokemon: Pokemon | null, passive: boolean, simulated: boolean, stat: BattleStat, cancelled: Utils.BooleanHolder, args: any[]): boolean { + return Utils.isNullOrUndefined(this.protectedStat) || stat === this.protectedStat; + } + /** * Apply the {@linkcode ProtectedStatAbAttr} to an interaction * @param _pokemon @@ -3064,15 +3174,9 @@ export class ProtectStatAbAttr extends PreStatStageChangeAbAttr { * @param stat the {@linkcode BattleStat} being affected * @param cancelled The {@linkcode Utils.BooleanHolder} that will be set to true if the stat is protected * @param _args - * @returns true if the stat is protected, false otherwise */ - applyPreStatStageChange(_pokemon: Pokemon, _passive: boolean, _simulated: boolean, stat: BattleStat, cancelled: Utils.BooleanHolder, _args: any[]): boolean { - if (Utils.isNullOrUndefined(this.protectedStat) || stat === this.protectedStat) { - cancelled.value = true; - return true; - } - - return false; + override applyPreStatStageChange(_pokemon: Pokemon, _passive: boolean, _simulated: boolean, stat: BattleStat, cancelled: Utils.BooleanHolder, _args: any[]): void { + cancelled.value = true; } getTriggerMessage(pokemon: Pokemon, abilityName: string, ..._args: any[]): string { @@ -3100,6 +3204,13 @@ export class ConfusionOnStatusEffectAbAttr extends PostAttackAbAttr { super((user, target, move) => true); this.effects = effects; } + + override canApplyPostAttack(pokemon: Pokemon, passive: boolean, simulated: boolean, defender: Pokemon, move: Move, hitResult: HitResult | null, args: any[]): boolean { + return super.canApplyPostAttack(pokemon, passive, simulated, defender, move, hitResult, args) + && this.effects.indexOf(args[0]) > -1 && !defender.isFainted() && defender.canAddTag(BattlerTagType.CONFUSED); + } + + /** * Applies confusion to the target pokemon. * @param pokemon {@link Pokemon} attacking @@ -3108,21 +3219,26 @@ export class ConfusionOnStatusEffectAbAttr extends PostAttackAbAttr { * @param move {@link Move} used to apply status effect and confusion * @param hitResult N/A * @param args [0] {@linkcode StatusEffect} applied by move - * @returns true if defender is confused */ - applyPostAttackAfterMoveTypeCheck(pokemon: Pokemon, passive: boolean, simulated: boolean, defender: Pokemon, move: Move, hitResult: HitResult, args: any[]): boolean { - if (this.effects.indexOf(args[0]) > -1 && !defender.isFainted()) { - if (simulated) { - return defender.canAddTag(BattlerTagType.CONFUSED); - } else { - return defender.addTag(BattlerTagType.CONFUSED, pokemon.randSeedIntRange(2, 5), move.id, defender.id); - } + override applyPostAttack(pokemon: Pokemon, passive: boolean, simulated: boolean, defender: Pokemon, move: Move, hitResult: HitResult, args: any[]): void { + if (!simulated) { + defender.addTag(BattlerTagType.CONFUSED, pokemon.randSeedIntRange(2, 5), move.id, defender.id); } - return false; } } export class PreSetStatusAbAttr extends AbAttr { + /** Return whether the ability attribute can be applied */ + canApplyPreSetStatus( + pokemon: Pokemon, + passive: boolean, + simulated: boolean, + effect: StatusEffect | undefined, + cancelled: Utils.BooleanHolder, + args: any[]): boolean { + return true; + } + applyPreSetStatus( pokemon: Pokemon, passive: boolean, @@ -3130,16 +3246,14 @@ export class PreSetStatusAbAttr extends AbAttr { effect: StatusEffect | undefined, cancelled: Utils.BooleanHolder, args: any[], - ): boolean { - return false; - } + ): void {} } /** * Provides immunity to status effects to specified targets. */ export class PreSetStatusEffectImmunityAbAttr extends PreSetStatusAbAttr { - private immuneEffects: StatusEffect[]; + protected immuneEffects: StatusEffect[]; /** * @param immuneEffects - The status effects to which the Pokémon is immune. @@ -3150,6 +3264,10 @@ export class PreSetStatusEffectImmunityAbAttr extends PreSetStatusAbAttr { this.immuneEffects = immuneEffects; } + override canApplyPreSetStatus(pokemon: Pokemon, passive: boolean, simulated: boolean, effect: StatusEffect, cancelled: Utils.BooleanHolder, args: any[]): boolean { + return effect !== StatusEffect.FAINT && this.immuneEffects.length < 1 || this.immuneEffects.includes(effect); + } + /** * Applies immunity to supplied status effects. * @@ -3158,15 +3276,9 @@ export class PreSetStatusEffectImmunityAbAttr extends PreSetStatusAbAttr { * @param effect - The status effect being applied. * @param cancelled - A holder for a boolean value indicating if the status application was cancelled. * @param args - n/a - * @returns A boolean indicating the result of the status application. */ - applyPreSetStatus(pokemon: Pokemon, passive: boolean, simulated: boolean, effect: StatusEffect, cancelled: Utils.BooleanHolder, args: any[]): boolean { - if (effect !== StatusEffect.FAINT && this.immuneEffects.length < 1 || this.immuneEffects.includes(effect)) { - cancelled.value = true; - return true; - } - - return false; + override applyPreSetStatus(pokemon: Pokemon, passive: boolean, simulated: boolean, effect: StatusEffect, cancelled: Utils.BooleanHolder, args: any[]): void { + cancelled.value = true; } getTriggerMessage(pokemon: Pokemon, abilityName: string, ...args: any[]): string { @@ -3195,8 +3307,94 @@ export class StatusEffectImmunityAbAttr extends PreSetStatusEffectImmunityAbAttr */ export class UserFieldStatusEffectImmunityAbAttr extends PreSetStatusEffectImmunityAbAttr { } +/** + * Conditionally provides immunity to status effects to the user's field. + * + * Used by {@linkcode Abilities.FLOWER_VEIL | Flower Veil}. + * @extends UserFieldStatusEffectImmunityAbAttr + * + */ +export class ConditionalUserFieldStatusEffectImmunityAbAttr extends UserFieldStatusEffectImmunityAbAttr { + /** + * The condition for the field immunity to be applied. + * @param target The target of the status effect + * @param source The source of the status effect + */ + protected condition: (target: Pokemon, source: Pokemon | null) => boolean; + + /** + * Evaluate the condition to determine if the {@linkcode ConditionalUserFieldStatusEffectImmunityAbAttr} can be applied. + * @param pokemon The pokemon with the ability + * @param passive unused + * @param simulated Whether the ability is being simulated + * @param effect The status effect being applied + * @param cancelled Holds whether the status effect was cancelled by a prior effect + * @param args `Args[0]` is the target of the status effect, `Args[1]` is the source. + * @returns Whether the ability can be applied to cancel the status effect. + */ + override canApplyPreSetStatus(pokemon: Pokemon, passive: boolean, simulated: boolean, effect: StatusEffect, cancelled: Utils.BooleanHolder, args: [Pokemon, Pokemon | null, ...any]): boolean { + return (!cancelled.value && effect !== StatusEffect.FAINT && this.immuneEffects.length < 1 || this.immuneEffects.includes(effect)) && this.condition(args[0], args[1]); + } + + constructor(condition: (target: Pokemon, source: Pokemon | null) => boolean, ...immuneEffects: StatusEffect[]) { + super(...immuneEffects); + + this.condition = condition; + } +} + +/** + * Conditionally provides immunity to stat drop effects to the user's field. + * + * Used by {@linkcode Abilities.FLOWER_VEIL | Flower Veil}. + */ +export class ConditionalUserFieldProtectStatAbAttr extends PreStatStageChangeAbAttr { + /** {@linkcode BattleStat} to protect or `undefined` if **all** {@linkcode BattleStat} are protected */ + protected protectedStat?: BattleStat; + + /** If the method evaluates to true, the stat will be protected. */ + protected condition: (target: Pokemon) => boolean; + + constructor(condition: (target: Pokemon) => boolean, protectedStat?: BattleStat) { + super(); + this.condition = condition; + } + + /** + * Determine whether the {@linkcode ConditionalUserFieldProtectStatAbAttr} can be applied. + * @param pokemon The pokemon with the ability + * @param passive unused + * @param simulated Unused + * @param stat The stat being affected + * @param cancelled Holds whether the stat change was already prevented. + * @param args Args[0] is the target pokemon of the stat change. + * @returns + */ + override canApplyPreStatStageChange(pokemon: Pokemon, passive: boolean, simulated: boolean, stat: BattleStat, cancelled: Utils.BooleanHolder, args: [Pokemon, ...any]): boolean { + const target = args[0]; + if (!target) { + return false; + } + return !cancelled.value && (Utils.isNullOrUndefined(this.protectedStat) || stat === this.protectedStat) && this.condition(target); + } + + /** + * Apply the {@linkcode ConditionalUserFieldStatusEffectImmunityAbAttr} to an interaction + * @param _pokemon The pokemon the stat change is affecting (unused) + * @param _passive unused + * @param _simulated unused + * @param stat The stat being affected + * @param cancelled Will be set to true if the stat change is prevented + * @param _args unused + */ + override applyPreStatStageChange(_pokemon: Pokemon, _passive: boolean, _simulated: boolean, _stat: BattleStat, cancelled: Utils.BooleanHolder, _args: any[]): void { + cancelled.value = true; + } +} + + export class PreApplyBattlerTagAbAttr extends AbAttr { - applyPreApplyBattlerTag( + canApplyPreApplyBattlerTag( pokemon: Pokemon, passive: boolean, simulated: boolean, @@ -3204,33 +3402,40 @@ export class PreApplyBattlerTagAbAttr extends AbAttr { cancelled: Utils.BooleanHolder, args: any[], ): boolean { - return false; + return true; } + + applyPreApplyBattlerTag( + pokemon: Pokemon, + passive: boolean, + simulated: boolean, + tag: BattlerTag, + cancelled: Utils.BooleanHolder, + args: any[], + ): void {} } /** * Provides immunity to BattlerTags {@linkcode BattlerTag} to specified targets. */ export class PreApplyBattlerTagImmunityAbAttr extends PreApplyBattlerTagAbAttr { - private immuneTagTypes: BattlerTagType[]; - private battlerTag: BattlerTag; + protected immuneTagTypes: BattlerTagType[]; + protected battlerTag: BattlerTag; constructor(immuneTagTypes: BattlerTagType | BattlerTagType[]) { - super(); + super(true); this.immuneTagTypes = Array.isArray(immuneTagTypes) ? immuneTagTypes : [ immuneTagTypes ]; } - applyPreApplyBattlerTag(pokemon: Pokemon, passive: boolean, simulated: boolean, tag: BattlerTag, cancelled: Utils.BooleanHolder, args: any[]): boolean { - if (this.immuneTagTypes.includes(tag.tagType)) { - cancelled.value = true; - if (!simulated) { - this.battlerTag = tag; - } - return true; - } + override canApplyPreApplyBattlerTag(pokemon: Pokemon, passive: boolean, simulated: boolean, tag: BattlerTag, cancelled: Utils.BooleanHolder, args: any[]): boolean { + this.battlerTag = tag; - return false; + return !cancelled.value && this.immuneTagTypes.includes(tag.tagType); + } + + override applyPreApplyBattlerTag(pokemon: Pokemon, passive: boolean, simulated: boolean, tag: BattlerTag, cancelled: Utils.BooleanHolder, args: any[]): void { + cancelled.value = true; } getTriggerMessage(pokemon: Pokemon, abilityName: string, ...args: any[]): string { @@ -3254,17 +3459,46 @@ export class BattlerTagImmunityAbAttr extends PreApplyBattlerTagImmunityAbAttr { */ export class UserFieldBattlerTagImmunityAbAttr extends PreApplyBattlerTagImmunityAbAttr { } +export class ConditionalUserFieldBattlerTagImmunityAbAttr extends UserFieldBattlerTagImmunityAbAttr { + private condition: (target: Pokemon) => boolean; + + /** + * Determine whether the {@linkcode ConditionalUserFieldBattlerTagImmunityAbAttr} can be applied by passing the target pokemon to the condition. + * @param pokemon The pokemon owning the ability + * @param passive unused + * @param simulated whether the ability is being simulated (unused) + * @param tag The {@linkcode BattlerTag} being applied + * @param cancelled Holds whether the tag was previously cancelled (unused) + * @param args Args[0] is the target that the tag is attempting to be applied to + * @returns Whether the ability can be used to cancel the battler tag + */ + override canApplyPreApplyBattlerTag(pokemon: Pokemon, passive: boolean, simulated: boolean, tag: BattlerTag, cancelled: Utils.BooleanHolder, args: [Pokemon, ...any]): boolean { + return super.canApplyPreApplyBattlerTag(pokemon, passive, simulated, tag, cancelled, args) && this.condition(args[0]); + } + + constructor(condition: (target: Pokemon) => boolean, immuneTagTypes: BattlerTagType | BattlerTagType[]) { + super(immuneTagTypes); + + this.condition = condition; + } +} + export class BlockCritAbAttr extends AbAttr { - apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): boolean { + constructor() { + super(false); + } + + override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): void { (args[0] as Utils.BooleanHolder).value = true; - return true; } } export class BonusCritAbAttr extends AbAttr { - apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): boolean { + constructor() { + super(false); + } + override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): void { (args[0] as Utils.BooleanHolder).value = true; - return true; } } @@ -3272,19 +3506,19 @@ export class MultCritAbAttr extends AbAttr { public multAmount: number; constructor(multAmount: number) { - super(true); + super(false); this.multAmount = multAmount; } - apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): boolean { + override canApply(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { const critMult = args[0] as Utils.NumberHolder; - if (critMult.value > 1) { - critMult.value *= this.multAmount; - return true; - } + return critMult.value > 1; + } - return false; + override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): void { + const critMult = args[0] as Utils.NumberHolder; + critMult.value *= this.multAmount; } } @@ -3297,33 +3531,35 @@ export class ConditionalCritAbAttr extends AbAttr { private condition: PokemonAttackCondition; constructor(condition: PokemonAttackCondition, checkUser?: boolean) { - super(); + super(false); this.condition = condition; } + override canApply(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { + const target = (args[1] as Pokemon); + const move = (args[2] as Move); + return this.condition(pokemon, target, move); + } + /** * @param pokemon {@linkcode Pokemon} user. * @param args [0] {@linkcode Utils.BooleanHolder} If true critical hit is guaranteed. * [1] {@linkcode Pokemon} Target. * [2] {@linkcode Move} used by ability user. */ - apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): boolean { - const target = (args[1] as Pokemon); - const move = (args[2] as Move); - if (!this.condition(pokemon, target, move)) { - return false; - } - + override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): void { (args[0] as Utils.BooleanHolder).value = true; - return true; } } export class BlockNonDirectDamageAbAttr extends AbAttr { - apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): boolean { + constructor() { + super(false); + } + + override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): void { cancelled.value = true; - return true; } } @@ -3342,26 +3578,27 @@ export class BlockStatusDamageAbAttr extends AbAttr { this.effects = effects; } + override canApply(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { + if (pokemon.status && this.effects.includes(pokemon.status.effect)) { + return true; + } + return false; + } + /** * @param {Pokemon} pokemon The pokemon with the ability * @param {boolean} passive N/A * @param {Utils.BooleanHolder} cancelled Whether to cancel the status damage * @param {any[]} args N/A - * @returns Returns true if status damage is blocked */ - apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): boolean { - if (pokemon.status && this.effects.includes(pokemon.status.effect)) { - cancelled.value = true; - return true; - } - return false; + override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): void { + cancelled.value = true; } } export class BlockOneHitKOAbAttr extends AbAttr { - apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): boolean { + override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): void { cancelled.value = true; - return true; } } @@ -3379,25 +3616,34 @@ export class ChangeMovePriorityAbAttr extends AbAttr { * @param {number} changeAmount the amount of priority added or subtracted */ constructor(moveFunc: (pokemon: Pokemon, move: Move) => boolean, changeAmount: number) { - super(true); + super(false); this.moveFunc = moveFunc; this.changeAmount = changeAmount; } - apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): boolean { - if (!this.moveFunc(pokemon, args[0] as Move)) { - return false; - } + override canApply(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { + return this.moveFunc(pokemon, args[0] as Move); + } + override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): void { (args[1] as Utils.NumberHolder).value += this.changeAmount; - return true; } } export class IgnoreContactAbAttr extends AbAttr { } export class PreWeatherEffectAbAttr extends AbAttr { + canApplyPreWeatherEffect( + pokemon: Pokemon, + passive: Boolean, + simulated: boolean, + weather: Weather | null, + cancelled: Utils.BooleanHolder, + args: any[]): boolean { + return true; + } + applyPreWeatherEffect( pokemon: Pokemon, passive: boolean, @@ -3405,9 +3651,7 @@ export class PreWeatherEffectAbAttr extends AbAttr { weather: Weather | null, cancelled: Utils.BooleanHolder, args: any[], - ): boolean { - return false; - } + ): void {} } export class PreWeatherDamageAbAttr extends PreWeatherEffectAbAttr { } @@ -3416,17 +3660,17 @@ export class BlockWeatherDamageAttr extends PreWeatherDamageAbAttr { private weatherTypes: WeatherType[]; constructor(...weatherTypes: WeatherType[]) { - super(); + super(false); this.weatherTypes = weatherTypes; } - applyPreWeatherEffect(pokemon: Pokemon, passive: boolean, simulated: boolean, weather: Weather, cancelled: Utils.BooleanHolder, args: any[]): boolean { - if (!this.weatherTypes.length || this.weatherTypes.indexOf(weather?.weatherType) > -1) { - cancelled.value = true; - } + override canApplyPreWeatherEffect(pokemon: Pokemon, passive: Boolean, simulated: boolean, weather: Weather, cancelled: Utils.BooleanHolder, args: any[]): boolean { + return !this.weatherTypes.length || this.weatherTypes.indexOf(weather?.weatherType) > -1; + } - return true; + override applyPreWeatherEffect(pokemon: Pokemon, passive: boolean, simulated: boolean, weather: Weather, cancelled: Utils.BooleanHolder, args: any[]): void { + cancelled.value = true; } } @@ -3434,18 +3678,17 @@ export class SuppressWeatherEffectAbAttr extends PreWeatherEffectAbAttr { public affectsImmutable: boolean; constructor(affectsImmutable?: boolean) { - super(); + super(true); this.affectsImmutable = !!affectsImmutable; } - applyPreWeatherEffect(pokemon: Pokemon, passive: boolean, simulated: boolean, weather: Weather, cancelled: Utils.BooleanHolder, args: any[]): boolean { - if (this.affectsImmutable || weather.isImmutable()) { - cancelled.value = true; - return true; - } + override canApplyPreWeatherEffect(pokemon: Pokemon, passive: Boolean, simulated: boolean, weather: Weather, cancelled: Utils.BooleanHolder, args: any[]): boolean { + return this.affectsImmutable || weather.isImmutable(); + } - return false; + override applyPreWeatherEffect(pokemon: Pokemon, passive: boolean, simulated: boolean, weather: Weather, cancelled: Utils.BooleanHolder, args: any[]): void { + cancelled.value = true; } } @@ -3550,7 +3793,7 @@ export class ForewarnAbAttr extends PostSummonAbAttr { super(true); } - applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { + override applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void { let maxPowerSeen = 0; let maxMove = ""; let movePower = 0; @@ -3577,7 +3820,6 @@ export class ForewarnAbAttr extends PostSummonAbAttr { if (!simulated) { globalScene.queueMessage(i18next.t("abilityTriggers:forewarn", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon), moveName: maxMove })); } - return true; } } @@ -3586,21 +3828,22 @@ export class FriskAbAttr extends PostSummonAbAttr { super(true); } - applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { + override applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void { if (!simulated) { for (const opponent of pokemon.getOpponents()) { globalScene.queueMessage(i18next.t("abilityTriggers:frisk", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon), opponentName: opponent.name, opponentAbilityName: opponent.getAbility().name })); setAbilityRevealed(opponent); } } - return true; } } export class PostWeatherChangeAbAttr extends AbAttr { - applyPostWeatherChange(pokemon: Pokemon, passive: boolean, simulated: boolean, weather: WeatherType, args: any[]): boolean { - return false; + canApplyPostWeatherChange(pokemon: Pokemon, passive: boolean, simulated: boolean, weather: WeatherType, args: any[]): boolean { + return true; } + + applyPostWeatherChange(pokemon: Pokemon, passive: boolean, simulated: boolean, weather: WeatherType, args: any[]): void {} } /** @@ -3619,6 +3862,13 @@ export class PostWeatherChangeFormChangeAbAttr extends PostWeatherChangeAbAttr { this.formRevertingWeathers = formRevertingWeathers; } + override canApplyPostWeatherChange(pokemon: Pokemon, passive: boolean, simulated: boolean, weather: WeatherType, args: any[]): boolean { + const isCastformWithForecast = (pokemon.species.speciesId === Species.CASTFORM && this.ability === Abilities.FORECAST); + const isCherrimWithFlowerGift = (pokemon.species.speciesId === Species.CHERRIM && this.ability === Abilities.FLOWER_GIFT); + + return isCastformWithForecast || isCherrimWithFlowerGift; + } + /** * Calls {@linkcode Arena.triggerWeatherBasedFormChangesToNormal | triggerWeatherBasedFormChangesToNormal} when the * weather changed to form-reverting weather, otherwise calls {@linkcode Arena.triggerWeatherBasedFormChanges | triggerWeatherBasedFormChanges} @@ -3626,27 +3876,19 @@ export class PostWeatherChangeFormChangeAbAttr extends PostWeatherChangeAbAttr { * @param passive n/a * @param weather n/a * @param args n/a - * @returns whether the form change was triggered */ - applyPostWeatherChange(pokemon: Pokemon, passive: boolean, simulated: boolean, weather: WeatherType, args: any[]): boolean { - const isCastformWithForecast = (pokemon.species.speciesId === Species.CASTFORM && this.ability === Abilities.FORECAST); - const isCherrimWithFlowerGift = (pokemon.species.speciesId === Species.CHERRIM && this.ability === Abilities.FLOWER_GIFT); - - if (isCastformWithForecast || isCherrimWithFlowerGift) { - if (simulated) { - return simulated; - } - - const weatherType = globalScene.arena.weather?.weatherType; - - if (weatherType && this.formRevertingWeathers.includes(weatherType)) { - globalScene.arena.triggerWeatherBasedFormChangesToNormal(); - } else { - globalScene.arena.triggerWeatherBasedFormChanges(); - } - return true; + override applyPostWeatherChange(pokemon: Pokemon, passive: boolean, simulated: boolean, weather: WeatherType, args: any[]): void { + if (simulated) { + return; + } + + const weatherType = globalScene.arena.weather?.weatherType; + + if (weatherType && this.formRevertingWeathers.includes(weatherType)) { + globalScene.arena.triggerWeatherBasedFormChangesToNormal(); + } else { + globalScene.arena.triggerWeatherBasedFormChanges(); } - return false; } } @@ -3663,16 +3905,13 @@ export class PostWeatherChangeAddBattlerTagAttr extends PostWeatherChangeAbAttr this.weatherTypes = weatherTypes; } - applyPostWeatherChange(pokemon: Pokemon, passive: boolean, simulated: boolean, weather: WeatherType, args: any[]): boolean { - console.log(this.weatherTypes.find(w => weather === w), WeatherType[weather]); - if (!this.weatherTypes.find(w => weather === w)) { - return false; - } + override canApplyPostWeatherChange(pokemon: Pokemon, passive: boolean, simulated: boolean, weather: WeatherType, args: any[]): boolean { + return !!this.weatherTypes.find(w => weather === w) && pokemon.canAddTag(this.tagType); + } - if (simulated) { - return pokemon.canAddTag(this.tagType); - } else { - return pokemon.addTag(this.tagType, this.turnCount); + override applyPostWeatherChange(pokemon: Pokemon, passive: boolean, simulated: boolean, weather: WeatherType, args: any[]): void { + if (!simulated) { + pokemon.addTag(this.tagType, this.turnCount); } } } @@ -3686,15 +3925,22 @@ export class PostWeatherLapseAbAttr extends AbAttr { this.weatherTypes = weatherTypes; } + canApplyPostWeatherLapse( + pokemon: Pokemon, + passive: boolean, + simulated: boolean, + weather: Weather | null, + args: any[]): boolean { + return true; + } + applyPostWeatherLapse( pokemon: Pokemon, passive: boolean, simulated: boolean, weather: Weather | null, args: any[], - ): boolean { - return false; - } + ): void {} getCondition(): AbAttrCondition { return getWeatherCondition(...this.weatherTypes); @@ -3710,17 +3956,16 @@ export class PostWeatherLapseHealAbAttr extends PostWeatherLapseAbAttr { this.healFactor = healFactor; } - applyPostWeatherLapse(pokemon: Pokemon, passive: boolean, simulated: boolean, weather: Weather, args: any[]): boolean { - if (!pokemon.isFullHp()) { - const abilityName = (!passive ? pokemon.getAbility() : pokemon.getPassiveAbility()).name; - if (!simulated) { - globalScene.unshiftPhase(new PokemonHealPhase(pokemon.getBattlerIndex(), - Utils.toDmgValue(pokemon.getMaxHp() / (16 / this.healFactor)), i18next.t("abilityTriggers:postWeatherLapseHeal", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon), abilityName }), true)); - } - return true; - } + override canApplyPostWeatherLapse(pokemon: Pokemon, passive: boolean, simulated: boolean, weather: Weather | null, args: any[]): boolean { + return !pokemon.isFullHp(); + } - return false; + override applyPostWeatherLapse(pokemon: Pokemon, passive: boolean, simulated: boolean, weather: Weather, args: any[]): void { + const abilityName = (!passive ? pokemon.getAbility() : pokemon.getPassiveAbility()).name; + if (!simulated) { + globalScene.unshiftPhase(new PokemonHealPhase(pokemon.getBattlerIndex(), + Utils.toDmgValue(pokemon.getMaxHp() / (16 / this.healFactor)), i18next.t("abilityTriggers:postWeatherLapseHeal", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon), abilityName }), true)); + } } } @@ -3733,25 +3978,25 @@ export class PostWeatherLapseDamageAbAttr extends PostWeatherLapseAbAttr { this.damageFactor = damageFactor; } - applyPostWeatherLapse(pokemon: Pokemon, passive: boolean, simulated: boolean, weather: Weather, args: any[]): boolean { - if (pokemon.hasAbilityWithAttr(BlockNonDirectDamageAbAttr)) { - return false; - } + override canApplyPostWeatherLapse(pokemon: Pokemon, passive: boolean, simulated: boolean, weather: Weather | null, args: any[]): boolean { + return !pokemon.hasAbilityWithAttr(BlockNonDirectDamageAbAttr); + } + override applyPostWeatherLapse(pokemon: Pokemon, passive: boolean, simulated: boolean, weather: Weather, args: any[]): void { if (!simulated) { const abilityName = (!passive ? pokemon.getAbility() : pokemon.getPassiveAbility()).name; globalScene.queueMessage(i18next.t("abilityTriggers:postWeatherLapseDamage", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon), abilityName })); - pokemon.damageAndUpdate(Utils.toDmgValue(pokemon.getMaxHp() / (16 / this.damageFactor)), HitResult.OTHER); + pokemon.damageAndUpdate(Utils.toDmgValue(pokemon.getMaxHp() / (16 / this.damageFactor)), { result: HitResult.INDIRECT }); } - - return true; } } export class PostTerrainChangeAbAttr extends AbAttr { - applyPostTerrainChange(pokemon: Pokemon, passive: boolean, simulated: boolean, terrain: TerrainType, args: any[]): boolean { - return false; + canApplyPostTerrainChange(pokemon: Pokemon, passive: boolean, simulated: boolean, terrain: TerrainType, args: any[]): boolean { + return true; } + + applyPostTerrainChange(pokemon: Pokemon, passive: boolean, simulated: boolean, terrain: TerrainType, args: any[]): void {} } export class PostTerrainChangeAddBattlerTagAttr extends PostTerrainChangeAbAttr { @@ -3767,15 +4012,13 @@ export class PostTerrainChangeAddBattlerTagAttr extends PostTerrainChangeAbAttr this.terrainTypes = terrainTypes; } - applyPostTerrainChange(pokemon: Pokemon, passive: boolean, simulated: boolean, terrain: TerrainType, args: any[]): boolean { - if (!this.terrainTypes.find(t => t === terrain)) { - return false; - } + override canApplyPostTerrainChange(pokemon: Pokemon, passive: boolean, simulated: boolean, terrain: TerrainType, args: any[]): boolean { + return !!this.terrainTypes.find(t => t === terrain) && pokemon.canAddTag(this.tagType); + } - if (simulated) { - return pokemon.canAddTag(this.tagType); - } else { - return pokemon.addTag(this.tagType, this.turnCount); + override applyPostTerrainChange(pokemon: Pokemon, passive: boolean, simulated: boolean, terrain: TerrainType, args: any[]): void { + if (!simulated) { + pokemon.addTag(this.tagType, this.turnCount); } } } @@ -3788,9 +4031,11 @@ function getTerrainCondition(...terrainTypes: TerrainType[]): AbAttrCondition { } export class PostTurnAbAttr extends AbAttr { - applyPostTurn(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { - return false; + canApplyPostTurn(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { + return true; } + + applyPostTurn(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {} } /** @@ -3808,24 +4053,21 @@ export class PostTurnStatusHealAbAttr extends PostTurnAbAttr { this.effects = effects; } + override canApplyPostTurn(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { + return !Utils.isNullOrUndefined(pokemon.status) && this.effects.includes(pokemon.status.effect) && !pokemon.isFullHp(); + } + /** * @param {Pokemon} pokemon The pokemon with the ability that will receive the healing * @param {Boolean} passive N/A * @param {any[]} args N/A - * @returns Returns true if healed from status, false if not */ - override applyPostTurn(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { - if (pokemon.status && this.effects.includes(pokemon.status.effect)) { - if (!pokemon.isFullHp()) { - if (!simulated) { - const abilityName = (!passive ? pokemon.getAbility() : pokemon.getPassiveAbility()).name; - globalScene.unshiftPhase(new PokemonHealPhase(pokemon.getBattlerIndex(), - Utils.toDmgValue(pokemon.getMaxHp() / 8), i18next.t("abilityTriggers:poisonHeal", { pokemonName: getPokemonNameWithAffix(pokemon), abilityName }), true)); - } - return true; - } + override applyPostTurn(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void { + if (!simulated) { + const abilityName = (!passive ? pokemon.getAbility() : pokemon.getPassiveAbility()).name; + globalScene.unshiftPhase(new PokemonHealPhase(pokemon.getBattlerIndex(), + Utils.toDmgValue(pokemon.getMaxHp() / 8), i18next.t("abilityTriggers:poisonHeal", { pokemonName: getPokemonNameWithAffix(pokemon), abilityName }), true)); } - return false; } } @@ -3842,23 +4084,21 @@ export class PostTurnResetStatusAbAttr extends PostTurnAbAttr { this.allyTarget = allyTarget; } - applyPostTurn(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { + override canApplyPostTurn(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { if (this.allyTarget) { this.target = pokemon.getAlly(); } else { this.target = pokemon; } - if (this.target?.status) { - if (!simulated) { - globalScene.queueMessage(getStatusEffectHealText(this.target.status?.effect, getPokemonNameWithAffix(this.target))); - this.target.resetStatus(false); - this.target.updateInfo(); - } + return !Utils.isNullOrUndefined(this.target.status); + } - return true; + override applyPostTurn(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void { + if (!simulated && this.target.status) { + globalScene.queueMessage(getStatusEffectHealText(this.target.status?.effect, getPokemonNameWithAffix(this.target))); + this.target.resetStatus(false); + this.target.updateInfo(); } - - return false; } } @@ -3879,18 +4119,14 @@ export class PostTurnLootAbAttr extends PostTurnAbAttr { super(); } - applyPostTurn(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { - const pass = Phaser.Math.RND.realInRange(0, 1); + override canApplyPostTurn(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { // Clamp procChance to [0, 1]. Skip if didn't proc (less than pass) - if (Math.max(Math.min(this.procChance(pokemon), 1), 0) < pass) { - return false; - } + const pass = Phaser.Math.RND.realInRange(0, 1); + return !(Math.max(Math.min(this.procChance(pokemon), 1), 0) < pass) && this.itemType === "EATEN_BERRIES" && !!pokemon.battleData.berriesEaten; + } - if (this.itemType === "EATEN_BERRIES") { - return this.createEatenBerry(pokemon, simulated); - } else { - return false; - } + override applyPostTurn(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void { + this.createEatenBerry(pokemon, simulated); } /** @@ -3951,13 +4187,12 @@ export class MoodyAbAttr extends PostTurnAbAttr { * @param passive N/A * @param simulated true if applying in a simulated call. * @param args N/A - * @returns true * * Any stat stages at +6 or -6 are excluded from being increased or decreased, respectively * If the pokemon already has all stat stages raised to 6, it will only decrease one stat stage by 1 * If the pokemon already has all stat stages lowered to -6, it will only increase one stat stage by 2 */ - applyPostTurn(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { + override applyPostTurn(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void { const canRaise = EFFECTIVE_STATS.filter(s => pokemon.getStatStage(s) < 6); let canLower = EFFECTIVE_STATS.filter(s => pokemon.getStatStage(s) > -6); @@ -3972,8 +4207,6 @@ export class MoodyAbAttr extends PostTurnAbAttr { globalScene.unshiftPhase(new StatStageChangePhase(pokemon.getBattlerIndex(), true, [ loweredStat ], -1)); } } - - return true; } } @@ -3983,31 +4216,26 @@ export class SpeedBoostAbAttr extends PostTurnAbAttr { super(true); } - applyPostTurn(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { - if (!simulated) { - if (!pokemon.turnData.switchedInThisTurn && !pokemon.turnData.failedRunAway) { - globalScene.unshiftPhase(new StatStageChangePhase(pokemon.getBattlerIndex(), true, [ Stat.SPD ], 1)); - } else { - return false; - } - } - return true; + override canApplyPostTurn(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { + return simulated || (!pokemon.turnData.switchedInThisTurn && !pokemon.turnData.failedRunAway); + } + + override applyPostTurn(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void { + globalScene.unshiftPhase(new StatStageChangePhase(pokemon.getBattlerIndex(), true, [ Stat.SPD ], 1)); } } export class PostTurnHealAbAttr extends PostTurnAbAttr { - applyPostTurn(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { - if (!pokemon.isFullHp()) { - if (!simulated) { - const abilityName = (!passive ? pokemon.getAbility() : pokemon.getPassiveAbility()).name; - globalScene.unshiftPhase(new PokemonHealPhase(pokemon.getBattlerIndex(), - Utils.toDmgValue(pokemon.getMaxHp() / 16), i18next.t("abilityTriggers:postTurnHeal", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon), abilityName }), true)); - } + override canApplyPostTurn(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { + return !pokemon.isFullHp(); + } - return true; + override applyPostTurn(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void { + if (!simulated) { + const abilityName = (!passive ? pokemon.getAbility() : pokemon.getPassiveAbility()).name; + globalScene.unshiftPhase(new PokemonHealPhase(pokemon.getBattlerIndex(), + Utils.toDmgValue(pokemon.getMaxHp() / 16), i18next.t("abilityTriggers:postTurnHeal", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon), abilityName }), true)); } - - return false; } } @@ -4020,17 +4248,14 @@ export class PostTurnFormChangeAbAttr extends PostTurnAbAttr { this.formFunc = formFunc; } - applyPostTurn(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { - const formIndex = this.formFunc(pokemon); - if (formIndex !== pokemon.formIndex) { - if (!simulated) { - globalScene.triggerPokemonFormChange(pokemon, SpeciesFormChangeAbilityTrigger, false); - } + override canApplyPostTurn(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { + return this.formFunc(pokemon) !== pokemon.formIndex; + } - return true; + override applyPostTurn(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void { + if (!simulated) { + globalScene.triggerPokemonFormChange(pokemon, SpeciesFormChangeAbilityTrigger, false); } - - return false; } } @@ -4039,28 +4264,25 @@ export class PostTurnFormChangeAbAttr extends PostTurnAbAttr { * Attribute used for abilities (Bad Dreams) that damages the opponents for being asleep */ export class PostTurnHurtIfSleepingAbAttr extends PostTurnAbAttr { - + override canApplyPostTurn(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { + return pokemon.getOpponents().some(opp => (opp.status?.effect === StatusEffect.SLEEP || opp.hasAbility(Abilities.COMATOSE)) && !opp.hasAbilityWithAttr(BlockNonDirectDamageAbAttr) && !opp.switchOutStatus); + } /** * Deals damage to all sleeping opponents equal to 1/8 of their max hp (min 1) * @param pokemon Pokemon that has this ability * @param passive N/A * @param simulated `true` if applying in a simulated call. * @param args N/A - * @returns `true` if any opponents are sleeping */ - override applyPostTurn(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { - let hadEffect = false; + override applyPostTurn(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void { for (const opp of pokemon.getOpponents()) { if ((opp.status?.effect === StatusEffect.SLEEP || opp.hasAbility(Abilities.COMATOSE)) && !opp.hasAbilityWithAttr(BlockNonDirectDamageAbAttr) && !opp.switchOutStatus) { if (!simulated) { - opp.damageAndUpdate(Utils.toDmgValue(opp.getMaxHp() / 8), HitResult.OTHER); + opp.damageAndUpdate(Utils.toDmgValue(opp.getMaxHp() / 8), { result: HitResult.INDIRECT }); globalScene.queueMessage(i18next.t("abilityTriggers:badDreams", { pokemonName: getPokemonNameWithAffix(opp) })); } - hadEffect = true; } - } - return hadEffect; } } @@ -4073,25 +4295,22 @@ export class FetchBallAbAttr extends PostTurnAbAttr { constructor() { super(); } + + override canApplyPostTurn(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { + return !simulated && !Utils.isNullOrUndefined(globalScene.currentBattle.lastUsedPokeball) && !!pokemon.isPlayer; + } + /** * Adds the last used Pokeball back into the player's inventory * @param pokemon {@linkcode Pokemon} with this ability * @param passive N/A * @param args N/A - * @returns true if player has used a pokeball and this pokemon is owned by the player */ - applyPostTurn(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { - if (simulated) { - return false; - } + override applyPostTurn(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void { const lastUsed = globalScene.currentBattle.lastUsedPokeball; - if (lastUsed !== null && !!pokemon.isPlayer) { - globalScene.pokeballCounts[lastUsed]++; - globalScene.currentBattle.lastUsedPokeball = null; - globalScene.queueMessage(i18next.t("abilityTriggers:fetchBall", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon), pokeballName: getPokeballName(lastUsed) })); - return true; - } - return false; + globalScene.pokeballCounts[lastUsed!]++; + globalScene.currentBattle.lastUsedPokeball = null; + globalScene.queueMessage(i18next.t("abilityTriggers:fetchBall", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon), pokeballName: getPokeballName(lastUsed!) })); } } @@ -4106,16 +4325,14 @@ export class PostBiomeChangeWeatherChangeAbAttr extends PostBiomeChangeAbAttr { this.weatherType = weatherType; } - apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): boolean { - if (!globalScene.arena.weather?.isImmutable()) { - if (simulated) { - return globalScene.arena.weather?.weatherType !== this.weatherType; - } else { - return globalScene.arena.trySetWeather(this.weatherType, true); - } - } + override canApply(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { + return ((globalScene.arena.weather?.isImmutable() ?? false) && globalScene.arena.canSetWeather(this.weatherType)); + } - return false; + override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): void { + if (!simulated) { + globalScene.arena.trySetWeather(this.weatherType, pokemon); + } } } @@ -4128,11 +4345,13 @@ export class PostBiomeChangeTerrainChangeAbAttr extends PostBiomeChangeAbAttr { this.terrainType = terrainType; } - apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): boolean { - if (simulated) { - return globalScene.arena.terrain?.terrainType !== this.terrainType; - } else { - return globalScene.arena.trySetTerrain(this.terrainType, true); + override canApply(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { + return globalScene.arena.canSetTerrain(this.terrainType); + } + + override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): void { + if (!simulated) { + globalScene.arena.trySetTerrain(this.terrainType, false, pokemon); } } } @@ -4142,6 +4361,16 @@ export class PostBiomeChangeTerrainChangeAbAttr extends PostBiomeChangeAbAttr { * @extends AbAttr */ export class PostMoveUsedAbAttr extends AbAttr { + canApplyPostMoveUsed( + pokemon: Pokemon, + move: PokemonMove, + source: Pokemon, + targets: BattlerIndex[], + simulated: boolean, + args: any[]): boolean { + return true; + } + applyPostMoveUsed( pokemon: Pokemon, move: PokemonMove, @@ -4149,9 +4378,7 @@ export class PostMoveUsedAbAttr extends AbAttr { targets: BattlerIndex[], simulated: boolean, args: any[], - ): boolean { - return false; - } + ): void {} } /** @@ -4159,6 +4386,15 @@ export class PostMoveUsedAbAttr extends AbAttr { * @extends PostMoveUsedAbAttr */ export class PostDancingMoveAbAttr extends PostMoveUsedAbAttr { + override canApplyPostMoveUsed(dancer: Pokemon, move: PokemonMove, source: Pokemon, targets: BattlerIndex[], simulated: boolean, args: any[]): boolean { + // List of tags that prevent the Dancer from replicating the move + const forbiddenTags = [ BattlerTagType.FLYING, BattlerTagType.UNDERWATER, + BattlerTagType.UNDERGROUND, BattlerTagType.HIDDEN ]; + // The move to replicate cannot come from the Dancer + return source.getBattlerIndex() !== dancer.getBattlerIndex() + && !dancer.summonData.tags.some(tag => forbiddenTags.includes(tag.tagType)); + } + /** * Resolves the Dancer ability by replicating the move used by the source of the dance * either on the source itself or on the target of the dance @@ -4167,8 +4403,6 @@ export class PostDancingMoveAbAttr extends PostMoveUsedAbAttr { * @param source {@linkcode Pokemon} that used the dancing move * @param targets {@linkcode BattlerIndex}Targets of the dancing move * @param args N/A - * - * @return true if the Dancer ability was resolved */ override applyPostMoveUsed( dancer: Pokemon, @@ -4176,27 +4410,17 @@ export class PostDancingMoveAbAttr extends PostMoveUsedAbAttr { source: Pokemon, targets: BattlerIndex[], simulated: boolean, - args: any[], - ): boolean { - // List of tags that prevent the Dancer from replicating the move - const forbiddenTags = [ BattlerTagType.FLYING, BattlerTagType.UNDERWATER, - BattlerTagType.UNDERGROUND, BattlerTagType.HIDDEN ]; - // The move to replicate cannot come from the Dancer - if (source.getBattlerIndex() !== dancer.getBattlerIndex() - && !dancer.summonData.tags.some(tag => forbiddenTags.includes(tag.tagType))) { - if (!simulated) { - // If the move is an AttackMove or a StatusMove the Dancer must replicate the move on the source of the Dance - if (move.getMove() instanceof AttackMove || move.getMove() instanceof StatusMove) { - const target = this.getTarget(dancer, source, targets); - globalScene.unshiftPhase(new MovePhase(dancer, target, move, true, true)); - } else if (move.getMove() instanceof SelfStatusMove) { - // If the move is a SelfStatusMove (ie. Swords Dance) the Dancer should replicate it on itself - globalScene.unshiftPhase(new MovePhase(dancer, [ dancer.getBattlerIndex() ], move, true, true)); - } + args: any[]): void { + if (!simulated) { + // If the move is an AttackMove or a StatusMove the Dancer must replicate the move on the source of the Dance + if (move.getMove() instanceof AttackMove || move.getMove() instanceof StatusMove) { + const target = this.getTarget(dancer, source, targets); + globalScene.unshiftPhase(new MovePhase(dancer, target, move, true, true)); + } else if (move.getMove() instanceof SelfStatusMove) { + // If the move is a SelfStatusMove (ie. Swords Dance) the Dancer should replicate it on itself + globalScene.unshiftPhase(new MovePhase(dancer, [ dancer.getBattlerIndex() ], move, true, true)); } - return true; } - return false; } /** @@ -4219,9 +4443,11 @@ export class PostDancingMoveAbAttr extends PostMoveUsedAbAttr { * @extends AbAttr */ export class PostItemLostAbAttr extends AbAttr { - applyPostItemLost(pokemon: Pokemon, simulated: boolean, args: any[]): boolean { - return false; + canApplyPostItemLost(pokemon: Pokemon, simulated: boolean, args: any[]): boolean { + return true; } + + applyPostItemLost(pokemon: Pokemon, simulated: boolean, args: any[]): void {} } /** @@ -4231,21 +4457,21 @@ export class PostItemLostAbAttr extends AbAttr { export class PostItemLostApplyBattlerTagAbAttr extends PostItemLostAbAttr { private tagType: BattlerTagType; constructor(tagType: BattlerTagType) { - super(true); + super(false); this.tagType = tagType; } + + override canApplyPostItemLost(pokemon: Pokemon, simulated: boolean, args: any[]): boolean { + return !pokemon.getTag(this.tagType) && !simulated; + } + /** * Adds the last used Pokeball back into the player's inventory * @param pokemon {@linkcode Pokemon} with this ability * @param args N/A - * @returns true if BattlerTag was applied */ - override applyPostItemLost(pokemon: Pokemon, simulated: boolean, args: any[]): boolean { - if (!pokemon.getTag(this.tagType) && !simulated) { - pokemon.addTag(this.tagType); - return true; - } - return false; + override applyPostItemLost(pokemon: Pokemon, simulated: boolean, args: any[]): void { + pokemon.addTag(this.tagType); } } @@ -4253,15 +4479,13 @@ export class StatStageChangeMultiplierAbAttr extends AbAttr { private multiplier: number; constructor(multiplier: number) { - super(true); + super(false); this.multiplier = multiplier; } - override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): boolean { + override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): void { (args[0] as Utils.NumberHolder).value *= this.multiplier; - - return true; } } @@ -4272,11 +4496,10 @@ export class StatStageChangeCopyAbAttr extends AbAttr { simulated: boolean, cancelled: Utils.BooleanHolder, args: any[], - ): boolean { + ): void { if (!simulated) { globalScene.unshiftPhase(new StatStageChangePhase(pokemon.getBattlerIndex(), true, (args[0] as BattleStat[]), (args[1] as number), true, false, false)); } - return true; } } @@ -4285,10 +4508,8 @@ export class BypassBurnDamageReductionAbAttr extends AbAttr { super(false); } - apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): boolean { + override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): void { cancelled.value = true; - - return true; } } @@ -4307,28 +4528,21 @@ export class ReduceBurnDamageAbAttr extends AbAttr { * @param passive N/A * @param cancelled N/A * @param args `[0]` {@linkcode Utils.NumberHolder} The damage value being modified - * @returns `true` */ - apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): boolean { + override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): void { (args[0] as Utils.NumberHolder).value = Utils.toDmgValue((args[0] as Utils.NumberHolder).value * this.multiplier); - - return true; } } export class DoubleBerryEffectAbAttr extends AbAttr { - apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): boolean { + override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): void { (args[0] as Utils.NumberHolder).value *= 2; - - return true; } } export class PreventBerryUseAbAttr extends AbAttr { - apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): boolean { + override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): void { cancelled.value = true; - - return true; } } @@ -4348,7 +4562,7 @@ export class HealFromBerryUseAbAttr extends AbAttr { this.healPercent = Math.max(Math.min(healPercent, 1), 0); } - apply(pokemon: Pokemon, passive: boolean, simulated: boolean, ...args: [Utils.BooleanHolder, any[]]): boolean { + override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, ...args: [Utils.BooleanHolder, any[]]): void { const { name: abilityName } = passive ? pokemon.getPassiveAbility() : pokemon.getAbility(); if (!simulated) { globalScene.unshiftPhase( @@ -4360,15 +4574,12 @@ export class HealFromBerryUseAbAttr extends AbAttr { ) ); } - return true; } } export class RunSuccessAbAttr extends AbAttr { - apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): boolean { + override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): void { (args[0] as Utils.NumberHolder).value = 256; - - return true; } } @@ -4388,6 +4599,16 @@ export class CheckTrappedAbAttr extends AbAttr { this.arenaTrapCondition = condition; } + canApplyCheckTrapped( + pokemon: Pokemon, + passive: boolean, + simulated: boolean, + trapped: Utils.BooleanHolder, + otherPokemon: Pokemon, + args: any[]): boolean { + return true; + } + applyCheckTrapped( pokemon: Pokemon, passive: boolean, @@ -4395,9 +4616,7 @@ export class CheckTrappedAbAttr extends AbAttr { trapped: Utils.BooleanHolder, otherPokemon: Pokemon, args: any[], - ): boolean { - return false; - } + ): void {} } /** @@ -4407,6 +4626,12 @@ export class CheckTrappedAbAttr extends AbAttr { * @see {@linkcode applyCheckTrapped} */ export class ArenaTrapAbAttr extends CheckTrappedAbAttr { + override canApplyCheckTrapped(pokemon: Pokemon, passive: boolean, simulated: boolean, trapped: Utils.BooleanHolder, otherPokemon: Pokemon, args: any[]): boolean { + return this.arenaTrapCondition(pokemon, otherPokemon) + && !(otherPokemon.getTypes(true).includes(PokemonType.GHOST) || (otherPokemon.getTypes(true).includes(PokemonType.STELLAR) && otherPokemon.getTypes().includes(PokemonType.GHOST))) + && !otherPokemon.hasAbility(Abilities.RUN_AWAY); + } + /** * Checks if enemy Pokemon is trapped by an Arena Trap-esque ability * If the enemy is a Ghost type, it is not trapped @@ -4418,22 +4643,9 @@ export class ArenaTrapAbAttr extends CheckTrappedAbAttr { * @param trapped {@link Utils.BooleanHolder} indicating whether the other Pokemon is trapped or not * @param otherPokemon The {@link Pokemon} that is affected by an Arena Trap ability * @param args N/A - * @returns if enemy Pokemon is trapped or not */ - applyCheckTrapped(pokemon: Pokemon, passive: boolean, simulated: boolean, trapped: Utils.BooleanHolder, otherPokemon: Pokemon, args: any[]): boolean { - if (this.arenaTrapCondition(pokemon, otherPokemon)) { - if (otherPokemon.getTypes(true).includes(PokemonType.GHOST) || (otherPokemon.getTypes(true).includes(PokemonType.STELLAR) && otherPokemon.getTypes().includes(PokemonType.GHOST))) { - trapped.value = false; - return false; - } else if (otherPokemon.hasAbility(Abilities.RUN_AWAY)) { - trapped.value = false; - return false; - } - trapped.value = true; - return true; - } - trapped.value = false; - return false; + override applyCheckTrapped(pokemon: Pokemon, passive: boolean, simulated: boolean, trapped: Utils.BooleanHolder, otherPokemon: Pokemon, args: any[]): void { + trapped.value = true; } getTriggerMessage(pokemon: Pokemon, abilityName: string, ...args: any[]): string { @@ -4442,10 +4654,12 @@ export class ArenaTrapAbAttr extends CheckTrappedAbAttr { } export class MaxMultiHitAbAttr extends AbAttr { - apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): boolean { - (args[0] as Utils.NumberHolder).value = 0; + constructor() { + super(false); + } - return true; + override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): void { + (args[0] as Utils.NumberHolder).value = 0; } } @@ -4454,36 +4668,48 @@ export class PostBattleAbAttr extends AbAttr { super(true); } - applyPostBattle(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { - return false; + canApplyPostBattle(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { + return true; } + + applyPostBattle(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {} } export class PostBattleLootAbAttr extends PostBattleAbAttr { - /** - * @param args - `[0]`: boolean for if the battle ended in a victory - * @returns `true` if successful - */ - applyPostBattle(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { + private randItem?: PokemonHeldItemModifier; + + override canApplyPostBattle(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { const postBattleLoot = globalScene.currentBattle.postBattleLoot; if (!simulated && postBattleLoot.length && args[0]) { - const randItem = Utils.randSeedItem(postBattleLoot); - //@ts-ignore - TODO see below - if (globalScene.tryTransferHeldItemModifier(randItem, pokemon, true, 1, true, undefined, false)) { - postBattleLoot.splice(postBattleLoot.indexOf(randItem), 1); - globalScene.queueMessage(i18next.t("abilityTriggers:postBattleLoot", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon), itemName: randItem.type.name })); - return true; - } + this.randItem = Utils.randSeedItem(postBattleLoot); + return globalScene.canTransferHeldItemModifier(this.randItem, pokemon, 1); + } + return false; + } + + /** + * @param args - `[0]`: boolean for if the battle ended in a victory + */ + override applyPostBattle(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void { + const postBattleLoot = globalScene.currentBattle.postBattleLoot; + if (!this.randItem) { + this.randItem = Utils.randSeedItem(postBattleLoot); } - return false; + if (globalScene.tryTransferHeldItemModifier(this.randItem, pokemon, true, 1, true, undefined, false)) { + postBattleLoot.splice(postBattleLoot.indexOf(this.randItem), 1); + globalScene.queueMessage(i18next.t("abilityTriggers:postBattleLoot", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon), itemName: this.randItem.type.name })); + } + this.randItem = undefined; } } export class PostFaintAbAttr extends AbAttr { - applyPostFaint(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker?: Pokemon, move?: Move, hitResult?: HitResult, ...args: any[]): boolean { - return false; + canApplyPostFaint(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker?: Pokemon, move?: Move, hitResult?: HitResult, ...args: any[]): boolean { + return true; } + + applyPostFaint(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker?: Pokemon, move?: Move, hitResult?: HitResult, ...args: any[]): void {} } /** @@ -4492,6 +4718,10 @@ export class PostFaintAbAttr extends AbAttr { * @extends PostFaintAbAttr */ export class PostFaintUnsuppressedWeatherFormChangeAbAttr extends PostFaintAbAttr { + override canApplyPostFaint(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker?: Pokemon, move?: Move, hitResult?: HitResult, ...args: any[]): boolean { + return getPokemonWithWeatherBasedForms().length > 0; + } + /** * Triggers {@linkcode Arena.triggerWeatherBasedFormChanges | triggerWeatherBasedFormChanges} * when the user of the ability faints @@ -4501,20 +4731,11 @@ export class PostFaintUnsuppressedWeatherFormChangeAbAttr extends PostFaintAbAtt * @param move n/a * @param hitResult n/a * @param args n/a - * @returns whether the form change was triggered */ - applyPostFaint(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, hitResult: HitResult, args: any[]): boolean { - const pokemonToTransform = getPokemonWithWeatherBasedForms(); - - if (pokemonToTransform.length < 1) { - return false; - } - + override applyPostFaint(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, hitResult: HitResult, args: any[]): void { if (!simulated) { globalScene.arena.triggerWeatherBasedFormChanges(); } - - return true; } } @@ -4522,26 +4743,27 @@ export class PostFaintContactDamageAbAttr extends PostFaintAbAttr { private damageRatio: number; constructor(damageRatio: number) { - super(); + super(true); this.damageRatio = damageRatio; } - applyPostFaint(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker?: Pokemon, move?: Move, hitResult?: HitResult, ...args: any[]): boolean { - if (move !== undefined && attacker !== undefined && move.checkFlag(MoveFlags.MAKES_CONTACT, attacker, pokemon)) { //If the mon didn't die to indirect damage - const cancelled = new Utils.BooleanHolder(false); - globalScene.getField(true).map(p => applyAbAttrs(FieldPreventExplosiveMovesAbAttr, p, cancelled, simulated)); - if (cancelled.value || attacker.hasAbilityWithAttr(BlockNonDirectDamageAbAttr)) { - return false; - } - if (!simulated) { - attacker.damageAndUpdate(Utils.toDmgValue(attacker.getMaxHp() * (1 / this.damageRatio)), HitResult.OTHER); - attacker.turnData.damageTaken += Utils.toDmgValue(attacker.getMaxHp() * (1 / this.damageRatio)); - } - return true; + override canApplyPostFaint(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker?: Pokemon, move?: Move, hitResult?: HitResult, ...args: any[]): boolean { + const diedToDirectDamage = move !== undefined && attacker !== undefined && move.checkFlag(MoveFlags.MAKES_CONTACT, attacker, pokemon); + const cancelled = new Utils.BooleanHolder(false); + globalScene.getField(true).map(p => applyAbAttrs(FieldPreventExplosiveMovesAbAttr, p, cancelled, simulated)); + if (!diedToDirectDamage || cancelled.value || attacker!.hasAbilityWithAttr(BlockNonDirectDamageAbAttr)) { + return false; } - return false; + return true; + } + + override applyPostFaint(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker?: Pokemon, move?: Move, hitResult?: HitResult, ...args: any[]): void { + if (!simulated) { + attacker!.damageAndUpdate(Utils.toDmgValue(attacker!.getMaxHp() * (1 / this.damageRatio)), { result: HitResult.INDIRECT }); + attacker!.turnData.damageTaken += Utils.toDmgValue(attacker!.getMaxHp() * (1 / this.damageRatio)); + } } getTriggerMessage(pokemon: Pokemon, abilityName: string, ...args: any[]): string { @@ -4557,13 +4779,12 @@ export class PostFaintHPDamageAbAttr extends PostFaintAbAttr { super (); } - applyPostFaint(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker?: Pokemon, move?: Move, hitResult?: HitResult, ...args: any[]): boolean { + override applyPostFaint(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker?: Pokemon, move?: Move, hitResult?: HitResult, ...args: any[]): void { if (move !== undefined && attacker !== undefined && !simulated) { //If the mon didn't die to indirect damage const damage = pokemon.turnData.attacksReceived[0].damage; - attacker.damageAndUpdate((damage), HitResult.OTHER); + attacker.damageAndUpdate((damage), { result: HitResult.INDIRECT }); attacker.turnData.damageTaken += damage; } - return true; } getTriggerMessage(pokemon: Pokemon, abilityName: string, ...args: any[]): string { @@ -4571,21 +4792,34 @@ export class PostFaintHPDamageAbAttr extends PostFaintAbAttr { } } +/** + * Redirects a move to the pokemon with this ability if it meets the conditions + */ export class RedirectMoveAbAttr extends AbAttr { - apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): boolean { - if (this.canRedirect(args[0] as Moves)) { - const target = args[1] as Utils.NumberHolder; - const newTarget = pokemon.getBattlerIndex(); - if (target.value !== newTarget) { - target.value = newTarget; - return true; - } - } + /** + * @param pokemon - The Pokemon with the redirection ability + * @param args - The args passed to the `AbAttr`: + * - `[0]` - The id of the {@linkcode Move} used + * - `[1]` - The target's battler index (before redirection) + * - `[2]` - The Pokemon that used the move being redirected + */ - return false; + override canApply(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { + if (!this.canRedirect(args[0] as Moves, args[2] as Pokemon)) { + return false; + } + const target = args[1] as Utils.NumberHolder; + const newTarget = pokemon.getBattlerIndex(); + return target.value !== newTarget; } - canRedirect(moveId: Moves): boolean { + override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): void { + const target = args[1] as Utils.NumberHolder; + const newTarget = pokemon.getBattlerIndex(); + target.value = newTarget; + } + + canRedirect(moveId: Moves, user: Pokemon): boolean { const move = allMoves[moveId]; return !![ MoveTarget.NEAR_OTHER, MoveTarget.OTHER ].find(t => move.moveTarget === t); } @@ -4599,8 +4833,8 @@ export class RedirectTypeMoveAbAttr extends RedirectMoveAbAttr { this.type = type; } - canRedirect(moveId: Moves): boolean { - return super.canRedirect(moveId) && allMoves[moveId].type === this.type; + canRedirect(moveId: Moves, user: Pokemon): boolean { + return super.canRedirect(moveId, user) && user.getMoveType(allMoves[moveId]) === this.type; } } @@ -4615,28 +4849,23 @@ export class ReduceStatusEffectDurationAbAttr extends AbAttr { private statusEffect: StatusEffect; constructor(statusEffect: StatusEffect) { - super(true); + super(false); this.statusEffect = statusEffect; } + override canApply(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { + return args[1] instanceof Utils.NumberHolder && args[0] === this.statusEffect; + } + /** * Reduces the number of sleep turns remaining by an extra 1 when applied * @param args - The args passed to the `AbAttr`: * - `[0]` - The {@linkcode StatusEffect} of the Pokemon * - `[1]` - The number of turns remaining until the status is healed - * @returns `true` if the ability was applied */ - apply(_pokemon: Pokemon, _passive: boolean, _simulated: boolean, _cancelled: Utils.BooleanHolder, args: any[]): boolean { - if (!(args[1] instanceof Utils.NumberHolder)) { - return false; - } - if (args[0] === this.statusEffect) { - args[1].value -= 1; - return true; - } - - return false; + override apply(_pokemon: Pokemon, _passive: boolean, _simulated: boolean, _cancelled: Utils.BooleanHolder, args: any[]): void { + args[1].value -= 1; } } @@ -4659,37 +4888,33 @@ export class FlinchStatStageChangeAbAttr extends FlinchEffectAbAttr { this.stages = stages; } - apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): boolean { + override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): void { if (!simulated) { globalScene.unshiftPhase(new StatStageChangePhase(pokemon.getBattlerIndex(), true, this.stats, this.stages)); } - return true; } } export class IncreasePpAbAttr extends AbAttr { } export class ForceSwitchOutImmunityAbAttr extends AbAttr { - apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): boolean { + override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): void { cancelled.value = true; - return true; } } export class ReduceBerryUseThresholdAbAttr extends AbAttr { constructor() { - super(); + super(false); } - apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): boolean { + override canApply(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { const hpRatio = pokemon.getHpRatio(); + return args[0].value < hpRatio; + } - if (args[0].value < hpRatio) { - args[0].value *= 2; - return args[0].value >= hpRatio; - } - - return false; + override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): void { + args[0].value *= 2; } } @@ -4701,15 +4926,13 @@ export class WeightMultiplierAbAttr extends AbAttr { private multiplier: number; constructor(multiplier: number) { - super(); + super(false); this.multiplier = multiplier; } - apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): boolean { + override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): void { (args[0] as Utils.NumberHolder).value *= this.multiplier; - - return true; } } @@ -4718,10 +4941,8 @@ export class SyncEncounterNatureAbAttr extends AbAttr { super(false); } - apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): boolean { + override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): void { (args[0] as Pokemon).setNature(pokemon.getNature()); - - return true; } } @@ -4734,12 +4955,12 @@ export class MoveAbilityBypassAbAttr extends AbAttr { this.moveIgnoreFunc = moveIgnoreFunc || ((pokemon, move) => true); } - apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): boolean { - if (this.moveIgnoreFunc(pokemon, (args[0] as Move))) { - cancelled.value = true; - return true; - } - return false; + override canApply(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { + return this.moveIgnoreFunc(pokemon, (args[0] as Move)); + } + + override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): void { + cancelled.value = true; } } @@ -4753,6 +4974,14 @@ export class IgnoreProtectOnContactAbAttr extends AbAttr { } * Allows the source's moves to bypass the effects of opposing Light Screen, Reflect, Aurora Veil, Safeguard, Mist, and Substitute. */ export class InfiltratorAbAttr extends AbAttr { + constructor() { + super(false); + } + + override canApply(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { + return args[0] instanceof Utils.BooleanHolder; + } + /** * Sets a flag to bypass screens, Substitute, Safeguard, and Mist * @param pokemon n/a @@ -4760,15 +4989,10 @@ export class InfiltratorAbAttr extends AbAttr { * @param simulated n/a * @param cancelled n/a * @param args `[0]` a {@linkcode Utils.BooleanHolder | BooleanHolder} containing the flag - * @returns `true` if the bypass flag was successfully set; `false` otherwise. */ - override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: null, args: any[]): boolean { + override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: null, args: any[]): void { const bypassed = args[0]; - if (args[0] instanceof Utils.BooleanHolder) { - bypassed.value = true; - return true; - } - return false; + bypassed.value = true; } } @@ -4779,24 +5003,6 @@ export class InfiltratorAbAttr extends AbAttr { */ export class ReflectStatusMoveAbAttr extends AbAttr { } -export class UncopiableAbilityAbAttr extends AbAttr { - constructor() { - super(false); - } -} - -export class UnsuppressableAbilityAbAttr extends AbAttr { - constructor() { - super(false); - } -} - -export class UnswappableAbilityAbAttr extends AbAttr { - constructor() { - super(false); - } -} - export class NoTransformAbilityAbAttr extends AbAttr { constructor() { super(false); @@ -4814,17 +5020,17 @@ export class IgnoreTypeImmunityAbAttr extends AbAttr { private allowedMoveTypes: PokemonType[]; constructor(defenderType: PokemonType, allowedMoveTypes: PokemonType[]) { - super(true); + super(false); this.defenderType = defenderType; this.allowedMoveTypes = allowedMoveTypes; } - apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): boolean { - if (this.defenderType === (args[1] as PokemonType) && this.allowedMoveTypes.includes(args[0] as PokemonType)) { - cancelled.value = true; - return true; - } - return false; + override canApply(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { + return this.defenderType === (args[1] as PokemonType) && this.allowedMoveTypes.includes(args[0] as PokemonType); + } + + override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): void { + cancelled.value = true; } } @@ -4836,19 +5042,18 @@ export class IgnoreTypeStatusEffectImmunityAbAttr extends AbAttr { private defenderType: PokemonType[]; constructor(statusEffect: StatusEffect[], defenderType: PokemonType[]) { - super(true); + super(false); this.statusEffect = statusEffect; this.defenderType = defenderType; } - apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): boolean { - if (this.statusEffect.includes(args[0] as StatusEffect) && this.defenderType.includes(args[1] as PokemonType)) { - cancelled.value = true; - return true; - } + override canApply(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { + return this.statusEffect.includes(args[0] as StatusEffect) && this.defenderType.includes(args[1] as PokemonType); + } - return false; + override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): void { + cancelled.value = true; } } @@ -4863,18 +5068,17 @@ export class MoneyAbAttr extends PostBattleAbAttr { super(); } + override canApplyPostBattle(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { + return !simulated && args[0]; + } + /** * @param pokemon {@linkcode Pokemon} that is the user of this ability. * @param passive N/A * @param args - `[0]`: boolean for if the battle ended in a victory - * @returns `true` if successful */ - applyPostBattle(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { - if (!simulated && args[0]) { - globalScene.currentBattle.moneyScattered += globalScene.getWaveMoneyAmount(0.2); - return true; - } - return false; + override applyPostBattle(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void { + globalScene.currentBattle.moneyScattered += globalScene.getWaveMoneyAmount(0.2); } } @@ -4902,6 +5106,12 @@ export class PostSummonStatStageChangeOnArenaAbAttr extends PostSummonStatStageC this.tagType = tagType; } + override canApplyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { + const side = pokemon.isPlayer() ? ArenaTagSide.PLAYER : ArenaTagSide.ENEMY; + return (globalScene.arena.getTagOnSide(this.tagType, side) ?? false) + && super.canApplyPostSummon(pokemon, passive, simulated, args); + } + /** * Applies the post-summon stat change if the specified arena tag is present on pokemon's side. * This is used in Wind Rider ability. @@ -4909,15 +5119,9 @@ export class PostSummonStatStageChangeOnArenaAbAttr extends PostSummonStatStageC * @param {Pokemon} pokemon - The Pokémon being summoned. * @param {boolean} passive - Whether the effect is passive. * @param {any[]} args - Additional arguments. - * @returns {boolean} - Returns true if the stat change was applied, otherwise false. */ - applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { - const side = pokemon.isPlayer() ? ArenaTagSide.PLAYER : ArenaTagSide.ENEMY; - - if (globalScene.arena.getTagOnSide(this.tagType, side)) { - return super.applyPostSummon(pokemon, passive, simulated, args); - } - return false; + override applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void { + super.applyPostSummon(pokemon, passive, simulated, args); } } @@ -4941,6 +5145,10 @@ export class FormBlockDamageAbAttr extends ReceivedMoveDamageMultiplierAbAttr { this.triggerMessageFunc = triggerMessageFunc; } + override canApplyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: Utils.BooleanHolder | null, args: any[]): boolean { + return this.condition(pokemon, attacker, move) && !move.hitsSubstitute(attacker, pokemon); + } + /** * Applies the pre-defense ability to the Pokémon. * Removes the appropriate `BattlerTagType` when hit by an attack and is in its defense form. @@ -4951,21 +5159,15 @@ export class FormBlockDamageAbAttr extends ReceivedMoveDamageMultiplierAbAttr { * @param move The move being used. * @param _cancelled n/a * @param args Additional arguments. - * @returns `true` if the immunity was applied. */ - override applyPreDefend(pokemon: Pokemon, _passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, _cancelled: Utils.BooleanHolder, args: any[]): boolean { - if (this.condition(pokemon, attacker, move) && !move.hitsSubstitute(attacker, pokemon)) { - if (!simulated) { - (args[0] as Utils.NumberHolder).value = this.multiplier; - pokemon.removeTag(this.tagType); - if (this.recoilDamageFunc) { - pokemon.damageAndUpdate(this.recoilDamageFunc(pokemon), HitResult.OTHER, false, false, true, true); - } + override applyPreDefend(pokemon: Pokemon, _passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, _cancelled: Utils.BooleanHolder, args: any[]): void { + if (!simulated) { + (args[0] as Utils.NumberHolder).value = this.multiplier; + pokemon.removeTag(this.tagType); + if (this.recoilDamageFunc) { + pokemon.damageAndUpdate(this.recoilDamageFunc(pokemon), { result: HitResult.INDIRECT, ignoreSegments: true, ignoreFaintPhase: true }); } - return true; } - - return false; } /** @@ -4996,34 +5198,25 @@ export class BypassSpeedChanceAbAttr extends AbAttr { this.chance = chance; } + override canApply(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { + const bypassSpeed = args[0] as Utils.BooleanHolder; + const turnCommand = globalScene.currentBattle.turnCommands[pokemon.getBattlerIndex()]; + const isCommandFight = turnCommand?.command === Command.FIGHT; + const move = turnCommand?.move?.move ? allMoves[turnCommand.move.move] : null; + const isDamageMove = move?.category === MoveCategory.PHYSICAL || move?.category === MoveCategory.SPECIAL; + return !simulated && !bypassSpeed.value && pokemon.randSeedInt(100) < this.chance && isCommandFight && isDamageMove; + } + /** * bypass move order in their priority bracket when pokemon choose damaging move * @param {Pokemon} pokemon {@linkcode Pokemon} the Pokemon applying this ability * @param {boolean} passive N/A * @param {Utils.BooleanHolder} cancelled N/A * @param {any[]} args [0] {@linkcode Utils.BooleanHolder} set to true when the ability activated - * @returns {boolean} - whether the ability was activated. */ - apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): boolean { - if (simulated) { - return false; - } + override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): void { const bypassSpeed = args[0] as Utils.BooleanHolder; - - if (!bypassSpeed.value && pokemon.randSeedInt(100) < this.chance) { - const turnCommand = - globalScene.currentBattle.turnCommands[pokemon.getBattlerIndex()]; - const isCommandFight = turnCommand?.command === Command.FIGHT; - const move = turnCommand?.move?.move ? allMoves[turnCommand.move.move] : null; - const isDamageMove = move?.category === MoveCategory.PHYSICAL || move?.category === MoveCategory.SPECIAL; - - if (isCommandFight && isDamageMove) { - bypassSpeed.value = true; - return true; - } - } - - return false; + bypassSpeed.value = true; } getTriggerMessage(pokemon: Pokemon, abilityName: string, ...args: any[]): string { @@ -5046,23 +5239,22 @@ export class PreventBypassSpeedChanceAbAttr extends AbAttr { this.condition = condition; } + override canApply(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { + const turnCommand = globalScene.currentBattle.turnCommands[pokemon.getBattlerIndex()]; + const isCommandFight = turnCommand?.command === Command.FIGHT; + const move = turnCommand?.move?.move ? allMoves[turnCommand.move.move] : null; + return isCommandFight && this.condition(pokemon, move!); + } + /** * @argument {boolean} bypassSpeed - determines if a Pokemon is able to bypass speed at the moment * @argument {boolean} canCheckHeldItems - determines if a Pokemon has access to Quick Claw's effects or not */ - apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): boolean { + override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): void { const bypassSpeed = args[0] as Utils.BooleanHolder; const canCheckHeldItems = args[1] as Utils.BooleanHolder; - - const turnCommand = globalScene.currentBattle.turnCommands[pokemon.getBattlerIndex()]; - const isCommandFight = turnCommand?.command === Command.FIGHT; - const move = turnCommand?.move?.move ? allMoves[turnCommand.move.move] : null; - if (isCommandFight && this.condition(pokemon, move!)) { - bypassSpeed.value = false; - canCheckHeldItems.value = false; - return false; - } - return true; + bypassSpeed.value = false; + canCheckHeldItems.value = false; } } @@ -5075,10 +5267,11 @@ export class TerrainEventTypeChangeAbAttr extends PostSummonAbAttr { super(true); } - override apply(pokemon: Pokemon, _passive: boolean, _simulated: boolean, _cancelled: Utils.BooleanHolder, _args: any[]): boolean { - if (pokemon.isTerastallized) { - return false; - } + override canApply(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { + return !pokemon.isTerastallized; + } + + override apply(pokemon: Pokemon, _passive: boolean, _simulated: boolean, _cancelled: Utils.BooleanHolder, _args: any[]): void { const currentTerrain = globalScene.arena.getTerrainType(); const typeChange: PokemonType[] = this.determineTypeChange(pokemon, currentTerrain); if (typeChange.length !== 0) { @@ -5088,7 +5281,6 @@ export class TerrainEventTypeChangeAbAttr extends PostSummonAbAttr { pokemon.summonData.types = typeChange; pokemon.updateInfo(); } - return true; } /** @@ -5121,15 +5313,16 @@ export class TerrainEventTypeChangeAbAttr extends PostSummonAbAttr { return typeChange; } + override canApplyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { + return globalScene.arena.getTerrainType() !== TerrainType.NONE && + this.canApply(pokemon, passive, simulated, args); + } + /** * Checks if the Pokemon should change types if summoned into an active terrain - * @returns `true` if there is an active terrain requiring a type change | `false` if not */ - override applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { - if (globalScene.arena.getTerrainType() !== TerrainType.NONE) { - return this.apply(pokemon, passive, simulated, new Utils.BooleanHolder(false), []); - } - return false; + override applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void { + this.apply(pokemon, passive, simulated, new Utils.BooleanHolder(false), []); } override getTriggerMessage(pokemon: Pokemon, abilityName: string, ...args: any[]) { @@ -5149,10 +5342,10 @@ function applySingleAbAttrs( passive: boolean, attrType: Constructor, applyFunc: AbAttrApplyFunc, + successFunc: AbAttrSuccessFunc, args: any[], - gainedMidTurn = false, - simulated = false, - showAbilityInstant = false, + gainedMidTurn: boolean = false, + simulated: boolean = false, messages: string[] = [] ) { if (!pokemon?.canApplyAbility(passive) || (passive && (pokemon.getPassiveAbility().id === pokemon.getAbility().id))) { @@ -5166,33 +5359,39 @@ function applySingleAbAttrs( for (const attr of ability.getAttrs(attrType)) { const condition = attr.getCondition(); - if (condition && !condition(pokemon)) { + let abShown = false; + if (condition && !condition(pokemon) || !successFunc(attr, passive)) { continue; } globalScene.setPhaseQueueSplice(); - if (applyFunc(attr, passive)) { - if (pokemon.summonData && !pokemon.summonData.abilitiesApplied.includes(ability.id)) { - pokemon.summonData.abilitiesApplied.push(ability.id); - } - if (pokemon.battleData && !simulated && !pokemon.battleData.abilitiesApplied.includes(ability.id)) { - pokemon.battleData.abilitiesApplied.push(ability.id); - } - if (attr.showAbility && !simulated) { - if (showAbilityInstant) { - globalScene.abilityBar.showAbility(pokemon, passive); - } else { - queueShowAbility(pokemon, passive); - } - } - const message = attr.getTriggerMessage(pokemon, ability.name, args); - if (message) { - if (!simulated) { - globalScene.queueMessage(message); - } - } - messages.push(message!); + + if (attr.showAbility && !simulated) { + globalScene.queueAbilityDisplay(pokemon, passive, true); + abShown = true; } + const message = attr.getTriggerMessage(pokemon, ability.name, args); + if (message) { + if (!simulated) { + globalScene.queueMessage(message); + } + messages.push(message); + } + + applyFunc(attr, passive); + + if (abShown) { + globalScene.queueAbilityDisplay(pokemon, passive, false); + } + + if (pokemon.summonData && !pokemon.summonData.abilitiesApplied.includes(ability.id)) { + pokemon.summonData.abilitiesApplied.push(ability.id); + } + if (pokemon.battleData && !simulated && !pokemon.battleData.abilitiesApplied.includes(ability.id)) { + pokemon.battleData.abilitiesApplied.push(ability.id); + } + + globalScene.clearPhaseQueueSplice(); } } @@ -5336,6 +5535,16 @@ function calculateShellBellRecovery(pokemon: Pokemon): number { * @extends AbAttr */ export class PostDamageAbAttr extends AbAttr { + public canApplyPostDamage( + pokemon: Pokemon, + damage: number, + passive: boolean, + simulated: boolean, + args: any[], + source?: Pokemon): boolean { + return true; + } + public applyPostDamage( pokemon: Pokemon, damage: number, @@ -5343,9 +5552,7 @@ export class PostDamageAbAttr extends AbAttr { simulated: boolean, args: any[], source?: Pokemon, - ): boolean { - return false; - } + ): void {} } /** @@ -5367,27 +5574,13 @@ export class PostDamageForceSwitchAbAttr extends PostDamageAbAttr { this.hpRatio = hpRatio; } - /** - * Applies the switch-out logic after the Pokémon takes damage. - * Checks various conditions based on the moves used by the Pokémon, the opponents' moves, and - * the Pokémon's health after damage to determine whether the switch-out should occur. - * - * @param pokemon The Pokémon that took damage. - * @param damage The amount of damage taken by the Pokémon. - * @param passive N/A - * @param simulated Whether the ability is being simulated. - * @param args N/A - * @param source The Pokemon that dealt damage - * @returns `true` if the switch-out logic was successfully applied - */ - public override applyPostDamage( + public override canApplyPostDamage( pokemon: Pokemon, damage: number, passive: boolean, simulated: boolean, args: any[], - source?: Pokemon, - ): boolean { + source?: Pokemon): boolean { const moveHistory = pokemon.getMoveHistory(); // Will not activate when the Pokémon's HP is lowered by cutting its own HP const fordbiddenAttackingMoves = [ Moves.BELLY_DRUM, Moves.SUBSTITUTE, Moves.CURSE, Moves.PAIN_SPLIT ]; @@ -5421,7 +5614,6 @@ export class PostDamageForceSwitchAbAttr extends PostDamageAbAttr { } if (pokemon.hp + damage >= pokemon.getMaxHp() * this.hpRatio) { - // Activates if it falls below half and recovers back above half from a Shell Bell const shellBellHeal = calculateShellBellRecovery(pokemon); if (pokemon.hp - shellBellHeal < pokemon.getMaxHp() * this.hpRatio) { for (const opponent of pokemon.getOpponents()) { @@ -5429,31 +5621,42 @@ export class PostDamageForceSwitchAbAttr extends PostDamageAbAttr { return false; } } - return this.helper.switchOutLogic(pokemon); - } else { - return false; + return true; } - } else { - return false; } + + return false; } - public getFailedText(user: Pokemon, target: Pokemon, move: Move, cancelled: Utils.BooleanHolder): string | null { - return this.helper.getFailedText(target); + + /** + * Applies the switch-out logic after the Pokémon takes damage. + * Checks various conditions based on the moves used by the Pokémon, the opponents' moves, and + * the Pokémon's health after damage to determine whether the switch-out should occur. + * + * @param pokemon The Pokémon that took damage. + * @param damage N/A + * @param passive N/A + * @param simulated Whether the ability is being simulated. + * @param args N/A + * @param source N/A + */ + public override applyPostDamage(pokemon: Pokemon, damage: number, passive: boolean, simulated: boolean, args: any[], source?: Pokemon): void { + this.helper.switchOutLogic(pokemon); } } function applyAbAttrsInternal( attrType: Constructor, pokemon: Pokemon | null, applyFunc: AbAttrApplyFunc, + successFunc: AbAttrSuccessFunc, args: any[], - showAbilityInstant = false, - simulated = false, + simulated: boolean = false, messages: string[] = [], gainedMidTurn = false ) { for (const passive of [ false, true ]) { if (pokemon) { - applySingleAbAttrs(pokemon, passive, attrType, applyFunc, args, gainedMidTurn, simulated, showAbilityInstant, messages); + applySingleAbAttrs(pokemon, passive, attrType, applyFunc, successFunc, args, gainedMidTurn, simulated, messages); globalScene.clearPhaseQueueSplice(); } } @@ -5470,8 +5673,8 @@ export function applyAbAttrs( attrType, pokemon, (attr, passive) => attr.apply(pokemon, passive, simulated, cancelled, args), + (attr, passive) => attr.canApply(pokemon, passive, simulated, args), args, - false, simulated, ); } @@ -5486,8 +5689,8 @@ export function applyPostBattleInitAbAttrs( attrType, pokemon, (attr, passive) => attr.applyPostBattleInit(pokemon, passive, simulated, args), + (attr, passive) => attr.canApplyPostBattleInit(pokemon, passive, simulated, args), args, - false, simulated, ); } @@ -5505,8 +5708,8 @@ export function applyPreDefendAbAttrs( attrType, pokemon, (attr, passive) => attr.applyPreDefend(pokemon, passive, simulated, attacker, move, cancelled, args), + (attr, passive) => attr.canApplyPreDefend(pokemon, passive, simulated, attacker, move, cancelled, args), args, - false, simulated, ); } @@ -5524,8 +5727,7 @@ export function applyPostDefendAbAttrs( attrType, pokemon, (attr, passive) => attr.applyPostDefend(pokemon, passive, simulated, attacker, move, hitResult, args), - args, - false, + (attr, passive) => attr.canApplyPostDefend(pokemon, passive, simulated, attacker, move, hitResult, args), args, simulated, ); } @@ -5543,8 +5745,8 @@ export function applyPostMoveUsedAbAttrs( attrType, pokemon, (attr, passive) => attr.applyPostMoveUsed(pokemon, move, source, targets, simulated, args), + (attr, passive) => attr.canApplyPostMoveUsed(pokemon, move, source, targets, simulated, args), args, - false, simulated, ); } @@ -5561,9 +5763,34 @@ export function applyStatMultiplierAbAttrs( attrType, pokemon, (attr, passive) => attr.applyStatStage(pokemon, passive, simulated, stat, statValue, args), + (attr, passive) => attr.canApplyStatStage(pokemon, passive, simulated, stat, statValue, args), args, ); } + +/** + * Applies an ally's Stat multiplier attribute + * @param attrType - {@linkcode AllyStatMultiplierAbAttr} should always be AllyStatMultiplierAbAttr for the time being + * @param pokemon - The {@linkcode Pokemon} with the ability + * @param stat - The type of the checked {@linkcode Stat} + * @param statValue - {@linkcode Utils.NumberHolder} containing the value of the checked stat + * @param checkedPokemon - The {@linkcode Pokemon} with the checked stat + * @param ignoreAbility - Whether or not the ability should be ignored by the pokemon or its move. + * @param args - unused + */ +export function applyAllyStatMultiplierAbAttrs(attrType: Constructor, + pokemon: Pokemon, stat: BattleStat, statValue: Utils.NumberHolder, simulated: boolean = false, checkedPokemon: Pokemon, ignoreAbility: boolean, ...args: any[] +): void { + return applyAbAttrsInternal( + attrType, + pokemon, + (attr, passive) => attr.applyAllyStat(pokemon, passive, simulated, stat, statValue, checkedPokemon, ignoreAbility, args), + (attr, passive) => attr.canApplyAllyStat(pokemon, passive, simulated, stat, statValue, checkedPokemon, ignoreAbility, args), + args, + simulated, + ); +} + export function applyPostSetStatusAbAttrs( attrType: Constructor, pokemon: Pokemon, @@ -5576,8 +5803,8 @@ export function applyPostSetStatusAbAttrs( attrType, pokemon, (attr, passive) => attr.applyPostSetStatus(pokemon, sourcePokemon, passive, effect, simulated, args), + (attr, passive) => attr.canApplyPostSetStatus(pokemon, sourcePokemon, passive, effect, simulated, args), args, - false, simulated, ); } @@ -5595,6 +5822,7 @@ export function applyPostDamageAbAttrs( attrType, pokemon, (attr, passive) => attr.applyPostDamage(pokemon, damage, passive, simulated, args, source), + (attr, passive) => attr.canApplyPostDamage(pokemon, damage, passive, simulated, args, source), args, ); } @@ -5622,9 +5850,8 @@ export function applyFieldStatMultiplierAbAttrs( applyAbAttrsInternal( attrType, pokemon, - (attr, passive) => - attr.applyFieldStat(pokemon, passive, simulated, stat, statValue, checkedPokemon, hasApplied, args), - args, + (attr, passive) => attr.applyFieldStat(pokemon, passive, simulated, stat, statValue, checkedPokemon, hasApplied, args), + (attr, passive) => attr.canApplyFieldStat(pokemon, passive, simulated, stat, statValue, checkedPokemon, hasApplied, args), args, ); } @@ -5640,8 +5867,8 @@ export function applyPreAttackAbAttrs( attrType, pokemon, (attr, passive) => attr.applyPreAttack(pokemon, passive, simulated, defender, move, args), + (attr, passive) => attr.canApplyPreAttack(pokemon, passive, simulated, defender, move, args), args, - false, simulated, ); } @@ -5659,8 +5886,7 @@ export function applyPostAttackAbAttrs( attrType, pokemon, (attr, passive) => attr.applyPostAttack(pokemon, passive, simulated, defender, move, hitResult, args), - args, - false, + (attr, passive) => attr.canApplyPostAttack(pokemon, passive, simulated, defender, move, hitResult, args), args, simulated, ); } @@ -5676,8 +5902,8 @@ export function applyPostKnockOutAbAttrs( attrType, pokemon, (attr, passive) => attr.applyPostKnockOut(pokemon, passive, simulated, knockedOut, args), + (attr, passive) => attr.canApplyPostKnockOut(pokemon, passive, simulated, knockedOut, args), args, - false, simulated, ); } @@ -5692,8 +5918,8 @@ export function applyPostVictoryAbAttrs( attrType, pokemon, (attr, passive) => attr.applyPostVictory(pokemon, passive, simulated, args), + (attr, passive) => attr.canApplyPostVictory(pokemon, passive, simulated, args), args, - false, simulated, ); } @@ -5708,8 +5934,8 @@ export function applyPostSummonAbAttrs( attrType, pokemon, (attr, passive) => attr.applyPostSummon(pokemon, passive, simulated, args), + (attr, passive) => attr.canApplyPostSummon(pokemon, passive, simulated, args), args, - false, simulated, ); } @@ -5724,8 +5950,8 @@ export function applyPreSwitchOutAbAttrs( attrType, pokemon, (attr, passive) => attr.applyPreSwitchOut(pokemon, passive, simulated, args), + (attr, passive) => attr.canApplyPreSwitchOut(pokemon, passive, simulated, args), args, - true, simulated, ); } @@ -5741,26 +5967,26 @@ export function applyPreLeaveFieldAbAttrs( pokemon, (attr, passive) => attr.applyPreLeaveField(pokemon, passive, simulated, args), + (attr, passive) => attr.canApplyPreLeaveField(pokemon, passive, simulated, args), args, - true, simulated ); } -export function applyPreStatStageChangeAbAttrs( - attrType: Constructor, +export function applyPreStatStageChangeAbAttrs ( + attrType: Constructor, pokemon: Pokemon | null, stat: BattleStat, cancelled: Utils.BooleanHolder, simulated = false, ...args: any[] ): void { - applyAbAttrsInternal( + applyAbAttrsInternal( attrType, pokemon, (attr, passive) => attr.applyPreStatStageChange(pokemon, passive, simulated, stat, cancelled, args), + (attr, passive) => attr.canApplyPreStatStageChange(pokemon, passive, simulated, stat, cancelled, args), args, - false, simulated, ); } @@ -5778,8 +6004,7 @@ export function applyPostStatStageChangeAbAttrs( attrType, pokemon, (attr, _passive) => attr.applyPostStatStageChange(pokemon, simulated, stats, stages, selfTarget, args), - args, - false, + (attr, _passive) => attr.canApplyPostStatStageChange(pokemon, simulated, stats, stages, selfTarget, args), args, simulated, ); } @@ -5796,8 +6021,8 @@ export function applyPreSetStatusAbAttrs( attrType, pokemon, (attr, passive) => attr.applyPreSetStatus(pokemon, passive, simulated, effect, cancelled, args), + (attr, passive) => attr.canApplyPreSetStatus(pokemon, passive, simulated, effect, cancelled, args), args, - false, simulated, ); } @@ -5814,8 +6039,8 @@ export function applyPreApplyBattlerTagAbAttrs( attrType, pokemon, (attr, passive) => attr.applyPreApplyBattlerTag(pokemon, passive, simulated, tag, cancelled, args), + (attr, passive) => attr.canApplyPreApplyBattlerTag(pokemon, passive, simulated, tag, cancelled, args), args, - false, simulated, ); } @@ -5832,8 +6057,8 @@ export function applyPreWeatherEffectAbAttrs( attrType, pokemon, (attr, passive) => attr.applyPreWeatherEffect(pokemon, passive, simulated, weather, cancelled, args), + (attr, passive) => attr.canApplyPreWeatherEffect(pokemon, passive, simulated, weather, cancelled, args), args, - true, simulated, ); } @@ -5848,8 +6073,8 @@ export function applyPostTurnAbAttrs( attrType, pokemon, (attr, passive) => attr.applyPostTurn(pokemon, passive, simulated, args), + (attr, passive) => attr.canApplyPostTurn(pokemon, passive, simulated, args), args, - false, simulated, ); } @@ -5865,8 +6090,8 @@ export function applyPostWeatherChangeAbAttrs( attrType, pokemon, (attr, passive) => attr.applyPostWeatherChange(pokemon, passive, simulated, weather, args), + (attr, passive) => attr.canApplyPostWeatherChange(pokemon, passive, simulated, weather, args), args, - false, simulated, ); } @@ -5882,8 +6107,8 @@ export function applyPostWeatherLapseAbAttrs( attrType, pokemon, (attr, passive) => attr.applyPostWeatherLapse(pokemon, passive, simulated, weather, args), + (attr, passive) => attr.canApplyPostWeatherLapse(pokemon, passive, simulated, weather, args), args, - false, simulated, ); } @@ -5899,8 +6124,8 @@ export function applyPostTerrainChangeAbAttrs( attrType, pokemon, (attr, passive) => attr.applyPostTerrainChange(pokemon, passive, simulated, terrain, args), + (attr, passive) => attr.canApplyPostTerrainChange(pokemon, passive, simulated, terrain, args), args, - false, simulated, ); } @@ -5918,8 +6143,7 @@ export function applyCheckTrappedAbAttrs( attrType, pokemon, (attr, passive) => attr.applyCheckTrapped(pokemon, passive, simulated, trapped, otherPokemon, args), - args, - false, + (attr, passive) => attr.canApplyCheckTrapped(pokemon, passive, simulated, trapped, otherPokemon, args), args, simulated, messages, ); @@ -5935,8 +6159,8 @@ export function applyPostBattleAbAttrs( attrType, pokemon, (attr, passive) => attr.applyPostBattle(pokemon, passive, simulated, args), + (attr, passive) => attr.canApplyPostBattle(pokemon, passive, simulated, args), args, - false, simulated, ); } @@ -5954,8 +6178,8 @@ export function applyPostFaintAbAttrs( attrType, pokemon, (attr, passive) => attr.applyPostFaint(pokemon, passive, simulated, attacker, move, hitResult, args), + (attr, passive) => attr.canApplyPostFaint(pokemon, passive, simulated, attacker, move, hitResult, args), args, - false, simulated, ); } @@ -5970,6 +6194,7 @@ export function applyPostItemLostAbAttrs( attrType, pokemon, (attr, passive) => attr.applyPostItemLost(pokemon, simulated, args), + (attr, passive) => attr.canApplyPostItemLost(pokemon, simulated, args), args, ); } @@ -5979,19 +6204,36 @@ export function applyPostItemLostAbAttrs( * * Ignores passives as they don't change and shouldn't be reapplied when main abilities change */ -export function applyOnGainAbAttrs(pokemon: Pokemon, passive = false, simulated = false, ...args: any[]): void { - applySingleAbAttrs(pokemon, passive, PostSummonAbAttr, (attr, passive) => attr.applyPostSummon(pokemon, passive, simulated, args), args, true, simulated); +export function applyOnGainAbAttrs( + pokemon: Pokemon, + passive: boolean = false, + simulated: boolean = false, + ...args: any[]): void { + applySingleAbAttrs( + pokemon, + passive, + PostSummonAbAttr, + (attr, passive) => attr.applyPostSummon(pokemon, passive, simulated, args), + (attr, passive) => attr.canApplyPostSummon(pokemon, passive, simulated, args), + args, + true, + simulated, + ); } /** * Clears primal weather/neutralizing gas during the turn if {@linkcode pokemon}'s ability corresponds to one */ export function applyOnLoseAbAttrs(pokemon: Pokemon, passive = false, simulated = false, ...args: any[]): void { - applySingleAbAttrs(pokemon, passive, PreLeaveFieldAbAttr, (attr, passive) => attr.applyPreLeaveField(pokemon, passive, simulated, [ ...args, true ]), args, true, simulated); -} -function queueShowAbility(pokemon: Pokemon, passive: boolean): void { - globalScene.unshiftPhase(new ShowAbilityPhase(pokemon.id, passive)); - globalScene.clearPhaseQueueSplice(); + applySingleAbAttrs( + pokemon, + passive, + PreLeaveFieldAbAttr, + (attr, passive) => attr.applyPreLeaveField(pokemon, passive, simulated, [ ...args, true ]), + (attr, passive) => attr.canApplyPreLeaveField(pokemon, passive, simulated, [ ...args, true ]), + args, + true, + simulated); } /** @@ -6102,8 +6344,7 @@ export function initAbilities() { .bypassFaint(), new Ability(Abilities.WONDER_GUARD, 3) .attr(NonSuperEffectiveImmunityAbAttr) - .attr(UncopiableAbilityAbAttr) - .attr(UnswappableAbilityAbAttr) + .uncopiable() .ignorable(), new Ability(Abilities.LEVITATE, 3) .attr(AttackTypeImmunityAbAttr, PokemonType.GROUND, (pokemon: Pokemon) => !pokemon.getTag(GroundedTag) && !globalScene.arena.getTag(ArenaTagType.GRAVITY)) @@ -6137,7 +6378,7 @@ export function initAbilities() { .ignorable(), new Ability(Abilities.TRACE, 3) .attr(PostSummonCopyAbilityAbAttr) - .attr(UncopiableAbilityAbAttr), + .uncopiable(), new Ability(Abilities.HUGE_POWER, 3) .attr(StatMultiplierAbAttr, Stat.ATK, 2), new Ability(Abilities.POISON_POINT, 3) @@ -6190,7 +6431,7 @@ export function initAbilities() { .ignorable(), new Ability(Abilities.PICKUP, 3) .attr(PostBattleLootAbAttr) - .attr(UnsuppressableAbilityAbAttr), + .unsuppressable(), new Ability(Abilities.TRUANT, 3) .attr(PostSummonAddBattlerTagAbAttr, BattlerTagType.TRUANT, 1, false), new Ability(Abilities.HUSTLE, 3) @@ -6203,7 +6444,8 @@ export function initAbilities() { new Ability(Abilities.MINUS, 3) .conditionalAttr(p => globalScene.currentBattle.double && [ Abilities.PLUS, Abilities.MINUS ].some(a => p.getAlly().hasAbility(a)), StatMultiplierAbAttr, Stat.SPATK, 1.5), new Ability(Abilities.FORECAST, 3) - .attr(UncopiableAbilityAbAttr) + .uncopiable() + .unreplaceable() .attr(NoFusionAbilityAbAttr) .attr(PostSummonFormChangeByWeatherAbAttr, Abilities.FORECAST) .attr(PostWeatherChangeFormChangeAbAttr, Abilities.FORECAST, [ WeatherType.NONE, WeatherType.SANDSTORM, WeatherType.STRONG_WINDS, WeatherType.FOG ]), @@ -6320,7 +6562,7 @@ export function initAbilities() { .conditionalAttr(pokemon => !!pokemon.status || pokemon.hasAbility(Abilities.COMATOSE), StatMultiplierAbAttr, Stat.SPD, 1.5), new Ability(Abilities.NORMALIZE, 4) .attr(MoveTypeChangeAbAttr, PokemonType.NORMAL, 1.2, (user, target, move) => { - return ![ Moves.HIDDEN_POWER, Moves.WEATHER_BALL, Moves.NATURAL_GIFT, Moves.JUDGMENT, Moves.TECHNO_BLAST ].includes(move.id); + return ![ Moves.MULTI_ATTACK, Moves.REVELATION_DANCE, Moves.TERRAIN_PULSE, Moves.HIDDEN_POWER, Moves.WEATHER_BALL, Moves.NATURAL_GIFT, Moves.JUDGMENT, Moves.TECHNO_BLAST ].includes(move.id); }), new Ability(Abilities.SNIPER, 4) .attr(MultCritAbAttr, 1.5), @@ -6383,24 +6625,26 @@ export function initAbilities() { .attr(PostBiomeChangeWeatherChangeAbAttr, WeatherType.SNOW), new Ability(Abilities.HONEY_GATHER, 4) .attr(MoneyAbAttr) - .attr(UnsuppressableAbilityAbAttr), + .unsuppressable(), new Ability(Abilities.FRISK, 4) .attr(FriskAbAttr), new Ability(Abilities.RECKLESS, 4) .attr(MovePowerBoostAbAttr, (user, target, move) => move.hasFlag(MoveFlags.RECKLESS_MOVE), 1.2), new Ability(Abilities.MULTITYPE, 4) - .attr(UncopiableAbilityAbAttr) - .attr(UnswappableAbilityAbAttr) - .attr(UnsuppressableAbilityAbAttr) - .attr(NoFusionAbilityAbAttr), + .attr(NoFusionAbilityAbAttr) + .uncopiable() + .unsuppressable() + .unreplaceable(), new Ability(Abilities.FLOWER_GIFT, 4) .conditionalAttr(getWeatherCondition(WeatherType.SUNNY || WeatherType.HARSH_SUN), StatMultiplierAbAttr, Stat.ATK, 1.5) .conditionalAttr(getWeatherCondition(WeatherType.SUNNY || WeatherType.HARSH_SUN), StatMultiplierAbAttr, Stat.SPDEF, 1.5) - .attr(UncopiableAbilityAbAttr) + .conditionalAttr(getWeatherCondition(WeatherType.SUNNY || WeatherType.HARSH_SUN), AllyStatMultiplierAbAttr, Stat.ATK, 1.5) + .conditionalAttr(getWeatherCondition(WeatherType.SUNNY || WeatherType.HARSH_SUN), AllyStatMultiplierAbAttr, Stat.SPDEF, 1.5) .attr(NoFusionAbilityAbAttr) .attr(PostSummonFormChangeByWeatherAbAttr, Abilities.FLOWER_GIFT) .attr(PostWeatherChangeFormChangeAbAttr, Abilities.FLOWER_GIFT, [ WeatherType.NONE, WeatherType.SANDSTORM, WeatherType.STRONG_WINDS, WeatherType.FOG, WeatherType.HAIL, WeatherType.HEAVY_RAIN, WeatherType.SNOW, WeatherType.RAIN ]) - .partial() // Should also boosts stats of ally + .uncopiable() + .unreplaceable() .ignorable(), new Ability(Abilities.BAD_DREAMS, 4) .attr(PostTurnHurtIfSleepingAbAttr), @@ -6482,12 +6726,11 @@ export function initAbilities() { return Utils.isNullOrUndefined(movePhase); }, 1.3), new Ability(Abilities.ILLUSION, 5) - .attr(UncopiableAbilityAbAttr) - .attr(UnswappableAbilityAbAttr) + .uncopiable() .unimplemented(), new Ability(Abilities.IMPOSTER, 5) .attr(PostSummonTransformAbAttr) - .attr(UncopiableAbilityAbAttr), + .uncopiable(), new Ability(Abilities.INFILTRATOR, 5) .attr(InfiltratorAbAttr) .partial(), // does not bypass Mist @@ -6529,14 +6772,14 @@ export function initAbilities() { .attr(PostBattleInitFormChangeAbAttr, () => 0) .attr(PostSummonFormChangeAbAttr, p => p.getHpRatio() <= 0.5 ? 1 : 0) .attr(PostTurnFormChangeAbAttr, p => p.getHpRatio() <= 0.5 ? 1 : 0) - .attr(UncopiableAbilityAbAttr) - .attr(UnswappableAbilityAbAttr) - .attr(UnsuppressableAbilityAbAttr) .attr(NoFusionAbilityAbAttr) + .uncopiable() + .unreplaceable() + .unsuppressable() .bypassFaint(), new Ability(Abilities.VICTORY_STAR, 5) .attr(StatMultiplierAbAttr, Stat.ACC, 1.1) - .partial(), // Does not boost ally's accuracy + .attr(AllyStatMultiplierAbAttr, Stat.ACC, 1.1, false), new Ability(Abilities.TURBOBLAZE, 5) .attr(PostSummonMessageAbAttr, (pokemon: Pokemon) => i18next.t("abilityTriggers:postSummonTurboblaze", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon) })) .attr(MoveAbilityBypassAbAttr), @@ -6547,8 +6790,19 @@ export function initAbilities() { .attr(UserFieldBattlerTagImmunityAbAttr, [ BattlerTagType.INFATUATED, BattlerTagType.TAUNT, BattlerTagType.DISABLED, BattlerTagType.TORMENT, BattlerTagType.HEAL_BLOCK ]) .ignorable(), new Ability(Abilities.FLOWER_VEIL, 6) - .ignorable() - .unimplemented(), + .attr(ConditionalUserFieldStatusEffectImmunityAbAttr, (target: Pokemon, source: Pokemon | null) => { + return source ? target.getTypes().includes(PokemonType.GRASS) && target.id !== source.id : false; + }) + .attr(ConditionalUserFieldBattlerTagImmunityAbAttr, + (target: Pokemon) => { + return target.getTypes().includes(PokemonType.GRASS); + }, + [ BattlerTagType.DROWSY ], + ) + .attr(ConditionalUserFieldProtectStatAbAttr, (target: Pokemon) => { + return target.getTypes().includes(PokemonType.GRASS); + }) + .ignorable(), new Ability(Abilities.CHEEK_POUCH, 6) .attr(HealFromBerryUseAbAttr, 1 / 3), new Ability(Abilities.PROTEAN, 6) @@ -6574,10 +6828,10 @@ export function initAbilities() { .ignorable() .partial(), // Mold Breaker ally should not be affected by Sweet Veil new Ability(Abilities.STANCE_CHANGE, 6) - .attr(UncopiableAbilityAbAttr) - .attr(UnswappableAbilityAbAttr) - .attr(UnsuppressableAbilityAbAttr) - .attr(NoFusionAbilityAbAttr), + .attr(NoFusionAbilityAbAttr) + .uncopiable() + .unreplaceable() + .unsuppressable(), new Ability(Abilities.GALE_WINGS, 6) .attr(ChangeMovePriorityAbAttr, (pokemon, move) => pokemon.isFullHp() && pokemon.getMoveType(move) === PokemonType.FLYING, 1), new Ability(Abilities.MEGA_LAUNCHER, 6) @@ -6642,11 +6896,11 @@ export function initAbilities() { .attr(PostTurnFormChangeAbAttr, p => p.formIndex % 7 + (p.getHpRatio() <= 0.5 ? 7 : 0)) .conditionalAttr(p => p.formIndex !== 7, StatusEffectImmunityAbAttr) .conditionalAttr(p => p.formIndex !== 7, BattlerTagImmunityAbAttr, BattlerTagType.DROWSY) - .attr(UncopiableAbilityAbAttr) - .attr(UnswappableAbilityAbAttr) - .attr(UnsuppressableAbilityAbAttr) .attr(NoFusionAbilityAbAttr) .attr(NoTransformAbilityAbAttr) + .uncopiable() + .unreplaceable() + .unsuppressable() .bypassFaint(), new Ability(Abilities.STAKEOUT, 7) .attr(MovePowerBoostAbAttr, (user, target, move) => !!target?.turnData.switchedInThisTurn, 2), @@ -6677,15 +6931,12 @@ export function initAbilities() { .attr(PostBattleInitFormChangeAbAttr, () => 0) .attr(PostSummonFormChangeAbAttr, p => p.level < 20 || p.getHpRatio() <= 0.25 ? 0 : 1) .attr(PostTurnFormChangeAbAttr, p => p.level < 20 || p.getHpRatio() <= 0.25 ? 0 : 1) - .attr(UncopiableAbilityAbAttr) - .attr(UnswappableAbilityAbAttr) - .attr(UnsuppressableAbilityAbAttr) .attr(NoFusionAbilityAbAttr) + .uncopiable() + .unreplaceable() + .unsuppressable() .bypassFaint(), new Ability(Abilities.DISGUISE, 7) - .attr(UncopiableAbilityAbAttr) - .attr(UnswappableAbilityAbAttr) - .attr(UnsuppressableAbilityAbAttr) .attr(NoTransformAbilityAbAttr) .attr(NoFusionAbilityAbAttr) // Add BattlerTagType.DISGUISE if the pokemon is in its disguised form @@ -6695,15 +6946,18 @@ export function initAbilities() { (pokemon, abilityName) => i18next.t("abilityTriggers:disguiseAvoidedDamage", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon), abilityName: abilityName }), (pokemon) => Utils.toDmgValue(pokemon.getMaxHp() / 8)) .attr(PostBattleInitFormChangeAbAttr, () => 0) + .uncopiable() + .unreplaceable() + .unsuppressable() .bypassFaint() .ignorable(), new Ability(Abilities.BATTLE_BOND, 7) .attr(PostVictoryFormChangeAbAttr, () => 2) .attr(PostBattleInitFormChangeAbAttr, () => 1) - .attr(UncopiableAbilityAbAttr) - .attr(UnswappableAbilityAbAttr) - .attr(UnsuppressableAbilityAbAttr) .attr(NoFusionAbilityAbAttr) + .uncopiable() + .unreplaceable() + .unsuppressable() .bypassFaint(), new Ability(Abilities.POWER_CONSTRUCT, 7) .conditionalAttr(pokemon => pokemon.formIndex === 2 || pokemon.formIndex === 4, PostBattleInitFormChangeAbAttr, () => 2) @@ -6712,20 +6966,20 @@ export function initAbilities() { .conditionalAttr(pokemon => pokemon.formIndex === 2 || pokemon.formIndex === 4, PostTurnFormChangeAbAttr, p => p.getHpRatio() <= 0.5 || p.getFormKey() === "complete" ? 4 : 2) .conditionalAttr(pokemon => pokemon.formIndex === 3 || pokemon.formIndex === 5, PostSummonFormChangeAbAttr, p => p.getHpRatio() <= 0.5 || p.getFormKey() === "10-complete" ? 5 : 3) .conditionalAttr(pokemon => pokemon.formIndex === 3 || pokemon.formIndex === 5, PostTurnFormChangeAbAttr, p => p.getHpRatio() <= 0.5 || p.getFormKey() === "10-complete" ? 5 : 3) - .attr(UncopiableAbilityAbAttr) - .attr(UnswappableAbilityAbAttr) - .attr(UnsuppressableAbilityAbAttr) .attr(NoFusionAbilityAbAttr) + .uncopiable() + .unreplaceable() + .unsuppressable() .bypassFaint(), new Ability(Abilities.CORROSION, 7) .attr(IgnoreTypeStatusEffectImmunityAbAttr, [ StatusEffect.POISON, StatusEffect.TOXIC ], [ PokemonType.STEEL, PokemonType.POISON ]) .edgeCase(), // Should poison itself with toxic orb. new Ability(Abilities.COMATOSE, 7) - .attr(UncopiableAbilityAbAttr) - .attr(UnswappableAbilityAbAttr) - .attr(UnsuppressableAbilityAbAttr) .attr(StatusEffectImmunityAbAttr, ...getNonVolatileStatusEffects()) - .attr(BattlerTagImmunityAbAttr, BattlerTagType.DROWSY), + .attr(BattlerTagImmunityAbAttr, BattlerTagType.DROWSY) + .uncopiable() + .unreplaceable() + .unsuppressable(), new Ability(Abilities.QUEENLY_MAJESTY, 7) .attr(FieldPriorityMoveImmunityAbAttr) .ignorable(), @@ -6749,10 +7003,10 @@ export function initAbilities() { .attr(PostDefendStatStageChangeAbAttr, (target, user, move) => move.hasFlag(MoveFlags.MAKES_CONTACT), Stat.SPD, -1, false), new Ability(Abilities.RECEIVER, 7) .attr(CopyFaintedAllyAbilityAbAttr) - .attr(UncopiableAbilityAbAttr), + .uncopiable(), new Ability(Abilities.POWER_OF_ALCHEMY, 7) .attr(CopyFaintedAllyAbilityAbAttr) - .attr(UncopiableAbilityAbAttr), + .uncopiable(), new Ability(Abilities.BEAST_BOOST, 7) .attr(PostVictoryStatStageChangeAbAttr, p => { let highestStat: EffectiveStat; @@ -6767,10 +7021,10 @@ export function initAbilities() { return highestStat!; }, 1), new Ability(Abilities.RKS_SYSTEM, 7) - .attr(UncopiableAbilityAbAttr) - .attr(UnswappableAbilityAbAttr) - .attr(UnsuppressableAbilityAbAttr) - .attr(NoFusionAbilityAbAttr), + .attr(NoFusionAbilityAbAttr) + .uncopiable() + .unreplaceable() + .unsuppressable(), new Ability(Abilities.ELECTRIC_SURGE, 7) .attr(PostSummonTerrainChangeAbAttr, TerrainType.ELECTRIC) .attr(PostBiomeChangeTerrainChangeAbAttr, TerrainType.ELECTRIC), @@ -6816,11 +7070,11 @@ export function initAbilities() { * @see {@linkcode GulpMissileTagAttr} and {@linkcode GulpMissileTag} for Gulp Missile implementation */ new Ability(Abilities.GULP_MISSILE, 8) - .attr(UnsuppressableAbilityAbAttr) .attr(NoTransformAbilityAbAttr) .attr(NoFusionAbilityAbAttr) - .attr(UncopiableAbilityAbAttr) - .attr(UnswappableAbilityAbAttr) + .unsuppressable() + .uncopiable() + .unreplaceable() .bypassFaint(), new Ability(Abilities.STALWART, 8) .attr(BlockRedirectAbAttr), @@ -6843,9 +7097,6 @@ export function initAbilities() { new Ability(Abilities.RIPEN, 8) .attr(DoubleBerryEffectAbAttr), new Ability(Abilities.ICE_FACE, 8) - .attr(UncopiableAbilityAbAttr) - .attr(UnswappableAbilityAbAttr) - .attr(UnsuppressableAbilityAbAttr) .attr(NoTransformAbilityAbAttr) .attr(NoFusionAbilityAbAttr) // Add BattlerTagType.ICE_FACE if the pokemon is in ice face form @@ -6858,6 +7109,9 @@ export function initAbilities() { (target, user, move) => move.category === MoveCategory.PHYSICAL && !!target.getTag(BattlerTagType.ICE_FACE), 0, BattlerTagType.ICE_FACE, (pokemon, abilityName) => i18next.t("abilityTriggers:iceFaceAvoidedDamage", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon), abilityName: abilityName })) .attr(PostBattleInitFormChangeAbAttr, () => 0) + .uncopiable() + .unreplaceable() + .unsuppressable() .bypassFaint() .ignorable(), new Ability(Abilities.POWER_SPOT, 8) @@ -6878,10 +7132,9 @@ export function initAbilities() { new Ability(Abilities.GORILLA_TACTICS, 8) .attr(GorillaTacticsAbAttr), new Ability(Abilities.NEUTRALIZING_GAS, 8) - .attr(PostSummonAddArenaTagAbAttr, ArenaTagType.NEUTRALIZING_GAS, 0) + .attr(PostSummonAddArenaTagAbAttr, true, ArenaTagType.NEUTRALIZING_GAS, 0) .attr(PreLeaveFieldRemoveSuppressAbilitiesSourceAbAttr) - .attr(UncopiableAbilityAbAttr) - .attr(UnswappableAbilityAbAttr) + .uncopiable() .attr(NoTransformAbilityAbAttr) .bypassFaint(), new Ability(Abilities.PASTEL_VEIL, 8) @@ -6891,11 +7144,11 @@ export function initAbilities() { new Ability(Abilities.HUNGER_SWITCH, 8) .attr(PostTurnFormChangeAbAttr, p => p.getFormKey() ? 0 : 1) .attr(PostTurnFormChangeAbAttr, p => p.getFormKey() ? 1 : 0) - .attr(UncopiableAbilityAbAttr) - .attr(UnswappableAbilityAbAttr) .attr(NoTransformAbilityAbAttr) .attr(NoFusionAbilityAbAttr) - .condition((pokemon) => !pokemon.isTerastallized), + .condition((pokemon) => !pokemon.isTerastallized) + .uncopiable() + .unreplaceable(), new Ability(Abilities.QUICK_DRAW, 8) .attr(BypassSpeedChanceAbAttr, 30), new Ability(Abilities.UNSEEN_FIST, 8) @@ -6914,16 +7167,16 @@ export function initAbilities() { .attr(PostSummonMessageAbAttr, (pokemon: Pokemon) => i18next.t("abilityTriggers:postSummonAsOneGlastrier", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon) })) .attr(PreventBerryUseAbAttr) .attr(PostVictoryStatStageChangeAbAttr, Stat.ATK, 1) - .attr(UncopiableAbilityAbAttr) - .attr(UnswappableAbilityAbAttr) - .attr(UnsuppressableAbilityAbAttr), + .uncopiable() + .unreplaceable() + .unsuppressable(), new Ability(Abilities.AS_ONE_SPECTRIER, 8) .attr(PostSummonMessageAbAttr, (pokemon: Pokemon) => i18next.t("abilityTriggers:postSummonAsOneSpectrier", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon) })) .attr(PreventBerryUseAbAttr) .attr(PostVictoryStatStageChangeAbAttr, Stat.SPATK, 1) - .attr(UncopiableAbilityAbAttr) - .attr(UnswappableAbilityAbAttr) - .attr(UnsuppressableAbilityAbAttr), + .uncopiable() + .unreplaceable() + .unsuppressable(), new Ability(Abilities.LINGERING_AROMA, 9) .attr(PostDefendAbilityGiveAbAttr, Abilities.LINGERING_AROMA) .bypassFaint(), @@ -6958,9 +7211,9 @@ export function initAbilities() { new Ability(Abilities.WIND_POWER, 9) .attr(PostDefendApplyBattlerTagAbAttr, (target, user, move) => move.hasFlag(MoveFlags.WIND_MOVE), BattlerTagType.CHARGED), new Ability(Abilities.ZERO_TO_HERO, 9) - .attr(UncopiableAbilityAbAttr) - .attr(UnswappableAbilityAbAttr) - .attr(UnsuppressableAbilityAbAttr) + .uncopiable() + .unreplaceable() + .unsuppressable() .attr(NoTransformAbilityAbAttr) .attr(NoFusionAbilityAbAttr) .attr(PostBattleInitFormChangeAbAttr, () => 0) @@ -6969,22 +7222,20 @@ export function initAbilities() { new Ability(Abilities.COMMANDER, 9) .attr(CommanderAbAttr) .attr(DoubleBattleChanceAbAttr) - .attr(UncopiableAbilityAbAttr) - .attr(UnswappableAbilityAbAttr) + .uncopiable() + .unreplaceable() .edgeCase(), // Encore, Frenzy, and other non-`TURN_END` tags don't lapse correctly on the commanding Pokemon. new Ability(Abilities.ELECTROMORPHOSIS, 9) .attr(PostDefendApplyBattlerTagAbAttr, (target, user, move) => move.category !== MoveCategory.STATUS, BattlerTagType.CHARGED), new Ability(Abilities.PROTOSYNTHESIS, 9) .conditionalAttr(getWeatherCondition(WeatherType.SUNNY, WeatherType.HARSH_SUN), PostSummonAddBattlerTagAbAttr, BattlerTagType.PROTOSYNTHESIS, 0, true) .attr(PostWeatherChangeAddBattlerTagAttr, BattlerTagType.PROTOSYNTHESIS, 0, WeatherType.SUNNY, WeatherType.HARSH_SUN) - .attr(UncopiableAbilityAbAttr) - .attr(UnswappableAbilityAbAttr) + .uncopiable() .attr(NoTransformAbilityAbAttr), new Ability(Abilities.QUARK_DRIVE, 9) .conditionalAttr(getTerrainCondition(TerrainType.ELECTRIC), PostSummonAddBattlerTagAbAttr, BattlerTagType.QUARK_DRIVE, 0, true) .attr(PostTerrainChangeAddBattlerTagAttr, BattlerTagType.QUARK_DRIVE, 0, TerrainType.ELECTRIC) - .attr(UncopiableAbilityAbAttr) - .attr(UnswappableAbilityAbAttr) + .uncopiable() .attr(NoTransformAbilityAbAttr), new Ability(Abilities.GOOD_AS_GOLD, 9) .attr(MoveImmunityAbAttr, (pokemon, attacker, move) => pokemon !== attacker && move.category === MoveCategory.STATUS && ![ MoveTarget.ENEMY_SIDE, MoveTarget.BOTH_SIDES, MoveTarget.USER_SIDE ].includes(move.moveTarget)) @@ -7048,45 +7299,45 @@ export function initAbilities() { .attr(PostAttackApplyStatusEffectAbAttr, false, 30, StatusEffect.TOXIC), new Ability(Abilities.EMBODY_ASPECT_TEAL, 9) .attr(PostTeraFormChangeStatChangeAbAttr, [ Stat.SPD ], 1) - .attr(UncopiableAbilityAbAttr) - .attr(UnswappableAbilityAbAttr) + .uncopiable() + .unreplaceable() // TODO is this true? .attr(NoTransformAbilityAbAttr), new Ability(Abilities.EMBODY_ASPECT_WELLSPRING, 9) .attr(PostTeraFormChangeStatChangeAbAttr, [ Stat.SPDEF ], 1) - .attr(UncopiableAbilityAbAttr) - .attr(UnswappableAbilityAbAttr) + .uncopiable() + .unreplaceable() .attr(NoTransformAbilityAbAttr), new Ability(Abilities.EMBODY_ASPECT_HEARTHFLAME, 9) .attr(PostTeraFormChangeStatChangeAbAttr, [ Stat.ATK ], 1) - .attr(UncopiableAbilityAbAttr) - .attr(UnswappableAbilityAbAttr) + .uncopiable() + .unreplaceable() .attr(NoTransformAbilityAbAttr), new Ability(Abilities.EMBODY_ASPECT_CORNERSTONE, 9) .attr(PostTeraFormChangeStatChangeAbAttr, [ Stat.DEF ], 1) - .attr(UncopiableAbilityAbAttr) - .attr(UnswappableAbilityAbAttr) + .uncopiable() + .unreplaceable() .attr(NoTransformAbilityAbAttr), new Ability(Abilities.TERA_SHIFT, 9) .attr(PostSummonFormChangeAbAttr, p => p.getFormKey() ? 0 : 1) - .attr(UncopiableAbilityAbAttr) - .attr(UnswappableAbilityAbAttr) - .attr(UnsuppressableAbilityAbAttr) + .uncopiable() + .unreplaceable() + .unsuppressable() .attr(NoTransformAbilityAbAttr) .attr(NoFusionAbilityAbAttr), new Ability(Abilities.TERA_SHELL, 9) .attr(FullHpResistTypeAbAttr) - .attr(UncopiableAbilityAbAttr) - .attr(UnswappableAbilityAbAttr) + .uncopiable() + .unreplaceable() .ignorable(), new Ability(Abilities.TERAFORM_ZERO, 9) .attr(ClearWeatherAbAttr, [ WeatherType.SUNNY, WeatherType.RAIN, WeatherType.SANDSTORM, WeatherType.HAIL, WeatherType.SNOW, WeatherType.FOG, WeatherType.HEAVY_RAIN, WeatherType.HARSH_SUN, WeatherType.STRONG_WINDS ]) .attr(ClearTerrainAbAttr, [ TerrainType.MISTY, TerrainType.ELECTRIC, TerrainType.GRASSY, TerrainType.PSYCHIC ]) - .attr(UncopiableAbilityAbAttr) - .attr(UnswappableAbilityAbAttr) + .uncopiable() + .unreplaceable() .condition(getOncePerBattleCondition(Abilities.TERAFORM_ZERO)), new Ability(Abilities.POISON_PUPPETEER, 9) - .attr(UncopiableAbilityAbAttr) - .attr(UnswappableAbilityAbAttr) + .uncopiable() + .unreplaceable() // TODO is this true? .attr(ConfusionOnStatusEffectAbAttr, StatusEffect.POISON, StatusEffect.TOXIC) ); } diff --git a/src/data/arena-tag.ts b/src/data/arena-tag.ts index 4219b9a3ba2..8f1d6b09a73 100644 --- a/src/data/arena-tag.ts +++ b/src/data/arena-tag.ts @@ -64,7 +64,7 @@ export abstract class ArenaTag { } } - onOverlap(_arena: Arena): void {} + onOverlap(_arena: Arena, _source: Pokemon | null): void {} lapse(_arena: Arena): boolean { return this.turnCount < 1 || !!--this.turnCount; @@ -706,7 +706,7 @@ export class ArenaTrapTag extends ArenaTag { this.maxLayers = maxLayers; } - onOverlap(arena: Arena): void { + onOverlap(arena: Arena, _source: Pokemon | null): void { if (this.layers < this.maxLayers) { this.layers++; @@ -788,7 +788,7 @@ class SpikesTag extends ArenaTrapTag { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon), }), ); - pokemon.damageAndUpdate(damage, HitResult.OTHER); + pokemon.damageAndUpdate(damage, { result: HitResult.INDIRECT }); if (pokemon.turnData) { pokemon.turnData.damageTaken += damage; } @@ -982,7 +982,7 @@ class StealthRockTag extends ArenaTrapTag { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon), }), ); - pokemon.damageAndUpdate(damage, HitResult.OTHER); + pokemon.damageAndUpdate(damage, { result: HitResult.INDIRECT }); if (pokemon.turnData) { pokemon.turnData.damageTaken += damage; } @@ -1327,7 +1327,7 @@ class FireGrassPledgeTag extends ArenaTag { globalScene.unshiftPhase( new CommonAnimPhase(pokemon.getBattlerIndex(), pokemon.getBattlerIndex(), CommonAnim.MAGMA_STORM), ); - pokemon.damageAndUpdate(toDmgValue(pokemon.getMaxHp() / 8)); + pokemon.damageAndUpdate(toDmgValue(pokemon.getMaxHp() / 8), { result: HitResult.INDIRECT }); }); return super.lapse(arena); @@ -1427,13 +1427,9 @@ export class SuppressAbilitiesTag extends ArenaTag { public override onAdd(_arena: Arena): void { const pokemon = this.getSourcePokemon(); if (pokemon) { - globalScene.queueMessage( - i18next.t("arenaTag:neutralizingGasOnAdd", { - pokemonNameWithAffix: getPokemonNameWithAffix(pokemon), - }), - ); + this.playActivationMessage(pokemon); - for (const fieldPokemon of globalScene.getField()) { + for (const fieldPokemon of globalScene.getField(true)) { if (fieldPokemon && fieldPokemon.id !== pokemon.id) { [true, false].forEach(passive => applyOnLoseAbAttrs(fieldPokemon, passive)); } @@ -1441,8 +1437,9 @@ export class SuppressAbilitiesTag extends ArenaTag { } } - public override onOverlap(_arena: Arena): void { + public override onOverlap(_arena: Arena, source: Pokemon | null): void { this.sourceCount++; + this.playActivationMessage(source); } public onSourceLeave(arena: Arena): void { @@ -1466,7 +1463,7 @@ export class SuppressAbilitiesTag extends ArenaTag { globalScene.queueMessage(i18next.t("arenaTag:neutralizingGasOnRemove")); } - for (const pokemon of globalScene.getField()) { + for (const pokemon of globalScene.getField(true)) { // There is only one pokemon with this attr on the field on removal, so its abilities are already active if (pokemon && !pokemon.hasAbilityWithAttr(PreLeaveFieldRemoveSuppressAbilitiesSourceAbAttr, false)) { [true, false].forEach(passive => applyOnGainAbAttrs(pokemon, passive)); @@ -1481,6 +1478,16 @@ export class SuppressAbilitiesTag extends ArenaTag { public isBeingRemoved() { return this.beingRemoved; } + + private playActivationMessage(pokemon: Pokemon | null) { + if (pokemon) { + globalScene.queueMessage( + i18next.t("arenaTag:neutralizingGasOnAdd", { + pokemonNameWithAffix: getPokemonNameWithAffix(pokemon), + }), + ); + } + } } // TODO: swap `sourceMove` and `sourceId` and make `sourceMove` an optional parameter diff --git a/src/data/balance/biomes.ts b/src/data/balance/biomes.ts index 71a48162e57..3dff1722af6 100644 --- a/src/data/balance/biomes.ts +++ b/src/data/balance/biomes.ts @@ -1659,7 +1659,7 @@ export const biomeTrainerPools: BiomeTrainerPools = { }, [Biome.GRASS]: { [BiomePoolTier.COMMON]: [ TrainerType.BREEDER, TrainerType.SCHOOL_KID ], - [BiomePoolTier.UNCOMMON]: [ TrainerType.ACE_TRAINER ], + [BiomePoolTier.UNCOMMON]: [ TrainerType.ACE_TRAINER, TrainerType.POKEFAN ], [BiomePoolTier.RARE]: [ TrainerType.BLACK_BELT ], [BiomePoolTier.SUPER_RARE]: [], [BiomePoolTier.ULTRA_RARE]: [], @@ -1680,9 +1680,9 @@ export const biomeTrainerPools: BiomeTrainerPools = { [BiomePoolTier.BOSS_ULTRA_RARE]: [] }, [Biome.METROPOLIS]: { - [BiomePoolTier.COMMON]: [ TrainerType.CLERK, TrainerType.CYCLIST, TrainerType.OFFICER, TrainerType.WAITER ], + [BiomePoolTier.COMMON]: [ TrainerType.BEAUTY, TrainerType.CLERK, TrainerType.CYCLIST, TrainerType.OFFICER, TrainerType.WAITER ], [BiomePoolTier.UNCOMMON]: [ TrainerType.BREEDER, TrainerType.DEPOT_AGENT, TrainerType.GUITARIST ], - [BiomePoolTier.RARE]: [ TrainerType.ARTIST ], + [BiomePoolTier.RARE]: [ TrainerType.ARTIST, TrainerType.RICH_KID ], [BiomePoolTier.SUPER_RARE]: [], [BiomePoolTier.ULTRA_RARE]: [], [BiomePoolTier.BOSS]: [ TrainerType.WHITNEY, TrainerType.NORMAN, TrainerType.IONO, TrainerType.LARRY ], @@ -1702,7 +1702,7 @@ export const biomeTrainerPools: BiomeTrainerPools = { [BiomePoolTier.BOSS_ULTRA_RARE]: [] }, [Biome.SEA]: { - [BiomePoolTier.COMMON]: [ TrainerType.SWIMMER, TrainerType.SAILOR ], + [BiomePoolTier.COMMON]: [ TrainerType.SAILOR, TrainerType.SWIMMER ], [BiomePoolTier.UNCOMMON]: [], [BiomePoolTier.RARE]: [], [BiomePoolTier.SUPER_RARE]: [], @@ -1713,7 +1713,7 @@ export const biomeTrainerPools: BiomeTrainerPools = { [BiomePoolTier.BOSS_ULTRA_RARE]: [] }, [Biome.SWAMP]: { - [BiomePoolTier.COMMON]: [], + [BiomePoolTier.COMMON]: [ TrainerType.PARASOL_LADY ], [BiomePoolTier.UNCOMMON]: [ TrainerType.ACE_TRAINER ], [BiomePoolTier.RARE]: [ TrainerType.BLACK_BELT ], [BiomePoolTier.SUPER_RARE]: [], @@ -1724,7 +1724,7 @@ export const biomeTrainerPools: BiomeTrainerPools = { [BiomePoolTier.BOSS_ULTRA_RARE]: [] }, [Biome.BEACH]: { - [BiomePoolTier.COMMON]: [ TrainerType.FISHERMAN, TrainerType.PARASOL_LADY, TrainerType.SAILOR ], + [BiomePoolTier.COMMON]: [ TrainerType.FISHERMAN, TrainerType.SAILOR ], [BiomePoolTier.UNCOMMON]: [ TrainerType.ACE_TRAINER, TrainerType.BREEDER ], [BiomePoolTier.RARE]: [ TrainerType.BLACK_BELT ], [BiomePoolTier.SUPER_RARE]: [], @@ -1735,7 +1735,7 @@ export const biomeTrainerPools: BiomeTrainerPools = { [BiomePoolTier.BOSS_ULTRA_RARE]: [] }, [Biome.LAKE]: { - [BiomePoolTier.COMMON]: [ TrainerType.BREEDER, TrainerType.FISHERMAN ], + [BiomePoolTier.COMMON]: [ TrainerType.BREEDER, TrainerType.FISHERMAN, TrainerType.PARASOL_LADY ], [BiomePoolTier.UNCOMMON]: [ TrainerType.ACE_TRAINER ], [BiomePoolTier.RARE]: [ TrainerType.BLACK_BELT ], [BiomePoolTier.SUPER_RARE]: [], @@ -1758,7 +1758,7 @@ export const biomeTrainerPools: BiomeTrainerPools = { }, [Biome.MOUNTAIN]: { [BiomePoolTier.COMMON]: [ TrainerType.BACKPACKER, TrainerType.BLACK_BELT, TrainerType.HIKER ], - [BiomePoolTier.UNCOMMON]: [ TrainerType.ACE_TRAINER ], + [BiomePoolTier.UNCOMMON]: [ TrainerType.ACE_TRAINER, TrainerType.PILOT ], [BiomePoolTier.RARE]: [], [BiomePoolTier.SUPER_RARE]: [], [BiomePoolTier.ULTRA_RARE]: [], @@ -1790,7 +1790,7 @@ export const biomeTrainerPools: BiomeTrainerPools = { [BiomePoolTier.BOSS_ULTRA_RARE]: [] }, [Biome.DESERT]: { - [BiomePoolTier.COMMON]: [ TrainerType.SCIENTIST ], + [BiomePoolTier.COMMON]: [ TrainerType.BACKPACKER, TrainerType.SCIENTIST ], [BiomePoolTier.UNCOMMON]: [], [BiomePoolTier.RARE]: [], [BiomePoolTier.SUPER_RARE]: [], @@ -1812,8 +1812,8 @@ export const biomeTrainerPools: BiomeTrainerPools = { [BiomePoolTier.BOSS_ULTRA_RARE]: [] }, [Biome.MEADOW]: { - [BiomePoolTier.COMMON]: [ TrainerType.PARASOL_LADY ], - [BiomePoolTier.UNCOMMON]: [ TrainerType.ACE_TRAINER, TrainerType.BREEDER ], + [BiomePoolTier.COMMON]: [ TrainerType.BEAUTY, TrainerType.MUSICIAN, TrainerType.PARASOL_LADY ], + [BiomePoolTier.UNCOMMON]: [ TrainerType.ACE_TRAINER, TrainerType.BAKER, TrainerType.BREEDER, TrainerType.POKEFAN ], [BiomePoolTier.RARE]: [], [BiomePoolTier.SUPER_RARE]: [], [BiomePoolTier.ULTRA_RARE]: [], @@ -1879,7 +1879,7 @@ export const biomeTrainerPools: BiomeTrainerPools = { }, [Biome.RUINS]: { [BiomePoolTier.COMMON]: [ TrainerType.PSYCHIC, TrainerType.SCIENTIST ], - [BiomePoolTier.UNCOMMON]: [ TrainerType.ACE_TRAINER, TrainerType.BLACK_BELT ], + [BiomePoolTier.UNCOMMON]: [ TrainerType.ACE_TRAINER, TrainerType.BLACK_BELT, TrainerType.HEX_MANIAC ], [BiomePoolTier.RARE]: [], [BiomePoolTier.SUPER_RARE]: [], [BiomePoolTier.ULTRA_RARE]: [], @@ -1967,7 +1967,7 @@ export const biomeTrainerPools: BiomeTrainerPools = { }, [Biome.SLUM]: { [BiomePoolTier.COMMON]: [ TrainerType.BIKER, TrainerType.OFFICER, TrainerType.ROUGHNECK ], - [BiomePoolTier.UNCOMMON]: [ TrainerType.BAKER ], + [BiomePoolTier.UNCOMMON]: [ TrainerType.BAKER, TrainerType.HOOLIGANS ], [BiomePoolTier.RARE]: [], [BiomePoolTier.SUPER_RARE]: [], [BiomePoolTier.ULTRA_RARE]: [], @@ -1988,8 +1988,8 @@ export const biomeTrainerPools: BiomeTrainerPools = { [BiomePoolTier.BOSS_ULTRA_RARE]: [] }, [Biome.ISLAND]: { - [BiomePoolTier.COMMON]: [], - [BiomePoolTier.UNCOMMON]: [], + [BiomePoolTier.COMMON]: [ TrainerType.RICH_KID ], + [BiomePoolTier.UNCOMMON]: [ TrainerType.RICH ], [BiomePoolTier.RARE]: [], [BiomePoolTier.SUPER_RARE]: [], [BiomePoolTier.ULTRA_RARE]: [], @@ -7165,16 +7165,21 @@ export function initBiomes() { [ Biome.MOUNTAIN, BiomePoolTier.COMMON ], [ Biome.CAVE, BiomePoolTier.COMMON ], [ Biome.BADLANDS, BiomePoolTier.COMMON ], - [ Biome.JUNGLE, BiomePoolTier.COMMON ] + [ Biome.JUNGLE, BiomePoolTier.COMMON ], + [ Biome.DESERT, BiomePoolTier.COMMON ] ] ], [ TrainerType.BAKER, [ - [ Biome.SLUM, BiomePoolTier.UNCOMMON ] + [ Biome.SLUM, BiomePoolTier.UNCOMMON ], + [ Biome.MEADOW, BiomePoolTier.UNCOMMON ] ] ], [ TrainerType.BEAUTY, [ + [ Biome.METROPOLIS, BiomePoolTier.COMMON ], + [ Biome.MEADOW, BiomePoolTier.COMMON ], [ Biome.FAIRY_CAVE, BiomePoolTier.COMMON ] - ]], + ] + ], [ TrainerType.BIKER, [ [ Biome.SLUM, BiomePoolTier.COMMON ] ] @@ -7204,7 +7209,8 @@ export function initBiomes() { ], [ TrainerType.CLERK, [ [ Biome.METROPOLIS, BiomePoolTier.COMMON ] - ]], + ] + ], [ TrainerType.CYCLIST, [ [ Biome.PLAINS, BiomePoolTier.UNCOMMON ], [ Biome.METROPOLIS, BiomePoolTier.COMMON ] @@ -7213,18 +7219,23 @@ export function initBiomes() { [ TrainerType.DANCER, []], [ TrainerType.DEPOT_AGENT, [ [ Biome.METROPOLIS, BiomePoolTier.UNCOMMON ] - ]], + ] + ], [ TrainerType.DOCTOR, []], + [ TrainerType.FIREBREATHER, [ + [ Biome.VOLCANO, BiomePoolTier.COMMON ] + ] + ], [ TrainerType.FISHERMAN, [ [ Biome.LAKE, BiomePoolTier.COMMON ], [ Biome.BEACH, BiomePoolTier.COMMON ] ] ], - [ TrainerType.RICH, []], [ TrainerType.GUITARIST, [ [ Biome.METROPOLIS, BiomePoolTier.UNCOMMON ], [ Biome.POWER_PLANT, BiomePoolTier.COMMON ] - ]], + ] + ], [ TrainerType.HARLEQUIN, []], [ TrainerType.HIKER, [ [ Biome.MOUNTAIN, BiomePoolTier.COMMON ], @@ -7232,13 +7243,24 @@ export function initBiomes() { [ Biome.BADLANDS, BiomePoolTier.COMMON ] ] ], - [ TrainerType.HOOLIGANS, []], + [ TrainerType.HOOLIGANS, [ + [ Biome.SLUM, BiomePoolTier.UNCOMMON ] + ] + ], [ TrainerType.HOOPSTER, []], [ TrainerType.INFIELDER, []], [ TrainerType.JANITOR, []], [ TrainerType.LINEBACKER, []], [ TrainerType.MAID, []], - [ TrainerType.MUSICIAN, []], + [ TrainerType.MUSICIAN, [ + [ Biome.MEADOW, BiomePoolTier.COMMON ] + ] + ], + [ TrainerType.HEX_MANIAC, [ + [ Biome.RUINS, BiomePoolTier.UNCOMMON ], + [ Biome.GRAVEYARD, BiomePoolTier.UNCOMMON ] + ] + ], [ TrainerType.NURSERY_AIDE, []], [ TrainerType.OFFICER, [ [ Biome.METROPOLIS, BiomePoolTier.COMMON ], @@ -7247,12 +7269,20 @@ export function initBiomes() { ] ], [ TrainerType.PARASOL_LADY, [ - [ Biome.BEACH, BiomePoolTier.COMMON ], + [ Biome.SWAMP, BiomePoolTier.COMMON ], + [ Biome.LAKE, BiomePoolTier.COMMON ], [ Biome.MEADOW, BiomePoolTier.COMMON ] ] ], - [ TrainerType.PILOT, []], - [ TrainerType.POKEFAN, []], + [ TrainerType.PILOT, [ + [ Biome.MOUNTAIN, BiomePoolTier.UNCOMMON ] + ] + ], + [ TrainerType.POKEFAN, [ + [ Biome.GRASS, BiomePoolTier.UNCOMMON ], + [ Biome.MEADOW, BiomePoolTier.UNCOMMON ] + ] + ], [ TrainerType.PRESCHOOLER, []], [ TrainerType.PSYCHIC, [ [ Biome.GRAVEYARD, BiomePoolTier.COMMON ], @@ -7265,11 +7295,24 @@ export function initBiomes() { [ Biome.JUNGLE, BiomePoolTier.COMMON ] ] ], - [ TrainerType.RICH_KID, []], + [ TrainerType.RICH, [ + [ Biome.ISLAND, BiomePoolTier.UNCOMMON ] + ] + ], + [ TrainerType.RICH_KID, [ + [ Biome.METROPOLIS, BiomePoolTier.RARE ], + [ Biome.ISLAND, BiomePoolTier.COMMON ] + ] + ], [ TrainerType.ROUGHNECK, [ [ Biome.SLUM, BiomePoolTier.COMMON ] ] ], + [ TrainerType.SAILOR, [ + [ Biome.SEA, BiomePoolTier.COMMON ], + [ Biome.BEACH, BiomePoolTier.COMMON ] + ] + ], [ TrainerType.SCIENTIST, [ [ Biome.DESERT, BiomePoolTier.COMMON ], [ Biome.RUINS, BiomePoolTier.COMMON ] @@ -7312,19 +7355,6 @@ export function initBiomes() { [ Biome.TOWN, BiomePoolTier.COMMON ] ] ], - [ TrainerType.HEX_MANIAC, [ - [ Biome.GRAVEYARD, BiomePoolTier.UNCOMMON ] - ] - ], - [ TrainerType.FIREBREATHER, [ - [ Biome.VOLCANO, BiomePoolTier.COMMON ] - ] - ], - [ TrainerType.SAILOR, [ - [ Biome.SEA, BiomePoolTier.COMMON ], - [ Biome.BEACH, BiomePoolTier.COMMON ] - ] - ], [ TrainerType.BROCK, [ [ Biome.CAVE, BiomePoolTier.BOSS ] ] diff --git a/src/data/balance/egg-moves.ts b/src/data/balance/egg-moves.ts index 5829e3e10aa..19038ad824c 100644 --- a/src/data/balance/egg-moves.ts +++ b/src/data/balance/egg-moves.ts @@ -103,7 +103,7 @@ export const speciesEggMoves = { [Species.SNUBBULL]: [ Moves.FACADE, Moves.HIGH_HORSEPOWER, Moves.SWORDS_DANCE, Moves.EXTREME_SPEED ], [Species.QWILFISH]: [ Moves.BARB_BARRAGE, Moves.BANEFUL_BUNKER, Moves.RECOVER, Moves.FISHIOUS_REND ], [Species.SHUCKLE]: [ Moves.STUFF_CHEEKS, Moves.HEAL_ORDER, Moves.BODY_PRESS, Moves.SALT_CURE ], - [Species.HERACROSS]: [ Moves.ROCK_BLAST, Moves.FIRST_IMPRESSION, Moves.ICICLE_SPEAR, Moves.TIDY_UP ], + [Species.HERACROSS]: [ Moves.ROCK_BLAST, Moves.STORM_THROW, Moves.ICICLE_SPEAR, Moves.SCALE_SHOT ], [Species.SNEASEL]: [ Moves.DIRE_CLAW, Moves.DARKEST_LARIAT, Moves.TRIPLE_AXEL, Moves.CLOSE_COMBAT ], [Species.TEDDIURSA]: [ Moves.MOUNTAIN_GALE, Moves.FAKE_OUT, Moves.SLACK_OFF, Moves.PRECIPICE_BLADES ], [Species.SLUGMA]: [ Moves.BURNING_BULWARK, Moves.POWER_GEM, Moves.SOLAR_BEAM, Moves.MAGMA_STORM ], @@ -143,14 +143,14 @@ export const speciesEggMoves = { [Species.SURSKIT]: [ Moves.POLLEN_PUFF, Moves.FIERY_DANCE, Moves.BOUNCY_BUBBLE, Moves.AEROBLAST ], [Species.SHROOMISH]: [ Moves.ACCELEROCK, Moves.TRAILBLAZE, Moves.STORM_THROW, Moves.SAPPY_SEED ], [Species.SLAKOTH]: [ Moves.FACADE, Moves.DRAIN_PUNCH, Moves.KNOCK_OFF, Moves.SKILL_SWAP ], - [Species.NINCADA]: [ Moves.ATTACK_ORDER, Moves.STICKY_WEB, Moves.SPIRIT_SHACKLE, Moves.SHELL_SMASH ], + [Species.NINCADA]: [ Moves.BULLDOZE, Moves.STICKY_WEB, Moves.SHADOW_BONE, Moves.SHELL_SMASH ], [Species.WHISMUR]: [ Moves.ALLURING_VOICE, Moves.SHIFT_GEAR, Moves.SPARKLING_ARIA, Moves.TORCH_SONG ], [Species.MAKUHITA]: [ Moves.COMBAT_TORQUE, Moves.SLACK_OFF, Moves.HEAT_CRASH, Moves.DOUBLE_IRON_BASH ], [Species.AZURILL]: [ Moves.JET_PUNCH, Moves.MAGICAL_TORQUE, Moves.SWORDS_DANCE, Moves.SURGING_STRIKES ], [Species.NOSEPASS]: [ Moves.SHORE_UP, Moves.BODY_PRESS, Moves.CALM_MIND, Moves.TACHYON_CUTTER ], [Species.SKITTY]: [ Moves.THUNDEROUS_KICK, Moves.ENTRAINMENT, Moves.TIDY_UP, Moves.V_CREATE ], [Species.SABLEYE]: [ Moves.RECOVER, Moves.TOPSY_TURVY, Moves.CURSE, Moves.SALT_CURE ], - [Species.MAWILE]: [ Moves.BULLET_PUNCH, Moves.MAGICAL_TORQUE, Moves.EARTHQUAKE, Moves.SHIFT_GEAR ], + [Species.MAWILE]: [ Moves.BULLET_PUNCH, Moves.HORN_LEECH, Moves.EARTHQUAKE, Moves.MAGICAL_TORQUE ], [Species.ARON]: [ Moves.HEAD_SMASH, Moves.BODY_PRESS, Moves.SHORE_UP, Moves.SALT_CURE ], [Species.MEDITITE]: [ Moves.THUNDEROUS_KICK, Moves.SUCKER_PUNCH, Moves.BULLET_PUNCH, Moves.PHOTON_GEYSER ], [Species.ELECTRIKE]: [ Moves.FROST_BREATH, Moves.HEAT_WAVE, Moves.NASTY_PLOT, Moves.ELECTRO_DRIFT ], @@ -191,7 +191,7 @@ export const speciesEggMoves = { [Species.RELICANTH]: [ Moves.DRAGON_DANCE, Moves.SHORE_UP, Moves.WAVE_CRASH, Moves.DIAMOND_STORM ], [Species.LUVDISC]: [ Moves.BATON_PASS, Moves.HEART_SWAP, Moves.GLITZY_GLOW, Moves.REVIVAL_BLESSING ], [Species.BAGON]: [ Moves.HEADLONG_RUSH, Moves.FIRE_LASH, Moves.DRAGON_DANCE, Moves.DRAGON_DARTS ], - [Species.BELDUM]: [ Moves.HEADLONG_RUSH, Moves.DRAIN_PUNCH, Moves.TRIPLE_AXEL, Moves.SHIFT_GEAR ], + [Species.BELDUM]: [ Moves.HEADLONG_RUSH, Moves.DRAIN_PUNCH, Moves.ICE_SPINNER, Moves.SHIFT_GEAR ], [Species.REGIROCK]: [ Moves.STONE_AXE, Moves.BODY_PRESS, Moves.SHORE_UP, Moves.SALT_CURE ], [Species.REGICE]: [ Moves.EARTH_POWER, Moves.TAKE_HEART, Moves.RECOVER, Moves.FREEZE_DRY ], [Species.REGISTEEL]: [ Moves.BODY_PRESS, Moves.SIZZLY_SLIDE, Moves.RECOVER, Moves.GIGATON_HAMMER ], @@ -230,7 +230,7 @@ export const speciesEggMoves = { [Species.HAPPINY]: [ Moves.COTTON_GUARD, Moves.SEISMIC_TOSS, Moves.SIZZLY_SLIDE, Moves.REVIVAL_BLESSING ], [Species.CHATOT]: [ Moves.SPARKLING_ARIA, Moves.BOOMBURST, Moves.BATON_PASS, Moves.TORCH_SONG ], [Species.SPIRITOMB]: [ Moves.PARTING_SHOT, Moves.BADDY_BAD, Moves.STRENGTH_SAP, Moves.SPECTRAL_THIEF ], - [Species.GIBLE]: [ Moves.DRAGON_DANCE, Moves.BITTER_BLADE, Moves.DRAGON_HAMMER, Moves.PRECIPICE_BLADES ], + [Species.GIBLE]: [ Moves.METEOR_MASH, Moves.BITTER_BLADE, Moves.LANDS_WRATH, Moves.DRAGON_DANCE ], [Species.MUNCHLAX]: [ Moves.STUFF_CHEEKS, Moves.GRAV_APPLE, Moves.SLACK_OFF, Moves.EXTREME_SPEED ], [Species.RIOLU]: [ Moves.THUNDEROUS_KICK, Moves.TACHYON_CUTTER, Moves.TRIPLE_AXEL, Moves.SUNSTEEL_STRIKE ], [Species.HIPPOPOTAS]: [ Moves.SHORE_UP, Moves.STONE_AXE, Moves.BULK_UP, Moves.SALT_CURE ], @@ -259,7 +259,7 @@ export const speciesEggMoves = { [Species.VICTINI]: [ Moves.BLUE_FLARE, Moves.BOLT_STRIKE, Moves.LUSTER_PURGE, Moves.VICTORY_DANCE ], [Species.SNIVY]: [ Moves.FLAMETHROWER, Moves.CLANGING_SCALES, Moves.MAKE_IT_RAIN, Moves.FLEUR_CANNON ], [Species.TEPIG]: [ Moves.WAVE_CRASH, Moves.VOLT_TACKLE, Moves.AXE_KICK, Moves.VICTORY_DANCE ], - [Species.OSHAWOTT]: [ Moves.TRIPLE_AXEL, Moves.SHELL_SIDE_ARM, Moves.SACRED_SWORD, Moves.SHELL_SMASH ], + [Species.OSHAWOTT]: [ Moves.FREEZE_DRY, Moves.SHELL_SIDE_ARM, Moves.SACRED_SWORD, Moves.SHELL_SMASH ], [Species.PATRAT]: [ Moves.FAKE_OUT, Moves.SWORDS_DANCE, Moves.DYNAMIC_PUNCH, Moves.EXTREME_SPEED ], [Species.LILLIPUP]: [ Moves.CLOSE_COMBAT, Moves.BODY_SLAM, Moves.HIGH_HORSEPOWER, Moves.LAST_RESPECTS ], [Species.PURRLOIN]: [ Moves.ENCORE, Moves.OBSTRUCT, Moves.PARTING_SHOT, Moves.WICKED_BLOW ], @@ -336,7 +336,7 @@ export const speciesEggMoves = { [Species.LANDORUS]: [ Moves.STONE_AXE, Moves.FLOATY_FALL, Moves.ROOST, Moves.BLEAKWIND_STORM ], [Species.KYUREM]: [ Moves.DRAGON_DARTS, Moves.GLACIAL_LANCE, Moves.NO_RETREAT, Moves.DRAGON_ENERGY ], [Species.KELDEO]: [ Moves.BOUNCY_BUBBLE, Moves.THUNDERBOLT, Moves.ICE_BEAM, Moves.STEAM_ERUPTION ], - [Species.MELOETTA]: [ Moves.BODY_SLAM, Moves.TORCH_SONG, Moves.TRIPLE_ARROWS, Moves.BOOMBURST ], + [Species.MELOETTA]: [ Moves.BODY_SLAM, Moves.PSYCHIC_NOISE, Moves.TRIPLE_ARROWS, Moves.TORCH_SONG ], [Species.GENESECT]: [ Moves.EXTREME_SPEED, Moves.SHIFT_GEAR, Moves.BEHEMOTH_BASH, Moves.TACHYON_CUTTER ], [Species.CHESPIN]: [ Moves.COMBAT_TORQUE, Moves.SYNTHESIS, Moves.CEASELESS_EDGE, Moves.SAPPY_SEED ], @@ -370,7 +370,7 @@ export const speciesEggMoves = { [Species.PUMPKABOO]: [ Moves.SPIRIT_SHACKLE, Moves.FIRE_LASH, Moves.DIRE_CLAW, Moves.SAPPY_SEED ], [Species.BERGMITE]: [ Moves.STONE_AXE, Moves.METAL_BURST, Moves.BODY_PRESS, Moves.GLACIAL_LANCE ], [Species.NOIBAT]: [ Moves.AEROBLAST, Moves.OVERDRIVE, Moves.NASTY_PLOT, Moves.CLANGING_SCALES ], - [Species.XERNEAS]: [ Moves.EARTH_POWER, Moves.SPRINGTIDE_STORM, Moves.STRENGTH_SAP, Moves.TAIL_GLOW ], + [Species.XERNEAS]: [ Moves.EARTH_POWER, Moves.SPRINGTIDE_STORM, Moves.STORED_POWER, Moves.STRENGTH_SAP ], [Species.YVELTAL]: [ Moves.SLUDGE_WAVE, Moves.POWER_TRIP, Moves.FIERY_WRATH, Moves.CLANGOROUS_SOUL ], [Species.ZYGARDE]: [ Moves.DRAGON_DARTS, Moves.V_CREATE, Moves.CLANGOROUS_SOUL, Moves.HEAL_ORDER ], [Species.DIANCIE]: [ Moves.MAGICAL_TORQUE, Moves.FIERY_DANCE, Moves.SHORE_UP, Moves.GEOMANCY ], @@ -383,7 +383,7 @@ export const speciesEggMoves = { [Species.POPPLIO]: [ Moves.PSYCHIC_NOISE, Moves.MOONLIGHT, Moves.OVERDRIVE, Moves.TORCH_SONG ], [Species.PIKIPEK]: [ Moves.DUAL_WINGBEAT, Moves.BONE_RUSH, Moves.BURNING_BULWARK, Moves.POPULATION_BOMB ], [Species.YUNGOOS]: [ Moves.EXTREME_SPEED, Moves.KNOCK_OFF, Moves.TIDY_UP, Moves.MULTI_ATTACK ], - [Species.GRUBBIN]: [ Moves.ICE_BEAM, Moves.EARTH_POWER, Moves.THUNDERCLAP, Moves.QUIVER_DANCE ], + [Species.GRUBBIN]: [ Moves.ICE_BEAM, Moves.EARTH_POWER, Moves.CALM_MIND, Moves.THUNDERCLAP ], [Species.CRABRAWLER]: [ Moves.JET_PUNCH, Moves.SHORE_UP, Moves.MACH_PUNCH, Moves.SURGING_STRIKES ], [Species.ORICORIO]: [ Moves.QUIVER_DANCE, Moves.FIERY_DANCE, Moves.THUNDERCLAP, Moves.OBLIVION_WING ], [Species.CUTIEFLY]: [ Moves.STICKY_WEB, Moves.SLEEP_POWDER, Moves.HEAT_WAVE, Moves.SPARKLY_SWIRL ], @@ -404,7 +404,7 @@ export const speciesEggMoves = { [Species.SANDYGAST]: [ Moves.BITTER_MALICE, Moves.SPLISHY_SPLASH, Moves.TAKE_HEART, Moves.SALT_CURE ], [Species.PYUKUMUKU]: [ Moves.COMEUPPANCE, Moves.BANEFUL_BUNKER, Moves.TOXIC_SPIKES, Moves.SALT_CURE ], [Species.TYPE_NULL]: [ Moves.DIRE_CLAW, Moves.RECOVER, Moves.COMBAT_TORQUE, Moves.NO_RETREAT ], - [Species.MINIOR]: [ Moves.EARTH_POWER, Moves.FLOATY_FALL, Moves.ZING_ZAP, Moves.DIAMOND_STORM ], + [Species.MINIOR]: [ Moves.EARTH_POWER, Moves.FLOATY_FALL, Moves.TRI_ATTACK, Moves.DIAMOND_STORM ], [Species.KOMALA]: [ Moves.SLACK_OFF, Moves.EXTREME_SPEED, Moves.KNOCK_OFF, Moves.COLLISION_COURSE ], [Species.TURTONATOR]: [ Moves.BURNING_BULWARK, Moves.MORNING_SUN, Moves.BODY_PRESS, Moves.CORE_ENFORCER ], [Species.TOGEDEMARU]: [ Moves.FAKE_OUT, Moves.METAL_BURST, Moves.METEOR_MASH, Moves.AURA_WHEEL ], @@ -423,7 +423,7 @@ export const speciesEggMoves = { [Species.PHEROMOSA]: [ Moves.SECRET_SWORD, Moves.MAKE_IT_RAIN, Moves.ATTACK_ORDER, Moves.DIAMOND_STORM ], [Species.XURKITREE]: [ Moves.FLAMETHROWER, Moves.GIGA_DRAIN, Moves.TAIL_GLOW, Moves.THUNDERCLAP ], [Species.CELESTEELA]: [ Moves.RECOVER, Moves.BUZZY_BUZZ, Moves.EARTH_POWER, Moves.OBLIVION_WING ], - [Species.KARTANA]: [ Moves.MIGHTY_CLEAVE, Moves.PSYBLADE, Moves.BITTER_BLADE, Moves.BEHEMOTH_BLADE ], + [Species.KARTANA]: [ Moves.MIGHTY_CLEAVE, Moves.DUAL_CHOP, Moves.BITTER_BLADE, Moves.BEHEMOTH_BLADE ], [Species.GUZZLORD]: [ Moves.SUCKER_PUNCH, Moves.COMEUPPANCE, Moves.SLACK_OFF, Moves.SHED_TAIL ], [Species.NECROZMA]: [ Moves.DYNAMAX_CANNON, Moves.SACRED_FIRE, Moves.ASTRAL_BARRAGE, Moves.CLANGOROUS_SOUL ], [Species.MAGEARNA]: [ Moves.STRENGTH_SAP, Moves.EARTH_POWER, Moves.MOONBLAST, Moves.MAKE_IT_RAIN ], @@ -435,7 +435,7 @@ export const speciesEggMoves = { [Species.MELTAN]: [ Moves.BULLET_PUNCH, Moves.DRAIN_PUNCH, Moves.BULK_UP, Moves.PLASMA_FISTS ], [Species.ALOLA_RATTATA]: [ Moves.FALSE_SURRENDER, Moves.PSYCHIC_FANGS, Moves.COIL, Moves.EXTREME_SPEED ], [Species.ALOLA_SANDSHREW]: [ Moves.SPIKY_SHIELD, Moves.LIQUIDATION, Moves.SHIFT_GEAR, Moves.GLACIAL_LANCE ], - [Species.ALOLA_VULPIX]: [ Moves.MOONBLAST, Moves.PARTING_SHOT, Moves.EARTH_POWER, Moves.REVIVAL_BLESSING ], + [Species.ALOLA_VULPIX]: [ Moves.MOONBLAST, Moves.GLARE, Moves.MYSTICAL_FIRE, Moves.REVIVAL_BLESSING ], [Species.ALOLA_DIGLETT]: [ Moves.THOUSAND_WAVES, Moves.SWORDS_DANCE, Moves.TRIPLE_DIVE, Moves.MOUNTAIN_GALE ], [Species.ALOLA_MEOWTH]: [ Moves.BADDY_BAD, Moves.BUZZY_BUZZ, Moves.PARTING_SHOT, Moves.MAKE_IT_RAIN ], [Species.ALOLA_GEODUDE]: [ Moves.THOUSAND_WAVES, Moves.BULK_UP, Moves.STONE_AXE, Moves.EXTREME_SPEED ], @@ -453,7 +453,7 @@ export const speciesEggMoves = { [Species.CHEWTLE]: [ Moves.ICE_FANG, Moves.PSYCHIC_FANGS, Moves.SHELL_SMASH, Moves.MIGHTY_CLEAVE ], [Species.YAMPER]: [ Moves.ICE_FANG, Moves.SWORDS_DANCE, Moves.THUNDER_FANG, Moves.BOLT_STRIKE ], [Species.ROLYCOLY]: [ Moves.BITTER_BLADE, Moves.BODY_PRESS, Moves.BULK_UP, Moves.DIAMOND_STORM ], - [Species.APPLIN]: [ Moves.CORE_ENFORCER, Moves.DRAGON_HAMMER, Moves.FLOWER_TRICK, Moves.MATCHA_GOTCHA ], + [Species.APPLIN]: [ Moves.CORE_ENFORCER, Moves.COMBAT_TORQUE, Moves.SAPPY_SEED, Moves.MATCHA_GOTCHA ], [Species.SILICOBRA]: [ Moves.SHORE_UP, Moves.SHED_TAIL, Moves.MOUNTAIN_GALE, Moves.THOUSAND_ARROWS ], [Species.CRAMORANT]: [ Moves.APPLE_ACID, Moves.SURF, Moves.BOLT_BEAK, Moves.OBLIVION_WING ], [Species.ARROKUDA]: [ Moves.SUPERCELL_SLAM, Moves.TRIPLE_DIVE, Moves.ICE_SPINNER, Moves.SWORDS_DANCE ], @@ -464,7 +464,7 @@ export const speciesEggMoves = { [Species.HATENNA]: [ Moves.RECOVER, Moves.MOONBLAST, Moves.BUZZY_BUZZ, Moves.TORCH_SONG ], [Species.IMPIDIMP]: [ Moves.SLACK_OFF, Moves.PARTING_SHOT, Moves.OCTOLOCK, Moves.WICKED_BLOW ], [Species.MILCERY]: [ Moves.MOONBLAST, Moves.CHILLY_RECEPTION, Moves.EARTH_POWER, Moves.GEOMANCY ], - [Species.FALINKS]: [ Moves.BATON_PASS, Moves.POWER_TRIP, Moves.HEAL_ORDER, Moves.COMBAT_TORQUE ], + [Species.FALINKS]: [ Moves.BATON_PASS, Moves.POWER_TRIP, Moves.COMBAT_TORQUE, Moves.HEAL_ORDER ], [Species.PINCURCHIN]: [ Moves.TRICK_ROOM, Moves.VOLT_SWITCH, Moves.STRENGTH_SAP, Moves.THUNDERCLAP ], [Species.SNOM]: [ Moves.FROST_BREATH, Moves.HEAL_ORDER, Moves.EARTH_POWER, Moves.SPORE ], [Species.STONJOURNER]: [ Moves.BODY_PRESS, Moves.HELPING_HAND, Moves.ACCELEROCK, Moves.DIAMOND_STORM ], @@ -503,7 +503,7 @@ export const speciesEggMoves = { [Species.GALAR_STUNFISK]: [ Moves.SPIKY_SHIELD, Moves.THOUSAND_ARROWS, Moves.STRENGTH_SAP, Moves.DOUBLE_IRON_BASH ], [Species.HISUI_GROWLITHE]: [ Moves.WAVE_CRASH, Moves.HEAD_SMASH, Moves.VOLT_TACKLE, Moves.DRAGON_DANCE ], [Species.HISUI_VOLTORB]: [ Moves.FROST_BREATH, Moves.NASTY_PLOT, Moves.APPLE_ACID, Moves.ELECTRO_DRIFT ], - [Species.HISUI_QWILFISH]: [ Moves.CEASELESS_EDGE, Moves.KNOCK_OFF, Moves.RECOVER, Moves.FISHIOUS_REND ], + [Species.HISUI_QWILFISH]: [ Moves.CEASELESS_EDGE, Moves.BANEFUL_BUNKER, Moves.RECOVER, Moves.FISHIOUS_REND ], [Species.HISUI_SNEASEL]: [ Moves.DRAIN_PUNCH, Moves.KNOCK_OFF, Moves.PSYCHIC_FANGS, Moves.TRIPLE_AXEL ], [Species.HISUI_ZORUA]: [ Moves.MOONBLAST, Moves.SECRET_SWORD, Moves.PARTING_SHOT, Moves.BLOOD_MOON ], @@ -521,7 +521,7 @@ export const speciesEggMoves = { [Species.NACLI]: [ Moves.BODY_PRESS, Moves.TOXIC, Moves.CURSE, Moves.DIAMOND_STORM ], [Species.CHARCADET]: [ Moves.SACRED_SWORD, Moves.PHOTON_GEYSER, Moves.MOONBLAST, Moves.SPECTRAL_THIEF ], [Species.TADBULB]: [ Moves.PARABOLIC_CHARGE, Moves.SCALD, Moves.EARTH_POWER, Moves.ELECTRO_SHOT ], - [Species.WATTREL]: [ Moves.NASTY_PLOT, Moves.SPLISHY_SPLASH, Moves.SANDSEAR_STORM, Moves.ELECTRO_SHOT ], + [Species.WATTREL]: [ Moves.NASTY_PLOT, Moves.SPLISHY_SPLASH, Moves.SANDSEAR_STORM, Moves.WILDBOLT_STORM ], [Species.MASCHIFF]: [ Moves.PARTING_SHOT, Moves.COMBAT_TORQUE, Moves.PSYCHIC_FANGS, Moves.NO_RETREAT ], [Species.SHROODLE]: [ Moves.GASTRO_ACID, Moves.PARTING_SHOT, Moves.TOXIC, Moves.SKETCH ], [Species.BRAMBLIN]: [ Moves.TAILWIND, Moves.STRENGTH_SAP, Moves.FLOWER_TRICK, Moves.LAST_RESPECTS ], @@ -565,12 +565,12 @@ export const speciesEggMoves = { [Species.ROARING_MOON]: [ Moves.FIRE_LASH, Moves.DRAGON_HAMMER, Moves.METEOR_MASH, Moves.DRAGON_ASCENT ], [Species.IRON_VALIANT]: [ Moves.PLASMA_FISTS, Moves.NO_RETREAT, Moves.SECRET_SWORD, Moves.MAGICAL_TORQUE ], [Species.KORAIDON]: [ Moves.SUNSTEEL_STRIKE, Moves.SOLAR_BLADE, Moves.DRAGON_DARTS, Moves.BITTER_BLADE ], - [Species.MIRAIDON]: [ Moves.ICE_BEAM, Moves.CLANGOROUS_SOUL, Moves.CORE_ENFORCER, Moves.RISING_VOLTAGE ], + [Species.MIRAIDON]: [ Moves.FROST_BREATH, Moves.WILDBOLT_STORM, Moves.SPACIAL_REND, Moves.RISING_VOLTAGE ], [Species.WALKING_WAKE]: [ Moves.BOUNCY_BUBBLE, Moves.FUSION_FLARE, Moves.SLUDGE_WAVE, Moves.CORE_ENFORCER ], [Species.IRON_LEAVES]: [ Moves.BITTER_BLADE, Moves.U_TURN, Moves.MIGHTY_CLEAVE, Moves.VICTORY_DANCE ], [Species.POLTCHAGEIST]: [ Moves.PARABOLIC_CHARGE, Moves.BOUNCY_BUBBLE, Moves.LEECH_SEED, Moves.SPARKLY_SWIRL ], [Species.OKIDOGI]: [ Moves.COMBAT_TORQUE, Moves.TIDY_UP, Moves.DIRE_CLAW, Moves.WICKED_BLOW ], - [Species.MUNKIDORI]: [ Moves.PSYSTRIKE, Moves.HEAT_WAVE, Moves.EARTH_POWER, Moves.MALIGNANT_CHAIN ], + [Species.MUNKIDORI]: [ Moves.TWIN_BEAM, Moves.HEAT_WAVE, Moves.EARTH_POWER, Moves.MALIGNANT_CHAIN ], [Species.FEZANDIPITI]: [ Moves.BARB_BARRAGE, Moves.BONEMERANG, Moves.TRIPLE_AXEL, Moves.VICTORY_DANCE ], [Species.OGERPON]: [ Moves.SLEEP_POWDER, Moves.BONEMERANG, Moves.TRIPLE_AXEL, Moves.FLOWER_TRICK ], [Species.GOUGING_FIRE]: [ Moves.EXTREME_SPEED, Moves.BULK_UP, Moves.SACRED_FIRE, Moves.GLAIVE_RUSH ], diff --git a/src/data/balance/passives.ts b/src/data/balance/passives.ts index c613be0137b..e39c86ee4b3 100644 --- a/src/data/balance/passives.ts +++ b/src/data/balance/passives.ts @@ -11,544 +11,1052 @@ interface StarterPassiveAbilities { export const starterPassiveAbilities: StarterPassiveAbilities = { [Species.BULBASAUR]: { 0: Abilities.GRASSY_SURGE }, - [Species.CHARMANDER]: { 0: Abilities.BEAST_BOOST }, + [Species.IVYSAUR]: { 0: Abilities.GRASSY_SURGE }, + [Species.VENUSAUR]: { 0: Abilities.GRASSY_SURGE, 1: Abilities.SEED_SOWER, 2: Abilities.FLOWER_VEIL }, + [Species.CHARMANDER]: { 0: Abilities.SHEER_FORCE }, + [Species.CHARMELEON]: { 0: Abilities.BEAST_BOOST }, + [Species.CHARIZARD]: { 0: Abilities.BEAST_BOOST, 1: Abilities.LEVITATE, 2: Abilities.INTIMIDATE, 3: Abilities.UNNERVE }, [Species.SQUIRTLE]: { 0: Abilities.DAUNTLESS_SHIELD }, - [Species.CATERPIE]: { 0: Abilities.MAGICIAN }, - [Species.WEEDLE]: { 0: Abilities.TINTED_LENS }, + [Species.WARTORTLE]: { 0: Abilities.DAUNTLESS_SHIELD }, + [Species.BLASTOISE]: { 0: Abilities.DAUNTLESS_SHIELD, 1: Abilities.BULLETPROOF, 2: Abilities.BULLETPROOF }, + [Species.CATERPIE]: { 0: Abilities.GLUTTONY }, + [Species.METAPOD]: { 0: Abilities.STURDY }, + [Species.BUTTERFREE]: { 0: Abilities.MAGICIAN, 1: Abilities.MAGICIAN }, + [Species.WEEDLE]: { 0: Abilities.POISON_TOUCH }, + [Species.KAKUNA]: { 0: Abilities.STURDY }, + [Species.BEEDRILL]: { 0: Abilities.ADAPTABILITY, 1: Abilities.TINTED_LENS }, [Species.PIDGEY]: { 0: Abilities.SHEER_FORCE }, + [Species.PIDGEOTTO]: { 0: Abilities.SHEER_FORCE }, + [Species.PIDGEOT]: { 0: Abilities.SHEER_FORCE, 1: Abilities.SHEER_FORCE }, [Species.RATTATA]: { 0: Abilities.STRONG_JAW }, + [Species.RATICATE]: { 0: Abilities.STRONG_JAW }, [Species.SPEAROW]: { 0: Abilities.MOXIE }, + [Species.FEAROW]: { 0: Abilities.MOXIE }, [Species.EKANS]: { 0: Abilities.REGENERATOR }, + [Species.ARBOK]: { 0: Abilities.REGENERATOR }, [Species.SANDSHREW]: { 0: Abilities.TOUGH_CLAWS }, + [Species.SANDSLASH]: { 0: Abilities.TOUGH_CLAWS }, [Species.NIDORAN_F]: { 0: Abilities.FLARE_BOOST }, + [Species.NIDORINA]: { 0: Abilities.FLARE_BOOST }, + [Species.NIDOQUEEN]: { 0: Abilities.FLARE_BOOST }, [Species.NIDORAN_M]: { 0: Abilities.GUTS }, + [Species.NIDORINO]: { 0: Abilities.GUTS }, + [Species.NIDOKING]: { 0: Abilities.GUTS }, [Species.VULPIX]: { 0: Abilities.FUR_COAT }, + [Species.NINETALES]: { 0: Abilities.FUR_COAT }, [Species.ZUBAT]: { 0: Abilities.INTIMIDATE }, + [Species.GOLBAT]: { 0: Abilities.INTIMIDATE }, + [Species.CROBAT]: { 0: Abilities.INTIMIDATE }, [Species.ODDISH]: { 0: Abilities.TRIAGE }, + [Species.GLOOM]: { 0: Abilities.TRIAGE }, + [Species.VILEPLUME]: { 0: Abilities.TRIAGE }, + [Species.BELLOSSOM]: { 0: Abilities.TRIAGE }, [Species.PARAS]: { 0: Abilities.TRIAGE }, - [Species.VENONAT]: { 0: Abilities.SIMPLE }, + [Species.PARASECT]: { 0: Abilities.TRIAGE }, + [Species.VENONAT]: { 0: Abilities.FLUFFY }, + [Species.VENOMOTH]: { 0: Abilities.SIMPLE }, [Species.DIGLETT]: { 0: Abilities.STURDY }, - [Species.MEOWTH]: { 0: Abilities.TOUGH_CLAWS }, + [Species.DUGTRIO]: { 0: Abilities.STURDY }, + [Species.MEOWTH]: { 0: Abilities.TOUGH_CLAWS, 1: Abilities.TOUGH_CLAWS }, + [Species.PERSIAN]: { 0: Abilities.TOUGH_CLAWS }, [Species.PSYDUCK]: { 0: Abilities.SIMPLE }, + [Species.GOLDUCK]: { 0: Abilities.SIMPLE }, [Species.MANKEY]: { 0: Abilities.IRON_FIST }, + [Species.PRIMEAPE]: { 0: Abilities.IRON_FIST }, + [Species.ANNIHILAPE]: { 0: Abilities.IRON_FIST }, [Species.GROWLITHE]: { 0: Abilities.FLUFFY }, + [Species.ARCANINE]: { 0: Abilities.FLUFFY }, [Species.POLIWAG]: { 0: Abilities.NO_GUARD }, - [Species.ABRA]: { 0: Abilities.MAGICIAN }, + [Species.POLIWHIRL]: { 0: Abilities.NO_GUARD }, + [Species.POLIWRATH]: { 0: Abilities.NO_GUARD }, + [Species.POLITOED]: { 0: Abilities.NO_GUARD }, + [Species.ABRA]: { 0: Abilities.COMATOSE }, + [Species.KADABRA]: { 0: Abilities.MAGICIAN }, + [Species.ALAKAZAM]: { 0: Abilities.MAGICIAN, 1: Abilities.MAGICIAN }, [Species.MACHOP]: { 0: Abilities.QUICK_FEET }, + [Species.MACHOKE]: { 0: Abilities.QUICK_FEET }, + [Species.MACHAMP]: { 0: Abilities.QUICK_FEET, 1: Abilities.QUICK_FEET }, [Species.BELLSPROUT]: { 0: Abilities.FLOWER_GIFT }, + [Species.WEEPINBELL]: { 0: Abilities.FLOWER_GIFT }, + [Species.VICTREEBEL]: { 0: Abilities.FLOWER_GIFT }, [Species.TENTACOOL]: { 0: Abilities.TOXIC_CHAIN }, + [Species.TENTACRUEL]: { 0: Abilities.TOXIC_CHAIN }, [Species.GEODUDE]: { 0: Abilities.DRY_SKIN }, + [Species.GRAVELER]: { 0: Abilities.DRY_SKIN }, + [Species.GOLEM]: { 0: Abilities.DRY_SKIN }, [Species.PONYTA]: { 0: Abilities.MAGIC_GUARD }, + [Species.RAPIDASH]: { 0: Abilities.MAGIC_GUARD }, [Species.SLOWPOKE]: { 0: Abilities.UNAWARE }, + [Species.SLOWBRO]: { 0: Abilities.UNAWARE, 1: Abilities.REGENERATOR }, + [Species.SLOWKING]: { 0: Abilities.UNAWARE }, [Species.MAGNEMITE]: { 0: Abilities.LEVITATE }, + [Species.MAGNETON]: { 0: Abilities.LEVITATE }, + [Species.MAGNEZONE]: { 0: Abilities.LEVITATE }, [Species.FARFETCHD]: { 0: Abilities.SNIPER }, [Species.DODUO]: { 0: Abilities.PARENTAL_BOND }, + [Species.DODRIO]: { 0: Abilities.PARENTAL_BOND }, [Species.SEEL]: { 0: Abilities.WATER_BUBBLE }, + [Species.DEWGONG]: { 0: Abilities.WATER_BUBBLE }, [Species.GRIMER]: { 0: Abilities.WATER_ABSORB }, - [Species.SHELLDER]: { 0: Abilities.ICE_SCALES }, + [Species.MUK]: { 0: Abilities.WATER_ABSORB }, + [Species.SHELLDER]: { 0: Abilities.STURDY }, + [Species.CLOYSTER]: { 0: Abilities.ICE_SCALES }, [Species.GASTLY]: { 0: Abilities.SHADOW_SHIELD }, + [Species.HAUNTER]: { 0: Abilities.SHADOW_SHIELD }, + [Species.GENGAR]: { 0: Abilities.SHADOW_SHIELD, 1: Abilities.UNNERVE, 2: Abilities.GLUTTONY }, [Species.ONIX]: { 0: Abilities.ROCKY_PAYLOAD }, + [Species.STEELIX]: { 0: Abilities.ROCKY_PAYLOAD, 1: Abilities.SAND_SPIT }, [Species.DROWZEE]: { 0: Abilities.MAGICIAN }, + [Species.HYPNO]: { 0: Abilities.MAGICIAN }, [Species.KRABBY]: { 0: Abilities.UNBURDEN }, + [Species.KINGLER]: { 0: Abilities.UNBURDEN, 1: Abilities.UNBURDEN }, [Species.VOLTORB]: { 0: Abilities.TRANSISTOR }, + [Species.ELECTRODE]: { 0: Abilities.TRANSISTOR }, [Species.EXEGGCUTE]: { 0: Abilities.RIPEN }, + [Species.EXEGGUTOR]: { 0: Abilities.RIPEN }, + [Species.ALOLA_EXEGGUTOR]: { 0: Abilities.UNBURDEN }, [Species.CUBONE]: { 0: Abilities.PARENTAL_BOND }, + [Species.MAROWAK]: { 0: Abilities.PARENTAL_BOND }, + [Species.ALOLA_MAROWAK]: { 0: Abilities.PARENTAL_BOND }, [Species.LICKITUNG]: { 0: Abilities.CHEEK_POUCH }, - [Species.KOFFING]: { 0: Abilities.PARENTAL_BOND }, - [Species.RHYHORN]: { 0: Abilities.FILTER }, + [Species.LICKILICKY]: { 0: Abilities.CHEEK_POUCH }, + [Species.KOFFING]: { 0: Abilities.WHITE_SMOKE }, + [Species.WEEZING]: { 0: Abilities.PARENTAL_BOND }, + [Species.GALAR_WEEZING]: { 0: Abilities.PARENTAL_BOND }, + [Species.RHYHORN]: { 0: Abilities.SOLID_ROCK }, + [Species.RHYDON]: { 0: Abilities.SOLID_ROCK }, + [Species.RHYPERIOR]: { 0: Abilities.FILTER }, [Species.TANGELA]: { 0: Abilities.SEED_SOWER }, - [Species.KANGASKHAN]: { 0: Abilities.TECHNICIAN }, + [Species.TANGROWTH]: { 0: Abilities.SEED_SOWER }, + [Species.KANGASKHAN]: { 0: Abilities.TECHNICIAN, 1: Abilities.TECHNICIAN }, [Species.HORSEA]: { 0: Abilities.DRAGONS_MAW }, + [Species.SEADRA]: { 0: Abilities.DRAGONS_MAW }, + [Species.KINGDRA]: { 0: Abilities.MULTISCALE }, [Species.GOLDEEN]: { 0: Abilities.MULTISCALE }, + [Species.SEAKING]: { 0: Abilities.MULTISCALE }, [Species.STARYU]: { 0: Abilities.REGENERATOR }, + [Species.STARMIE]: { 0: Abilities.REGENERATOR }, [Species.SCYTHER]: { 0: Abilities.TINTED_LENS }, - [Species.PINSIR]: { 0: Abilities.TINTED_LENS }, + [Species.SCIZOR]: { 0: Abilities.TOUGH_CLAWS, 1: Abilities.TOUGH_CLAWS }, + [Species.KLEAVOR]: { 0: Abilities.WEAK_ARMOR }, + [Species.PINSIR]: { 0: Abilities.TINTED_LENS, 1: Abilities.MOLD_BREAKER }, [Species.TAUROS]: { 0: Abilities.STAMINA }, [Species.MAGIKARP]: { 0: Abilities.MULTISCALE }, - [Species.LAPRAS]: { 0: Abilities.LIGHTNING_ROD }, + [Species.GYARADOS]: { 0: Abilities.MULTISCALE, 1: Abilities.MULTISCALE }, + [Species.LAPRAS]: { 0: Abilities.LIGHTNING_ROD, 1: Abilities.FILTER }, [Species.DITTO]: { 0: Abilities.ADAPTABILITY }, - [Species.EEVEE]: { 0: Abilities.PICKUP }, - [Species.PORYGON]: { 0: Abilities.PROTEAN }, + [Species.EEVEE]: { 0: Abilities.PICKUP, 1: Abilities.PICKUP, 2: Abilities.FLUFFY }, + [Species.VAPOREON]: { 0: Abilities.REGENERATOR }, + [Species.JOLTEON]: { 0: Abilities.TRANSISTOR }, + [Species.FLAREON]: { 0: Abilities.FUR_COAT }, + [Species.ESPEON]: { 0: Abilities.MAGICIAN }, + [Species.UMBREON]: { 0: Abilities.TOXIC_CHAIN }, + [Species.LEAFEON]: { 0: Abilities.GRASSY_SURGE }, + [Species.GLACEON]: { 0: Abilities.SNOW_WARNING }, + [Species.SYLVEON]: { 0: Abilities.COMPETITIVE }, + [Species.PORYGON]: { 0: Abilities.LEVITATE }, + [Species.PORYGON2]: { 0: Abilities.LEVITATE }, + [Species.PORYGON_Z]: { 0: Abilities.PROTEAN }, [Species.OMANYTE]: { 0: Abilities.STURDY }, + [Species.OMASTAR]: { 0: Abilities.STURDY }, [Species.KABUTO]: { 0: Abilities.TOUGH_CLAWS }, - [Species.AERODACTYL]: { 0: Abilities.ORICHALCUM_PULSE }, + [Species.KABUTOPS]: { 0: Abilities.TOUGH_CLAWS }, + [Species.AERODACTYL]: { 0: Abilities.INTIMIDATE, 1: Abilities.DELTA_STREAM }, [Species.ARTICUNO]: { 0: Abilities.SNOW_WARNING }, [Species.ZAPDOS]: { 0: Abilities.DRIZZLE }, [Species.MOLTRES]: { 0: Abilities.DROUGHT }, - [Species.DRATINI]: { 0: Abilities.AERILATE }, - [Species.MEWTWO]: { 0: Abilities.NEUROFORCE }, + [Species.DRATINI]: { 0: Abilities.MULTISCALE }, + [Species.DRAGONAIR]: { 0: Abilities.MULTISCALE }, + [Species.DRAGONITE]: { 0: Abilities.AERILATE }, + [Species.MEWTWO]: { 0: Abilities.NEUROFORCE, 1: Abilities.NEUROFORCE, 2: Abilities.NEUROFORCE }, [Species.MEW]: { 0: Abilities.PROTEAN }, - [Species.CHIKORITA]: { 0: Abilities.THICK_FAT }, - [Species.CYNDAQUIL]: { 0: Abilities.DROUGHT }, + [Species.CHIKORITA]: { 0: Abilities.CUTE_CHARM }, + [Species.BAYLEEF]: { 0: Abilities.THICK_FAT }, + [Species.MEGANIUM]: { 0: Abilities.THICK_FAT }, + [Species.CYNDAQUIL]: { 0: Abilities.WHITE_SMOKE }, + [Species.QUILAVA]: { 0: Abilities.DROUGHT }, + [Species.TYPHLOSION]: { 0: Abilities.DROUGHT }, + [Species.HISUI_TYPHLOSION]: { 0: Abilities.DROUGHT }, [Species.TOTODILE]: { 0: Abilities.TOUGH_CLAWS }, + [Species.CROCONAW]: { 0: Abilities.TOUGH_CLAWS }, + [Species.FERALIGATR]: { 0: Abilities.TOUGH_CLAWS }, [Species.SENTRET]: { 0: Abilities.PICKUP }, + [Species.FURRET]: { 0: Abilities.PICKUP }, [Species.HOOTHOOT]: { 0: Abilities.AERILATE }, + [Species.NOCTOWL]: { 0: Abilities.AERILATE }, [Species.LEDYBA]: { 0: Abilities.PRANKSTER }, + [Species.LEDIAN]: { 0: Abilities.PRANKSTER }, [Species.SPINARAK]: { 0: Abilities.PRANKSTER }, + [Species.ARIADOS]: { 0: Abilities.PRANKSTER }, [Species.CHINCHOU]: { 0: Abilities.REGENERATOR }, - [Species.PICHU]: { 0: Abilities.ELECTRIC_SURGE }, - [Species.CLEFFA]: { 0: Abilities.ANALYTIC }, + [Species.LANTURN]: { 0: Abilities.REGENERATOR }, + [Species.PICHU]: { 0: Abilities.ELECTRIC_SURGE, 1: Abilities.STURDY }, + [Species.PIKACHU]: { 0: Abilities.ELECTRIC_SURGE, 1: Abilities.STURDY, 2: Abilities.COSTAR, 3: Abilities.IRON_FIST, 4: Abilities.QUEENLY_MAJESTY, 5: Abilities.MISTY_SURGE, 6: Abilities.TINTED_LENS, 7: Abilities.LIBERO, 8: Abilities.THICK_FAT }, + [Species.RAICHU]: { 0: Abilities.ELECTRIC_SURGE }, + [Species.ALOLA_RAICHU]: { 0: Abilities.ELECTRIC_SURGE }, + [Species.CLEFFA]: { 0: Abilities.PRANKSTER }, + [Species.CLEFAIRY]: { 0: Abilities.PRANKSTER }, + [Species.CLEFABLE]: { 0: Abilities.ANALYTIC }, [Species.IGGLYBUFF]: { 0: Abilities.HUGE_POWER }, + [Species.JIGGLYPUFF]: { 0: Abilities.HUGE_POWER }, + [Species.WIGGLYTUFF]: { 0: Abilities.HUGE_POWER }, [Species.TOGEPI]: { 0: Abilities.PIXILATE }, - [Species.NATU]: { 0: Abilities.SHEER_FORCE }, + [Species.TOGETIC]: { 0: Abilities.PIXILATE }, + [Species.TOGEKISS]: { 0: Abilities.PIXILATE }, + [Species.NATU]: { 0: Abilities.TINTED_LENS }, + [Species.XATU]: { 0: Abilities.SHEER_FORCE }, [Species.MAREEP]: { 0: Abilities.ELECTROMORPHOSIS }, - [Species.HOPPIP]: { 0: Abilities.FLUFFY }, + [Species.FLAAFFY]: { 0: Abilities.ELECTROMORPHOSIS }, + [Species.AMPHAROS]: { 0: Abilities.ELECTROMORPHOSIS, 1: Abilities.ELECTROMORPHOSIS }, + [Species.HOPPIP]: { 0: Abilities.WIND_RIDER }, + [Species.SKIPLOOM]: { 0: Abilities.WIND_RIDER }, + [Species.JUMPLUFF]: { 0: Abilities.FLUFFY }, [Species.AIPOM]: { 0: Abilities.SCRAPPY }, + [Species.AMBIPOM]: { 0: Abilities.SCRAPPY }, [Species.SUNKERN]: { 0: Abilities.DROUGHT }, - [Species.YANMA]: { 0: Abilities.SHEER_FORCE }, - [Species.WOOPER]: { 0: Abilities.COMATOSE }, + [Species.SUNFLORA]: { 0: Abilities.DROUGHT }, + [Species.YANMA]: { 0: Abilities.TECHNICIAN }, + [Species.YANMEGA]: { 0: Abilities.SHEER_FORCE }, + [Species.WOOPER]: { 0: Abilities.WATER_VEIL }, + [Species.QUAGSIRE]: { 0: Abilities.COMATOSE }, [Species.MURKROW]: { 0: Abilities.DARK_AURA }, + [Species.HONCHKROW]: { 0: Abilities.DARK_AURA }, [Species.MISDREAVUS]: { 0: Abilities.BEADS_OF_RUIN }, - [Species.UNOWN]: { 0: Abilities.PICKUP }, + [Species.MISMAGIUS]: { 0: Abilities.BEADS_OF_RUIN }, + [Species.UNOWN]: { 0: Abilities.ADAPTABILITY, 1: Abilities.BEAST_BOOST, 2: Abilities.CONTRARY, 3: Abilities.DAZZLING, 4: Abilities.EMERGENCY_EXIT, 5: Abilities.FRIEND_GUARD, 6: Abilities.GOOD_AS_GOLD, 7: Abilities.HONEY_GATHER, 8: Abilities.IMPOSTER, 9: Abilities.JUSTIFIED, 10: Abilities.KLUTZ, 11: Abilities.LIBERO, 12: Abilities.MOODY, 13: Abilities.NEUTRALIZING_GAS, 14: Abilities.OPPORTUNIST, 15: Abilities.PICKUP, 16: Abilities.QUICK_DRAW, 17: Abilities.RUN_AWAY, 18: Abilities.SIMPLE, 19: Abilities.TRACE, 20: Abilities.UNNERVE, 21: Abilities.VICTORY_STAR, 22: Abilities.WANDERING_SPIRIT, 23: Abilities.FAIRY_AURA, 24: Abilities.DARK_AURA, 25: Abilities.AURA_BREAK, 26: Abilities.PURE_POWER, 27: Abilities.UNAWARE }, [Species.GIRAFARIG]: { 0: Abilities.PARENTAL_BOND }, - [Species.PINECO]: { 0: Abilities.IRON_BARBS }, + [Species.FARIGIRAF]: { 0: Abilities.PARENTAL_BOND }, + [Species.PINECO]: { 0: Abilities.ROUGH_SKIN }, + [Species.FORRETRESS]: { 0: Abilities.IRON_BARBS }, [Species.DUNSPARCE]: { 0: Abilities.UNAWARE }, - [Species.GLIGAR]: { 0: Abilities.TOXIC_BOOST }, + [Species.DUDUNSPARCE]: { 0: Abilities.UNAWARE, 1: Abilities.UNAWARE }, + [Species.GLIGAR]: { 0: Abilities.POISON_TOUCH }, + [Species.GLISCOR]: { 0: Abilities.TOXIC_BOOST }, [Species.SNUBBULL]: { 0: Abilities.PIXILATE }, + [Species.GRANBULL]: { 0: Abilities.PIXILATE }, [Species.QWILFISH]: { 0: Abilities.TOXIC_DEBRIS }, [Species.SHUCKLE]: { 0: Abilities.HARVEST }, - [Species.HERACROSS]: { 0: Abilities.TECHNICIAN }, + [Species.HERACROSS]: { 0: Abilities.TECHNICIAN, 1: Abilities.TECHNICIAN }, [Species.SNEASEL]: { 0: Abilities.TOUGH_CLAWS }, - [Species.TEDDIURSA]: { 0: Abilities.THICK_FAT }, - [Species.SLUGMA]: { 0: Abilities.DESOLATE_LAND }, - [Species.SWINUB]: { 0: Abilities.SLUSH_RUSH }, + [Species.WEAVILE]: { 0: Abilities.TOUGH_CLAWS }, + [Species.TEDDIURSA]: { 0: Abilities.RUN_AWAY }, + [Species.URSARING]: { 0: Abilities.THICK_FAT }, + [Species.URSALUNA]: { 0: Abilities.THICK_FAT }, + [Species.SLUGMA]: { 0: Abilities.DROUGHT }, + [Species.MAGCARGO]: { 0: Abilities.DESOLATE_LAND }, + [Species.SWINUB]: { 0: Abilities.UNAWARE }, + [Species.PILOSWINE]: { 0: Abilities.UNAWARE }, + [Species.MAMOSWINE]: { 0: Abilities.SLUSH_RUSH }, [Species.CORSOLA]: { 0: Abilities.STORM_DRAIN }, [Species.REMORAID]: { 0: Abilities.SIMPLE }, + [Species.OCTILLERY]: { 0: Abilities.SIMPLE }, [Species.DELIBIRD]: { 0: Abilities.HUGE_POWER }, [Species.SKARMORY]: { 0: Abilities.LIGHTNING_ROD }, - [Species.HOUNDOUR]: { 0: Abilities.LIGHTNING_ROD }, - [Species.PHANPY]: { 0: Abilities.SPEED_BOOST }, + [Species.HOUNDOUR]: { 0: Abilities.BALL_FETCH }, + [Species.HOUNDOOM]: { 0: Abilities.LIGHTNING_ROD, 1: Abilities.LIGHTNING_ROD }, + [Species.PHANPY]: { 0: Abilities.STURDY }, + [Species.DONPHAN]: { 0: Abilities.SPEED_BOOST }, [Species.STANTLER]: { 0: Abilities.SPEED_BOOST }, + [Species.WYRDEER]: { 0: Abilities.SPEED_BOOST }, [Species.SMEARGLE]: { 0: Abilities.PRANKSTER }, - [Species.TYROGUE]: { 0: Abilities.MOXIE }, + [Species.TYROGUE]: { 0: Abilities.DEFIANT }, + [Species.HITMONLEE]: { 0: Abilities.SHEER_FORCE }, + [Species.HITMONCHAN]: { 0: Abilities.MOXIE }, + [Species.HITMONTOP]: { 0: Abilities.SPEED_BOOST }, [Species.SMOOCHUM]: { 0: Abilities.PSYCHIC_SURGE }, + [Species.JYNX]: { 0: Abilities.PSYCHIC_SURGE }, [Species.ELEKID]: { 0: Abilities.SHEER_FORCE }, + [Species.ELECTABUZZ]: { 0: Abilities.SHEER_FORCE }, + [Species.ELECTIVIRE]: { 0: Abilities.SHEER_FORCE }, [Species.MAGBY]: { 0: Abilities.SHEER_FORCE }, + [Species.MAGMAR]: { 0: Abilities.SHEER_FORCE }, + [Species.MAGMORTAR]: { 0: Abilities.SHEER_FORCE }, [Species.MILTANK]: { 0: Abilities.STAMINA }, [Species.RAIKOU]: { 0: Abilities.BEAST_BOOST }, [Species.ENTEI]: { 0: Abilities.BEAST_BOOST }, [Species.SUICUNE]: { 0: Abilities.BEAST_BOOST }, [Species.LARVITAR]: { 0: Abilities.SOLID_ROCK }, + [Species.PUPITAR]: { 0: Abilities.SOLID_ROCK }, + [Species.TYRANITAR]: { 0: Abilities.SOLID_ROCK, 1: Abilities.SOLID_ROCK }, [Species.LUGIA]: { 0: Abilities.DELTA_STREAM }, [Species.HO_OH]: { 0: Abilities.MAGIC_GUARD }, [Species.CELEBI]: { 0: Abilities.PSYCHIC_SURGE }, [Species.TREECKO]: { 0: Abilities.TINTED_LENS }, + [Species.GROVYLE]: { 0: Abilities.TINTED_LENS }, + [Species.SCEPTILE]: { 0: Abilities.TINTED_LENS, 1: Abilities.TINTED_LENS }, [Species.TORCHIC]: { 0: Abilities.DEFIANT }, - [Species.MUDKIP]: { 0: Abilities.DRIZZLE }, + [Species.COMBUSKEN]: { 0: Abilities.DEFIANT }, + [Species.BLAZIKEN]: { 0: Abilities.DEFIANT, 1: Abilities.DEFIANT }, + [Species.MUDKIP]: { 0: Abilities.REGENERATOR }, + [Species.MARSHTOMP]: { 0: Abilities.REGENERATOR }, + [Species.SWAMPERT]: { 0: Abilities.REGENERATOR, 1: Abilities.DRIZZLE }, [Species.POOCHYENA]: { 0: Abilities.TOUGH_CLAWS }, + [Species.MIGHTYENA]: { 0: Abilities.TOUGH_CLAWS }, [Species.ZIGZAGOON]: { 0: Abilities.RUN_AWAY }, - [Species.WURMPLE]: { 0: Abilities.SIMPLE }, + [Species.LINOONE]: { 0: Abilities.RUN_AWAY }, + [Species.WURMPLE]: { 0: Abilities.GLUTTONY }, + [Species.SILCOON]: { 0: Abilities.STURDY }, + [Species.BEAUTIFLY]: { 0: Abilities.SIMPLE }, + [Species.CASCOON]: { 0: Abilities.STURDY }, + [Species.DUSTOX]: { 0: Abilities.SIMPLE }, [Species.LOTAD]: { 0: Abilities.DRIZZLE }, - [Species.SEEDOT]: { 0: Abilities.SHARPNESS }, + [Species.LOMBRE]: { 0: Abilities.DRIZZLE }, + [Species.LUDICOLO]: { 0: Abilities.DRIZZLE }, + [Species.SEEDOT]: { 0: Abilities.STURDY }, + [Species.NUZLEAF]: { 0: Abilities.SHARPNESS }, + [Species.SHIFTRY]: { 0: Abilities.SHARPNESS }, [Species.TAILLOW]: { 0: Abilities.AERILATE }, - [Species.WINGULL]: { 0: Abilities.SWIFT_SWIM }, - [Species.RALTS]: { 0: Abilities.PSYCHIC_SURGE }, + [Species.SWELLOW]: { 0: Abilities.AERILATE }, + [Species.WINGULL]: { 0: Abilities.DRIZZLE }, + [Species.PELIPPER]: { 0: Abilities.SWIFT_SWIM }, + [Species.RALTS]: { 0: Abilities.NEUROFORCE }, + [Species.KIRLIA]: { 0: Abilities.NEUROFORCE }, + [Species.GARDEVOIR]: { 0: Abilities.NEUROFORCE, 1: Abilities.PSYCHIC_SURGE }, + [Species.GALLADE]: { 0: Abilities.NEUROFORCE, 1: Abilities.SHARPNESS }, [Species.SURSKIT]: { 0: Abilities.WATER_BUBBLE }, + [Species.MASQUERAIN]: { 0: Abilities.WATER_BUBBLE }, [Species.SHROOMISH]: { 0: Abilities.GUTS }, + [Species.BRELOOM]: { 0: Abilities.GUTS }, [Species.SLAKOTH]: { 0: Abilities.GUTS }, - [Species.NINCADA]: { 0: Abilities.MAGIC_GUARD }, + [Species.VIGOROTH]: { 0: Abilities.GUTS }, + [Species.SLAKING]: { 0: Abilities.GUTS }, + [Species.NINCADA]: { 0: Abilities.TECHNICIAN }, + [Species.NINJASK]: { 0: Abilities.TECHNICIAN }, + [Species.SHEDINJA]: { 0: Abilities.MAGIC_GUARD }, [Species.WHISMUR]: { 0: Abilities.PUNK_ROCK }, + [Species.LOUDRED]: { 0: Abilities.PUNK_ROCK }, + [Species.EXPLOUD]: { 0: Abilities.PUNK_ROCK }, [Species.MAKUHITA]: { 0: Abilities.STAMINA }, + [Species.HARIYAMA]: { 0: Abilities.STAMINA }, [Species.AZURILL]: { 0: Abilities.MISTY_SURGE }, - [Species.NOSEPASS]: { 0: Abilities.LEVITATE }, + [Species.MARILL]: { 0: Abilities.MISTY_SURGE }, + [Species.AZUMARILL]: { 0: Abilities.MISTY_SURGE }, + [Species.NOSEPASS]: { 0: Abilities.SOLID_ROCK }, + [Species.PROBOPASS]: { 0: Abilities.LEVITATE }, [Species.SKITTY]: { 0: Abilities.SCRAPPY }, - [Species.SABLEYE]: { 0: Abilities.UNNERVE }, - [Species.MAWILE]: { 0: Abilities.UNNERVE }, + [Species.DELCATTY]: { 0: Abilities.SCRAPPY }, + [Species.SABLEYE]: { 0: Abilities.UNNERVE, 1: Abilities.UNNERVE }, + [Species.MAWILE]: { 0: Abilities.ADAPTABILITY, 1: Abilities.INTIMIDATE }, [Species.ARON]: { 0: Abilities.EARTH_EATER }, + [Species.LAIRON]: { 0: Abilities.EARTH_EATER }, + [Species.AGGRON]: { 0: Abilities.EARTH_EATER, 1: Abilities.ROCKY_PAYLOAD }, [Species.MEDITITE]: { 0: Abilities.MINDS_EYE }, - [Species.ELECTRIKE]: { 0: Abilities.FLASH_FIRE }, + [Species.MEDICHAM]: { 0: Abilities.MINDS_EYE, 1: Abilities.MINDS_EYE }, + [Species.ELECTRIKE]: { 0: Abilities.BALL_FETCH }, + [Species.MANECTRIC]: { 0: Abilities.FLASH_FIRE, 1: Abilities.FLASH_FIRE }, [Species.PLUSLE]: { 0: Abilities.POWER_SPOT }, [Species.MINUN]: { 0: Abilities.POWER_SPOT }, [Species.VOLBEAT]: { 0: Abilities.HONEY_GATHER }, [Species.ILLUMISE]: { 0: Abilities.HONEY_GATHER }, [Species.GULPIN]: { 0: Abilities.EARTH_EATER }, + [Species.SWALOT]: { 0: Abilities.EARTH_EATER }, [Species.CARVANHA]: { 0: Abilities.SHEER_FORCE }, + [Species.SHARPEDO]: { 0: Abilities.SHEER_FORCE, 1: Abilities.SPEED_BOOST }, [Species.WAILMER]: { 0: Abilities.LEVITATE }, - [Species.NUMEL]: { 0: Abilities.FUR_COAT }, + [Species.WAILORD]: { 0: Abilities.LEVITATE }, + [Species.NUMEL]: { 0: Abilities.SOLID_ROCK }, + [Species.CAMERUPT]: { 0: Abilities.FUR_COAT, 1: Abilities.STAMINA }, [Species.TORKOAL]: { 0: Abilities.ANALYTIC }, [Species.SPOINK]: { 0: Abilities.PSYCHIC_SURGE }, + [Species.GRUMPIG]: { 0: Abilities.PSYCHIC_SURGE }, [Species.SPINDA]: { 0: Abilities.SIMPLE }, [Species.TRAPINCH]: { 0: Abilities.ADAPTABILITY }, + [Species.VIBRAVA]: { 0: Abilities.ADAPTABILITY }, + [Species.FLYGON]: { 0: Abilities.ADAPTABILITY }, [Species.CACNEA]: { 0: Abilities.SAND_RUSH }, + [Species.CACTURNE]: { 0: Abilities.SAND_RUSH }, [Species.SWABLU]: { 0: Abilities.FLUFFY }, + [Species.ALTARIA]: { 0: Abilities.FLUFFY, 1: Abilities.FLUFFY }, [Species.ZANGOOSE]: { 0: Abilities.POISON_HEAL }, [Species.SEVIPER]: { 0: Abilities.MULTISCALE }, [Species.LUNATONE]: { 0: Abilities.SHADOW_SHIELD }, [Species.SOLROCK]: { 0: Abilities.DROUGHT }, [Species.BARBOACH]: { 0: Abilities.SIMPLE }, + [Species.WHISCASH]: { 0: Abilities.SIMPLE }, [Species.CORPHISH]: { 0: Abilities.TOUGH_CLAWS }, + [Species.CRAWDAUNT]: { 0: Abilities.TOUGH_CLAWS }, [Species.BALTOY]: { 0: Abilities.WELL_BAKED_BODY }, + [Species.CLAYDOL]: { 0: Abilities.WELL_BAKED_BODY }, [Species.LILEEP]: { 0: Abilities.SEED_SOWER }, + [Species.CRADILY]: { 0: Abilities.SEED_SOWER }, [Species.ANORITH]: { 0: Abilities.WATER_ABSORB }, - [Species.FEEBAS]: { 0: Abilities.MAGIC_GUARD }, - [Species.CASTFORM]: { 0: Abilities.ADAPTABILITY }, + [Species.ARMALDO]: { 0: Abilities.WATER_ABSORB }, + [Species.FEEBAS]: { 0: Abilities.MULTISCALE }, + [Species.MILOTIC]: { 0: Abilities.MAGIC_GUARD }, + [Species.CASTFORM]: { 0: Abilities.ADAPTABILITY, 1: Abilities.ADAPTABILITY, 2: Abilities.ADAPTABILITY, 3: Abilities.ADAPTABILITY }, [Species.KECLEON]: { 0: Abilities.ADAPTABILITY }, [Species.SHUPPET]: { 0: Abilities.SHADOW_SHIELD }, + [Species.BANETTE]: { 0: Abilities.SHADOW_SHIELD, 1: Abilities.SHADOW_SHIELD }, [Species.DUSKULL]: { 0: Abilities.UNNERVE }, + [Species.DUSCLOPS]: { 0: Abilities.UNNERVE }, + [Species.DUSKNOIR]: { 0: Abilities.UNNERVE }, [Species.TROPIUS]: { 0: Abilities.RIPEN }, - [Species.ABSOL]: { 0: Abilities.SHARPNESS }, + [Species.ABSOL]: { 0: Abilities.SHARPNESS, 1: Abilities.SHARPNESS }, [Species.WYNAUT]: { 0: Abilities.STURDY }, + [Species.WOBBUFFET]: { 0: Abilities.STURDY }, [Species.SNORUNT]: { 0: Abilities.SNOW_WARNING }, + [Species.GLALIE]: { 0: Abilities.SNOW_WARNING, 1: Abilities.SNOW_WARNING }, + [Species.FROSLASS]: { 0: Abilities.SNOW_WARNING }, [Species.SPHEAL]: { 0: Abilities.UNAWARE }, - [Species.CLAMPERL]: { 0: Abilities.ARENA_TRAP }, + [Species.SEALEO]: { 0: Abilities.UNAWARE }, + [Species.WALREIN]: { 0: Abilities.UNAWARE }, + [Species.CLAMPERL]: { 0: Abilities.DAUNTLESS_SHIELD }, + [Species.GOREBYSS]: { 0: Abilities.ARENA_TRAP }, + [Species.HUNTAIL]: { 0: Abilities.ARENA_TRAP }, [Species.RELICANTH]: { 0: Abilities.PRIMORDIAL_SEA }, [Species.LUVDISC]: { 0: Abilities.MULTISCALE }, - [Species.BAGON]: { 0: Abilities.MOLD_BREAKER }, + [Species.BAGON]: { 0: Abilities.INTIMIDATE }, + [Species.SHELGON]: { 0: Abilities.ANGER_SHELL }, + [Species.SALAMENCE]: { 0: Abilities.GALE_WINGS, 1: Abilities.ROCK_HEAD }, [Species.BELDUM]: { 0: Abilities.LEVITATE }, + [Species.METANG]: { 0: Abilities.LEVITATE }, + [Species.METAGROSS]: { 0: Abilities.LEVITATE, 1: Abilities.FULL_METAL_BODY }, [Species.REGIROCK]: { 0: Abilities.SAND_STREAM }, [Species.REGICE]: { 0: Abilities.SNOW_WARNING }, [Species.REGISTEEL]: { 0: Abilities.STEELY_SPIRIT }, - [Species.LATIAS]: { 0: Abilities.PRISM_ARMOR }, - [Species.LATIOS]: { 0: Abilities.TINTED_LENS }, - [Species.KYOGRE]: { 0: Abilities.MOLD_BREAKER }, - [Species.GROUDON]: { 0: Abilities.TURBOBLAZE }, - [Species.RAYQUAZA]: { 0: Abilities.UNNERVE }, + [Species.LATIAS]: { 0: Abilities.SPEED_BOOST, 1: Abilities.PRISM_ARMOR }, + [Species.LATIOS]: { 0: Abilities.SPEED_BOOST, 1: Abilities.TINTED_LENS }, + [Species.KYOGRE]: { 0: Abilities.MOLD_BREAKER, 1: Abilities.TERAVOLT }, + [Species.GROUDON]: { 0: Abilities.MOLD_BREAKER, 1: Abilities.TURBOBLAZE }, + [Species.RAYQUAZA]: { 0: Abilities.UNNERVE, 1: Abilities.UNNERVE }, [Species.JIRACHI]: { 0: Abilities.COMATOSE }, - [Species.DEOXYS]: { 0: Abilities.PROTEAN }, + [Species.DEOXYS]: { 0: Abilities.PROTEAN, 1: Abilities.ADAPTABILITY, 2: Abilities.REGENERATOR, 3: Abilities.SHADOW_SHIELD }, - [Species.TURTWIG]: { 0: Abilities.THICK_FAT }, - [Species.CHIMCHAR]: { 0: Abilities.BEAST_BOOST }, - [Species.PIPLUP]: { 0: Abilities.DRIZZLE }, - [Species.STARLY]: { 0: Abilities.ROCK_HEAD }, + [Species.TURTWIG]: { 0: Abilities.SOLID_ROCK }, + [Species.GROTLE]: { 0: Abilities.SOLID_ROCK }, + [Species.TORTERRA]: { 0: Abilities.THICK_FAT }, + [Species.CHIMCHAR]: { 0: Abilities.UNNERVE }, + [Species.MONFERNO]: { 0: Abilities.BEAST_BOOST }, + [Species.INFERNAPE]: { 0: Abilities.BEAST_BOOST }, + [Species.PIPLUP]: { 0: Abilities.CUTE_CHARM }, + [Species.PRINPLUP]: { 0: Abilities.DRIZZLE }, + [Species.EMPOLEON]: { 0: Abilities.DRIZZLE }, + [Species.STARLY]: { 0: Abilities.INTIMIDATE }, + [Species.STARAVIA]: { 0: Abilities.ROCK_HEAD }, + [Species.STARAPTOR]: { 0: Abilities.ROCK_HEAD }, [Species.BIDOOF]: { 0: Abilities.SAP_SIPPER }, - [Species.KRICKETOT]: { 0: Abilities.SHARPNESS }, + [Species.BIBAREL]: { 0: Abilities.SAP_SIPPER }, + [Species.KRICKETOT]: { 0: Abilities.HONEY_GATHER }, + [Species.KRICKETUNE]: { 0: Abilities.SHARPNESS }, [Species.SHINX]: { 0: Abilities.SPEED_BOOST }, - [Species.BUDEW]: { 0: Abilities.GRASSY_SURGE }, + [Species.LUXIO]: { 0: Abilities.SPEED_BOOST }, + [Species.LUXRAY]: { 0: Abilities.SPEED_BOOST }, + [Species.BUDEW]: { 0: Abilities.SEED_SOWER }, + [Species.ROSELIA]: { 0: Abilities.GRASSY_SURGE }, + [Species.ROSERADE]: { 0: Abilities.GRASSY_SURGE }, [Species.CRANIDOS]: { 0: Abilities.ROCK_HEAD }, + [Species.RAMPARDOS]: { 0: Abilities.ROCK_HEAD }, [Species.SHIELDON]: { 0: Abilities.EARTH_EATER }, - [Species.BURMY]: { 0: Abilities.STURDY }, - [Species.COMBEE]: { 0: Abilities.INTIMIDATE }, + [Species.BASTIODON]: { 0: Abilities.EARTH_EATER }, + [Species.BURMY]: { 0: Abilities.STURDY, 1: Abilities.STURDY, 2: Abilities.STURDY }, + [Species.WORMADAM]: { 0: Abilities.STURDY, 1: Abilities.STURDY, 2: Abilities.STURDY }, + [Species.MOTHIM]: { 0: Abilities.SPEED_BOOST }, + [Species.COMBEE]: { 0: Abilities.RUN_AWAY }, + [Species.VESPIQUEN]: { 0: Abilities.INTIMIDATE }, [Species.PACHIRISU]: { 0: Abilities.HONEY_GATHER }, [Species.BUIZEL]: { 0: Abilities.MOXIE }, - [Species.CHERUBI]: { 0: Abilities.ORICHALCUM_PULSE }, - [Species.SHELLOS]: { 0: Abilities.REGENERATOR }, + [Species.FLOATZEL]: { 0: Abilities.MOXIE }, + [Species.CHERUBI]: { 0: Abilities.DROUGHT }, + [Species.CHERRIM]: { 0: Abilities.ORICHALCUM_PULSE, 1: Abilities.ORICHALCUM_PULSE }, + [Species.SHELLOS]: { 0: Abilities.REGENERATOR, 1: Abilities.REGENERATOR }, + [Species.GASTRODON]: { 0: Abilities.REGENERATOR, 1: Abilities.REGENERATOR }, [Species.DRIFLOON]: { 0: Abilities.MAGIC_GUARD }, + [Species.DRIFBLIM]: { 0: Abilities.MAGIC_GUARD }, [Species.BUNEARY]: { 0: Abilities.ADAPTABILITY }, + [Species.LOPUNNY]: { 0: Abilities.ADAPTABILITY, 1: Abilities.ADAPTABILITY }, [Species.GLAMEOW]: { 0: Abilities.INTIMIDATE }, + [Species.PURUGLY]: { 0: Abilities.INTIMIDATE }, [Species.CHINGLING]: { 0: Abilities.PUNK_ROCK }, + [Species.CHIMECHO]: { 0: Abilities.PUNK_ROCK }, [Species.STUNKY]: { 0: Abilities.NEUTRALIZING_GAS }, + [Species.SKUNTANK]: { 0: Abilities.NEUTRALIZING_GAS }, [Species.BRONZOR]: { 0: Abilities.MIRROR_ARMOR }, + [Species.BRONZONG]: { 0: Abilities.MIRROR_ARMOR }, [Species.BONSLY]: { 0: Abilities.SAP_SIPPER }, + [Species.SUDOWOODO]: { 0: Abilities.SAP_SIPPER }, [Species.MIME_JR]: { 0: Abilities.PRANKSTER }, - [Species.HAPPINY]: { 0: Abilities.FUR_COAT }, + [Species.MR_MIME]: { 0: Abilities.PRANKSTER }, + [Species.GALAR_MR_MIME]: { 0: Abilities.PRANKSTER }, + [Species.MR_RIME]: { 0: Abilities.PRANKSTER }, + [Species.HAPPINY]: { 0: Abilities.HOSPITALITY }, + [Species.CHANSEY]: { 0: Abilities.FRIEND_GUARD }, + [Species.BLISSEY]: { 0: Abilities.FUR_COAT }, [Species.CHATOT]: { 0: Abilities.PUNK_ROCK }, [Species.SPIRITOMB]: { 0: Abilities.VESSEL_OF_RUIN }, - [Species.GIBLE]: { 0: Abilities.SAND_STREAM }, - [Species.MUNCHLAX]: { 0: Abilities.RIPEN }, + [Species.GIBLE]: { 0: Abilities.ARENA_TRAP }, + [Species.GABITE]: { 0: Abilities.ARENA_TRAP }, + [Species.GARCHOMP]: { 0: Abilities.ARENA_TRAP, 1: Abilities.SAND_RUSH }, + [Species.MUNCHLAX]: { 0: Abilities.CHEEK_POUCH }, + [Species.SNORLAX]: { 0: Abilities.CHEEK_POUCH, 1: Abilities.RIPEN }, [Species.RIOLU]: { 0: Abilities.MINDS_EYE }, + [Species.LUCARIO]: { 0: Abilities.MINDS_EYE, 1: Abilities.MINDS_EYE }, [Species.HIPPOPOTAS]: { 0: Abilities.UNAWARE }, + [Species.HIPPOWDON]: { 0: Abilities.UNAWARE }, [Species.SKORUPI]: { 0: Abilities.SUPER_LUCK }, + [Species.DRAPION]: { 0: Abilities.SUPER_LUCK }, [Species.CROAGUNK]: { 0: Abilities.MOXIE }, + [Species.TOXICROAK]: { 0: Abilities.MOXIE }, [Species.CARNIVINE]: { 0: Abilities.ARENA_TRAP }, [Species.FINNEON]: { 0: Abilities.WATER_BUBBLE }, + [Species.LUMINEON]: { 0: Abilities.WATER_BUBBLE }, [Species.MANTYKE]: { 0: Abilities.UNAWARE }, - [Species.SNOVER]: { 0: Abilities.GRASSY_SURGE }, - [Species.ROTOM]: { 0: Abilities.HADRON_ENGINE }, + [Species.MANTINE]: { 0: Abilities.UNAWARE }, + [Species.SNOVER]: { 0: Abilities.SLUSH_RUSH }, + [Species.ABOMASNOW]: { 0: Abilities.SLUSH_RUSH, 1: Abilities.SEED_SOWER }, + [Species.ROTOM]: { 0: Abilities.HADRON_ENGINE, 1: Abilities.HADRON_ENGINE, 2: Abilities.HADRON_ENGINE, 3: Abilities.HADRON_ENGINE, 4: Abilities.HADRON_ENGINE, 5: Abilities.HADRON_ENGINE }, [Species.UXIE]: { 0: Abilities.UNNERVE }, [Species.MESPRIT]: { 0: Abilities.MOODY }, [Species.AZELF]: { 0: Abilities.NEUROFORCE }, - [Species.DIALGA]: { 0: Abilities.BERSERK }, - [Species.PALKIA]: { 0: Abilities.BERSERK }, + [Species.DIALGA]: { 0: Abilities.BERSERK, 1: Abilities.BERSERK }, + [Species.PALKIA]: { 0: Abilities.BERSERK, 1: Abilities.BERSERK }, [Species.HEATRAN]: { 0: Abilities.EARTH_EATER }, [Species.REGIGIGAS]: { 0: Abilities.SCRAPPY }, - [Species.GIRATINA]: { 0: Abilities.SHADOW_SHIELD }, + [Species.GIRATINA]: { 0: Abilities.SHADOW_SHIELD, 1: Abilities.SHADOW_SHIELD }, [Species.CRESSELIA]: { 0: Abilities.SHADOW_SHIELD }, [Species.PHIONE]: { 0: Abilities.SIMPLE }, [Species.MANAPHY]: { 0: Abilities.PRIMORDIAL_SEA }, [Species.DARKRAI]: { 0: Abilities.UNNERVE }, - [Species.SHAYMIN]: { 0: Abilities.WIND_RIDER }, - [Species.ARCEUS]: { 0: Abilities.ADAPTABILITY }, + [Species.SHAYMIN]: { 0: Abilities.GRASSY_SURGE, 1: Abilities.DELTA_STREAM }, + [Species.ARCEUS]: { 0: Abilities.ADAPTABILITY, 1: Abilities.ADAPTABILITY, 2: Abilities.ADAPTABILITY, 3: Abilities.ADAPTABILITY, 4: Abilities.ADAPTABILITY, 5: Abilities.ADAPTABILITY, 6: Abilities.ADAPTABILITY, 7: Abilities.ADAPTABILITY, 8: Abilities.ADAPTABILITY, 9: Abilities.ADAPTABILITY, 10: Abilities.ADAPTABILITY, 11: Abilities.ADAPTABILITY, 12: Abilities.ADAPTABILITY, 13: Abilities.ADAPTABILITY, 14: Abilities.ADAPTABILITY, 15: Abilities.ADAPTABILITY, 16: Abilities.ADAPTABILITY, 17: Abilities.ADAPTABILITY }, [Species.VICTINI]: { 0: Abilities.SHEER_FORCE }, [Species.SNIVY]: { 0: Abilities.MULTISCALE }, - [Species.TEPIG]: { 0: Abilities.ROCK_HEAD }, - [Species.OSHAWOTT]: { 0: Abilities.INTREPID_SWORD }, + [Species.SERVINE]: { 0: Abilities.MULTISCALE }, + [Species.SERPERIOR]: { 0: Abilities.MULTISCALE }, + [Species.TEPIG]: { 0: Abilities.GLUTTONY }, + [Species.PIGNITE]: { 0: Abilities.ROCK_HEAD }, + [Species.EMBOAR]: { 0: Abilities.ROCK_HEAD }, + [Species.OSHAWOTT]: { 0: Abilities.MOLD_BREAKER }, + [Species.DEWOTT]: { 0: Abilities.MOLD_BREAKER }, + [Species.SAMUROTT]: { 0: Abilities.LIGHTNING_ROD }, + [Species.HISUI_SAMUROTT]: { 0: Abilities.MOLD_BREAKER }, [Species.PATRAT]: { 0: Abilities.NO_GUARD }, - [Species.LILLIPUP]: { 0: Abilities.FUR_COAT }, + [Species.WATCHOG]: { 0: Abilities.NO_GUARD }, + [Species.LILLIPUP]: { 0: Abilities.BALL_FETCH }, + [Species.HERDIER]: { 0: Abilities.FUR_COAT }, + [Species.STOUTLAND]: { 0: Abilities.FUR_COAT }, [Species.PURRLOIN]: { 0: Abilities.PICKUP }, + [Species.LIEPARD]: { 0: Abilities.PICKUP }, [Species.PANSAGE]: { 0: Abilities.WELL_BAKED_BODY }, + [Species.SIMISAGE]: { 0: Abilities.WELL_BAKED_BODY }, [Species.PANSEAR]: { 0: Abilities.WATER_ABSORB }, + [Species.SIMISEAR]: { 0: Abilities.WATER_ABSORB }, [Species.PANPOUR]: { 0: Abilities.SAP_SIPPER }, + [Species.SIMIPOUR]: { 0: Abilities.SAP_SIPPER }, [Species.MUNNA]: { 0: Abilities.NEUTRALIZING_GAS }, + [Species.MUSHARNA]: { 0: Abilities.NEUTRALIZING_GAS }, [Species.PIDOVE]: { 0: Abilities.SNIPER }, + [Species.TRANQUILL]: { 0: Abilities.SNIPER }, + [Species.UNFEZANT]: { 0: Abilities.SNIPER }, [Species.BLITZLE]: { 0: Abilities.ELECTRIC_SURGE }, + [Species.ZEBSTRIKA]: { 0: Abilities.ELECTRIC_SURGE }, [Species.ROGGENROLA]: { 0: Abilities.SOLID_ROCK }, + [Species.BOLDORE]: { 0: Abilities.SOLID_ROCK }, + [Species.GIGALITH]: { 0: Abilities.SOLID_ROCK }, [Species.WOOBAT]: { 0: Abilities.OPPORTUNIST }, + [Species.SWOOBAT]: { 0: Abilities.OPPORTUNIST }, [Species.DRILBUR]: { 0: Abilities.STURDY }, - [Species.AUDINO]: { 0: Abilities.FRIEND_GUARD }, + [Species.EXCADRILL]: { 0: Abilities.STURDY }, + [Species.AUDINO]: { 0: Abilities.FRIEND_GUARD, 1: Abilities.FAIRY_AURA }, [Species.TIMBURR]: { 0: Abilities.ROCKY_PAYLOAD }, + [Species.GURDURR]: { 0: Abilities.ROCKY_PAYLOAD }, + [Species.CONKELDURR]: { 0: Abilities.ROCKY_PAYLOAD }, [Species.TYMPOLE]: { 0: Abilities.POISON_HEAL }, + [Species.PALPITOAD]: { 0: Abilities.POISON_HEAL }, + [Species.SEISMITOAD]: { 0: Abilities.POISON_HEAL }, [Species.THROH]: { 0: Abilities.STAMINA }, [Species.SAWK]: { 0: Abilities.SCRAPPY }, - [Species.SEWADDLE]: { 0: Abilities.SHARPNESS }, + [Species.SEWADDLE]: { 0: Abilities.SHIELD_DUST }, + [Species.SWADLOON]: { 0: Abilities.SHIELD_DUST }, + [Species.LEAVANNY]: { 0: Abilities.SHARPNESS }, [Species.VENIPEDE]: { 0: Abilities.STAMINA }, + [Species.WHIRLIPEDE]: { 0: Abilities.STAMINA }, + [Species.SCOLIPEDE]: { 0: Abilities.STAMINA }, [Species.COTTONEE]: { 0: Abilities.FLUFFY }, + [Species.WHIMSICOTT]: { 0: Abilities.FLUFFY }, [Species.PETILIL]: { 0: Abilities.FLOWER_VEIL }, - [Species.BASCULIN]: { 0: Abilities.SUPREME_OVERLORD }, + [Species.LILLIGANT]: { 0: Abilities.GRASSY_SURGE }, + [Species.HISUI_LILLIGANT]: { 0: Abilities.FLOWER_VEIL }, + [Species.BASCULIN]: { 0: Abilities.ROCK_HEAD, 1: Abilities.RECKLESS, 2: Abilities.SUPREME_OVERLORD }, + [Species.BASCULEGION]: { 0: Abilities.SUPREME_OVERLORD, 1: Abilities.SUPREME_OVERLORD }, [Species.SANDILE]: { 0: Abilities.TOUGH_CLAWS }, + [Species.KROKOROK]: { 0: Abilities.TOUGH_CLAWS }, + [Species.KROOKODILE]: { 0: Abilities.TOUGH_CLAWS }, [Species.DARUMAKA]: { 0: Abilities.GORILLA_TACTICS }, + [Species.DARMANITAN]: { 0: Abilities.GORILLA_TACTICS, 1: Abilities.SOLID_ROCK }, [Species.MARACTUS]: { 0: Abilities.WELL_BAKED_BODY }, [Species.DWEBBLE]: { 0: Abilities.ROCKY_PAYLOAD }, + [Species.CRUSTLE]: { 0: Abilities.ROCKY_PAYLOAD }, [Species.SCRAGGY]: { 0: Abilities.PROTEAN }, + [Species.SCRAFTY]: { 0: Abilities.PROTEAN }, [Species.SIGILYPH]: { 0: Abilities.FLARE_BOOST }, [Species.YAMASK]: { 0: Abilities.PURIFYING_SALT }, + [Species.COFAGRIGUS]: { 0: Abilities.PURIFYING_SALT }, [Species.TIRTOUGA]: { 0: Abilities.WATER_ABSORB }, + [Species.CARRACOSTA]: { 0: Abilities.WATER_ABSORB }, [Species.ARCHEN]: { 0: Abilities.MULTISCALE }, + [Species.ARCHEOPS]: { 0: Abilities.MULTISCALE }, [Species.TRUBBISH]: { 0: Abilities.NEUTRALIZING_GAS }, + [Species.GARBODOR]: { 0: Abilities.NEUTRALIZING_GAS, 1: Abilities.NEUTRALIZING_GAS }, [Species.ZORUA]: { 0: Abilities.DARK_AURA }, + [Species.ZOROARK]: { 0: Abilities.DARK_AURA }, [Species.MINCCINO]: { 0: Abilities.FUR_COAT }, + [Species.CINCCINO]: { 0: Abilities.FUR_COAT }, [Species.GOTHITA]: { 0: Abilities.UNNERVE }, + [Species.GOTHORITA]: { 0: Abilities.UNNERVE }, + [Species.GOTHITELLE]: { 0: Abilities.UNNERVE }, [Species.SOLOSIS]: { 0: Abilities.PSYCHIC_SURGE }, + [Species.DUOSION]: { 0: Abilities.PSYCHIC_SURGE }, + [Species.REUNICLUS]: { 0: Abilities.PSYCHIC_SURGE }, [Species.DUCKLETT]: { 0: Abilities.DRIZZLE }, - [Species.VANILLITE]: { 0: Abilities.SLUSH_RUSH }, - [Species.DEERLING]: { 0: Abilities.FUR_COAT }, + [Species.SWANNA]: { 0: Abilities.DRIZZLE }, + [Species.VANILLITE]: { 0: Abilities.SNOW_WARNING }, + [Species.VANILLISH]: { 0: Abilities.SNOW_WARNING }, + [Species.VANILLUXE]: { 0: Abilities.SLUSH_RUSH }, + [Species.DEERLING]: { 0: Abilities.FLOWER_VEIL, 1: Abilities.CUD_CHEW, 2: Abilities.HARVEST, 3: Abilities.FUR_COAT }, + [Species.SAWSBUCK]: { 0: Abilities.FLOWER_VEIL, 1: Abilities.CUD_CHEW, 2: Abilities.HARVEST, 3: Abilities.FUR_COAT }, [Species.EMOLGA]: { 0: Abilities.SERENE_GRACE }, [Species.KARRABLAST]: { 0: Abilities.QUICK_DRAW }, - [Species.FOONGUS]: { 0: Abilities.THICK_FAT }, + [Species.ESCAVALIER]: { 0: Abilities.QUICK_DRAW }, + [Species.FOONGUS]: { 0: Abilities.MYCELIUM_MIGHT }, + [Species.AMOONGUSS]: { 0: Abilities.THICK_FAT }, [Species.FRILLISH]: { 0: Abilities.POISON_HEAL }, + [Species.JELLICENT]: { 0: Abilities.POISON_HEAL }, [Species.ALOMOMOLA]: { 0: Abilities.MULTISCALE }, [Species.JOLTIK]: { 0: Abilities.TRANSISTOR }, + [Species.GALVANTULA]: { 0: Abilities.TRANSISTOR }, [Species.FERROSEED]: { 0: Abilities.ROUGH_SKIN }, + [Species.FERROTHORN]: { 0: Abilities.ROUGH_SKIN }, [Species.KLINK]: { 0: Abilities.STEELY_SPIRIT }, + [Species.KLANG]: { 0: Abilities.STEELY_SPIRIT }, + [Species.KLINKLANG]: { 0: Abilities.STEELY_SPIRIT }, [Species.TYNAMO]: { 0: Abilities.POISON_HEAL }, + [Species.EELEKTRIK]: { 0: Abilities.POISON_HEAL }, + [Species.EELEKTROSS]: { 0: Abilities.POISON_HEAL }, [Species.ELGYEM]: { 0: Abilities.BEADS_OF_RUIN }, + [Species.BEHEEYEM]: { 0: Abilities.BEADS_OF_RUIN }, [Species.LITWICK]: { 0: Abilities.SHADOW_TAG }, + [Species.LAMPENT]: { 0: Abilities.SHADOW_TAG }, + [Species.CHANDELURE]: { 0: Abilities.SHADOW_TAG }, [Species.AXEW]: { 0: Abilities.DRAGONS_MAW }, + [Species.FRAXURE]: { 0: Abilities.DRAGONS_MAW }, + [Species.HAXORUS]: { 0: Abilities.DRAGONS_MAW }, [Species.CUBCHOO]: { 0: Abilities.FUR_COAT }, + [Species.BEARTIC]: { 0: Abilities.FUR_COAT }, [Species.CRYOGONAL]: { 0: Abilities.SNOW_WARNING }, - [Species.SHELMET]: { 0: Abilities.PROTEAN }, + [Species.SHELMET]: { 0: Abilities.STAMINA }, + [Species.ACCELGOR]: { 0: Abilities.PROTEAN }, [Species.STUNFISK]: { 0: Abilities.STORM_DRAIN }, [Species.MIENFOO]: { 0: Abilities.NO_GUARD }, + [Species.MIENSHAO]: { 0: Abilities.NO_GUARD }, [Species.DRUDDIGON]: { 0: Abilities.INTIMIDATE }, [Species.GOLETT]: { 0: Abilities.SHADOW_SHIELD }, + [Species.GOLURK]: { 0: Abilities.SHADOW_SHIELD }, [Species.PAWNIARD]: { 0: Abilities.SWORD_OF_RUIN }, + [Species.BISHARP]: { 0: Abilities.SWORD_OF_RUIN }, + [Species.KINGAMBIT]: { 0: Abilities.SWORD_OF_RUIN }, [Species.BOUFFALANT]: { 0: Abilities.ROCK_HEAD }, [Species.RUFFLET]: { 0: Abilities.SPEED_BOOST }, + [Species.BRAVIARY]: { 0: Abilities.SPEED_BOOST }, + [Species.HISUI_BRAVIARY]: { 0: Abilities.SPEED_BOOST }, [Species.VULLABY]: { 0: Abilities.THICK_FAT }, + [Species.MANDIBUZZ]: { 0: Abilities.THICK_FAT }, [Species.HEATMOR]: { 0: Abilities.CONTRARY }, [Species.DURANT]: { 0: Abilities.COMPOUND_EYES }, - [Species.DEINO]: { 0: Abilities.PARENTAL_BOND }, - [Species.LARVESTA]: { 0: Abilities.DROUGHT }, + [Species.DEINO]: { 0: Abilities.NO_GUARD }, + [Species.ZWEILOUS]: { 0: Abilities.NO_GUARD }, + [Species.HYDREIGON]: { 0: Abilities.PARENTAL_BOND }, + [Species.LARVESTA]: { 0: Abilities.FLASH_FIRE }, + [Species.VOLCARONA]: { 0: Abilities.DROUGHT }, [Species.COBALION]: { 0: Abilities.INTREPID_SWORD }, [Species.TERRAKION]: { 0: Abilities.ROCKY_PAYLOAD }, [Species.VIRIZION]: { 0: Abilities.SHARPNESS }, - [Species.TORNADUS]: { 0: Abilities.DRIZZLE }, - [Species.THUNDURUS]: { 0: Abilities.DRIZZLE }, + [Species.TORNADUS]: { 0: Abilities.DRIZZLE, 1: Abilities.DRIZZLE }, + [Species.THUNDURUS]: { 0: Abilities.DRIZZLE, 1: Abilities.DRIZZLE }, [Species.RESHIRAM]: { 0: Abilities.ORICHALCUM_PULSE }, [Species.ZEKROM]: { 0: Abilities.HADRON_ENGINE }, - [Species.LANDORUS]: { 0: Abilities.STORM_DRAIN }, - [Species.KYUREM]: { 0: Abilities.SNOW_WARNING }, - [Species.KELDEO]: { 0: Abilities.GRIM_NEIGH }, - [Species.MELOETTA]: { 0: Abilities.MINDS_EYE }, - [Species.GENESECT]: { 0: Abilities.PROTEAN }, + [Species.LANDORUS]: { 0: Abilities.STORM_DRAIN, 1: Abilities.STORM_DRAIN }, + [Species.KYUREM]: { 0: Abilities.SNOW_WARNING, 1: Abilities.HADRON_ENGINE, 2: Abilities.ORICHALCUM_PULSE }, + [Species.KELDEO]: { 0: Abilities.GRIM_NEIGH, 1: Abilities.GRIM_NEIGH }, + [Species.MELOETTA]: { 0: Abilities.PUNK_ROCK, 1: Abilities.SCRAPPY }, + [Species.GENESECT]: { 0: Abilities.PROTEAN, 1: Abilities.PROTEAN, 2: Abilities.PROTEAN, 3: Abilities.PROTEAN, 4: Abilities.PROTEAN }, - [Species.CHESPIN]: { 0: Abilities.DAUNTLESS_SHIELD }, - [Species.FENNEKIN]: { 0: Abilities.PSYCHIC_SURGE }, - [Species.FROAKIE]: { 0: Abilities.STAKEOUT }, - [Species.BUNNELBY]: { 0: Abilities.THICK_FAT }, - [Species.FLETCHLING]: { 0: Abilities.MAGIC_GUARD }, - [Species.SCATTERBUG]: { 0: Abilities.PRANKSTER }, + [Species.CHESPIN]: { 0: Abilities.ROUGH_SKIN }, + [Species.QUILLADIN]: { 0: Abilities.DAUNTLESS_SHIELD }, + [Species.CHESNAUGHT]: { 0: Abilities.DAUNTLESS_SHIELD }, + [Species.FENNEKIN]: { 0: Abilities.FLUFFY }, + [Species.BRAIXEN]: { 0: Abilities.PSYCHIC_SURGE }, + [Species.DELPHOX]: { 0: Abilities.PSYCHIC_SURGE }, + [Species.FROAKIE]: { 0: Abilities.STAKEOUT, 1: Abilities.STAKEOUT }, + [Species.FROGADIER]: { 0: Abilities.STAKEOUT, 1: Abilities.STAKEOUT }, + [Species.GRENINJA]: { 0: Abilities.STAKEOUT, 1: Abilities.STAKEOUT, 2: Abilities.STAKEOUT }, + [Species.BUNNELBY]: { 0: Abilities.INNER_FOCUS }, + [Species.DIGGERSBY]: { 0: Abilities.THICK_FAT }, + [Species.FLETCHLING]: { 0: Abilities.FLAME_BODY }, + [Species.FLETCHINDER]: { 0: Abilities.MAGIC_GUARD }, + [Species.TALONFLAME]: { 0: Abilities.MAGIC_GUARD }, + [Species.SCATTERBUG]: { 0: Abilities.RUN_AWAY, 1: Abilities.RUN_AWAY, 2: Abilities.RUN_AWAY, 3: Abilities.RUN_AWAY, 4: Abilities.RUN_AWAY, 5: Abilities.RUN_AWAY, 6: Abilities.RUN_AWAY, 7: Abilities.RUN_AWAY, 8: Abilities.RUN_AWAY, 9: Abilities.RUN_AWAY, 10: Abilities.RUN_AWAY, 11: Abilities.RUN_AWAY, 12: Abilities.RUN_AWAY, 13: Abilities.RUN_AWAY, 14: Abilities.RUN_AWAY, 15: Abilities.RUN_AWAY, 16: Abilities.RUN_AWAY, 17: Abilities.RUN_AWAY, 18: Abilities.RUN_AWAY, 19: Abilities.RUN_AWAY }, + [Species.SPEWPA]: { 0: Abilities.COMPOUND_EYES, 1: Abilities.COMPOUND_EYES, 2: Abilities.COMPOUND_EYES, 3: Abilities.COMPOUND_EYES, 4: Abilities.COMPOUND_EYES, 5: Abilities.COMPOUND_EYES, 6: Abilities.COMPOUND_EYES, 7: Abilities.COMPOUND_EYES, 8: Abilities.COMPOUND_EYES, 9: Abilities.COMPOUND_EYES, 10: Abilities.COMPOUND_EYES, 11: Abilities.COMPOUND_EYES, 12: Abilities.COMPOUND_EYES, 13: Abilities.COMPOUND_EYES, 14: Abilities.COMPOUND_EYES, 15: Abilities.COMPOUND_EYES, 16: Abilities.COMPOUND_EYES, 17: Abilities.COMPOUND_EYES, 18: Abilities.COMPOUND_EYES, 19: Abilities.COMPOUND_EYES }, + [Species.VIVILLON]: { 0: Abilities.PRANKSTER, 1: Abilities.PRANKSTER, 2: Abilities.PRANKSTER, 3: Abilities.PRANKSTER, 4: Abilities.PRANKSTER, 5: Abilities.PRANKSTER, 6: Abilities.PRANKSTER, 7: Abilities.PRANKSTER, 8: Abilities.PRANKSTER, 9: Abilities.PRANKSTER, 10: Abilities.PRANKSTER, 11: Abilities.PRANKSTER, 12: Abilities.PRANKSTER, 13: Abilities.PRANKSTER, 14: Abilities.PRANKSTER, 15: Abilities.PRANKSTER, 16: Abilities.PRANKSTER, 17: Abilities.PRANKSTER, 18: Abilities.PRANKSTER, 19: Abilities.PRANKSTER }, [Species.LITLEO]: { 0: Abilities.BEAST_BOOST }, - [Species.FLABEBE]: { 0: Abilities.GRASSY_SURGE }, + [Species.PYROAR]: { 0: Abilities.BEAST_BOOST }, + [Species.FLABEBE]: { 0: Abilities.GRASSY_SURGE, 1: Abilities.GRASSY_SURGE, 2: Abilities.GRASSY_SURGE, 3: Abilities.GRASSY_SURGE, 4: Abilities.GRASSY_SURGE }, + [Species.FLOETTE]: { 0: Abilities.GRASSY_SURGE, 1: Abilities.GRASSY_SURGE, 2: Abilities.GRASSY_SURGE, 3: Abilities.GRASSY_SURGE, 4: Abilities.GRASSY_SURGE }, + [Species.FLORGES]: { 0: Abilities.GRASSY_SURGE, 1: Abilities.GRASSY_SURGE, 2: Abilities.GRASSY_SURGE, 3: Abilities.GRASSY_SURGE, 4: Abilities.GRASSY_SURGE }, [Species.SKIDDO]: { 0: Abilities.SEED_SOWER }, - [Species.PANCHAM]: { 0: Abilities.FUR_COAT }, - [Species.FURFROU]: { 0: Abilities.FLUFFY }, - [Species.ESPURR]: { 0: Abilities.FUR_COAT }, + [Species.GOGOAT]: { 0: Abilities.SEED_SOWER }, + [Species.PANCHAM]: { 0: Abilities.TECHNICIAN }, + [Species.PANGORO]: { 0: Abilities.FUR_COAT }, + [Species.FURFROU]: { 0: Abilities.FLUFFY, 1: Abilities.FLUFFY, 2: Abilities.FLUFFY, 3: Abilities.FLUFFY, 4: Abilities.FLUFFY, 5: Abilities.FLUFFY, 6: Abilities.FLUFFY, 7: Abilities.FLUFFY, 8: Abilities.FLUFFY, 9: Abilities.FLUFFY }, + [Species.ESPURR]: { 0: Abilities.PRANKSTER }, + [Species.MEOWSTIC]: { 0: Abilities.FUR_COAT, 1: Abilities.NEUROFORCE }, [Species.HONEDGE]: { 0: Abilities.SHARPNESS }, + [Species.DOUBLADE]: { 0: Abilities.SHARPNESS }, + [Species.AEGISLASH]: { 0: Abilities.SHARPNESS, 1: Abilities.SHARPNESS }, [Species.SPRITZEE]: { 0: Abilities.FUR_COAT }, + [Species.AROMATISSE]: { 0: Abilities.FUR_COAT }, [Species.SWIRLIX]: { 0: Abilities.RIPEN }, - [Species.INKAY]: { 0: Abilities.UNNERVE }, + [Species.SLURPUFF]: { 0: Abilities.RIPEN }, + [Species.INKAY]: { 0: Abilities.SHADOW_SHIELD }, + [Species.MALAMAR]: { 0: Abilities.SHADOW_SHIELD }, [Species.BINACLE]: { 0: Abilities.SAP_SIPPER }, - [Species.SKRELP]: { 0: Abilities.DRAGONS_MAW }, + [Species.BARBARACLE]: { 0: Abilities.SAP_SIPPER }, + [Species.SKRELP]: { 0: Abilities.WATER_BUBBLE }, + [Species.DRAGALGE]: { 0: Abilities.DRAGONS_MAW }, [Species.CLAUNCHER]: { 0: Abilities.PROTEAN }, + [Species.CLAWITZER]: { 0: Abilities.PROTEAN }, [Species.HELIOPTILE]: { 0: Abilities.PROTEAN }, + [Species.HELIOLISK]: { 0: Abilities.PROTEAN }, [Species.TYRUNT]: { 0: Abilities.RECKLESS }, + [Species.TYRANTRUM]: { 0: Abilities.RECKLESS }, [Species.AMAURA]: { 0: Abilities.ICE_SCALES }, + [Species.AURORUS]: { 0: Abilities.ICE_SCALES }, [Species.HAWLUCHA]: { 0: Abilities.MOXIE }, [Species.DEDENNE]: { 0: Abilities.PIXILATE }, [Species.CARBINK]: { 0: Abilities.SOLID_ROCK }, [Species.GOOMY]: { 0: Abilities.REGENERATOR }, + [Species.SLIGGOO]: { 0: Abilities.POISON_HEAL }, + [Species.GOODRA]: { 0: Abilities.POISON_HEAL }, + [Species.HISUI_SLIGGOO]: { 0: Abilities.REGENERATOR }, + [Species.HISUI_GOODRA]: { 0: Abilities.REGENERATOR }, [Species.KLEFKI]: { 0: Abilities.LEVITATE }, [Species.PHANTUMP]: { 0: Abilities.SHADOW_TAG }, - [Species.PUMPKABOO]: { 0: Abilities.WELL_BAKED_BODY }, + [Species.TREVENANT]: { 0: Abilities.SHADOW_TAG }, + [Species.PUMPKABOO]: { 0: Abilities.WELL_BAKED_BODY, 1: Abilities.ADAPTABILITY, 2: Abilities.PRANKSTER, 3: Abilities.SEED_SOWER }, + [Species.GOURGEIST]: { 0: Abilities.WELL_BAKED_BODY, 1: Abilities.ADAPTABILITY, 2: Abilities.PRANKSTER, 3: Abilities.SEED_SOWER }, [Species.BERGMITE]: { 0: Abilities.ICE_SCALES }, - [Species.NOIBAT]: { 0: Abilities.PUNK_ROCK }, - [Species.XERNEAS]: { 0: Abilities.HARVEST }, + [Species.AVALUGG]: { 0: Abilities.ICE_SCALES }, + [Species.HISUI_AVALUGG]: { 0: Abilities.ICE_SCALES }, + [Species.NOIBAT]: { 0: Abilities.CHEEK_POUCH }, + [Species.NOIVERN]: { 0: Abilities.PUNK_ROCK }, + [Species.XERNEAS]: { 0: Abilities.HARVEST, 1: Abilities.HARVEST }, [Species.YVELTAL]: { 0: Abilities.SOUL_HEART }, - [Species.ZYGARDE]: { 0: Abilities.ADAPTABILITY }, - [Species.DIANCIE]: { 0: Abilities.PRISM_ARMOR }, - [Species.HOOPA]: { 0: Abilities.OPPORTUNIST }, + [Species.ZYGARDE]: { 0: Abilities.UNNERVE, 1: Abilities.MOXIE, 2: Abilities.UNNERVE, 3: Abilities.MOXIE, 4: Abilities.ADAPTABILITY, 5: Abilities.ADAPTABILITY }, + [Species.DIANCIE]: { 0: Abilities.SOLID_ROCK, 1: Abilities.PRISM_ARMOR }, + [Species.HOOPA]: { 0: Abilities.OPPORTUNIST, 1: Abilities.OPPORTUNIST }, [Species.VOLCANION]: { 0: Abilities.NEUTRALIZING_GAS }, [Species.ETERNAL_FLOETTE]: { 0: Abilities.MAGIC_GUARD }, - [Species.ROWLET]: { 0: Abilities.SNIPER }, + [Species.ROWLET]: { 0: Abilities.WIND_RIDER }, + [Species.DARTRIX]: { 0: Abilities.WIND_RIDER }, + [Species.DECIDUEYE]: { 0: Abilities.SNIPER }, + [Species.HISUI_DECIDUEYE]: { 0: Abilities.SNIPER }, [Species.LITTEN]: { 0: Abilities.OPPORTUNIST }, + [Species.TORRACAT]: { 0: Abilities.OPPORTUNIST }, + [Species.INCINEROAR]: { 0: Abilities.OPPORTUNIST }, [Species.POPPLIO]: { 0: Abilities.PUNK_ROCK }, + [Species.BRIONNE]: { 0: Abilities.PUNK_ROCK }, + [Species.PRIMARINA]: { 0: Abilities.PUNK_ROCK }, [Species.PIKIPEK]: { 0: Abilities.TECHNICIAN }, + [Species.TRUMBEAK]: { 0: Abilities.TECHNICIAN }, + [Species.TOUCANNON]: { 0: Abilities.TECHNICIAN }, [Species.YUNGOOS]: { 0: Abilities.TOUGH_CLAWS }, - [Species.GRUBBIN]: { 0: Abilities.SPEED_BOOST }, + [Species.GUMSHOOS]: { 0: Abilities.TOUGH_CLAWS }, + [Species.GRUBBIN]: { 0: Abilities.SHIELD_DUST }, + [Species.CHARJABUG]: { 0: Abilities.POWER_SPOT }, + [Species.VIKAVOLT]: { 0: Abilities.SPEED_BOOST }, [Species.CRABRAWLER]: { 0: Abilities.WATER_BUBBLE }, - [Species.ORICORIO]: { 0: Abilities.ADAPTABILITY }, - [Species.CUTIEFLY]: { 0: Abilities.TINTED_LENS }, - [Species.ROCKRUFF]: { 0: Abilities.ROCKY_PAYLOAD }, - [Species.WISHIWASHI]: { 0: Abilities.REGENERATOR }, + [Species.CRABOMINABLE]: { 0: Abilities.WATER_BUBBLE }, + [Species.ORICORIO]: { 0: Abilities.ADAPTABILITY, 1: Abilities.ADAPTABILITY, 2: Abilities.ADAPTABILITY, 3: Abilities.ADAPTABILITY }, + [Species.CUTIEFLY]: { 0: Abilities.PICKUP }, + [Species.RIBOMBEE]: { 0: Abilities.TINTED_LENS }, + [Species.ROCKRUFF]: { 0: Abilities.PICKUP, 1: Abilities.PICKUP }, + [Species.LYCANROC]: { 0: Abilities.STURDY, 1: Abilities.INTIMIDATE, 2: Abilities.STAKEOUT }, + [Species.WISHIWASHI]: { 0: Abilities.REGENERATOR, 1: Abilities.REGENERATOR }, [Species.MAREANIE]: { 0: Abilities.TOXIC_DEBRIS }, + [Species.TOXAPEX]: { 0: Abilities.TOXIC_DEBRIS }, [Species.MUDBRAY]: { 0: Abilities.SAP_SIPPER }, + [Species.MUDSDALE]: { 0: Abilities.SAP_SIPPER }, [Species.DEWPIDER]: { 0: Abilities.TINTED_LENS }, + [Species.ARAQUANID]: { 0: Abilities.TINTED_LENS }, [Species.FOMANTIS]: { 0: Abilities.SHARPNESS }, + [Species.LURANTIS]: { 0: Abilities.SHARPNESS }, [Species.MORELULL]: { 0: Abilities.TRIAGE }, - [Species.SALANDIT]: { 0: Abilities.DRAGONS_MAW }, + [Species.SHIINOTIC]: { 0: Abilities.TRIAGE }, + [Species.SALANDIT]: { 0: Abilities.PICKUP }, + [Species.SALAZZLE]: { 0: Abilities.DRAGONS_MAW }, [Species.STUFFUL]: { 0: Abilities.SCRAPPY }, - [Species.BOUNSWEET]: { 0: Abilities.MOXIE }, + [Species.BEWEAR]: { 0: Abilities.SCRAPPY }, + [Species.BOUNSWEET]: { 0: Abilities.SIMPLE }, + [Species.STEENEE]: { 0: Abilities.SIMPLE }, + [Species.TSAREENA]: { 0: Abilities.MOXIE }, [Species.COMFEY]: { 0: Abilities.FRIEND_GUARD }, [Species.ORANGURU]: { 0: Abilities.POWER_SPOT }, [Species.PASSIMIAN]: { 0: Abilities.LIBERO }, [Species.WIMPOD]: { 0: Abilities.REGENERATOR }, + [Species.GOLISOPOD]: { 0: Abilities.REGENERATOR }, [Species.SANDYGAST]: { 0: Abilities.SAND_SPIT }, + [Species.PALOSSAND]: { 0: Abilities.SAND_SPIT }, [Species.PYUKUMUKU]: { 0: Abilities.PURIFYING_SALT }, - [Species.TYPE_NULL]: { 0: Abilities.ADAPTABILITY }, - [Species.MINIOR]: { 0: Abilities.STURDY }, + [Species.TYPE_NULL]: { 0: Abilities.CLEAR_BODY }, + [Species.SILVALLY]: { 0: Abilities.ADAPTABILITY, 1: Abilities.ADAPTABILITY, 2: Abilities.ADAPTABILITY, 3: Abilities.ADAPTABILITY, 4: Abilities.ADAPTABILITY, 5: Abilities.ADAPTABILITY, 6: Abilities.ADAPTABILITY, 7: Abilities.ADAPTABILITY, 8: Abilities.ADAPTABILITY, 9: Abilities.ADAPTABILITY, 10: Abilities.ADAPTABILITY, 11: Abilities.ADAPTABILITY, 12: Abilities.ADAPTABILITY, 13: Abilities.ADAPTABILITY, 14: Abilities.ADAPTABILITY, 15: Abilities.ADAPTABILITY, 16: Abilities.ADAPTABILITY, 17: Abilities.ADAPTABILITY }, + [Species.MINIOR]: { 0: Abilities.STURDY, 1: Abilities.STURDY, 2: Abilities.STURDY, 3: Abilities.STURDY, 4: Abilities.STURDY, 5: Abilities.STURDY, 6: Abilities.STURDY, 7: Abilities.AERILATE, 8: Abilities.AERILATE, 9: Abilities.AERILATE, 10: Abilities.AERILATE, 11: Abilities.AERILATE, 12: Abilities.AERILATE, 13: Abilities.AERILATE }, [Species.KOMALA]: { 0: Abilities.GUTS }, [Species.TURTONATOR]: { 0: Abilities.DAUNTLESS_SHIELD }, [Species.TOGEDEMARU]: { 0: Abilities.ROUGH_SKIN }, - [Species.MIMIKYU]: { 0: Abilities.TOUGH_CLAWS }, + [Species.MIMIKYU]: { 0: Abilities.TOUGH_CLAWS, 1: Abilities.TOUGH_CLAWS }, [Species.BRUXISH]: { 0: Abilities.MULTISCALE }, [Species.DRAMPA]: { 0: Abilities.THICK_FAT }, [Species.DHELMISE]: { 0: Abilities.WATER_BUBBLE }, [Species.JANGMO_O]: { 0: Abilities.DAUNTLESS_SHIELD }, + [Species.HAKAMO_O]: { 0: Abilities.DAUNTLESS_SHIELD }, + [Species.KOMMO_O]: { 0: Abilities.DAUNTLESS_SHIELD }, [Species.TAPU_KOKO]: { 0: Abilities.DAUNTLESS_SHIELD }, [Species.TAPU_LELE]: { 0: Abilities.BERSERK }, [Species.TAPU_BULU]: { 0: Abilities.FLOWER_VEIL }, [Species.TAPU_FINI]: { 0: Abilities.FAIRY_AURA }, - [Species.COSMOG]: { 0: Abilities.BEAST_BOOST }, + [Species.COSMOG]: { 0: Abilities.PICKUP }, + [Species.COSMOEM]: { 0: Abilities.POWER_SPOT }, + [Species.SOLGALEO]: { 0: Abilities.BEAST_BOOST }, + [Species.LUNALA]: { 0: Abilities.BEAST_BOOST }, [Species.NIHILEGO]: { 0: Abilities.LEVITATE }, [Species.BUZZWOLE]: { 0: Abilities.MOXIE }, [Species.PHEROMOSA]: { 0: Abilities.TINTED_LENS }, [Species.XURKITREE]: { 0: Abilities.TRANSISTOR }, [Species.CELESTEELA]: { 0: Abilities.HEATPROOF }, - [Species.KARTANA]: { 0: Abilities.LONG_REACH }, + [Species.KARTANA]: { 0: Abilities.TECHNICIAN }, [Species.GUZZLORD]: { 0: Abilities.POISON_HEAL }, - [Species.NECROZMA]: { 0: Abilities.BEAST_BOOST }, - [Species.MAGEARNA]: { 0: Abilities.STEELY_SPIRIT }, + [Species.NECROZMA]: { 0: Abilities.BEAST_BOOST, 1: Abilities.FULL_METAL_BODY, 2: Abilities.SHADOW_SHIELD, 3: Abilities.PRISM_ARMOR }, + [Species.MAGEARNA]: { 0: Abilities.STEELY_SPIRIT, 1: Abilities.STEELY_SPIRIT }, [Species.MARSHADOW]: { 0: Abilities.IRON_FIST }, [Species.POIPOLE]: { 0: Abilities.LEVITATE }, + [Species.NAGANADEL]: { 0: Abilities.LEVITATE }, [Species.STAKATAKA]: { 0: Abilities.SOLID_ROCK }, [Species.BLACEPHALON]: { 0: Abilities.MAGIC_GUARD }, [Species.ZERAORA]: { 0: Abilities.TOUGH_CLAWS }, [Species.MELTAN]: { 0: Abilities.HEATPROOF }, + [Species.MELMETAL]: { 0: Abilities.HEATPROOF, 1: Abilities.FULL_METAL_BODY }, [Species.ALOLA_RATTATA]: { 0: Abilities.ADAPTABILITY }, + [Species.ALOLA_RATICATE]: { 0: Abilities.ADAPTABILITY }, [Species.ALOLA_SANDSHREW]: { 0: Abilities.ICE_SCALES }, - [Species.ALOLA_VULPIX]: { 0: Abilities.SHEER_FORCE }, + [Species.ALOLA_SANDSLASH]: { 0: Abilities.ICE_SCALES }, + [Species.ALOLA_VULPIX]: { 0: Abilities.ICE_BODY }, + [Species.ALOLA_NINETALES]: { 0: Abilities.ICE_BODY }, [Species.ALOLA_DIGLETT]: { 0: Abilities.STURDY }, + [Species.ALOLA_DUGTRIO]: { 0: Abilities.STURDY }, [Species.ALOLA_MEOWTH]: { 0: Abilities.DARK_AURA }, + [Species.ALOLA_PERSIAN]: { 0: Abilities.DARK_AURA }, [Species.ALOLA_GEODUDE]: { 0: Abilities.DRY_SKIN }, + [Species.ALOLA_GRAVELER]: { 0: Abilities.DRY_SKIN }, + [Species.ALOLA_GOLEM]: { 0: Abilities.DRY_SKIN }, [Species.ALOLA_GRIMER]: { 0: Abilities.TOXIC_DEBRIS }, + [Species.ALOLA_MUK]: { 0: Abilities.TOXIC_DEBRIS }, - [Species.GROOKEY]: { 0: Abilities.GRASS_PELT }, - [Species.SCORBUNNY]: { 0: Abilities.NO_GUARD }, + [Species.GROOKEY]: { 0: Abilities.PICKPOCKET }, + [Species.THWACKEY]: { 0: Abilities.PICKPOCKET }, + [Species.RILLABOOM]: { 0: Abilities.GRASS_PELT, 1: Abilities.GRASS_PELT }, + [Species.SCORBUNNY]: { 0: Abilities.SHEER_FORCE }, + [Species.RABOOT]: { 0: Abilities.SHEER_FORCE }, + [Species.CINDERACE]: { 0: Abilities.NO_GUARD, 1: Abilities.NO_GUARD }, [Species.SOBBLE]: { 0: Abilities.SUPER_LUCK }, + [Species.DRIZZILE]: { 0: Abilities.SUPER_LUCK }, + [Species.INTELEON]: { 0: Abilities.SUPER_LUCK, 1: Abilities.SUPER_LUCK }, [Species.SKWOVET]: { 0: Abilities.HARVEST }, - [Species.ROOKIDEE]: { 0: Abilities.IRON_BARBS }, - [Species.BLIPBUG]: { 0: Abilities.PSYCHIC_SURGE }, + [Species.GREEDENT]: { 0: Abilities.HARVEST }, + [Species.ROOKIDEE]: { 0: Abilities.GALE_WINGS }, + [Species.CORVISQUIRE]: { 0: Abilities.GALE_WINGS }, + [Species.CORVIKNIGHT]: { 0: Abilities.IRON_BARBS, 1: Abilities.IRON_BARBS }, + [Species.BLIPBUG]: { 0: Abilities.RUN_AWAY }, + [Species.DOTTLER]: { 0: Abilities.PSYCHIC_SURGE }, + [Species.ORBEETLE]: { 0: Abilities.PSYCHIC_SURGE, 1: Abilities.PSYCHIC_SURGE }, [Species.NICKIT]: { 0: Abilities.MAGICIAN }, - [Species.GOSSIFLEUR]: { 0: Abilities.GRASSY_SURGE }, + [Species.THIEVUL]: { 0: Abilities.MAGICIAN }, + [Species.GOSSIFLEUR]: { 0: Abilities.SEED_SOWER }, + [Species.ELDEGOSS]: { 0: Abilities.GRASSY_SURGE }, [Species.WOOLOO]: { 0: Abilities.SCRAPPY }, - [Species.CHEWTLE]: { 0: Abilities.ROCKY_PAYLOAD }, - [Species.YAMPER]: { 0: Abilities.SHEER_FORCE }, + [Species.DUBWOOL]: { 0: Abilities.SCRAPPY }, + [Species.CHEWTLE]: { 0: Abilities.SOLID_ROCK }, + [Species.DREDNAW]: { 0: Abilities.SOLID_ROCK, 1: Abilities.SOLID_ROCK }, + [Species.YAMPER]: { 0: Abilities.PICKUP }, + [Species.BOLTUND]: { 0: Abilities.SHEER_FORCE }, [Species.ROLYCOLY]: { 0: Abilities.SOLID_ROCK }, - [Species.APPLIN]: { 0: Abilities.DRAGONS_MAW }, + [Species.CARKOL]: { 0: Abilities.SOLID_ROCK }, + [Species.COALOSSAL]: { 0: Abilities.SOLID_ROCK, 1: Abilities.SOLID_ROCK }, + [Species.APPLIN]: { 0: Abilities.STURDY }, + [Species.FLAPPLE]: { 0: Abilities.NO_GUARD, 1: Abilities.NO_GUARD }, + [Species.APPLETUN]: { 0: Abilities.WELL_BAKED_BODY, 1: Abilities.WELL_BAKED_BODY }, + [Species.DIPPLIN]: { 0: Abilities.PARENTAL_BOND }, + [Species.HYDRAPPLE]: { 0: Abilities.PARENTAL_BOND }, [Species.SILICOBRA]: { 0: Abilities.SAND_RUSH }, - [Species.CRAMORANT]: { 0: Abilities.LIGHTNING_ROD }, - [Species.ARROKUDA]: { 0: Abilities.INTIMIDATE }, + [Species.SANDACONDA]: { 0: Abilities.SAND_RUSH, 1: Abilities.SAND_RUSH }, + [Species.CRAMORANT]: { 0: Abilities.LIGHTNING_ROD, 1: Abilities.LIGHTNING_ROD, 2: Abilities.LIGHTNING_ROD }, + [Species.ARROKUDA]: { 0: Abilities.SPEED_BOOST }, + [Species.BARRASKEWDA]: { 0: Abilities.INTIMIDATE }, [Species.TOXEL]: { 0: Abilities.ELECTRIC_SURGE }, - [Species.SIZZLIPEDE]: { 0: Abilities.SPEED_BOOST }, + [Species.TOXTRICITY]: { 0: Abilities.ELECTRIC_SURGE, 1: Abilities.ELECTRIC_SURGE, 2: Abilities.ELECTRIC_SURGE }, + [Species.SIZZLIPEDE]: { 0: Abilities.HUSTLE }, + [Species.CENTISKORCH]: { 0: Abilities.HUSTLE, 1: Abilities.HUSTLE }, [Species.CLOBBOPUS]: { 0: Abilities.WATER_BUBBLE }, - [Species.SINISTEA]: { 0: Abilities.SHADOW_SHIELD }, + [Species.GRAPPLOCT]: { 0: Abilities.WATER_BUBBLE }, + [Species.SINISTEA]: { 0: Abilities.SHADOW_SHIELD, 1: Abilities.SHADOW_SHIELD }, + [Species.POLTEAGEIST]: { 0: Abilities.SHADOW_SHIELD, 1: Abilities.SHADOW_SHIELD }, [Species.HATENNA]: { 0: Abilities.FAIRY_AURA }, + [Species.HATTREM]: { 0: Abilities.FAIRY_AURA }, + [Species.HATTERENE]: { 0: Abilities.FAIRY_AURA, 1: Abilities.FAIRY_AURA }, [Species.IMPIDIMP]: { 0: Abilities.INTIMIDATE }, + [Species.MORGREM]: { 0: Abilities.INTIMIDATE }, + [Species.GRIMMSNARL]: { 0: Abilities.INTIMIDATE, 1: Abilities.INTIMIDATE }, [Species.MILCERY]: { 0: Abilities.REGENERATOR }, - [Species.FALINKS]: { 0: Abilities.PARENTAL_BOND }, + [Species.ALCREMIE]: { 0: Abilities.REGENERATOR, 1: Abilities.REGENERATOR, 2: Abilities.REGENERATOR, 3: Abilities.REGENERATOR, 4: Abilities.REGENERATOR, 5: Abilities.REGENERATOR, 6: Abilities.REGENERATOR, 7: Abilities.REGENERATOR, 8: Abilities.REGENERATOR, 9: Abilities.REGENERATOR }, + [Species.FALINKS]: { 0: Abilities.DAUNTLESS_SHIELD }, [Species.PINCURCHIN]: { 0: Abilities.ELECTROMORPHOSIS }, [Species.SNOM]: { 0: Abilities.SNOW_WARNING }, + [Species.FROSMOTH]: { 0: Abilities.SNOW_WARNING }, [Species.STONJOURNER]: { 0: Abilities.STURDY }, - [Species.EISCUE]: { 0: Abilities.ICE_SCALES }, - [Species.INDEEDEE]: { 0: Abilities.FRIEND_GUARD }, - [Species.MORPEKO]: { 0: Abilities.MOODY }, + [Species.EISCUE]: { 0: Abilities.ICE_SCALES, 1: Abilities.ICE_SCALES }, + [Species.INDEEDEE]: { 0: Abilities.HOSPITALITY, 1: Abilities.FRIEND_GUARD }, + [Species.MORPEKO]: { 0: Abilities.MOODY, 1: Abilities.MOODY }, [Species.CUFANT]: { 0: Abilities.EARTH_EATER }, + [Species.COPPERAJAH]: { 0: Abilities.EARTH_EATER, 1: Abilities.EARTH_EATER }, [Species.DRACOZOLT]: { 0: Abilities.NO_GUARD }, [Species.ARCTOZOLT]: { 0: Abilities.WATER_ABSORB }, [Species.DRACOVISH]: { 0: Abilities.SWIFT_SWIM }, [Species.ARCTOVISH]: { 0: Abilities.STRONG_JAW }, - [Species.DURALUDON]: { 0: Abilities.STEELWORKER }, - [Species.DREEPY]: { 0: Abilities.PARENTAL_BOND }, - [Species.ZACIAN]: { 0: Abilities.UNNERVE }, - [Species.ZAMAZENTA]: { 0: Abilities.UNNERVE }, - [Species.ETERNATUS]: { 0: Abilities.NEUTRALIZING_GAS }, + [Species.DURALUDON]: { 0: Abilities.FILTER, 1: Abilities.UNAWARE }, + [Species.ARCHALUDON]: { 0: Abilities.TRANSISTOR }, + [Species.DREEPY]: { 0: Abilities.TECHNICIAN }, + [Species.DRAKLOAK]: { 0: Abilities.PARENTAL_BOND }, + [Species.DRAGAPULT]: { 0: Abilities.PARENTAL_BOND }, + [Species.ZACIAN]: { 0: Abilities.UNNERVE, 1: Abilities.UNNERVE }, + [Species.ZAMAZENTA]: { 0: Abilities.UNNERVE, 1: Abilities.UNNERVE }, + [Species.ETERNATUS]: { 0: Abilities.NEUTRALIZING_GAS, 1: Abilities.NEUTRALIZING_GAS }, [Species.KUBFU]: { 0: Abilities.IRON_FIST }, - [Species.ZARUDE]: { 0: Abilities.TOUGH_CLAWS }, + [Species.URSHIFU]: { 0: Abilities.IRON_FIST, 1: Abilities.IRON_FIST, 2: Abilities.IRON_FIST, 3: Abilities.IRON_FIST }, + [Species.ZARUDE]: { 0: Abilities.TOUGH_CLAWS, 1: Abilities.TOUGH_CLAWS }, [Species.REGIELEKI]: { 0: Abilities.ELECTRIC_SURGE }, [Species.REGIDRAGO]: { 0: Abilities.MULTISCALE }, [Species.GLASTRIER]: { 0: Abilities.FILTER }, - [Species.SPECTRIER]: { 0: Abilities.SHADOW_SHIELD }, - [Species.CALYREX]: { 0: Abilities.HARVEST }, - [Species.ENAMORUS]: { 0: Abilities.FAIRY_AURA }, + [Species.SPECTRIER]: { 0: Abilities.DAZZLING }, + [Species.CALYREX]: { 0: Abilities.HARVEST, 1: Abilities.FILTER, 2: Abilities.DAZZLING }, + [Species.ENAMORUS]: { 0: Abilities.FAIRY_AURA, 1: Abilities.FAIRY_AURA }, [Species.GALAR_MEOWTH]: { 0: Abilities.UNBURDEN }, + [Species.PERRSERKER]: { 0: Abilities.UNBURDEN }, [Species.GALAR_PONYTA]: { 0: Abilities.CHILLING_NEIGH }, - [Species.GALAR_SLOWPOKE]: { 0: Abilities.UNAWARE }, - [Species.GALAR_FARFETCHD]: { 0: Abilities.INTREPID_SWORD }, + [Species.GALAR_RAPIDASH]: { 0: Abilities.CHILLING_NEIGH }, + [Species.GALAR_SLOWPOKE]: { 0: Abilities.OBLIVIOUS }, + [Species.GALAR_SLOWBRO]: { 0: Abilities.NEUROFORCE }, + [Species.GALAR_SLOWKING]: { 0: Abilities.INTIMIDATE }, + [Species.GALAR_FARFETCHD]: { 0: Abilities.STAKEOUT }, + [Species.SIRFETCHD]: { 0: Abilities.INTREPID_SWORD }, [Species.GALAR_ARTICUNO]: { 0: Abilities.SERENE_GRACE }, [Species.GALAR_ZAPDOS]: { 0: Abilities.TOUGH_CLAWS }, [Species.GALAR_MOLTRES]: { 0: Abilities.DARK_AURA }, [Species.GALAR_CORSOLA]: { 0: Abilities.SHADOW_SHIELD }, + [Species.CURSOLA]: { 0: Abilities.SHADOW_SHIELD }, [Species.GALAR_ZIGZAGOON]: { 0: Abilities.POISON_HEAL }, + [Species.GALAR_LINOONE]: { 0: Abilities.POISON_HEAL }, + [Species.OBSTAGOON]: { 0: Abilities.POISON_HEAL }, [Species.GALAR_DARUMAKA]: { 0: Abilities.FLASH_FIRE }, + [Species.GALAR_DARMANITAN]: { 0: Abilities.FLASH_FIRE, 1: Abilities.FLASH_FIRE }, [Species.GALAR_YAMASK]: { 0: Abilities.TABLETS_OF_RUIN }, + [Species.RUNERIGUS]: { 0: Abilities.TABLETS_OF_RUIN }, [Species.GALAR_STUNFISK]: { 0: Abilities.ARENA_TRAP }, [Species.HISUI_GROWLITHE]: { 0: Abilities.RECKLESS }, + [Species.HISUI_ARCANINE]: { 0: Abilities.RECKLESS }, [Species.HISUI_VOLTORB]: { 0: Abilities.TRANSISTOR }, + [Species.HISUI_ELECTRODE]: { 0: Abilities.TRANSISTOR }, [Species.HISUI_QWILFISH]: { 0: Abilities.MERCILESS }, + [Species.OVERQWIL]: { 0: Abilities.MERCILESS }, [Species.HISUI_SNEASEL]: { 0: Abilities.SCRAPPY }, + [Species.SNEASLER]: { 0: Abilities.SCRAPPY }, [Species.HISUI_ZORUA]: { 0: Abilities.ADAPTABILITY }, + [Species.HISUI_ZOROARK]: { 0: Abilities.ADAPTABILITY }, - [Species.SPRIGATITO]: { 0: Abilities.MAGICIAN }, - [Species.FUECOCO]: { 0: Abilities.PUNK_ROCK }, + [Species.SPRIGATITO]: { 0: Abilities.PICKUP }, + [Species.FLORAGATO]: { 0: Abilities.MAGICIAN }, + [Species.MEOWSCARADA]: { 0: Abilities.MAGICIAN }, + [Species.FUECOCO]: { 0: Abilities.GLUTTONY }, + [Species.CROCALOR]: { 0: Abilities.PUNK_ROCK }, + [Species.SKELEDIRGE]: { 0: Abilities.PUNK_ROCK }, [Species.QUAXLY]: { 0: Abilities.OPPORTUNIST }, + [Species.QUAXWELL]: { 0: Abilities.OPPORTUNIST }, + [Species.QUAQUAVAL]: { 0: Abilities.OPPORTUNIST }, [Species.LECHONK]: { 0: Abilities.SIMPLE }, + [Species.OINKOLOGNE]: { 0: Abilities.SIMPLE, 1: Abilities.SIMPLE }, [Species.TAROUNTULA]: { 0: Abilities.HONEY_GATHER }, - [Species.NYMBLE]: { 0: Abilities.GUTS }, + [Species.SPIDOPS]: { 0: Abilities.HONEY_GATHER }, + [Species.NYMBLE]: { 0: Abilities.TECHNICIAN }, + [Species.LOKIX]: { 0: Abilities.GUTS }, [Species.PAWMI]: { 0: Abilities.TRANSISTOR }, - [Species.TANDEMAUS]: { 0: Abilities.SCRAPPY }, + [Species.PAWMO]: { 0: Abilities.TRANSISTOR }, + [Species.PAWMOT]: { 0: Abilities.TRANSISTOR }, + [Species.TANDEMAUS]: { 0: Abilities.FRIEND_GUARD }, + [Species.MAUSHOLD]: { 0: Abilities.SCRAPPY, 1: Abilities.SCRAPPY }, [Species.FIDOUGH]: { 0: Abilities.WATER_ABSORB }, + [Species.DACHSBUN]: { 0: Abilities.WATER_ABSORB }, [Species.SMOLIV]: { 0: Abilities.RIPEN }, - [Species.SQUAWKABILLY]: { 0: Abilities.MOXIE }, + [Species.DOLLIV]: { 0: Abilities.RIPEN }, + [Species.ARBOLIVA]: { 0: Abilities.RIPEN }, + [Species.SQUAWKABILLY]: { 0: Abilities.MOXIE, 1: Abilities.MOXIE, 2: Abilities.MOXIE, 3: Abilities.MOXIE }, [Species.NACLI]: { 0: Abilities.SOLID_ROCK }, - [Species.CHARCADET]: { 0: Abilities.PRISM_ARMOR }, - [Species.TADBULB]: { 0: Abilities.STAMINA }, + [Species.NACLSTACK]: { 0: Abilities.SOLID_ROCK }, + [Species.GARGANACL]: { 0: Abilities.SOLID_ROCK }, + [Species.CHARCADET]: { 0: Abilities.BATTLE_ARMOR }, + [Species.ARMAROUGE]: { 0: Abilities.PRISM_ARMOR }, + [Species.CERULEDGE]: { 0: Abilities.PRISM_ARMOR }, + [Species.TADBULB]: { 0: Abilities.LEVITATE }, + [Species.BELLIBOLT]: { 0: Abilities.STAMINA }, [Species.WATTREL]: { 0: Abilities.SHEER_FORCE }, + [Species.KILOWATTREL]: { 0: Abilities.SHEER_FORCE }, [Species.MASCHIFF]: { 0: Abilities.STRONG_JAW }, + [Species.MABOSSTIFF]: { 0: Abilities.STRONG_JAW }, [Species.SHROODLE]: { 0: Abilities.CORROSION }, - [Species.BRAMBLIN]: { 0: Abilities.SHADOW_SHIELD }, - [Species.TOEDSCOOL]: { 0: Abilities.PRANKSTER }, + [Species.GRAFAIAI]: { 0: Abilities.CORROSION }, + [Species.BRAMBLIN]: { 0: Abilities.WANDERING_SPIRIT }, + [Species.BRAMBLEGHAST]: { 0: Abilities.SHADOW_SHIELD }, + [Species.TOEDSCOOL]: { 0: Abilities.RUN_AWAY }, + [Species.TOEDSCRUEL]: { 0: Abilities.PRANKSTER }, [Species.KLAWF]: { 0: Abilities.WATER_ABSORB }, - [Species.CAPSAKID]: { 0: Abilities.PARENTAL_BOND }, + [Species.CAPSAKID]: { 0: Abilities.FLOWER_GIFT }, + [Species.SCOVILLAIN]: { 0: Abilities.PARENTAL_BOND }, [Species.RELLOR]: { 0: Abilities.PRANKSTER }, + [Species.RABSCA]: { 0: Abilities.PRANKSTER }, [Species.FLITTLE]: { 0: Abilities.DAZZLING }, + [Species.ESPATHRA]: { 0: Abilities.DAZZLING }, [Species.TINKATINK]: { 0: Abilities.STEELWORKER }, + [Species.TINKATUFF]: { 0: Abilities.STEELWORKER }, + [Species.TINKATON]: { 0: Abilities.STEELWORKER }, [Species.WIGLETT]: { 0: Abilities.STURDY }, + [Species.WUGTRIO]: { 0: Abilities.STURDY }, [Species.BOMBIRDIER]: { 0: Abilities.UNBURDEN }, - [Species.FINIZEN]: { 0: Abilities.IRON_FIST }, + [Species.FINIZEN]: { 0: Abilities.SWIFT_SWIM }, + [Species.PALAFIN]: { 0: Abilities.EMERGENCY_EXIT, 1: Abilities.IRON_FIST }, [Species.VAROOM]: { 0: Abilities.LEVITATE }, + [Species.REVAVROOM]: { 0: Abilities.LEVITATE, 1: Abilities.DARK_AURA, 2: Abilities.FLASH_FIRE, 3: Abilities.MERCILESS, 4: Abilities.FILTER, 5: Abilities.SCRAPPY }, [Species.CYCLIZAR]: { 0: Abilities.PROTEAN }, [Species.ORTHWORM]: { 0: Abilities.REGENERATOR }, - [Species.GLIMMET]: { 0: Abilities.TERA_SHELL }, + [Species.GLIMMET]: { 0: Abilities.STURDY }, + [Species.GLIMMORA]: { 0: Abilities.TERA_SHELL }, [Species.GREAVARD]: { 0: Abilities.UNAWARE }, + [Species.HOUNDSTONE]: { 0: Abilities.UNAWARE }, [Species.FLAMIGO]: { 0: Abilities.MOXIE }, [Species.CETODDLE]: { 0: Abilities.REFRIGERATE }, + [Species.CETITAN]: { 0: Abilities.REFRIGERATE }, [Species.VELUZA]: { 0: Abilities.SUPER_LUCK }, [Species.DONDOZO]: { 0: Abilities.DRAGONS_MAW }, - [Species.TATSUGIRI]: { 0: Abilities.FLUFFY }, + [Species.TATSUGIRI]: { 0: Abilities.FLUFFY, 1: Abilities.FLUFFY, 2: Abilities.FLUFFY }, [Species.GREAT_TUSK]: { 0: Abilities.INTIMIDATE }, [Species.SCREAM_TAIL]: { 0: Abilities.UNAWARE }, [Species.BRUTE_BONNET]: { 0: Abilities.CHLOROPHYLL }, @@ -562,29 +1070,34 @@ export const starterPassiveAbilities: StarterPassiveAbilities = { [Species.IRON_MOTH]: { 0: Abilities.LEVITATE }, [Species.IRON_THORNS]: { 0: Abilities.SAND_STREAM }, [Species.FRIGIBAX]: { 0: Abilities.INTIMIDATE }, - [Species.GIMMIGHOUL]: { 0: Abilities.HONEY_GATHER }, + [Species.ARCTIBAX]: { 0: Abilities.INTIMIDATE }, + [Species.BAXCALIBUR]: { 0: Abilities.INTIMIDATE }, + [Species.GIMMIGHOUL]: { 0: Abilities.HONEY_GATHER, 1: Abilities.HONEY_GATHER }, + [Species.GHOLDENGO]: { 0: Abilities.HONEY_GATHER }, [Species.WO_CHIEN]: { 0: Abilities.VESSEL_OF_RUIN }, [Species.CHIEN_PAO]: { 0: Abilities.INTIMIDATE }, [Species.TING_LU]: { 0: Abilities.STAMINA }, [Species.CHI_YU]: { 0: Abilities.BERSERK }, [Species.ROARING_MOON]: { 0: Abilities.INTIMIDATE }, [Species.IRON_VALIANT]: { 0: Abilities.NEUROFORCE }, - [Species.KORAIDON]: { 0: Abilities.OPPORTUNIST }, - [Species.MIRAIDON]: { 0: Abilities.OPPORTUNIST }, + [Species.KORAIDON]: { 0: Abilities.THERMAL_EXCHANGE }, + [Species.MIRAIDON]: { 0: Abilities.COMPOUND_EYES }, [Species.WALKING_WAKE]: { 0: Abilities.BEAST_BOOST }, [Species.IRON_LEAVES]: { 0: Abilities.SHARPNESS }, - [Species.POLTCHAGEIST]: { 0: Abilities.TRIAGE }, + [Species.POLTCHAGEIST]: { 0: Abilities.TRIAGE, 1: Abilities.TRIAGE }, + [Species.SINISTCHA]: { 0: Abilities.TRIAGE, 1: Abilities.TRIAGE }, [Species.OKIDOGI]: { 0: Abilities.DARK_AURA }, [Species.MUNKIDORI]: { 0: Abilities.MAGICIAN }, [Species.FEZANDIPITI]: { 0: Abilities.PIXILATE }, - [Species.OGERPON]: { 0: Abilities.OPPORTUNIST }, + [Species.OGERPON]: { 0: Abilities.OPPORTUNIST, 1: Abilities.SUPER_LUCK, 2: Abilities.FLASH_FIRE, 3: Abilities.MAGIC_GUARD, 4: Abilities.OPPORTUNIST, 5: Abilities.SUPER_LUCK, 6: Abilities.FLASH_FIRE, 7: Abilities.MAGIC_GUARD }, [Species.GOUGING_FIRE]: { 0: Abilities.BEAST_BOOST }, [Species.RAGING_BOLT]: { 0: Abilities.BEAST_BOOST }, [Species.IRON_BOULDER]: { 0: Abilities.SHARPNESS }, [Species.IRON_CROWN]: { 0: Abilities.SHARPNESS }, - [Species.TERAPAGOS]: { 0: Abilities.SHIELD_DUST }, + [Species.TERAPAGOS]: { 0: Abilities.SHIELD_DUST, 1: Abilities.SHIELD_DUST, 2: Abilities.SHIELD_DUST }, [Species.PECHARUNT]: { 0: Abilities.TOXIC_CHAIN }, - [Species.PALDEA_TAUROS]: { 0: Abilities.ADAPTABILITY }, - [Species.PALDEA_WOOPER]: { 0: Abilities.THICK_FAT }, + [Species.PALDEA_TAUROS]: { 0: Abilities.STAMINA, 1: Abilities.ADAPTABILITY, 2: Abilities.ADAPTABILITY }, + [Species.PALDEA_WOOPER]: { 0: Abilities.POISON_TOUCH }, + [Species.CLODSIRE]: { 0: Abilities.THICK_FAT }, [Species.BLOODMOON_URSALUNA]: { 0: Abilities.BERSERK } }; diff --git a/src/data/balance/pokemon-evolutions.ts b/src/data/balance/pokemon-evolutions.ts index 8907d67b1c7..4c243b714f2 100644 --- a/src/data/balance/pokemon-evolutions.ts +++ b/src/data/balance/pokemon-evolutions.ts @@ -179,7 +179,7 @@ class TimeOfDayEvolutionCondition extends SpeciesEvolutionCondition { class MoveEvolutionCondition extends SpeciesEvolutionCondition { public move: Moves; constructor(move: Moves) { - super(p => p.moveset.filter(m => m?.moveId === move).length > 0); + super(p => p.moveset.filter(m => m.moveId === move).length > 0); this.move = move; const moveKey = Moves[this.move].split("_").filter(f => f).map((f, i) => i ? `${f[0]}${f.slice(1).toLowerCase()}` : f.toLowerCase()).join(""); this.description = i18next.t("pokemonEvolutions:move", { move: i18next.t(`move:${moveKey}.name`) }); @@ -282,7 +282,7 @@ class TyrogueEvolutionCondition extends SpeciesEvolutionCondition { public move: Moves; constructor(move: Moves) { super(p => - p.getMoveset(true).find(m => m && [ Moves.LOW_SWEEP, Moves.MACH_PUNCH, Moves.RAPID_SPIN ].includes(m?.moveId))?.moveId === move); + p.getMoveset(true).find(m => m && [ Moves.LOW_SWEEP, Moves.MACH_PUNCH, Moves.RAPID_SPIN ].includes(m.moveId))?.moveId === move); this.move = move; const moveKey = Moves[this.move].split("_").filter(f => f).map((f, i) => i ? `${f[0]}${f.slice(1).toLowerCase()}` : f.toLowerCase()).join(""); this.description = i18next.t("pokemonEvolutions:move", { move: i18next.t(`move:${moveKey}.name`) }); @@ -303,11 +303,11 @@ class MoveTimeOfDayEvolutionCondition extends SpeciesEvolutionCondition { public timesOfDay: TimeOfDay[]; constructor(move: Moves, tod: "day" | "night") { if (tod === "day") { - super(p => p.moveset.filter(m => m?.moveId === move).length > 0 && (globalScene.arena.getTimeOfDay() === TimeOfDay.DAWN || globalScene.arena.getTimeOfDay() === TimeOfDay.DAY)); + super(p => p.moveset.filter(m => m.moveId === move).length > 0 && (globalScene.arena.getTimeOfDay() === TimeOfDay.DAWN || globalScene.arena.getTimeOfDay() === TimeOfDay.DAY)); this.move = move; this.timesOfDay = [ TimeOfDay.DAWN, TimeOfDay.DAY ]; } else if (tod === "night") { - super(p => p.moveset.filter(m => m?.moveId === move).length > 0 && (globalScene.arena.getTimeOfDay() === TimeOfDay.DUSK || globalScene.arena.getTimeOfDay() === TimeOfDay.NIGHT)); + super(p => p.moveset.filter(m => m.moveId === move).length > 0 && (globalScene.arena.getTimeOfDay() === TimeOfDay.DUSK || globalScene.arena.getTimeOfDay() === TimeOfDay.NIGHT)); this.move = move; this.timesOfDay = [ TimeOfDay.DUSK, TimeOfDay.NIGHT ]; } else { @@ -332,7 +332,7 @@ class DunsparceEvolutionCondition extends SpeciesEvolutionCondition { constructor() { super(p => { let ret = false; - if (p.moveset.filter(m => m?.moveId === Moves.HYPER_DRILL).length > 0) { + if (p.moveset.filter(m => m.moveId === Moves.HYPER_DRILL).length > 0) { globalScene.executeWithSeedOffset(() => ret = !Utils.randSeedInt(4), p.id); } return ret; @@ -1540,13 +1540,13 @@ export const pokemonEvolutions: PokemonEvolutions = { new SpeciesEvolution(Species.TOGEKISS, 1, EvolutionItem.SHINY_STONE, null, SpeciesWildEvolutionDelay.VERY_LONG) ], [Species.AIPOM]: [ - new SpeciesEvolution(Species.AMBIPOM, 32, null, new MoveEvolutionCondition(Moves.DOUBLE_HIT), SpeciesWildEvolutionDelay.LONG) + new SpeciesEvolution(Species.AMBIPOM, 32, null, new MoveEvolutionCondition(Moves.DOUBLE_HIT), SpeciesWildEvolutionDelay.LONG) ], [Species.SUNKERN]: [ new SpeciesEvolution(Species.SUNFLORA, 1, EvolutionItem.SUN_STONE, null, SpeciesWildEvolutionDelay.LONG) ], [Species.YANMA]: [ - new SpeciesEvolution(Species.YANMEGA, 33, null, new MoveEvolutionCondition(Moves.ANCIENT_POWER), SpeciesWildEvolutionDelay.LONG) + new SpeciesEvolution(Species.YANMEGA, 33, null, new MoveEvolutionCondition(Moves.ANCIENT_POWER), SpeciesWildEvolutionDelay.LONG) ], [Species.MURKROW]: [ new SpeciesEvolution(Species.HONCHKROW, 1, EvolutionItem.DUSK_STONE, null, SpeciesWildEvolutionDelay.VERY_LONG) @@ -1555,11 +1555,11 @@ export const pokemonEvolutions: PokemonEvolutions = { new SpeciesEvolution(Species.MISMAGIUS, 1, EvolutionItem.DUSK_STONE, null, SpeciesWildEvolutionDelay.VERY_LONG) ], [Species.GIRAFARIG]: [ - new SpeciesEvolution(Species.FARIGIRAF, 32, null, new MoveEvolutionCondition(Moves.TWIN_BEAM), SpeciesWildEvolutionDelay.LONG) + new SpeciesEvolution(Species.FARIGIRAF, 32, null, new MoveEvolutionCondition(Moves.TWIN_BEAM), SpeciesWildEvolutionDelay.LONG) ], [Species.DUNSPARCE]: [ new SpeciesFormEvolution(Species.DUDUNSPARCE, "", "three-segment", 32, null, new DunsparceEvolutionCondition(), SpeciesWildEvolutionDelay.LONG), - new SpeciesFormEvolution(Species.DUDUNSPARCE, "", "two-segment", 32, null, new MoveEvolutionCondition(Moves.HYPER_DRILL), SpeciesWildEvolutionDelay.LONG) + new SpeciesFormEvolution(Species.DUDUNSPARCE, "", "two-segment", 32, null, new MoveEvolutionCondition(Moves.HYPER_DRILL), SpeciesWildEvolutionDelay.LONG) ], [Species.GLIGAR]: [ new SpeciesEvolution(Species.GLISCOR, 1, EvolutionItem.RAZOR_FANG, new TimeOfDayEvolutionCondition("night") /* Razor fang at night*/, SpeciesWildEvolutionDelay.VERY_LONG) @@ -1571,10 +1571,10 @@ export const pokemonEvolutions: PokemonEvolutions = { new SpeciesEvolution(Species.URSALUNA, 1, EvolutionItem.PEAT_BLOCK, null, SpeciesWildEvolutionDelay.VERY_LONG) //Ursaring does not evolve into Bloodmoon Ursaluna ], [Species.PILOSWINE]: [ - new SpeciesEvolution(Species.MAMOSWINE, 1, null, new MoveEvolutionCondition(Moves.ANCIENT_POWER), SpeciesWildEvolutionDelay.VERY_LONG) + new SpeciesEvolution(Species.MAMOSWINE, 1, null, new MoveEvolutionCondition(Moves.ANCIENT_POWER), SpeciesWildEvolutionDelay.VERY_LONG) ], [Species.STANTLER]: [ - new SpeciesEvolution(Species.WYRDEER, 25, null, new MoveEvolutionCondition(Moves.PSYSHIELD_BASH), SpeciesWildEvolutionDelay.VERY_LONG) + new SpeciesEvolution(Species.WYRDEER, 25, null, new MoveEvolutionCondition(Moves.PSYSHIELD_BASH), SpeciesWildEvolutionDelay.VERY_LONG) ], [Species.LOMBRE]: [ new SpeciesEvolution(Species.LUDICOLO, 1, EvolutionItem.WATER_STONE, null, SpeciesWildEvolutionDelay.LONG) @@ -1592,7 +1592,7 @@ export const pokemonEvolutions: PokemonEvolutions = { new SpeciesEvolution(Species.ROSERADE, 1, EvolutionItem.SHINY_STONE, null, SpeciesWildEvolutionDelay.VERY_LONG) ], [Species.BONSLY]: [ - new SpeciesEvolution(Species.SUDOWOODO, 1, null, new MoveEvolutionCondition(Moves.MIMIC), SpeciesWildEvolutionDelay.MEDIUM) + new SpeciesEvolution(Species.SUDOWOODO, 1, null, new MoveEvolutionCondition(Moves.MIMIC), SpeciesWildEvolutionDelay.MEDIUM) ], [Species.MIME_JR]: [ new SpeciesEvolution(Species.GALAR_MR_MIME, 1, null, new MoveTimeOfDayEvolutionCondition(Moves.MIMIC, "night"), SpeciesWildEvolutionDelay.MEDIUM), @@ -1651,10 +1651,10 @@ export const pokemonEvolutions: PokemonEvolutions = { new SpeciesFormEvolution(Species.LYCANROC, "", "midnight", 25, null, new TimeOfDayEvolutionCondition("night")) ], [Species.STEENEE]: [ - new SpeciesEvolution(Species.TSAREENA, 28, null, new MoveEvolutionCondition(Moves.STOMP), SpeciesWildEvolutionDelay.LONG) + new SpeciesEvolution(Species.TSAREENA, 28, null, new MoveEvolutionCondition(Moves.STOMP), SpeciesWildEvolutionDelay.LONG) ], [Species.POIPOLE]: [ - new SpeciesEvolution(Species.NAGANADEL, 1, null, new MoveEvolutionCondition(Moves.DRAGON_PULSE), SpeciesWildEvolutionDelay.LONG) + new SpeciesEvolution(Species.NAGANADEL, 1, null, new MoveEvolutionCondition(Moves.DRAGON_PULSE), SpeciesWildEvolutionDelay.LONG) ], [Species.ALOLA_SANDSHREW]: [ new SpeciesEvolution(Species.ALOLA_SANDSLASH, 1, EvolutionItem.ICE_STONE, null, SpeciesWildEvolutionDelay.LONG) @@ -1720,7 +1720,7 @@ export const pokemonEvolutions: PokemonEvolutions = { new SpeciesEvolution(Species.HISUI_ELECTRODE, 1, EvolutionItem.LEAF_STONE, null, SpeciesWildEvolutionDelay.LONG) ], [Species.HISUI_QWILFISH]: [ - new SpeciesEvolution(Species.OVERQWIL, 28, null, new MoveEvolutionCondition(Moves.BARB_BARRAGE), SpeciesWildEvolutionDelay.LONG) + new SpeciesEvolution(Species.OVERQWIL, 28, null, new MoveEvolutionCondition(Moves.BARB_BARRAGE), SpeciesWildEvolutionDelay.LONG) ], [Species.HISUI_SNEASEL]: [ new SpeciesEvolution(Species.SNEASLER, 1, EvolutionItem.RAZOR_CLAW, new TimeOfDayEvolutionCondition("day") /* Razor claw at day*/, SpeciesWildEvolutionDelay.VERY_LONG) diff --git a/src/data/balance/signature-species.ts b/src/data/balance/signature-species.ts new file mode 100644 index 00000000000..a1b73af40cd --- /dev/null +++ b/src/data/balance/signature-species.ts @@ -0,0 +1,162 @@ +import { Species } from "#enums/species"; + +export type SignatureSpecies = { + [key in string]: (Species | Species[])[]; +}; + +/* + * The signature species for each Gym Leader, Elite Four member, and Champion. + * The key is the trainer type, and the value is an array of Species or Species arrays. + * This is in a separate const so it can be accessed from other places and not just the trainerConfigs + */ +export const signatureSpecies: SignatureSpecies = { + // Gym Leaders- Kanto + BROCK: [Species.GEODUDE, Species.ONIX], + MISTY: [Species.STARYU, Species.PSYDUCK], + LT_SURGE: [Species.VOLTORB, Species.PIKACHU, Species.ELECTABUZZ], + ERIKA: [Species.ODDISH, Species.BELLSPROUT, Species.TANGELA, Species.HOPPIP], + JANINE: [Species.VENONAT, Species.SPINARAK, Species.ZUBAT], + SABRINA: [Species.ABRA, Species.MR_MIME, Species.ESPEON], + BLAINE: [Species.GROWLITHE, Species.PONYTA, Species.MAGMAR], + GIOVANNI: [Species.SANDILE, Species.MURKROW, Species.NIDORAN_M, Species.NIDORAN_F], + // Gym Leaders- Johto + FALKNER: [Species.PIDGEY, Species.HOOTHOOT, Species.DODUO], + BUGSY: [Species.SCYTHER, Species.HERACROSS, Species.SHUCKLE, Species.PINSIR], + WHITNEY: [Species.JIGGLYPUFF, Species.MILTANK, Species.AIPOM, Species.GIRAFARIG], + MORTY: [Species.GASTLY, Species.MISDREAVUS, Species.SABLEYE], + CHUCK: [Species.POLIWRATH, Species.MANKEY], + JASMINE: [Species.MAGNEMITE, Species.STEELIX], + PRYCE: [Species.SEEL, Species.SWINUB], + CLAIR: [Species.DRATINI, Species.HORSEA, Species.GYARADOS], + // Gym Leaders- Hoenn + ROXANNE: [Species.GEODUDE, Species.NOSEPASS], + BRAWLY: [Species.MACHOP, Species.MAKUHITA], + WATTSON: [Species.MAGNEMITE, Species.VOLTORB, Species.ELECTRIKE], + FLANNERY: [Species.SLUGMA, Species.TORKOAL, Species.NUMEL], + NORMAN: [Species.SLAKOTH, Species.SPINDA, Species.ZIGZAGOON, Species.KECLEON], + WINONA: [Species.SWABLU, Species.WINGULL, Species.TROPIUS, Species.SKARMORY], + TATE: [Species.SOLROCK, Species.NATU, Species.CHIMECHO, Species.GALLADE], + LIZA: [Species.LUNATONE, Species.SPOINK, Species.BALTOY, Species.GARDEVOIR], + JUAN: [Species.HORSEA, Species.BARBOACH, Species.SPHEAL, Species.RELICANTH], + // Gym Leaders- Sinnoh + ROARK: [Species.CRANIDOS, Species.LARVITAR, Species.GEODUDE], + GARDENIA: [Species.ROSELIA, Species.TANGELA, Species.TURTWIG], + MAYLENE: [Species.LUCARIO, Species.MEDITITE, Species.CHIMCHAR], + CRASHER_WAKE: [Species.BUIZEL, Species.WOOPER, Species.PIPLUP, Species.MAGIKARP], + FANTINA: [Species.MISDREAVUS, Species.DRIFLOON, Species.SPIRITOMB], + BYRON: [Species.SHIELDON, Species.BRONZOR, Species.AGGRON], + CANDICE: [Species.SNEASEL, Species.SNOVER, Species.SNORUNT], + VOLKNER: [Species.SHINX, Species.CHINCHOU, Species.ROTOM], + // Gym Leaders- Unova + CILAN: [Species.PANSAGE, Species.FOONGUS, Species.PETILIL], + CHILI: [Species.PANSEAR, Species.DARUMAKA, Species.NUMEL], + CRESS: [Species.PANPOUR, Species.TYMPOLE, Species.SLOWPOKE], + CHEREN: [Species.LILLIPUP, Species.MINCCINO, Species.PIDOVE], + LENORA: [Species.PATRAT, Species.DEERLING, Species.AUDINO], + ROXIE: [Species.VENIPEDE, Species.TRUBBISH, Species.SKORUPI], + BURGH: [Species.SEWADDLE, Species.SHELMET, Species.KARRABLAST], + ELESA: [Species.EMOLGA, Species.BLITZLE, Species.JOLTIK], + CLAY: [Species.DRILBUR, Species.SANDILE, Species.GOLETT], + SKYLA: [Species.DUCKLETT, Species.WOOBAT, Species.RUFFLET], + BRYCEN: [Species.CRYOGONAL, Species.VANILLITE, Species.CUBCHOO], + DRAYDEN: [Species.DRUDDIGON, Species.AXEW, Species.DEINO], + MARLON: [Species.WAILMER, Species.FRILLISH, Species.TIRTOUGA], + // Gym Leaders- Kalos + VIOLA: [Species.SURSKIT, Species.SCATTERBUG], + GRANT: [Species.AMAURA, Species.TYRUNT], + KORRINA: [Species.HAWLUCHA, Species.LUCARIO, Species.MIENFOO], + RAMOS: [Species.SKIDDO, Species.HOPPIP, Species.BELLSPROUT], + CLEMONT: [Species.HELIOPTILE, Species.MAGNEMITE, Species.EMOLGA], + VALERIE: [Species.SYLVEON, Species.MAWILE, Species.MR_MIME], + OLYMPIA: [Species.ESPURR, Species.SIGILYPH, Species.SLOWKING], + WULFRIC: [Species.BERGMITE, Species.SNOVER, Species.CRYOGONAL], + // Gym Leaders- Galar + MILO: [Species.GOSSIFLEUR, Species.APPLIN, Species.BOUNSWEET], + NESSA: [Species.CHEWTLE, Species.ARROKUDA, Species.WIMPOD], + KABU: [Species.SIZZLIPEDE, Species.VULPIX, Species.TORKOAL], + BEA: [Species.GALAR_FARFETCHD, Species.MACHOP, Species.CLOBBOPUS], + ALLISTER: [Species.GALAR_YAMASK, Species.GALAR_CORSOLA, Species.GASTLY], + OPAL: [Species.MILCERY, Species.TOGETIC, Species.GALAR_WEEZING], + BEDE: [Species.HATENNA, Species.GALAR_PONYTA, Species.GARDEVOIR], + GORDIE: [Species.ROLYCOLY, Species.STONJOURNER, Species.BINACLE], + MELONY: [Species.SNOM, Species.GALAR_DARUMAKA, Species.GALAR_MR_MIME], + PIERS: [Species.GALAR_ZIGZAGOON, Species.SCRAGGY, Species.INKAY], + MARNIE: [Species.IMPIDIMP, Species.PURRLOIN, Species.MORPEKO], + RAIHAN: [Species.DURALUDON, Species.TURTONATOR, Species.GOOMY], + // Gym Leaders- Paldea; First slot is Tera + KATY: [Species.TEDDIURSA, Species.NYMBLE, Species.TAROUNTULA], // Tera Bug Teddiursa + BRASSIUS: [Species.SUDOWOODO, Species.BRAMBLIN, Species.SMOLIV], // Tera Grass Sudowoodo + IONO: [Species.MISDREAVUS, Species.TADBULB, Species.WATTREL], // Tera Ghost Misdreavus + KOFU: [Species.CRABRAWLER, Species.VELUZA, Species.WIGLETT, Species.WINGULL], // Tera Water Crabrawler + LARRY: [Species.STARLY, Species.DUNSPARCE, Species.LECHONK, Species.KOMALA], // Tera Normal Starly + RYME: [Species.TOXEL, Species.GREAVARD, Species.SHUPPET, Species.MIMIKYU], // Tera Ghost Toxel + TULIP: [Species.FLABEBE, Species.FLITTLE, Species.RALTS, Species.GIRAFARIG], // Tera Psychic Flabebe + GRUSHA: [Species.SWABLU, Species.CETODDLE, Species.CUBCHOO, Species.ALOLA_VULPIX], // Tera Ice Swablu + + // Elite Four- Kanto + LORELEI: [ + Species.JYNX, + [Species.SLOWBRO, Species.GALAR_SLOWBRO], + Species.LAPRAS, + [Species.CLOYSTER, Species.ALOLA_SANDSLASH], + ], + BRUNO: [Species.MACHAMP, Species.HITMONCHAN, Species.HITMONLEE, [Species.GOLEM, Species.ALOLA_GOLEM]], + AGATHA: [Species.GENGAR, [Species.ARBOK, Species.WEEZING], Species.CROBAT, Species.ALOLA_MAROWAK], + LANCE: [Species.DRAGONITE, Species.GYARADOS, Species.AERODACTYL, Species.ALOLA_EXEGGUTOR], + // Elite Four- Johto (Bruno included) + WILL: [Species.XATU, Species.JYNX, [Species.SLOWBRO, Species.SLOWKING], Species.EXEGGUTOR], + KOGA: [[Species.MUK, Species.WEEZING], [Species.VENOMOTH, Species.ARIADOS], Species.CROBAT, Species.TENTACRUEL], + KAREN: [Species.UMBREON, Species.HONCHKROW, Species.HOUNDOOM, Species.WEAVILE], + // Elite Four- Hoenn + SIDNEY: [ + [Species.SHIFTRY, Species.CACTURNE], + [Species.SHARPEDO, Species.CRAWDAUNT], + Species.ABSOL, + Species.MIGHTYENA, + ], + PHOEBE: [Species.SABLEYE, Species.DUSKNOIR, Species.BANETTE, [Species.DRIFBLIM, Species.MISMAGIUS]], + GLACIA: [Species.GLALIE, Species.WALREIN, Species.FROSLASS, Species.ABOMASNOW], + DRAKE: [Species.ALTARIA, Species.SALAMENCE, Species.FLYGON, Species.KINGDRA], + // Elite Four- Sinnoh + AARON: [[Species.SCIZOR, Species.KLEAVOR], Species.HERACROSS, [Species.VESPIQUEN, Species.YANMEGA], Species.DRAPION], + BERTHA: [Species.WHISCASH, Species.HIPPOWDON, Species.GLISCOR, Species.RHYPERIOR], + FLINT: [ + [Species.RAPIDASH, Species.FLAREON], + Species.MAGMORTAR, + [Species.STEELIX, Species.LOPUNNY], + Species.INFERNAPE, + ], // Tera Fire Steelix or Lopunny + LUCIAN: [Species.MR_MIME, Species.GALLADE, Species.BRONZONG, [Species.ALAKAZAM, Species.ESPEON]], + // Elite Four- Unova + SHAUNTAL: [Species.COFAGRIGUS, Species.CHANDELURE, Species.GOLURK, Species.JELLICENT], + MARSHAL: [Species.CONKELDURR, Species.MIENSHAO, Species.THROH, Species.SAWK], + GRIMSLEY: [Species.LIEPARD, Species.KINGAMBIT, Species.SCRAFTY, Species.KROOKODILE], + CAITLIN: [Species.MUSHARNA, Species.GOTHITELLE, Species.SIGILYPH, Species.REUNICLUS], + // Elite Four- Kalos + MALVA: [Species.PYROAR, Species.TORKOAL, Species.CHANDELURE, Species.TALONFLAME], + SIEBOLD: [Species.CLAWITZER, Species.GYARADOS, Species.BARBARACLE, Species.STARMIE], + WIKSTROM: [Species.KLEFKI, Species.PROBOPASS, Species.SCIZOR, Species.AEGISLASH], + DRASNA: [Species.DRAGALGE, Species.DRUDDIGON, Species.ALTARIA, Species.NOIVERN], + // Elite Four- Alola + HALA: [Species.HARIYAMA, Species.BEWEAR, Species.CRABOMINABLE, [Species.POLIWRATH, Species.ANNIHILAPE]], + MOLAYNE: [Species.KLEFKI, Species.MAGNEZONE, Species.METAGROSS, Species.ALOLA_DUGTRIO], + OLIVIA: [Species.RELICANTH, Species.CARBINK, Species.ALOLA_GOLEM, Species.LYCANROC], + ACEROLA: [[Species.BANETTE, Species.DRIFBLIM], Species.MIMIKYU, Species.DHELMISE, Species.PALOSSAND], + KAHILI: [[Species.BRAVIARY, Species.MANDIBUZZ], Species.HAWLUCHA, Species.ORICORIO, Species.TOUCANNON], + // Elite Four- Galar + MARNIE_ELITE: [Species.MORPEKO, Species.LIEPARD, [Species.TOXICROAK, Species.SCRAFTY], Species.GRIMMSNARL], + NESSA_ELITE: [Species.GOLISOPOD, [Species.QUAGSIRE, Species.PELIPPER], Species.TOXAPEX, Species.DREDNAW], + BEA_ELITE: [Species.HAWLUCHA, [Species.GRAPPLOCT, Species.SIRFETCHD], Species.FALINKS, Species.MACHAMP], + ALLISTER_ELITE: [Species.DUSKNOIR, [Species.POLTEAGEIST, Species.RUNERIGUS], Species.CURSOLA, Species.GENGAR], + RAIHAN_ELITE: [Species.GOODRA, [Species.TORKOAL, Species.TURTONATOR], Species.FLYGON, Species.ARCHALUDON], + // Elite Four- Paldea + RIKA: [Species.CLODSIRE, [Species.DUGTRIO, Species.DONPHAN], Species.CAMERUPT, Species.WHISCASH], // Tera Ground Clodsire + POPPY: [Species.TINKATON, Species.BRONZONG, Species.CORVIKNIGHT, Species.COPPERAJAH], // Tera Steel Tinkaton + LARRY_ELITE: [Species.FLAMIGO, Species.STARAPTOR, [Species.ALTARIA, Species.TROPIUS], Species.ORICORIO], // Tera Flying Flamigo; random Oricorio + HASSEL: [Species.BAXCALIBUR, [Species.FLAPPLE, Species.APPLETUN], Species.DRAGALGE, Species.NOIVERN], // Tera Dragon Baxcalibur + // Elite Four- BBL + CRISPIN: [Species.BLAZIKEN, Species.MAGMORTAR, [Species.CAMERUPT, Species.TALONFLAME], Species.ROTOM], // Tera Fire Blaziken; Heat Rotom + AMARYS: [Species.METAGROSS, Species.SCIZOR, Species.EMPOLEON, Species.SKARMORY], // Tera Steel Metagross + LACEY: [Species.EXCADRILL, Species.PRIMARINA, [Species.WHIMSICOTT, Species.ALCREMIE], Species.GRANBULL], // Tera Fairy Excadrill + DRAYTON: [Species.ARCHALUDON, Species.DRAGONITE, Species.HAXORUS, Species.SCEPTILE], // Tera Dragon Archaludon +}; diff --git a/src/data/balance/species-egg-tiers.ts b/src/data/balance/species-egg-tiers.ts index fee48695565..0db2c917589 100644 --- a/src/data/balance/species-egg-tiers.ts +++ b/src/data/balance/species-egg-tiers.ts @@ -169,7 +169,7 @@ export const speciesEggTiers = { [Species.CACNEA]: EggTier.COMMON, [Species.SWABLU]: EggTier.COMMON, [Species.ZANGOOSE]: EggTier.RARE, - [Species.SEVIPER]: EggTier.COMMON, + [Species.SEVIPER]: EggTier.RARE, [Species.LUNATONE]: EggTier.COMMON, [Species.SOLROCK]: EggTier.COMMON, [Species.BARBOACH]: EggTier.COMMON, diff --git a/src/data/battle-anims.ts b/src/data/battle-anims.ts index 86060ef4bfc..341976b388d 100644 --- a/src/data/battle-anims.ts +++ b/src/data/battle-anims.ts @@ -4,7 +4,6 @@ import { MoveFlags } from "#enums/MoveFlags"; import type Pokemon from "../field/pokemon"; import { type nil, getFrameMs, getEnumKeys, getEnumValues, animationFileName } from "../utils"; import type { BattlerIndex } from "../battle"; -import type { Element } from "json-stable-stringify"; import { Moves } from "#enums/moves"; import { SubstituteTag } from "./battler-tags"; import { isNullOrUndefined } from "../utils"; @@ -1731,10 +1730,12 @@ export async function populateAnims() { let props: string[]; for (let p = 0; p < propSets.length; p++) { props = propSets[p]; + // @ts-ignore TODO const ai = props.indexOf(a.key); if (ai === -1) { continue; } + // @ts-ignore TODO const bi = props.indexOf(b.key); return ai < bi ? -1 : ai > bi ? 1 : 0; diff --git a/src/data/battler-tags.ts b/src/data/battler-tags.ts index 43a7072fd12..c391c4010b8 100644 --- a/src/data/battler-tags.ts +++ b/src/data/battler-tags.ts @@ -5,6 +5,7 @@ import { BlockNonDirectDamageAbAttr, FlinchEffectAbAttr, ProtectStatAbAttr, + ConditionalUserFieldProtectStatAbAttr, ReverseDrainAbAttr, } from "#app/data/ability"; import { ChargeAnim, CommonAnim, CommonBattleAnim, MoveChargeAnim } from "#app/data/battle-anims"; @@ -757,7 +758,7 @@ export class ConfusedTag extends BattlerTag { ((((2 * pokemon.level) / 5 + 2) * 40 * atk) / def / 50 + 2) * (pokemon.randSeedIntRange(85, 100) / 100), ); globalScene.queueMessage(i18next.t("battlerTags:confusedLapseHurtItself")); - pokemon.damageAndUpdate(damage); + pokemon.damageAndUpdate(damage, { result: HitResult.CONFUSION }); pokemon.battleData.hitCount++; (globalScene.getCurrentPhase() as MovePhase).cancel(); } @@ -818,7 +819,7 @@ export class DestinyBondTag extends BattlerTag { pokemonNameWithAffix2: getPokemonNameWithAffix(pokemon), }), ); - pokemon.damageAndUpdate(pokemon.hp, HitResult.ONE_HIT_KO, false, false, true); + pokemon.damageAndUpdate(pokemon.hp, { result: HitResult.INDIRECT_KO, ignoreSegments: true }); return false; } } @@ -952,7 +953,7 @@ export class SeedTag extends BattlerTag { new CommonAnimPhase(source.getBattlerIndex(), pokemon.getBattlerIndex(), CommonAnim.LEECH_SEED), ); - const damage = pokemon.damageAndUpdate(toDmgValue(pokemon.getMaxHp() / 8)); + const damage = pokemon.damageAndUpdate(toDmgValue(pokemon.getMaxHp() / 8), { result: HitResult.INDIRECT }); const reverseDrain = pokemon.hasAbilityWithAttr(ReverseDrainAbAttr, false); globalScene.unshiftPhase( new PokemonHealPhase( @@ -1029,7 +1030,7 @@ export class PowderTag extends BattlerTag { const cancelDamage = new BooleanHolder(false); applyAbAttrs(BlockNonDirectDamageAbAttr, pokemon, cancelDamage); if (!cancelDamage.value) { - pokemon.damageAndUpdate(Math.floor(pokemon.getMaxHp() / 4), HitResult.OTHER); + pokemon.damageAndUpdate(Math.floor(pokemon.getMaxHp() / 4), { result: HitResult.INDIRECT }); } // "When the flame touched the powder\non the Pokémon, it exploded!" @@ -1082,7 +1083,7 @@ export class NightmareTag extends BattlerTag { applyAbAttrs(BlockNonDirectDamageAbAttr, pokemon, cancelled); if (!cancelled.value) { - pokemon.damageAndUpdate(toDmgValue(pokemon.getMaxHp() / 4)); + pokemon.damageAndUpdate(toDmgValue(pokemon.getMaxHp() / 4), { result: HitResult.INDIRECT }); } } @@ -1174,13 +1175,13 @@ export class EncoreTag extends MoveRestrictionBattlerTag { const movePhase = globalScene.findPhase(m => m instanceof MovePhase && m.pokemon === pokemon); if (movePhase) { - const movesetMove = pokemon.getMoveset().find(m => m!.moveId === this.moveId); // TODO: is this bang correct? + const movesetMove = pokemon.getMoveset().find(m => m.moveId === this.moveId); if (movesetMove) { const lastMove = pokemon.getLastXMoves(1)[0]; globalScene.tryReplacePhase( m => m instanceof MovePhase && m.pokemon === pokemon, - new MovePhase(pokemon, lastMove.targets!, movesetMove), - ); // TODO: is this bang correct? + new MovePhase(pokemon, lastMove.targets ?? [], movesetMove), + ); } } } @@ -1191,7 +1192,7 @@ export class EncoreTag extends MoveRestrictionBattlerTag { */ override lapse(pokemon: Pokemon, lapseType: BattlerTagLapseType): boolean { if (lapseType === BattlerTagLapseType.CUSTOM) { - const encoredMove = pokemon.getMoveset().find(m => m?.moveId === this.moveId); + const encoredMove = pokemon.getMoveset().find(m => m.moveId === this.moveId); if (encoredMove && encoredMove?.getPpRatio() > 0) { return true; } @@ -1440,7 +1441,7 @@ export abstract class DamagingTrapTag extends TrappedTag { applyAbAttrs(BlockNonDirectDamageAbAttr, pokemon, cancelled); if (!cancelled.value) { - pokemon.damageAndUpdate(toDmgValue(pokemon.getMaxHp() / 8)); + pokemon.damageAndUpdate(toDmgValue(pokemon.getMaxHp() / 8), { result: HitResult.INDIRECT }); } } @@ -1644,7 +1645,9 @@ export class ContactDamageProtectedTag extends ProtectedTag { if (effectPhase instanceof MoveEffectPhase && effectPhase.move.getMove().hasFlag(MoveFlags.MAKES_CONTACT)) { const attacker = effectPhase.getPokemon(); if (!attacker.hasAbilityWithAttr(BlockNonDirectDamageAbAttr)) { - attacker.damageAndUpdate(toDmgValue(attacker.getMaxHp() * (1 / this.damageRatio)), HitResult.OTHER); + attacker.damageAndUpdate(toDmgValue(attacker.getMaxHp() * (1 / this.damageRatio)), { + result: HitResult.INDIRECT, + }); } } } @@ -1810,7 +1813,7 @@ export class PerishSongTag extends BattlerTag { }), ); } else { - pokemon.damageAndUpdate(pokemon.hp, HitResult.ONE_HIT_KO, false, true, true); + pokemon.damageAndUpdate(pokemon.hp, { result: HitResult.INDIRECT_KO, ignoreSegments: true }); } return ret; @@ -1922,10 +1925,6 @@ export class SlowStartTag extends AbilityBattlerTag { i18next.t("battlerTags:slowStartOnAdd", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon), }), - null, - false, - null, - true, ); } @@ -1974,7 +1973,7 @@ export class HighestStatBoostTag extends AbilityBattlerTag { let highestStat: EffectiveStat; EFFECTIVE_STATS.map(s => - pokemon.getEffectiveStat(s, undefined, undefined, undefined, undefined, undefined, undefined, true), + pokemon.getEffectiveStat(s, undefined, undefined, undefined, undefined, undefined, undefined, undefined, true), ).reduce((highestValue: number, value: number, i: number) => { if (value > highestValue) { highestStat = EFFECTIVE_STATS[i]; @@ -2153,6 +2152,21 @@ export class TypeBoostTag extends BattlerTag { lapse(pokemon: Pokemon, lapseType: BattlerTagLapseType): boolean { return lapseType !== BattlerTagLapseType.CUSTOM || super.lapse(pokemon, lapseType); } + + override onAdd(pokemon: Pokemon): void { + globalScene.queueMessage( + i18next.t("abilityTriggers:typeImmunityPowerBoost", { + pokemonNameWithAffix: getPokemonNameWithAffix(pokemon), + typeName: i18next.t(`pokemonInfo:Type.${PokemonType[this.boostedType]}`), + }), + ); + } + + override onOverlap(pokemon: Pokemon): void { + globalScene.queueMessage( + i18next.t("abilityTriggers:moveImmunity", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon) }), + ); + } } export class CritBoostTag extends BattlerTag { @@ -2244,7 +2258,9 @@ export class SaltCuredTag extends BattlerTag { if (!cancelled.value) { const pokemonSteelOrWater = pokemon.isOfType(PokemonType.STEEL) || pokemon.isOfType(PokemonType.WATER); - pokemon.damageAndUpdate(toDmgValue(pokemonSteelOrWater ? pokemon.getMaxHp() / 4 : pokemon.getMaxHp() / 8)); + pokemon.damageAndUpdate(toDmgValue(pokemonSteelOrWater ? pokemon.getMaxHp() / 4 : pokemon.getMaxHp() / 8), { + result: HitResult.INDIRECT, + }); globalScene.queueMessage( i18next.t("battlerTags:saltCuredLapse", { @@ -2292,7 +2308,7 @@ export class CursedTag extends BattlerTag { applyAbAttrs(BlockNonDirectDamageAbAttr, pokemon, cancelled); if (!cancelled.value) { - pokemon.damageAndUpdate(toDmgValue(pokemon.getMaxHp() / 4)); + pokemon.damageAndUpdate(toDmgValue(pokemon.getMaxHp() / 4), { result: HitResult.INDIRECT }); globalScene.queueMessage( i18next.t("battlerTags:cursedLapse", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon), @@ -2615,7 +2631,7 @@ export class GulpMissileTag extends BattlerTag { applyAbAttrs(BlockNonDirectDamageAbAttr, attacker, cancelled); if (!cancelled.value) { - attacker.damageAndUpdate(Math.max(1, Math.floor(attacker.getMaxHp() / 4)), HitResult.OTHER); + attacker.damageAndUpdate(Math.max(1, Math.floor(attacker.getMaxHp() / 4)), { result: HitResult.INDIRECT }); } if (this.tagType === BattlerTagType.GULP_MISSILE_ARROKUDA) { @@ -3009,6 +3025,7 @@ export class MysteryEncounterPostSummonTag extends BattlerTag { if (lapseType === BattlerTagLapseType.CUSTOM) { const cancelled = new BooleanHolder(false); applyAbAttrs(ProtectStatAbAttr, pokemon, cancelled); + applyAbAttrs(ConditionalUserFieldProtectStatAbAttr, pokemon, cancelled, false, pokemon); if (!cancelled.value) { if (pokemon.mysteryEncounterBattleEffects) { pokemon.mysteryEncounterBattleEffects(pokemon); @@ -3188,7 +3205,7 @@ export class ImprisonTag extends MoveRestrictionBattlerTag { public override isMoveRestricted(move: Moves, _user: Pokemon): boolean { const source = this.getSourcePokemon(); if (source) { - const sourceMoveset = source.getMoveset().map(m => m!.moveId); + const sourceMoveset = source.getMoveset().map(m => m.moveId); return sourceMoveset?.includes(move) && source.isActive(true); } return false; @@ -3358,7 +3375,7 @@ export class GrudgeTag extends BattlerTag { if (lapseType === BattlerTagLapseType.CUSTOM && sourcePokemon) { if (sourcePokemon.isActive() && pokemon.isOpponent(sourcePokemon)) { const lastMove = pokemon.turnData.attacksReceived[0]; - const lastMoveData = sourcePokemon.getMoveset().find(m => m?.moveId === lastMove.move); + const lastMoveData = sourcePokemon.getMoveset().find(m => m.moveId === lastMove.move); if (lastMoveData && lastMove.move !== Moves.STRUGGLE) { lastMoveData.ppUsed = lastMoveData.getMovePp(); globalScene.queueMessage( diff --git a/src/data/berry.ts b/src/data/berry.ts index ed8ae8d2b62..13820b1277b 100644 --- a/src/data/berry.ts +++ b/src/data/berry.ts @@ -65,7 +65,7 @@ export function getBerryPredicate(berryType: BerryType): BerryPredicate { return (pokemon: Pokemon) => { const threshold = new Utils.NumberHolder(0.25); applyAbAttrs(ReduceBerryUseThresholdAbAttr, pokemon, null, false, threshold); - return !!pokemon.getMoveset().find(m => !m?.getPpRatio()); + return !!pokemon.getMoveset().find(m => !m.getPpRatio()); }; } } @@ -147,9 +147,9 @@ export function getBerryEffectFunc(berryType: BerryType): BerryEffectFunc { if (pokemon.battleData) { pokemon.battleData.berriesEaten.push(berryType); } - const ppRestoreMove = pokemon.getMoveset().find(m => !m?.getPpRatio()) - ? pokemon.getMoveset().find(m => !m?.getPpRatio()) - : pokemon.getMoveset().find(m => m!.getPpRatio() < 1); // TODO: is this bang correct? + const ppRestoreMove = pokemon.getMoveset().find(m => !m.getPpRatio()) + ? pokemon.getMoveset().find(m => !m.getPpRatio()) + : pokemon.getMoveset().find(m => m.getPpRatio() < 1); if (ppRestoreMove !== undefined) { ppRestoreMove!.ppUsed = Math.max(ppRestoreMove!.ppUsed - 10, 0); globalScene.queueMessage( diff --git a/src/data/challenge.ts b/src/data/challenge.ts index b9d817836c3..455421ffefd 100644 --- a/src/data/challenge.ts +++ b/src/data/challenge.ts @@ -10,7 +10,6 @@ import { PokemonMove } from "#app/field/pokemon"; import type { FixedBattleConfig } from "#app/battle"; import { ClassicFixedBossWaves, BattleType, getRandomTrainerFunc } from "#app/battle"; import Trainer, { TrainerVariant } from "#app/field/trainer"; -import type { GameMode } from "#app/game-mode"; import { PokemonType } from "#enums/pokemon-type"; import { Challenges } from "#enums/challenges"; import { Species } from "#enums/species"; @@ -18,9 +17,10 @@ import { TrainerType } from "#enums/trainer-type"; import { Nature } from "#enums/nature"; import type { Moves } from "#enums/moves"; import { TypeColor, TypeShadow } from "#enums/color"; -import { pokemonEvolutions } from "#app/data/balance/pokemon-evolutions"; -import { pokemonFormChanges } from "#app/data/pokemon-forms"; import { ModifierTier } from "#app/modifier/modifier-tier"; +import { globalScene } from "#app/global-scene"; +import { pokemonFormChanges } from "./pokemon-forms"; +import { pokemonEvolutions } from "./balance/pokemon-evolutions"; /** A constant for the default max cost of the starting party before a run */ const DEFAULT_PARTY_MAX_COST = 10; @@ -285,15 +285,9 @@ export abstract class Challenge { * @param _pokemon {@link PokemonSpecies} The pokemon to check the validity of. * @param _valid {@link Utils.BooleanHolder} A BooleanHolder, the value gets set to false if the pokemon isn't allowed. * @param _dexAttr {@link DexAttrProps} The dex attributes of the pokemon. - * @param _soft {@link boolean} If true, allow it if it could become a valid pokemon. * @returns {@link boolean} Whether this function did anything. */ - applyStarterChoice( - _pokemon: PokemonSpecies, - _valid: Utils.BooleanHolder, - _dexAttr: DexAttrProps, - _soft = false, - ): boolean { + applyStarterChoice(_pokemon: PokemonSpecies, _valid: Utils.BooleanHolder, _dexAttr: DexAttrProps): boolean { return false; } @@ -388,10 +382,9 @@ export abstract class Challenge { /** * An apply function for GAME_MODE_MODIFY challenges. Derived classes should alter this. - * @param gameMode {@link GameMode} The current game mode. * @returns {@link boolean} Whether this function did anything. */ - applyGameModeModify(_gameMode: GameMode): boolean { + applyGameModeModify(): boolean { return false; } @@ -445,27 +438,8 @@ export class SingleGenerationChallenge extends Challenge { super(Challenges.SINGLE_GENERATION, 9); } - applyStarterChoice( - pokemon: PokemonSpecies, - valid: Utils.BooleanHolder, - _dexAttr: DexAttrProps, - soft = false, - ): boolean { - const generations = [pokemon.generation]; - if (soft) { - const speciesToCheck = [pokemon.speciesId]; - while (speciesToCheck.length) { - const checking = speciesToCheck.pop(); - if (checking && pokemonEvolutions.hasOwnProperty(checking)) { - pokemonEvolutions[checking].forEach(e => { - speciesToCheck.push(e.speciesId); - generations.push(getPokemonSpecies(e.speciesId).generation); - }); - } - } - } - - if (!generations.includes(this.value)) { + applyStarterChoice(pokemon: PokemonSpecies, valid: Utils.BooleanHolder): boolean { + if (pokemon.generation !== this.value) { valid.value = false; return true; } @@ -474,7 +448,7 @@ export class SingleGenerationChallenge extends Challenge { applyPokemonInBattle(pokemon: Pokemon, valid: Utils.BooleanHolder): boolean { const baseGeneration = getPokemonSpecies(pokemon.species.speciesId).generation; - const fusionGeneration = pokemon.isFusion() ? getPokemonSpecies(pokemon.fusionSpecies!.speciesId).generation : 0; // TODO: is the bang on fusionSpecies correct? + const fusionGeneration = pokemon.isFusion() ? getPokemonSpecies(pokemon.fusionSpecies!.speciesId).generation : 0; if ( pokemon.isPlayer() && (baseGeneration !== this.value || (pokemon.isFusion() && fusionGeneration !== this.value)) @@ -739,41 +713,14 @@ export class SingleTypeChallenge extends Challenge { { species: Species.CASTFORM, type: PokemonType.NORMAL, fusion: false }, ]; // TODO: Find a solution for all Pokemon with this ssui issue, including Basculin and Burmy - private static SPECIES_OVERRIDES: Species[] = [Species.MELOETTA]; constructor() { super(Challenges.SINGLE_TYPE, 18); } - override applyStarterChoice( - pokemon: PokemonSpecies, - valid: Utils.BooleanHolder, - dexAttr: DexAttrProps, - soft = false, - ): boolean { + override applyStarterChoice(pokemon: PokemonSpecies, valid: Utils.BooleanHolder, dexAttr: DexAttrProps): boolean { const speciesForm = getPokemonSpeciesForm(pokemon.speciesId, dexAttr.formIndex); const types = [speciesForm.type1, speciesForm.type2]; - if (soft && !SingleTypeChallenge.SPECIES_OVERRIDES.includes(pokemon.speciesId)) { - const speciesToCheck = [pokemon.speciesId]; - while (speciesToCheck.length) { - const checking = speciesToCheck.pop(); - if (checking && pokemonEvolutions.hasOwnProperty(checking)) { - pokemonEvolutions[checking].forEach(e => { - speciesToCheck.push(e.speciesId); - types.push(getPokemonSpecies(e.speciesId).type1, getPokemonSpecies(e.speciesId).type2); - }); - } - if (checking && pokemonFormChanges.hasOwnProperty(checking)) { - pokemonFormChanges[checking].forEach(f1 => { - getPokemonSpecies(checking).forms.forEach(f2 => { - if (f1.formKey === f2.formKey) { - types.push(f2.type1, f2.type2); - } - }); - }); - } - } - } if (!types.includes(this.value - 1)) { valid.value = false; return true; @@ -1025,103 +972,80 @@ export class LowerStarterPointsChallenge extends Challenge { /** * Apply all challenges that modify starter choice. - * @param gameMode {@link GameMode} The current gameMode * @param challengeType {@link ChallengeType} ChallengeType.STARTER_CHOICE * @param pokemon {@link PokemonSpecies} The pokemon to check the validity of. * @param valid {@link Utils.BooleanHolder} A BooleanHolder, the value gets set to false if the pokemon isn't allowed. * @param dexAttr {@link DexAttrProps} The dex attributes of the pokemon. - * @param soft {@link boolean} If true, allow it if it could become a valid pokemon. * @returns True if any challenge was successfully applied. */ export function applyChallenges( - gameMode: GameMode, challengeType: ChallengeType.STARTER_CHOICE, pokemon: PokemonSpecies, valid: Utils.BooleanHolder, dexAttr: DexAttrProps, - soft: boolean, ): boolean; /** * Apply all challenges that modify available total starter points. - * @param gameMode {@link GameMode} The current gameMode * @param challengeType {@link ChallengeType} ChallengeType.STARTER_POINTS * @param points {@link Utils.NumberHolder} The amount of points you have available. * @returns True if any challenge was successfully applied. */ -export function applyChallenges( - gameMode: GameMode, - challengeType: ChallengeType.STARTER_POINTS, - points: Utils.NumberHolder, -): boolean; +export function applyChallenges(challengeType: ChallengeType.STARTER_POINTS, points: Utils.NumberHolder): boolean; /** * Apply all challenges that modify the cost of a starter. - * @param gameMode {@link GameMode} The current gameMode * @param challengeType {@link ChallengeType} ChallengeType.STARTER_COST * @param species {@link Species} The pokemon to change the cost of. * @param points {@link Utils.NumberHolder} The cost of the pokemon. * @returns True if any challenge was successfully applied. */ export function applyChallenges( - gameMode: GameMode, challengeType: ChallengeType.STARTER_COST, species: Species, cost: Utils.NumberHolder, ): boolean; /** * Apply all challenges that modify a starter after selection. - * @param gameMode {@link GameMode} The current gameMode * @param challengeType {@link ChallengeType} ChallengeType.STARTER_MODIFY * @param pokemon {@link Pokemon} The starter pokemon to modify. * @returns True if any challenge was successfully applied. */ -export function applyChallenges( - gameMode: GameMode, - challengeType: ChallengeType.STARTER_MODIFY, - pokemon: Pokemon, -): boolean; +export function applyChallenges(challengeType: ChallengeType.STARTER_MODIFY, pokemon: Pokemon): boolean; /** * Apply all challenges that what pokemon you can have in battle. - * @param gameMode {@link GameMode} The current gameMode * @param challengeType {@link ChallengeType} ChallengeType.POKEMON_IN_BATTLE * @param pokemon {@link Pokemon} The pokemon to check the validity of. * @param valid {@link Utils.BooleanHolder} A BooleanHolder, the value gets set to false if the pokemon isn't allowed. * @returns True if any challenge was successfully applied. */ export function applyChallenges( - gameMode: GameMode, challengeType: ChallengeType.POKEMON_IN_BATTLE, pokemon: Pokemon, valid: Utils.BooleanHolder, ): boolean; /** * Apply all challenges that modify what fixed battles there are. - * @param gameMode {@link GameMode} The current gameMode * @param challengeType {@link ChallengeType} ChallengeType.FIXED_BATTLES * @param waveIndex {@link Number} The current wave index. * @param battleConfig {@link FixedBattleConfig} The battle config to modify. * @returns True if any challenge was successfully applied. */ export function applyChallenges( - gameMode: GameMode, challengeType: ChallengeType.FIXED_BATTLES, waveIndex: number, battleConfig: FixedBattleConfig, ): boolean; /** * Apply all challenges that modify type effectiveness. - * @param gameMode {@linkcode GameMode} The current gameMode * @param challengeType {@linkcode ChallengeType} ChallengeType.TYPE_EFFECTIVENESS * @param effectiveness {@linkcode Utils.NumberHolder} The current effectiveness of the move. * @returns True if any challenge was successfully applied. */ export function applyChallenges( - gameMode: GameMode, challengeType: ChallengeType.TYPE_EFFECTIVENESS, effectiveness: Utils.NumberHolder, ): boolean; /** * Apply all challenges that modify what level AI are. - * @param gameMode {@link GameMode} The current gameMode * @param challengeType {@link ChallengeType} ChallengeType.AI_LEVEL * @param level {@link Utils.NumberHolder} The generated level of the pokemon. * @param levelCap {@link Number} The maximum level cap for the current wave. @@ -1130,7 +1054,6 @@ export function applyChallenges( * @returns True if any challenge was successfully applied. */ export function applyChallenges( - gameMode: GameMode, challengeType: ChallengeType.AI_LEVEL, level: Utils.NumberHolder, levelCap: number, @@ -1139,42 +1062,36 @@ export function applyChallenges( ): boolean; /** * Apply all challenges that modify how many move slots the AI has. - * @param gameMode {@link GameMode} The current gameMode * @param challengeType {@link ChallengeType} ChallengeType.AI_MOVE_SLOTS * @param pokemon {@link Pokemon} The pokemon being considered. * @param moveSlots {@link Utils.NumberHolder} The amount of move slots. * @returns True if any challenge was successfully applied. */ export function applyChallenges( - gameMode: GameMode, challengeType: ChallengeType.AI_MOVE_SLOTS, pokemon: Pokemon, moveSlots: Utils.NumberHolder, ): boolean; /** * Apply all challenges that modify whether a pokemon has its passive. - * @param gameMode {@link GameMode} The current gameMode * @param challengeType {@link ChallengeType} ChallengeType.PASSIVE_ACCESS * @param pokemon {@link Pokemon} The pokemon to modify. * @param hasPassive {@link Utils.BooleanHolder} Whether it has its passive. * @returns True if any challenge was successfully applied. */ export function applyChallenges( - gameMode: GameMode, challengeType: ChallengeType.PASSIVE_ACCESS, pokemon: Pokemon, hasPassive: Utils.BooleanHolder, ): boolean; /** * Apply all challenges that modify the game modes settings. - * @param gameMode {@link GameMode} The current gameMode * @param challengeType {@link ChallengeType} ChallengeType.GAME_MODE_MODIFY * @returns True if any challenge was successfully applied. */ -export function applyChallenges(gameMode: GameMode, challengeType: ChallengeType.GAME_MODE_MODIFY): boolean; +export function applyChallenges(challengeType: ChallengeType.GAME_MODE_MODIFY): boolean; /** * Apply all challenges that modify what level a pokemon can access a move. - * @param gameMode {@link GameMode} The current gameMode * @param challengeType {@link ChallengeType} ChallengeType.MOVE_ACCESS * @param pokemon {@link Pokemon} What pokemon would learn the move. * @param moveSource {@link MoveSourceType} What source the pokemon would get the move from. @@ -1183,7 +1100,6 @@ export function applyChallenges(gameMode: GameMode, challengeType: ChallengeType * @returns True if any challenge was successfully applied. */ export function applyChallenges( - gameMode: GameMode, challengeType: ChallengeType.MOVE_ACCESS, pokemon: Pokemon, moveSource: MoveSourceType, @@ -1192,7 +1108,6 @@ export function applyChallenges( ): boolean; /** * Apply all challenges that modify what weight a pokemon gives to move generation - * @param gameMode {@link GameMode} The current gameMode * @param challengeType {@link ChallengeType} ChallengeType.MOVE_WEIGHT * @param pokemon {@link Pokemon} What pokemon would learn the move. * @param moveSource {@link MoveSourceType} What source the pokemon would get the move from. @@ -1201,7 +1116,6 @@ export function applyChallenges( * @returns True if any challenge was successfully applied. */ export function applyChallenges( - gameMode: GameMode, challengeType: ChallengeType.MOVE_WEIGHT, pokemon: Pokemon, moveSource: MoveSourceType, @@ -1209,20 +1123,15 @@ export function applyChallenges( weight: Utils.NumberHolder, ): boolean; -export function applyChallenges( - gameMode: GameMode, - challengeType: ChallengeType.FLIP_STAT, - pokemon: Pokemon, - baseStats: number[], -): boolean; +export function applyChallenges(challengeType: ChallengeType.FLIP_STAT, pokemon: Pokemon, baseStats: number[]): boolean; -export function applyChallenges(gameMode: GameMode, challengeType: ChallengeType, ...args: any[]): boolean { +export function applyChallenges(challengeType: ChallengeType, ...args: any[]): boolean { let ret = false; - gameMode.challenges.forEach(c => { + globalScene.gameMode.challenges.forEach(c => { if (c.value !== 0) { switch (challengeType) { case ChallengeType.STARTER_CHOICE: - ret ||= c.applyStarterChoice(args[0], args[1], args[2], args[3]); + ret ||= c.applyStarterChoice(args[0], args[1], args[2]); break; case ChallengeType.STARTER_POINTS: ret ||= c.applyStarterPoints(args[0]); @@ -1252,7 +1161,7 @@ export function applyChallenges(gameMode: GameMode, challengeType: ChallengeType ret ||= c.applyPassiveAccess(args[0], args[1]); break; case ChallengeType.GAME_MODE_MODIFY: - ret ||= c.applyGameModeModify(gameMode); + ret ||= c.applyGameModeModify(); break; case ChallengeType.MOVE_ACCESS: ret ||= c.applyMoveAccessLevel(args[0], args[1], args[2], args[3]); @@ -1305,3 +1214,81 @@ export function initChallenges() { new FlipStatChallenge(), ); } + +/** + * Apply all challenges to the given starter (and form) to check its validity. + * Differs from {@linkcode checkSpeciesValidForChallenge} which only checks form changes. + * @param species - The {@linkcode PokemonSpecies} to check the validity of. + * @param dexAttr - The {@linkcode DexAttrProps | dex attributes} of the species, including its form index. + * @param soft - If `true`, allow it if it could become valid through evolution or form change. + * @returns `true` if the species is considered valid. + */ +export function checkStarterValidForChallenge(species: PokemonSpecies, props: DexAttrProps, soft: boolean) { + if (!soft) { + const isValidForChallenge = new Utils.BooleanHolder(true); + applyChallenges(ChallengeType.STARTER_CHOICE, species, isValidForChallenge, props); + return isValidForChallenge.value; + } + // We check the validity of every evolution and form change, and require that at least one is valid + const speciesToCheck = [species.speciesId]; + while (speciesToCheck.length) { + const checking = speciesToCheck.pop(); + // Linter complains if we don't handle this + if (!checking) { + return false; + } + const checkingSpecies = getPokemonSpecies(checking); + if (checkSpeciesValidForChallenge(checkingSpecies, props, true)) { + return true; + } + if (checking && pokemonEvolutions.hasOwnProperty(checking)) { + pokemonEvolutions[checking].forEach(e => { + // Form check to deal with cases such as Basculin -> Basculegion + // TODO: does this miss anything if checking forms of a stage 2 Pokémon? + if (!e?.preFormKey || e.preFormKey === species.forms[props.formIndex].formKey) { + speciesToCheck.push(e.speciesId); + } + }); + } + } + return false; +} + +/** + * Apply all challenges to the given species (and form) to check its validity. + * Differs from {@linkcode checkStarterValidForChallenge} which also checks evolutions. + * @param species - The {@linkcode PokemonSpecies} to check the validity of. + * @param dexAttr - The {@linkcode DexAttrProps | dex attributes} of the species, including its form index. + * @param soft - If `true`, allow it if it could become valid through a form change. + * @returns `true` if the species is considered valid. + */ +function checkSpeciesValidForChallenge(species: PokemonSpecies, props: DexAttrProps, soft: boolean) { + const isValidForChallenge = new Utils.BooleanHolder(true); + applyChallenges(ChallengeType.STARTER_CHOICE, species, isValidForChallenge, props); + if (!soft || !pokemonFormChanges.hasOwnProperty(species.speciesId)) { + return isValidForChallenge.value; + } + // If the form in props is valid, return true before checking other form changes + if (soft && isValidForChallenge.value) { + return true; + } + pokemonFormChanges[species.speciesId].forEach(f1 => { + // Exclude form changes that require the mon to be on the field to begin with, + // such as Castform + if (!("item" in f1)) { + return; + } + species.forms.forEach((f2, formIndex) => { + if (f1.formKey === f2.formKey) { + const formProps = { ...props }; + formProps.formIndex = formIndex; + const isFormValidForChallenge = new Utils.BooleanHolder(true); + applyChallenges(ChallengeType.STARTER_CHOICE, species, isFormValidForChallenge, formProps); + if (isFormValidForChallenge.value) { + return true; + } + } + }); + }); + return false; +} diff --git a/src/data/dialogue.ts b/src/data/dialogue.ts index 208e269bd9c..fa640e92b00 100644 --- a/src/data/dialogue.ts +++ b/src/data/dialogue.ts @@ -1,6 +1,6 @@ import { BattleSpec } from "#enums/battle-spec"; import { TrainerType } from "#enums/trainer-type"; -import { trainerConfigs } from "./trainer-config"; +import { trainerConfigs } from "./trainers/trainer-config"; export interface TrainerTypeMessages { encounter?: string | string[]; @@ -312,6 +312,113 @@ export const trainerTypeDialogue: TrainerTypeDialogue = { victory: ["dialogue:sailor.victory.1", "dialogue:sailor.victory.2", "dialogue:sailor.victory.3"], }, ], + [TrainerType.CLERK]: [ + { + encounter: ["dialogue:clerk.encounter.1", "dialogue:clerk.encounter.2", "dialogue:clerk.encounter.3"], + victory: ["dialogue:clerk.victory.1", "dialogue:clerk.victory.2", "dialogue:clerk.victory.3"], + }, + { + encounter: [ + "dialogue:clerk_female.encounter.1", + "dialogue:clerk_female.encounter.2", + "dialogue:clerk_female.encounter.3", + ], + victory: [ + "dialogue:clerk_female.victory.1", + "dialogue:clerk_female.victory.2", + "dialogue:clerk_female.victory.3", + ], + }, + ], + [TrainerType.HOOLIGANS]: [ + { + encounter: ["dialogue:hooligans.encounter.1", "dialogue:hooligans.encounter.2"], + victory: ["dialogue:hooligans.victory.1", "dialogue:hooligans.victory.2"], + }, + ], + [TrainerType.MUSICIAN]: [ + { + encounter: [ + "dialogue:musician.encounter.1", + "dialogue:musician.encounter.2", + "dialogue:musician.encounter.3", + "dialogue:musician.encounter.4", + ], + victory: ["dialogue:musician.victory.1", "dialogue:musician.victory.2", "dialogue:musician.victory.3"], + }, + ], + [TrainerType.PILOT]: [ + { + encounter: [ + "dialogue:pilot.encounter.1", + "dialogue:pilot.encounter.2", + "dialogue:pilot.encounter.3", + "dialogue:pilot.encounter.4", + ], + victory: [ + "dialogue:pilot.victory.1", + "dialogue:pilot.victory.2", + "dialogue:pilot.victory.3", + "dialogue:pilot.victory.4", + ], + }, + ], + [TrainerType.POKEFAN]: [ + { + encounter: ["dialogue:pokefan.encounter.1", "dialogue:pokefan.encounter.2", "dialogue:pokefan.encounter.3"], + victory: ["dialogue:pokefan.victory.1", "dialogue:pokefan.victory.2", "dialogue:pokefan.victory.3"], + }, + { + encounter: [ + "dialogue:pokefan_female.encounter.1", + "dialogue:pokefan_female.encounter.2", + "dialogue:pokefan_female.encounter.3", + ], + victory: [ + "dialogue:pokefan_female.victory.1", + "dialogue:pokefan_female.victory.2", + "dialogue:pokefan_female.victory.3", + ], + }, + ], + [TrainerType.RICH]: [ + { + encounter: ["dialogue:rich.encounter.1", "dialogue:rich.encounter.2", "dialogue:rich.encounter.3"], + victory: ["dialogue:rich.victory.1", "dialogue:rich.victory.2", "dialogue:rich.victory.3"], + }, + { + encounter: [ + "dialogue:rich_female.encounter.1", + "dialogue:rich_female.encounter.2", + "dialogue:rich_female.encounter.3", + ], + victory: ["dialogue:rich_female.victory.1", "dialogue:rich_female.victory.2", "dialogue:rich_female.victory.3"], + }, + ], + [TrainerType.RICH_KID]: [ + { + encounter: ["dialogue:rich_kid.encounter.1", "dialogue:rich_kid.encounter.2", "dialogue:rich_kid.encounter.3"], + victory: [ + "dialogue:rich_kid.victory.1", + "dialogue:rich_kid.victory.2", + "dialogue:rich_kid.victory.3", + "dialogue:rich_kid.victory.4", + ], + }, + { + encounter: [ + "dialogue:rich_kid_female.encounter.1", + "dialogue:rich_kid_female.encounter.2", + "dialogue:rich_kid_female.encounter.3", + ], + victory: [ + "dialogue:rich_kid_female.victory.1", + "dialogue:rich_kid_female.victory.2", + "dialogue:rich_kid_female.victory.3", + "dialogue:rich_kid_female.victory.4", + ], + }, + ], [TrainerType.ROCKET_GRUNT]: [ { encounter: [ diff --git a/src/data/moves/invalid-moves.ts b/src/data/moves/invalid-moves.ts index 50f815b9e58..5cd45de7939 100644 --- a/src/data/moves/invalid-moves.ts +++ b/src/data/moves/invalid-moves.ts @@ -3,144 +3,46 @@ import { Moves } from "#enums/moves"; /** Set of moves that cannot be called by {@linkcode Moves.METRONOME Metronome} */ export const invalidMetronomeMoves: ReadonlySet = new Set([ Moves.AFTER_YOU, - Moves.APPLE_ACID, - Moves.ARMOR_CANNON, Moves.ASSIST, - Moves.ASTRAL_BARRAGE, - Moves.AURA_WHEEL, Moves.BANEFUL_BUNKER, Moves.BEAK_BLAST, - Moves.BEHEMOTH_BASH, - Moves.BEHEMOTH_BLADE, Moves.BELCH, Moves.BESTOW, - Moves.BLAZING_TORQUE, - Moves.BODY_PRESS, - Moves.BRANCH_POKE, - Moves.BREAKING_SWIPE, - Moves.CELEBRATE, - Moves.CHATTER, - Moves.CHILLING_WATER, - Moves.CHILLY_RECEPTION, - Moves.CLANGOROUS_SOUL, - Moves.COLLISION_COURSE, - Moves.COMBAT_TORQUE, Moves.COMEUPPANCE, Moves.COPYCAT, Moves.COUNTER, - Moves.COVET, Moves.CRAFTY_SHIELD, - Moves.DECORATE, Moves.DESTINY_BOND, Moves.DETECT, - Moves.DIAMOND_STORM, - Moves.DOODLE, - Moves.DOUBLE_IRON_BASH, - Moves.DOUBLE_SHOCK, - Moves.DRAGON_ASCENT, - Moves.DRAGON_ENERGY, - Moves.DRUM_BEATING, - Moves.DYNAMAX_CANNON, - Moves.ELECTRO_DRIFT, Moves.ENDURE, - Moves.ETERNABEAM, - Moves.FALSE_SURRENDER, Moves.FEINT, - Moves.FIERY_WRATH, - Moves.FILLET_AWAY, - Moves.FLEUR_CANNON, Moves.FOCUS_PUNCH, Moves.FOLLOW_ME, - Moves.FREEZE_SHOCK, - Moves.FREEZING_GLARE, - Moves.GLACIAL_LANCE, - Moves.GRAV_APPLE, Moves.HELPING_HAND, - Moves.HOLD_HANDS, - Moves.HYPER_DRILL, - Moves.HYPERSPACE_FURY, - Moves.HYPERSPACE_HOLE, - Moves.ICE_BURN, Moves.INSTRUCT, - Moves.JET_PUNCH, - Moves.JUNGLE_HEALING, Moves.KINGS_SHIELD, - Moves.LIFE_DEW, - Moves.LIGHT_OF_RUIN, - Moves.MAKE_IT_RAIN, - Moves.MAGICAL_TORQUE, Moves.MAT_BLOCK, Moves.ME_FIRST, - Moves.METEOR_ASSAULT, Moves.METRONOME, Moves.MIMIC, - Moves.MIND_BLOWN, Moves.MIRROR_COAT, Moves.MIRROR_MOVE, - Moves.MOONGEIST_BEAM, - Moves.NATURE_POWER, - Moves.NATURES_MADNESS, - Moves.NOXIOUS_TORQUE, Moves.OBSTRUCT, - Moves.ORDER_UP, - Moves.ORIGIN_PULSE, - Moves.OVERDRIVE, - Moves.PHOTON_GEYSER, - Moves.PLASMA_FISTS, - Moves.POPULATION_BOMB, - Moves.POUNCE, - Moves.POWER_SHIFT, - Moves.PRECIPICE_BLADES, Moves.PROTECT, - Moves.PYRO_BALL, Moves.QUASH, Moves.QUICK_GUARD, - Moves.RAGE_FIST, Moves.RAGE_POWDER, - Moves.RAGING_BULL, - Moves.RAGING_FURY, - Moves.RELIC_SONG, Moves.REVIVAL_BLESSING, - Moves.RUINATION, - Moves.SALT_CURE, - Moves.SECRET_SWORD, - Moves.SHED_TAIL, Moves.SHELL_TRAP, Moves.SILK_TRAP, Moves.SKETCH, Moves.SLEEP_TALK, - Moves.SNAP_TRAP, - Moves.SNARL, Moves.SNATCH, Moves.SNORE, - Moves.SNOWSCAPE, - Moves.SPECTRAL_THIEF, - Moves.SPICY_EXTRACT, Moves.SPIKY_SHIELD, - Moves.SPIRIT_BREAK, Moves.SPOTLIGHT, - Moves.STEAM_ERUPTION, - Moves.STEEL_BEAM, - Moves.STRANGE_STEAM, Moves.STRUGGLE, - Moves.SUNSTEEL_STRIKE, - Moves.SURGING_STRIKES, - Moves.SWITCHEROO, - Moves.TECHNO_BLAST, - Moves.TERA_STARSTORM, - Moves.THIEF, - Moves.THOUSAND_ARROWS, - Moves.THOUSAND_WAVES, - Moves.THUNDER_CAGE, - Moves.THUNDEROUS_KICK, - Moves.TIDY_UP, - Moves.TRAILBLAZE, Moves.TRANSFORM, - Moves.TRICK, - Moves.TWIN_BEAM, - Moves.V_CREATE, - Moves.WICKED_BLOW, - Moves.WICKED_TORQUE, Moves.WIDE_GUARD, ]); @@ -157,7 +59,6 @@ export const invalidAssistMoves: ReadonlySet = new Set([ Moves.CIRCLE_THROW, Moves.COPYCAT, Moves.COUNTER, - Moves.COVET, Moves.DESTINY_BOND, Moves.DETECT, Moves.DIG, @@ -192,7 +93,6 @@ export const invalidAssistMoves: ReadonlySet = new Set([ Moves.SPOTLIGHT, Moves.STRUGGLE, Moves.SWITCHEROO, - Moves.THIEF, Moves.TRANSFORM, Moves.TRICK, Moves.WHIRLWIND, @@ -208,7 +108,6 @@ export const invalidSleepTalkMoves: ReadonlySet = new Set([ Moves.COPYCAT, Moves.DIG, Moves.DIVE, - Moves.DYNAMAX_CANNON, Moves.FREEZE_SHOCK, Moves.FLY, Moves.FOCUS_PUNCH, @@ -238,15 +137,12 @@ export const invalidCopycatMoves: ReadonlySet = new Set([ Moves.ASSIST, Moves.BANEFUL_BUNKER, Moves.BEAK_BLAST, - Moves.BEHEMOTH_BASH, - Moves.BEHEMOTH_BLADE, Moves.BESTOW, Moves.CELEBRATE, Moves.CHATTER, Moves.CIRCLE_THROW, Moves.COPYCAT, Moves.COUNTER, - Moves.COVET, Moves.DESTINY_BOND, Moves.DETECT, Moves.DRAGON_TAIL, @@ -274,8 +170,73 @@ export const invalidCopycatMoves: ReadonlySet = new Set([ Moves.SPOTLIGHT, Moves.STRUGGLE, Moves.SWITCHEROO, - Moves.THIEF, Moves.TRANSFORM, Moves.TRICK, Moves.WHIRLWIND, ]); + +export const invalidMirrorMoveMoves: ReadonlySet = new Set([ + Moves.ACUPRESSURE, + Moves.AFTER_YOU, + Moves.AROMATIC_MIST, + Moves.BEAK_BLAST, + Moves.BELCH, + Moves.CHILLY_RECEPTION, + Moves.COACHING, + Moves.CONVERSION_2, + Moves.COUNTER, + Moves.CRAFTY_SHIELD, + Moves.CURSE, + Moves.DECORATE, + Moves.DOODLE, + Moves.DOOM_DESIRE, + Moves.DRAGON_CHEER, + Moves.ELECTRIC_TERRAIN, + Moves.FINAL_GAMBIT, + Moves.FLORAL_HEALING, + Moves.FLOWER_SHIELD, + Moves.FOCUS_PUNCH, + Moves.FUTURE_SIGHT, + Moves.GEAR_UP, + Moves.GRASSY_TERRAIN, + Moves.GRAVITY, + Moves.GUARD_SPLIT, + Moves.HAIL, + Moves.HAZE, + Moves.HEAL_PULSE, + Moves.HELPING_HAND, + Moves.HOLD_HANDS, + Moves.INSTRUCT, + Moves.ION_DELUGE, + Moves.MAGNETIC_FLUX, + Moves.MAT_BLOCK, + Moves.ME_FIRST, + Moves.MIMIC, + Moves.MIRROR_COAT, + Moves.MIRROR_MOVE, + Moves.MIST, + Moves.MISTY_TERRAIN, + Moves.MUD_SPORT, + Moves.PERISH_SONG, + Moves.POWER_SPLIT, + Moves.PSYCH_UP, + Moves.PSYCHIC_TERRAIN, + Moves.PURIFY, + Moves.QUICK_GUARD, + Moves.RAIN_DANCE, + Moves.REFLECT_TYPE, + Moves.ROLE_PLAY, + Moves.ROTOTILLER, + Moves.SANDSTORM, + Moves.SHELL_TRAP, + Moves.SKETCH, + Moves.SNOWSCAPE, + Moves.SPIT_UP, + Moves.SPOTLIGHT, + Moves.STRUGGLE, + Moves.SUNNY_DAY, + Moves.TEATIME, + Moves.TRANSFORM, + Moves.WATER_SPORT, + Moves.WIDE_GUARD, +]); diff --git a/src/data/moves/move.ts b/src/data/moves/move.ts index f2157ab65b7..8204f13fcca 100644 --- a/src/data/moves/move.ts +++ b/src/data/moves/move.ts @@ -16,6 +16,7 @@ import type { AttackMoveResult, TurnMove } from "../../field/pokemon"; import type Pokemon from "../../field/pokemon"; import { EnemyPokemon, + FieldPosition, HitResult, MoveResult, PlayerPokemon, @@ -63,9 +64,6 @@ import { PostDamageForceSwitchAbAttr, PostItemLostAbAttr, ReverseDrainAbAttr, - UncopiableAbilityAbAttr, - UnsuppressableAbilityAbAttr, - UnswappableAbilityAbAttr, UserFieldMoveTypePowerBoostAbAttr, VariableMovePowerAbAttr, WonderSkinAbAttr, @@ -125,7 +123,7 @@ import { MoveTarget } from "#enums/MoveTarget"; import { MoveFlags } from "#enums/MoveFlags"; import { MoveEffectTrigger } from "#enums/MoveEffectTrigger"; import { MultiHitType } from "#enums/MultiHitType"; -import { invalidAssistMoves, invalidCopycatMoves, invalidMetronomeMoves, invalidSleepTalkMoves } from "./invalid-moves"; +import { invalidAssistMoves, invalidCopycatMoves, invalidMetronomeMoves, invalidMirrorMoveMoves, invalidSleepTalkMoves } from "./invalid-moves"; type MoveConditionFunc = (user: Pokemon, target: Pokemon, move: Move) => boolean; type UserMoveConditionFunc = (user: Pokemon, move: Move) => boolean; @@ -904,7 +902,7 @@ export default class Move implements Localizable { SacrificialAttrOnHit ]; - // ...and cannot enhance these specific moves. + // ...and cannot enhance these specific moves const exceptMoves: Moves[] = [ Moves.FLING, Moves.UPROAR, @@ -913,10 +911,14 @@ export default class Move implements Localizable { Moves.ENDEAVOR ]; + // ...and cannot enhance Pollen Puff when targeting an ally. + const exceptPollenPuffAlly: boolean = this.id === Moves.POLLEN_PUFF && targets.includes(user.getAlly()?.getBattlerIndex()) + return (!restrictSpread || !isMultiTarget) && !this.isChargingMove() && !exceptAttrs.some(attr => this.hasAttr(attr)) && !exceptMoves.some(id => this.id === id) + && !exceptPollenPuffAlly && this.category !== MoveCategory.STATUS; } } @@ -1232,7 +1234,7 @@ export class MoveEffectAttr extends MoveAttr { getMoveChance(user: Pokemon, target: Pokemon, move: Move, selfEffect?: Boolean, showAbility?: Boolean): number { const moveChance = new Utils.NumberHolder(this.effectChanceOverride ?? move.chance); - applyAbAttrs(MoveEffectChanceMultiplierAbAttr, user, null, false, moveChance, move, target, selfEffect, showAbility); + applyAbAttrs(MoveEffectChanceMultiplierAbAttr, user, null, !showAbility, moveChance, move); if ((!move.hasAttr(FlinchAttr) || moveChance.value <= move.chance) && !move.hasAttr(SecretPowerAttr)) { const userSide = user.isPlayer() ? ArenaTagSide.PLAYER : ArenaTagSide.ENEMY; @@ -1240,7 +1242,7 @@ export class MoveEffectAttr extends MoveAttr { } if (!selfEffect) { - applyPreDefendAbAttrs(IgnoreMoveEffectsAbAttr, target, user, null, null, false, moveChance); + applyPreDefendAbAttrs(IgnoreMoveEffectsAbAttr, target, user, null, null, !showAbility, moveChance); } return moveChance.value; } @@ -1579,10 +1581,6 @@ export class SurviveDamageAttr extends ModifiedDamageAttr { return Math.min(damage, target.hp - 1); } - getCondition(): MoveConditionFunc { - return (user, target, move) => target.hp > 1; - } - getUserBenefitScore(user: Pokemon, target: Pokemon, move: Move): number { return target.hp > 1 ? 0 : -20; } @@ -1646,7 +1644,7 @@ export class RecoilAttr extends MoveEffectAttr { return false; } - user.damageAndUpdate(recoilDamage, HitResult.OTHER, false, true, true); + user.damageAndUpdate(recoilDamage, { result: HitResult.INDIRECT, ignoreSegments: true }); globalScene.queueMessage(i18next.t("moveTriggers:hitWithRecoil", { pokemonName: getPokemonNameWithAffix(user) })); user.turnData.damageTaken += recoilDamage; @@ -1678,7 +1676,7 @@ export class SacrificialAttr extends MoveEffectAttr { * @returns true if the function succeeds **/ apply(user: Pokemon, target: Pokemon, move: Move, args: any[]): boolean { - user.damageAndUpdate(user.hp, HitResult.OTHER, false, true, true); + user.damageAndUpdate(user.hp, { result: HitResult.INDIRECT, ignoreSegments: true }); user.turnData.damageTaken += user.hp; return true; @@ -1716,7 +1714,7 @@ export class SacrificialAttrOnHit extends MoveEffectAttr { return false; } - user.damageAndUpdate(user.hp, HitResult.OTHER, false, true, true); + user.damageAndUpdate(user.hp, { result: HitResult.INDIRECT, ignoreSegments: true }); user.turnData.damageTaken += user.hp; return true; @@ -1758,7 +1756,7 @@ export class HalfSacrificialAttr extends MoveEffectAttr { // Check to see if the Pokemon has an ability that blocks non-direct damage applyAbAttrs(BlockNonDirectDamageAbAttr, user, cancelled); if (!cancelled.value) { - user.damageAndUpdate(Utils.toDmgValue(user.getMaxHp() / 2), HitResult.OTHER, false, true, true); + user.damageAndUpdate(Utils.toDmgValue(user.getMaxHp() / 2), { result: HitResult.INDIRECT, ignoreSegments: true }); globalScene.queueMessage(i18next.t("moveTriggers:cutHpPowerUpMove", { pokemonName: getPokemonNameWithAffix(user) })); // Queue recoil message } return true; @@ -1805,7 +1803,7 @@ export class AddSubstituteAttr extends MoveEffectAttr { } const damageTaken = this.roundUp ? Math.ceil(user.getMaxHp() * this.hpCost) : Math.floor(user.getMaxHp() * this.hpCost); - user.damageAndUpdate(damageTaken, HitResult.OTHER, false, true, true); + user.damageAndUpdate(damageTaken, { result: HitResult.INDIRECT, ignoreSegments: true, ignoreFaintPhase: true }); user.addTag(BattlerTagType.SUBSTITUTE, 0, move.id, user.id); return true; } @@ -1880,14 +1878,14 @@ export class HealAttr extends MoveEffectAttr { */ export class PartyStatusCureAttr extends MoveEffectAttr { /** Message to display after using move */ - private message: string; + private message: string | null; /** Skips mons with this ability, ie. Soundproof */ private abilityCondition: Abilities; constructor(message: string | null, abilityCondition: Abilities) { super(); - this.message = message!; // TODO: is this bang correct? + this.message = message; this.abilityCondition = abilityCondition; } @@ -1955,7 +1953,7 @@ export class FlameBurstAttr extends MoveEffectAttr { return false; } - targetAlly.damageAndUpdate(Math.max(1, Math.floor(1 / 16 * targetAlly.getMaxHp())), HitResult.OTHER); + targetAlly.damageAndUpdate(Math.max(1, Math.floor(1 / 16 * targetAlly.getMaxHp())), { result: HitResult.INDIRECT }); return true; } @@ -2102,10 +2100,10 @@ export class BoostHealAttr extends HealAttr { /** The lambda expression to check against when boosting the healing value */ private condition?: MoveConditionFunc; - constructor(normalHealRatio?: number, boostedHealRatio?: number, showAnim?: boolean, selfTarget?: boolean, condition?: MoveConditionFunc) { + constructor(normalHealRatio: number = 0.5, boostedHealRatio: number = 2 / 3, showAnim?: boolean, selfTarget?: boolean, condition?: MoveConditionFunc) { super(normalHealRatio, showAnim, selfTarget); - this.normalHealRatio = normalHealRatio!; // TODO: is this bang correct? - this.boostedHealRatio = boostedHealRatio!; // TODO: is this bang correct? + this.normalHealRatio = normalHealRatio; + this.boostedHealRatio = boostedHealRatio; this.condition = condition; } @@ -2850,7 +2848,7 @@ export class WeatherChangeAttr extends MoveEffectAttr { } apply(user: Pokemon, target: Pokemon, move: Move, args: any[]): boolean { - return globalScene.arena.trySetWeather(this.weatherType, true); + return globalScene.arena.trySetWeather(this.weatherType, user); } getCondition(): MoveConditionFunc { @@ -2869,7 +2867,7 @@ export class ClearWeatherAttr extends MoveEffectAttr { apply(user: Pokemon, target: Pokemon, move: Move, args: any[]): boolean { if (globalScene.arena.weather?.weatherType === this.weatherType) { - return globalScene.arena.trySetWeather(WeatherType.NONE, true); + return globalScene.arena.trySetWeather(WeatherType.NONE, user); } return false; @@ -2886,7 +2884,7 @@ export class TerrainChangeAttr extends MoveEffectAttr { } apply(user: Pokemon, target: Pokemon, move: Move, args: any[]): boolean { - return globalScene.arena.trySetTerrain(this.terrainType, true, true); + return globalScene.arena.trySetTerrain(this.terrainType, true, user); } getCondition(): MoveConditionFunc { @@ -2905,7 +2903,7 @@ export class ClearTerrainAttr extends MoveEffectAttr { } apply(user: Pokemon, target: Pokemon, move: Move, args: any[]): boolean { - return globalScene.arena.trySetTerrain(TerrainType.NONE, true, true); + return globalScene.arena.trySetTerrain(TerrainType.NONE, true, user); } } @@ -3373,14 +3371,14 @@ export class SecretPowerAttr extends MoveEffectAttr { export class PostVictoryStatStageChangeAttr extends MoveAttr { private stats: BattleStat[]; private stages: number; - private condition: MoveConditionFunc | null; + private condition?: MoveConditionFunc; private showMessage: boolean; constructor(stats: BattleStat[], stages: number, selfTarget?: boolean, condition?: MoveConditionFunc, showMessage: boolean = true, firstHitOnly: boolean = false) { super(); this.stats = stats; this.stages = stages; - this.condition = condition!; // TODO: is this bang correct? + this.condition = condition; this.showMessage = showMessage; } applyPostVictory(user: Pokemon, target: Pokemon, move: Move): void { @@ -3434,9 +3432,8 @@ export class CutHpStatStageBoostAttr extends StatStageChangeAttr { this.cutRatio = cutRatio; this.messageCallback = messageCallback; } - override apply(user: Pokemon, target: Pokemon, move: Move, args: any[]): boolean { - user.damageAndUpdate(Utils.toDmgValue(user.getMaxHp() / this.cutRatio), HitResult.OTHER, false, true); + user.damageAndUpdate(Utils.toDmgValue(user.getMaxHp() / this.cutRatio), { result: HitResult.INDIRECT }); user.updateInfo(); const ret = super.apply(user, target, move, args); if (this.messageCallback) { @@ -3653,7 +3650,7 @@ export class LessPPMorePowerAttr extends VariablePowerAttr { */ apply(user: Pokemon, target: Pokemon, move: Move, args: any[]): boolean { const ppMax = move.pp; - const ppUsed = user.moveset.find((m) => m?.moveId === move.id)?.ppUsed!; // TODO: is the bang correct? + const ppUsed = user.moveset.find((m) => m.moveId === move.id)?.ppUsed ?? 0; let ppRemains = ppMax - ppUsed; /** Reduce to 0 to avoid negative numbers if user has 1PP before attack and target has Ability.PRESSURE */ @@ -3779,7 +3776,13 @@ export abstract class ConsecutiveUsePowerMultiplierAttr extends MovePowerMultipl let count = 0; let turnMove: TurnMove | undefined; - while (((turnMove = moveHistory.shift())?.move === move.id || (comboMoves.length && comboMoves.includes(turnMove?.move!))) && (!resetOnFail || turnMove?.result === MoveResult.SUCCESS)) { // TODO: is this bang correct? + while ( + ( + (turnMove = moveHistory.shift())?.move === move.id + || (comboMoves.length && comboMoves.includes(turnMove?.move ?? Moves.NONE)) + ) + && (!resetOnFail || turnMove?.result === MoveResult.SUCCESS) + ) { if (count < (limit - 1)) { count++; } else if (resetOnLimit) { @@ -4365,8 +4368,8 @@ export class LastMoveDoublePowerAttr extends VariablePowerAttr { for (const p of pokemonActed) { const [ lastMove ] = p.getLastXMoves(1); - if (lastMove?.result !== MoveResult.FAIL) { - if ((lastMove?.result === MoveResult.SUCCESS) && (lastMove?.move === this.move)) { + if (lastMove.result !== MoveResult.FAIL) { + if ((lastMove.result === MoveResult.SUCCESS) && (lastMove.move === this.move)) { power.value *= 2; return true; } else { @@ -4792,8 +4795,8 @@ export class ShellSideArmCategoryAttr extends VariableMoveCategoryAttr { apply(user: Pokemon, target: Pokemon, move: Move, args: any[]): boolean { const category = (args[0] as Utils.NumberHolder); - const predictedPhysDmg = target.getBaseDamage(user, move, MoveCategory.PHYSICAL, true, true); - const predictedSpecDmg = target.getBaseDamage(user, move, MoveCategory.SPECIAL, true, true); + const predictedPhysDmg = target.getBaseDamage(user, move, MoveCategory.PHYSICAL, true, true, true, true); + const predictedSpecDmg = target.getBaseDamage(user, move, MoveCategory.SPECIAL, true, true, true, true); if (predictedPhysDmg > predictedSpecDmg) { category.value = MoveCategory.PHYSICAL; @@ -5328,7 +5331,7 @@ const crashDamageFunc = (user: Pokemon, move: Move) => { return false; } - user.damageAndUpdate(Utils.toDmgValue(user.getMaxHp() / 2), HitResult.OTHER, false, true); + user.damageAndUpdate(Utils.toDmgValue(user.getMaxHp() / 2), { result: HitResult.INDIRECT }); globalScene.queueMessage(i18next.t("moveTriggers:keptGoingAndCrashed", { pokemonName: getPokemonNameWithAffix(user) })); user.turnData.damageTaken += Utils.toDmgValue(user.getMaxHp() / 2); @@ -5461,7 +5464,7 @@ export class AddBattlerTagAttr extends MoveEffectAttr { : null; } - getTagTargetBenefitScore(user: Pokemon, target: Pokemon, move: Move): number | void { + getTagTargetBenefitScore(): number { switch (this.tagType) { case BattlerTagType.RECHARGING: case BattlerTagType.PERISH_SONG: @@ -5506,6 +5509,9 @@ export class AddBattlerTagAttr extends MoveEffectAttr { case BattlerTagType.CRIT_BOOST: case BattlerTagType.ALWAYS_CRIT: return 5; + default: + console.warn(`BattlerTag ${BattlerTagType[this.tagType]} is missing a score!`); + return 0; } } @@ -5514,7 +5520,7 @@ export class AddBattlerTagAttr extends MoveEffectAttr { if (moveChance < 0) { moveChance = 100; } - return Math.floor(this.getTagTargetBenefitScore(user, target, move)! * (moveChance / 100)); // TODO: is the bang correct? + return Math.floor(this.getTagTargetBenefitScore() * (moveChance / 100)); } } @@ -5542,6 +5548,31 @@ export class LeechSeedAttr extends AddBattlerTagAttr { } } +/** + * Adds the appropriate battler tag for Smack Down and Thousand arrows + * @extends AddBattlerTagAttr + */ +export class FallDownAttr extends AddBattlerTagAttr { + constructor() { + super(BattlerTagType.IGNORE_FLYING, false, false, 1, 1, true); + } + + /** + * Adds Grounded Tag to the target and checks if fallDown message should be displayed + * @param user the {@linkcode Pokemon} using the move + * @param target the {@linkcode Pokemon} targeted by the move + * @param move the {@linkcode Move} invoking this effect + * @param args n/a + * @returns `true` if the effect successfully applies; `false` otherwise + */ + apply(user: Pokemon, target: Pokemon, move: Move, args: any[]): boolean { + if (!target.isGrounded()) { + globalScene.queueMessage(i18next.t("moveTriggers:fallDown", { targetPokemonName: getPokemonNameWithAffix(target) })); + } + return super.apply(user, target, move, args); + } +} + /** * Adds the appropriate battler tag for Gulp Missile when Surf or Dive is used. * @extends MoveEffectAttr @@ -5624,7 +5655,7 @@ export class CurseAttr extends MoveEffectAttr { return false; } const curseRecoilDamage = Math.max(1, Math.floor(user.getMaxHp() / 2)); - user.damageAndUpdate(curseRecoilDamage, HitResult.OTHER, false, true, true); + user.damageAndUpdate(curseRecoilDamage, { result: HitResult.INDIRECT, ignoreSegments: true }); globalScene.queueMessage( i18next.t("battlerTags:cursedOnAdd", { pokemonNameWithAffix: getPokemonNameWithAffix(user), @@ -5744,7 +5775,7 @@ export class ProtectAttr extends AddBattlerTagAttr { while (moveHistory.length) { turnMove = moveHistory.shift(); - if (!allMoves[turnMove?.move!].hasAttr(ProtectAttr) || turnMove?.result !== MoveResult.SUCCESS) { // TODO: is the bang correct? + if (!allMoves[turnMove?.move ?? Moves.NONE].hasAttr(ProtectAttr) || turnMove?.result !== MoveResult.SUCCESS) { break; } timesUsed++; @@ -6133,9 +6164,16 @@ export class RevivalBlessingAttr extends MoveEffectAttr { if (globalScene.currentBattle.double && globalScene.getEnemyParty().length > 1) { const allyPokemon = user.getAlly(); - if (slotIndex <= 1) { - globalScene.unshiftPhase(new SwitchSummonPhase(SwitchType.SWITCH, pokemon.getFieldIndex(), slotIndex, false, false)); - } else if (allyPokemon.isFainted()) { + // Handle cases where revived pokemon needs to get switched in on same turn + if (allyPokemon.isFainted() || allyPokemon === pokemon) { + // Enemy switch phase should be removed and replaced with the revived pkmn switching in + globalScene.tryRemovePhase((phase: SwitchSummonPhase) => phase instanceof SwitchSummonPhase && phase.getPokemon() === pokemon); + // If the pokemon being revived was alive earlier in the turn, cancel its move + // (revived pokemon can't move in the turn they're brought back) + globalScene.findPhase((phase: MovePhase) => phase.pokemon === pokemon)?.cancel(); + if (user.fieldPosition === FieldPosition.CENTER) { + user.setFieldPosition(FieldPosition.LEFT); + } globalScene.unshiftPhase(new SwitchSummonPhase(SwitchType.SWITCH, allyPokemon.getFieldIndex(), slotIndex, false, false)); } } @@ -6413,7 +6451,7 @@ export class ForceSwitchOutAttr extends MoveEffectAttr { export class ChillyReceptionAttr extends ForceSwitchOutAttr { apply(user: Pokemon, target: Pokemon, move: Move, args: any[]): boolean { - globalScene.arena.trySetWeather(WeatherType.SNOW, true); + globalScene.arena.trySetWeather(WeatherType.SNOW, user); return super.apply(user, target, move, args); } @@ -6656,7 +6694,7 @@ export class FirstMoveTypeAttr extends MoveEffectAttr { return false; } - const firstMoveType = target.getMoveset()[0]?.getMove().type!; // TODO: is this bang correct? + const firstMoveType = target.getMoveset()[0].getMove().type; user.summonData.types = [ firstMoveType ]; globalScene.queueMessage(i18next.t("battle:transformedIntoType", { pokemonName: getPokemonNameWithAffix(user), type: i18next.t(`pokemonInfo:Type.${PokemonType[firstMoveType]}`) })); @@ -6677,6 +6715,8 @@ class CallMoveAttr extends OverrideMoveEffectAttr { const replaceMoveTarget = move.moveTarget === MoveTarget.NEAR_OTHER ? MoveTarget.NEAR_ENEMY : undefined; const moveTargets = getMoveTargets(user, move.id, replaceMoveTarget); if (moveTargets.targets.length === 0) { + globalScene.queueMessage(i18next.t("battle:attackFailed")); + console.log("CallMoveAttr failed due to no targets."); return false; } const targets = moveTargets.multiple || moveTargets.targets.length === 1 @@ -6941,7 +6981,8 @@ export class CopyMoveAttr extends CallMoveAttr { getCondition(): MoveConditionFunc { return (user, target, move) => { if (this.mirrorMove) { - return target.getMoveHistory().length !== 0; + const lastMove = target.getLastXMoves()[0]?.move; + return !!lastMove && !this.invalidMoves.has(lastMove); } else { const lastMove = globalScene.currentBattle.lastMove; return lastMove !== undefined && !this.invalidMoves.has(lastMove); @@ -6972,7 +7013,7 @@ export class RepeatMoveAttr extends MoveEffectAttr { apply(user: Pokemon, target: Pokemon, move: Move, args: any[]): boolean { // get the last move used (excluding status based failures) as well as the corresponding moveset slot const lastMove = target.getLastXMoves(-1).find(m => m.move !== Moves.NONE)!; - const movesetMove = target.getMoveset().find(m => m?.moveId === lastMove.move)!; + const movesetMove = target.getMoveset().find(m => m.moveId === lastMove.move)!; // If the last move used can hit more than one target or has variable targets, // re-compute the targets for the attack // (mainly for alternating double/single battle shenanigans) @@ -7006,7 +7047,7 @@ export class RepeatMoveAttr extends MoveEffectAttr { getCondition(): MoveConditionFunc { return (user, target, move) => { const lastMove = target.getLastXMoves(-1).find(m => m.move !== Moves.NONE); - const movesetMove = target.getMoveset().find(m => m?.moveId === lastMove?.move); + const movesetMove = target.getMoveset().find(m => m.moveId === lastMove?.move); const uninstructableMoves = [ // Locking/Continually Executed moves Moves.OUTRAGE, @@ -7101,19 +7142,19 @@ export class ReducePpMoveAttr extends MoveEffectAttr { * * @param user {@linkcode Pokemon} that used the attack * @param target {@linkcode Pokemon} targeted by the attack - * @param move {@linkcode Move} being used + * @param move N/A * @param args N/A - * @returns {boolean} true + * @returns `true` */ apply(user: Pokemon, target: Pokemon, move: Move, args: any[]): boolean { // Null checks can be skipped due to condition function - const lastMove = target.getLastXMoves().find(() => true); - const movesetMove = target.getMoveset().find(m => m?.moveId === lastMove?.move); - const lastPpUsed = movesetMove?.ppUsed!; // TODO: is the bang correct? - movesetMove!.ppUsed = Math.min((movesetMove?.ppUsed!) + this.reduction, movesetMove?.getMovePp()!); // TODO: is the bang correct? + const lastMove = target.getLastXMoves()[0]; + const movesetMove = target.getMoveset().find(m => m.moveId === lastMove.move)!; + const lastPpUsed = movesetMove.ppUsed; + movesetMove.ppUsed = Math.min((lastPpUsed) + this.reduction, movesetMove.getMovePp()); - const message = i18next.t("battle:ppReduced", { targetName: getPokemonNameWithAffix(target), moveName: movesetMove?.getName(), reduction: (movesetMove?.ppUsed!) - lastPpUsed }); // TODO: is the bang correct? - globalScene.eventTarget.dispatchEvent(new MoveUsedEvent(target?.id, movesetMove?.getMove()!, movesetMove?.ppUsed!)); // TODO: are these bangs correct? + const message = i18next.t("battle:ppReduced", { targetName: getPokemonNameWithAffix(target), moveName: movesetMove.getName(), reduction: (movesetMove.ppUsed) - lastPpUsed }); + globalScene.eventTarget.dispatchEvent(new MoveUsedEvent(target.id, movesetMove.getMove(), movesetMove.ppUsed)); globalScene.queueMessage(message); return true; @@ -7121,9 +7162,9 @@ export class ReducePpMoveAttr extends MoveEffectAttr { getCondition(): MoveConditionFunc { return (user, target, move) => { - const lastMove = target.getLastXMoves().find(() => true); + const lastMove = target.getLastXMoves()[0]; if (lastMove) { - const movesetMove = target.getMoveset().find(m => m?.moveId === lastMove.move); + const movesetMove = target.getMoveset().find(m => m.moveId === lastMove.move); return !!movesetMove?.getPpRatio(); } return false; @@ -7131,9 +7172,9 @@ export class ReducePpMoveAttr extends MoveEffectAttr { } getTargetBenefitScore(user: Pokemon, target: Pokemon, move: Move): number { - const lastMove = target.getLastXMoves().find(() => true); + const lastMove = target.getLastXMoves()[0]; if (lastMove) { - const movesetMove = target.getMoveset().find(m => m?.moveId === lastMove.move); + const movesetMove = target.getMoveset().find(m => m.moveId === lastMove.move); if (movesetMove) { const maxPp = movesetMove.getMovePp(); const ppLeft = maxPp - movesetMove.ppUsed; @@ -7170,7 +7211,7 @@ export class AttackReducePpMoveAttr extends ReducePpMoveAttr { apply(user: Pokemon, target: Pokemon, move: Move, args: any[]): boolean { const lastMove = target.getLastXMoves().find(() => true); if (lastMove) { - const movesetMove = target.getMoveset().find(m => m?.moveId === lastMove.move); + const movesetMove = target.getMoveset().find(m => m.moveId === lastMove.move); if (Boolean(movesetMove?.getPpRatio())) { super.apply(user, target, move, args); } @@ -7216,7 +7257,7 @@ export class MovesetCopyMoveAttr extends OverrideMoveEffectAttr { const copiedMove = allMoves[targetMoves[0].move]; - const thisMoveIndex = user.getMoveset().findIndex(m => m?.moveId === move.id); + const thisMoveIndex = user.getMoveset().findIndex(m => m.moveId === move.id); if (thisMoveIndex === -1) { return false; @@ -7268,7 +7309,7 @@ export class SketchAttr extends MoveEffectAttr { } const sketchedMove = allMoves[targetMove.move]; - const sketchIndex = user.getMoveset().findIndex(m => m?.moveId === move.id); + const sketchIndex = user.getMoveset().findIndex(m => m.moveId === move.id); if (sketchIndex === -1) { return false; } @@ -7307,7 +7348,7 @@ export class SketchAttr extends MoveEffectAttr { return false; } - if (user.getMoveset().find(m => m?.moveId === targetMove.move)) { + if (user.getMoveset().find(m => m.moveId === targetMove.move)) { return false; } @@ -7341,7 +7382,7 @@ export class AbilityChangeAttr extends MoveEffectAttr { } getCondition(): MoveConditionFunc { - return (user, target, move) => !(this.selfTarget ? user : target).getAbility().hasAttr(UnsuppressableAbilityAbAttr) && (this.selfTarget ? user : target).getAbility().id !== this.ability; + return (user, target, move) => (this.selfTarget ? user : target).getAbility().isReplaceable && (this.selfTarget ? user : target).getAbility().id !== this.ability; } } @@ -7373,9 +7414,9 @@ export class AbilityCopyAttr extends MoveEffectAttr { getCondition(): MoveConditionFunc { return (user, target, move) => { - let ret = !target.getAbility().hasAttr(UncopiableAbilityAbAttr) && !user.getAbility().hasAttr(UnsuppressableAbilityAbAttr); + let ret = target.getAbility().isCopiable && user.getAbility().isReplaceable; if (this.copyToPartner && globalScene.currentBattle?.double) { - ret = ret && (!user.getAlly().hp || !user.getAlly().getAbility().hasAttr(UnsuppressableAbilityAbAttr)); + ret = ret && (!user.getAlly().hp || user.getAlly().getAbility().isReplaceable); } else { ret = ret && user.getAbility().id !== target.getAbility().id; } @@ -7404,7 +7445,7 @@ export class AbilityGiveAttr extends MoveEffectAttr { } getCondition(): MoveConditionFunc { - return (user, target, move) => !user.getAbility().hasAttr(UncopiableAbilityAbAttr) && !target.getAbility().hasAttr(UnsuppressableAbilityAbAttr) && user.getAbility().id !== target.getAbility().id; + return (user, target, move) => user.getAbility().isCopiable && target.getAbility().isReplaceable && user.getAbility().id !== target.getAbility().id; } } @@ -7427,7 +7468,7 @@ export class SwitchAbilitiesAttr extends MoveEffectAttr { } getCondition(): MoveConditionFunc { - return (user, target, move) => !user.getAbility().hasAttr(UnswappableAbilityAbAttr) && !target.getAbility().hasAttr(UnswappableAbilityAbAttr); + return (user, target, move) => [user, target].every(pkmn => pkmn.getAbility().isSwappable); } } @@ -7457,7 +7498,7 @@ export class SuppressAbilitiesAttr extends MoveEffectAttr { /** Causes the effect to fail when the target's ability is unsupressable or already suppressed. */ getCondition(): MoveConditionFunc { - return (user, target, move) => !target.getAbility().hasAttr(UnsuppressableAbilityAbAttr) && !target.summonData.abilitySuppressed; + return (user, target, move) => target.getAbility().isSuppressable && !target.summonData.abilitySuppressed; } } @@ -7757,7 +7798,7 @@ export class LastResortAttr extends MoveAttr { getCondition(): MoveConditionFunc { return (user: Pokemon, target: Pokemon, move: Move) => { const uniqueUsedMoveIds = new Set(); - const movesetMoveIds = user.getMoveset().map(m => m?.moveId); + const movesetMoveIds = user.getMoveset().map(m => m.moveId); user.getMoveHistory().map(m => { if (m.move !== move.id && movesetMoveIds.find(mm => mm === m.move)) { uniqueUsedMoveIds.add(m.move); @@ -8071,7 +8112,7 @@ export class ResistLastMoveTypeAttr extends MoveEffectAttr { for (let i = 0; i < Object.keys(PokemonType).length; i++) { const multiplier = new NumberHolder(1); multiplier.value = getTypeDamageMultiplier(type, i); - applyChallenges(gameMode, ChallengeType.TYPE_EFFECTIVENESS, multiplier); + applyChallenges(ChallengeType.TYPE_EFFECTIVENESS, multiplier); if (multiplier.value < 1) { typeResistances.push(i); } @@ -8537,7 +8578,7 @@ export function initMoves() { new SelfStatusMove(Moves.METRONOME, PokemonType.NORMAL, -1, 10, -1, 0, 1) .attr(RandomMoveAttr, invalidMetronomeMoves), new StatusMove(Moves.MIRROR_MOVE, PokemonType.FLYING, -1, 20, -1, 0, 1) - .attr(CopyMoveAttr, true), + .attr(CopyMoveAttr, true, invalidMirrorMoveMoves), new AttackMove(Moves.SELF_DESTRUCT, PokemonType.NORMAL, MoveCategory.PHYSICAL, 200, 100, 5, -1, 0, 1) .attr(SacrificialAttr) .makesContact(false) @@ -8650,7 +8691,7 @@ export function initMoves() { new SelfStatusMove(Moves.REST, PokemonType.PSYCHIC, -1, 5, -1, 0, 1) .attr(StatusEffectAttr, StatusEffect.SLEEP, true, 3, true) .attr(HealAttr, 1, true) - .condition((user, target, move) => !user.isFullHp() && user.canSetStatus(StatusEffect.SLEEP, true, true)) + .condition((user, target, move) => !user.isFullHp() && user.canSetStatus(StatusEffect.SLEEP, true, true, user)) .triageMove(), new AttackMove(Moves.ROCK_SLIDE, PokemonType.ROCK, MoveCategory.PHYSICAL, 75, 90, 10, 30, 0, 1) .attr(FlinchAttr) @@ -9153,7 +9194,17 @@ export function initMoves() { .attr(FlinchAttr), new AttackMove(Moves.WEATHER_BALL, PokemonType.NORMAL, MoveCategory.SPECIAL, 50, 100, 10, -1, 0, 3) .attr(WeatherBallTypeAttr) - .attr(MovePowerMultiplierAttr, (user, target, move) => [ WeatherType.SUNNY, WeatherType.RAIN, WeatherType.SANDSTORM, WeatherType.HAIL, WeatherType.SNOW, WeatherType.FOG, WeatherType.HEAVY_RAIN, WeatherType.HARSH_SUN ].includes(globalScene.arena.weather?.weatherType!) && !globalScene.arena.weather?.isEffectSuppressed() ? 2 : 1) // TODO: is this bang correct? + .attr(MovePowerMultiplierAttr, (user, target, move) => { + const weather = globalScene.arena.weather; + if (!weather) { + return 1; + } + const weatherTypes = [ WeatherType.SUNNY, WeatherType.RAIN, WeatherType.SANDSTORM, WeatherType.HAIL, WeatherType.SNOW, WeatherType.FOG, WeatherType.HEAVY_RAIN, WeatherType.HARSH_SUN ]; + if (weatherTypes.includes(weather.weatherType) && !weather.isEffectSuppressed()) { + return 2; + } + return 1; + }) .ballBombMove(), new StatusMove(Moves.AROMATHERAPY, PokemonType.GRASS, -1, 5, -1, 0, 3) .attr(PartyStatusCureAttr, i18next.t("moveTriggers:soothingAromaWaftedThroughArea"), Abilities.SAP_SIPPER) @@ -9393,7 +9444,13 @@ export function initMoves() { .attr(AbilityChangeAttr, Abilities.INSOMNIA) .reflectable(), new AttackMove(Moves.SUCKER_PUNCH, PokemonType.DARK, MoveCategory.PHYSICAL, 70, 100, 5, -1, 1, 4) - .condition((user, target, move) => globalScene.currentBattle.turnCommands[target.getBattlerIndex()]?.command === Command.FIGHT && !target.turnData.acted && allMoves[globalScene.currentBattle.turnCommands[target.getBattlerIndex()]?.move?.move!].category !== MoveCategory.STATUS), // TODO: is this bang correct? + .condition((user, target, move) => { + const turnCommand = globalScene.currentBattle.turnCommands[target.getBattlerIndex()]; + if (!turnCommand || !turnCommand.move) { + return false; + } + return (turnCommand.command === Command.FIGHT && !target.turnData.acted && allMoves[turnCommand.move.move].category !== MoveCategory.STATUS); + }), new StatusMove(Moves.TOXIC_SPIKES, PokemonType.POISON, -1, 20, -1, 0, 4) .attr(AddArenaTrapTagAttr, ArenaTagType.TOXIC_SPIKES) .target(MoveTarget.ENEMY_SIDE) @@ -9646,7 +9703,7 @@ export function initMoves() { .target(MoveTarget.BOTH_SIDES) .unimplemented(), new AttackMove(Moves.SMACK_DOWN, PokemonType.ROCK, MoveCategory.PHYSICAL, 50, 100, 15, 100, 0, 5) - .attr(AddBattlerTagAttr, BattlerTagType.IGNORE_FLYING, false, false, 1, 1, true) + .attr(FallDownAttr) .attr(AddBattlerTagAttr, BattlerTagType.INTERRUPTED) .attr(RemoveBattlerTagAttr, [ BattlerTagType.FLYING, BattlerTagType.FLOATING, BattlerTagType.TELEKINESIS ]) .attr(HitsTagAttr, BattlerTagType.FLYING) @@ -10097,7 +10154,7 @@ export function initMoves() { .triageMove(), new AttackMove(Moves.THOUSAND_ARROWS, PokemonType.GROUND, MoveCategory.PHYSICAL, 90, 100, 10, -1, 0, 6) .attr(NeutralDamageAgainstFlyingTypeMultiplierAttr) - .attr(AddBattlerTagAttr, BattlerTagType.IGNORE_FLYING, false, false, 1, 1, true) + .attr(FallDownAttr) .attr(HitsTagAttr, BattlerTagType.FLYING) .attr(HitsTagAttr, BattlerTagType.FLOATING) .attr(AddBattlerTagAttr, BattlerTagType.INTERRUPTED) @@ -10288,8 +10345,12 @@ export function initMoves() { .ignoresSubstitute(), new AttackMove(Moves.SMART_STRIKE, PokemonType.STEEL, MoveCategory.PHYSICAL, 70, -1, 10, -1, 0, 7), new StatusMove(Moves.PURIFY, PokemonType.POISON, -1, 20, -1, 0, 7) - .condition( - (user: Pokemon, target: Pokemon, move: Move) => isNonVolatileStatusEffect(target.status?.effect!)) // TODO: is this bang correct? + .condition((user, target, move) => { + if (!target.status) { + return false; + } + return isNonVolatileStatusEffect(target.status.effect); + }) .attr(HealAttr, 0.5) .attr(HealStatusEffectAttr, false, getNonVolatileStatusEffects()) .triageMove() @@ -11008,7 +11069,13 @@ export function initMoves() { .slicingMove(), new AttackMove(Moves.HYDRO_STEAM, PokemonType.WATER, MoveCategory.SPECIAL, 80, 100, 15, -1, 0, 9) .attr(IgnoreWeatherTypeDebuffAttr, WeatherType.SUNNY) - .attr(MovePowerMultiplierAttr, (user, target, move) => [ WeatherType.SUNNY, WeatherType.HARSH_SUN ].includes(globalScene.arena.weather?.weatherType!) && !globalScene.arena.weather?.isEffectSuppressed() ? 1.5 : 1), // TODO: is this bang correct? + .attr(MovePowerMultiplierAttr, (user, target, move) => { + const weather = globalScene.arena.weather; + if (!weather) { + return 1; + } + return [ WeatherType.SUNNY, WeatherType.HARSH_SUN ].includes(weather.weatherType) && !weather.isEffectSuppressed() ? 1.5 : 1; + }), new AttackMove(Moves.RUINATION, PokemonType.DARK, MoveCategory.SPECIAL, -1, 90, 10, -1, 0, 9) .attr(TargetHalfHpDamageAttr), new AttackMove(Moves.COLLISION_COURSE, PokemonType.FIGHTING, MoveCategory.PHYSICAL, 100, 100, 5, -1, 0, 9) @@ -11123,7 +11190,13 @@ export function initMoves() { .attr(ProtectAttr, BattlerTagType.BURNING_BULWARK) .condition(failIfLastCondition), new AttackMove(Moves.THUNDERCLAP, PokemonType.ELECTRIC, MoveCategory.SPECIAL, 70, 100, 5, -1, 1, 9) - .condition((user, target, move) => globalScene.currentBattle.turnCommands[target.getBattlerIndex()]?.command === Command.FIGHT && !target.turnData.acted && allMoves[globalScene.currentBattle.turnCommands[target.getBattlerIndex()]?.move?.move!].category !== MoveCategory.STATUS), // TODO: is this bang correct? + .condition((user, target, move) => { + const turnCommand = globalScene.currentBattle.turnCommands[target.getBattlerIndex()]; + if (!turnCommand || !turnCommand.move) { + return false; + } + return (turnCommand.command === Command.FIGHT && !target.turnData.acted && allMoves[turnCommand.move.move].category !== MoveCategory.STATUS); + }), new AttackMove(Moves.MIGHTY_CLEAVE, PokemonType.ROCK, MoveCategory.PHYSICAL, 95, 100, 5, -1, 0, 9) .slicingMove() .ignoresProtect(), diff --git a/src/data/mystery-encounters/encounters/a-trainers-test-encounter.ts b/src/data/mystery-encounters/encounters/a-trainers-test-encounter.ts index 6cea85346b3..a49157f8e88 100644 --- a/src/data/mystery-encounters/encounters/a-trainers-test-encounter.ts +++ b/src/data/mystery-encounters/encounters/a-trainers-test-encounter.ts @@ -6,7 +6,7 @@ import { setEncounterRewards, transitionMysteryEncounterIntroVisuals, } from "#app/data/mystery-encounters/utils/encounter-phase-utils"; -import { trainerConfigs } from "#app/data/trainer-config"; +import { trainerConfigs } from "#app/data/trainers/trainer-config"; import { MysteryEncounterType } from "#enums/mystery-encounter-type"; import type MysteryEncounter from "#app/data/mystery-encounters/mystery-encounter"; import { MysteryEncounterBuilder } from "#app/data/mystery-encounters/mystery-encounter"; diff --git a/src/data/mystery-encounters/encounters/absolute-avarice-encounter.ts b/src/data/mystery-encounters/encounters/absolute-avarice-encounter.ts index ca44782691d..85f40a41e51 100644 --- a/src/data/mystery-encounters/encounters/absolute-avarice-encounter.ts +++ b/src/data/mystery-encounters/encounters/absolute-avarice-encounter.ts @@ -31,7 +31,7 @@ import { catchPokemon, getHighestLevelPlayerPokemon, } from "#app/data/mystery-encounters/utils/encounter-pokemon-utils"; -import { TrainerSlot } from "#app/data/trainer-config"; +import { TrainerSlot } from "#enums/trainer-slot"; import { PokeballType } from "#enums/pokeball"; import type HeldModifierConfig from "#app/interfaces/held-modifier-config"; import type { BerryType } from "#enums/berry-type"; diff --git a/src/data/mystery-encounters/encounters/bug-type-superfan-encounter.ts b/src/data/mystery-encounters/encounters/bug-type-superfan-encounter.ts index 15cba1fa103..1e4c9a3b957 100644 --- a/src/data/mystery-encounters/encounters/bug-type-superfan-encounter.ts +++ b/src/data/mystery-encounters/encounters/bug-type-superfan-encounter.ts @@ -9,13 +9,10 @@ import { setEncounterRewards, transitionMysteryEncounterIntroVisuals, } from "#app/data/mystery-encounters/utils/encounter-phase-utils"; -import { - getRandomPartyMemberFunc, - trainerConfigs, - TrainerPartyCompoundTemplate, - TrainerPartyTemplate, - TrainerSlot, -} from "#app/data/trainer-config"; +import { getRandomPartyMemberFunc, trainerConfigs } from "#app/data/trainers/trainer-config"; +import { TrainerPartyCompoundTemplate } from "#app/data/trainers/TrainerPartyTemplate"; +import { TrainerPartyTemplate } from "#app/data/trainers/TrainerPartyTemplate"; +import { TrainerSlot } from "#enums/trainer-slot"; import { MysteryEncounterType } from "#enums/mystery-encounter-type"; import { PartyMemberStrength } from "#enums/party-member-strength"; import { globalScene } from "#app/global-scene"; diff --git a/src/data/mystery-encounters/encounters/clowning-around-encounter.ts b/src/data/mystery-encounters/encounters/clowning-around-encounter.ts index 2b499d938cd..eca99fc0c13 100644 --- a/src/data/mystery-encounters/encounters/clowning-around-encounter.ts +++ b/src/data/mystery-encounters/encounters/clowning-around-encounter.ts @@ -8,7 +8,9 @@ import { setEncounterRewards, transitionMysteryEncounterIntroVisuals, } from "#app/data/mystery-encounters/utils/encounter-phase-utils"; -import { trainerConfigs, TrainerPartyCompoundTemplate, TrainerPartyTemplate } from "#app/data/trainer-config"; +import { trainerConfigs } from "#app/data/trainers/trainer-config"; +import { TrainerPartyCompoundTemplate } from "#app/data/trainers/TrainerPartyTemplate"; +import { TrainerPartyTemplate } from "#app/data/trainers/TrainerPartyTemplate"; import { ModifierTier } from "#app/modifier/modifier-tier"; import type { PokemonHeldItemModifierType } from "#app/modifier/modifier-type"; import { ModifierPoolType, modifierTypes } from "#app/modifier/modifier-type"; diff --git a/src/data/mystery-encounters/encounters/dancing-lessons-encounter.ts b/src/data/mystery-encounters/encounters/dancing-lessons-encounter.ts index 91f168371cf..75527e1f8c1 100644 --- a/src/data/mystery-encounters/encounters/dancing-lessons-encounter.ts +++ b/src/data/mystery-encounters/encounters/dancing-lessons-encounter.ts @@ -20,7 +20,7 @@ import { STANDARD_ENCOUNTER_BOOSTED_LEVEL_MODIFIER, } from "#app/data/mystery-encounters/utils/encounter-pokemon-utils"; import { getPokemonSpecies } from "#app/data/pokemon-species"; -import { TrainerSlot } from "#app/data/trainer-config"; +import { TrainerSlot } from "#enums/trainer-slot"; import type { PlayerPokemon } from "#app/field/pokemon"; import type Pokemon from "#app/field/pokemon"; import { EnemyPokemon, PokemonMove } from "#app/field/pokemon"; diff --git a/src/data/mystery-encounters/encounters/delibirdy-encounter.ts b/src/data/mystery-encounters/encounters/delibirdy-encounter.ts index c1486ff100b..364484cb511 100644 --- a/src/data/mystery-encounters/encounters/delibirdy-encounter.ts +++ b/src/data/mystery-encounters/encounters/delibirdy-encounter.ts @@ -37,6 +37,7 @@ import { MysteryEncounterOptionMode } from "#enums/mystery-encounter-option-mode import { MysteryEncounterTier } from "#enums/mystery-encounter-tier"; import { MysteryEncounterType } from "#enums/mystery-encounter-type"; import { Species } from "#enums/species"; +import { timedEventManager } from "#app/global-event-manager"; /** the i18n namespace for this encounter */ const namespace = "mysteryEncounters/delibirdy"; @@ -56,7 +57,7 @@ const OPTION_3_DISALLOWED_MODIFIERS = [ const DELIBIRDY_MONEY_PRICE_MULTIPLIER = 2; const doEventReward = () => { - const event_buff = globalScene.eventManager.getDelibirdyBuff(); + const event_buff = timedEventManager.getDelibirdyBuff(); if (event_buff.length > 0) { const candidates = event_buff.filter(c => { const mtype = generateModifierType(modifierTypes[c]); diff --git a/src/data/mystery-encounters/encounters/fiery-fallout-encounter.ts b/src/data/mystery-encounters/encounters/fiery-fallout-encounter.ts index d9bd6983d97..6118fe3d0de 100644 --- a/src/data/mystery-encounters/encounters/fiery-fallout-encounter.ts +++ b/src/data/mystery-encounters/encounters/fiery-fallout-encounter.ts @@ -140,7 +140,8 @@ export const FieryFalloutEncounter: MysteryEncounter = MysteryEncounterBuilder.w // Load animations/sfx for Volcarona moves loadCustomMovesForEncounter([Moves.FIRE_SPIN, Moves.QUIVER_DANCE]); - globalScene.arena.trySetWeather(WeatherType.SUNNY, true); + const pokemon = globalScene.getEnemyPokemon(); + globalScene.arena.trySetWeather(WeatherType.SUNNY, pokemon); encounter.setDialogueToken("volcaronaName", getPokemonSpecies(Species.VOLCARONA).getName()); diff --git a/src/data/mystery-encounters/encounters/fun-and-games-encounter.ts b/src/data/mystery-encounters/encounters/fun-and-games-encounter.ts index c95810b94d0..282c6c149ff 100644 --- a/src/data/mystery-encounters/encounters/fun-and-games-encounter.ts +++ b/src/data/mystery-encounters/encounters/fun-and-games-encounter.ts @@ -10,7 +10,7 @@ import { globalScene } from "#app/global-scene"; import type MysteryEncounter from "#app/data/mystery-encounters/mystery-encounter"; import { MysteryEncounterBuilder } from "#app/data/mystery-encounters/mystery-encounter"; import { MysteryEncounterOptionBuilder } from "#app/data/mystery-encounters/mystery-encounter-option"; -import { TrainerSlot } from "#app/data/trainer-config"; +import { TrainerSlot } from "#enums/trainer-slot"; import type { PlayerPokemon } from "#app/field/pokemon"; import type Pokemon from "#app/field/pokemon"; import { FieldPosition } from "#app/field/pokemon"; diff --git a/src/data/mystery-encounters/encounters/global-trade-system-encounter.ts b/src/data/mystery-encounters/encounters/global-trade-system-encounter.ts index a81392941ba..f2b7001f81b 100644 --- a/src/data/mystery-encounters/encounters/global-trade-system-encounter.ts +++ b/src/data/mystery-encounters/encounters/global-trade-system-encounter.ts @@ -3,7 +3,7 @@ import { selectPokemonForOption, setEncounterRewards, } from "#app/data/mystery-encounters/utils/encounter-phase-utils"; -import { TrainerSlot } from "#app/data/trainer-config"; +import { TrainerSlot } from "#enums/trainer-slot"; import { ModifierTier } from "#app/modifier/modifier-tier"; import { MusicPreference } from "#app/system/settings/settings"; import type { ModifierTypeOption } from "#app/modifier/modifier-type"; @@ -23,7 +23,7 @@ import { allSpecies, getPokemonSpecies } from "#app/data/pokemon-species"; import { getTypeRgb } from "#app/data/type"; import { MysteryEncounterOptionBuilder } from "#app/data/mystery-encounters/mystery-encounter-option"; import { MysteryEncounterOptionMode } from "#enums/mystery-encounter-option-mode"; -import { NumberHolder, isNullOrUndefined, randInt, randSeedInt, randSeedShuffle } from "#app/utils"; +import { NumberHolder, isNullOrUndefined, randInt, randSeedInt, randSeedShuffle, randSeedItem } from "#app/utils"; import type { PlayerPokemon } from "#app/field/pokemon"; import type Pokemon from "#app/field/pokemon"; import { EnemyPokemon, PokemonMove } from "#app/field/pokemon"; @@ -41,11 +41,12 @@ import { Gender, getGenderSymbol } from "#app/data/gender"; import { getNatureName } from "#app/data/nature"; import { getPokeballAtlasKey, getPokeballTintColor } from "#app/data/pokeball"; import { getEncounterText, showEncounterText } from "#app/data/mystery-encounters/utils/encounter-dialogue-utils"; -import { trainerNamePools } from "#app/data/trainer-names"; import { CLASSIC_MODE_MYSTERY_ENCOUNTER_WAVES } from "#app/game-mode"; import { addPokemonDataToDexAndValidateAchievements } from "#app/data/mystery-encounters/utils/encounter-pokemon-utils"; import type { PokeballType } from "#enums/pokeball"; import { doShinySparkleAnim } from "#app/field/anims"; +import { TrainerType } from "#enums/trainer-type"; +import { timedEventManager } from "#app/global-event-manager"; /** the i18n namespace for the encounter */ const namespace = "mysteryEncounters/globalTradeSystem"; @@ -273,8 +274,8 @@ export const GlobalTradeSystemEncounter: MysteryEncounter = MysteryEncounterBuil // Extra shiny roll at 1/128 odds (boosted by events and charms) if (!tradePokemon.shiny) { const shinyThreshold = new NumberHolder(WONDER_TRADE_SHINY_CHANCE); - if (globalScene.eventManager.isEventActive()) { - shinyThreshold.value *= globalScene.eventManager.getShinyMultiplier(); + if (timedEventManager.isEventActive()) { + shinyThreshold.value *= timedEventManager.getShinyMultiplier(); } globalScene.applyModifiers(ShinyRateBoosterModifier, true, shinyThreshold); @@ -306,7 +307,7 @@ export const GlobalTradeSystemEncounter: MysteryEncounter = MysteryEncounterBuil if (eggMoves) { // Cannot gen the rare egg move, only 1 of the first 3 common moves const eggMove = eggMoves[randSeedInt(3)]; - if (!tradePokemon.moveset.some(m => m?.moveId === eggMove)) { + if (!tradePokemon.moveset.some(m => m.moveId === eggMove)) { if (tradePokemon.moveset.length < 4) { tradePokemon.moveset.push(new PokemonMove(eggMove)); } else { @@ -982,15 +983,14 @@ function doTradeReceivedSequence( } function generateRandomTraderName() { - const length = Object.keys(trainerNamePools).length; + const length = TrainerType.YOUNGSTER - TrainerType.ACE_TRAINER + 1; // +1 avoids TrainerType.UNKNOWN - let trainerTypePool = trainerNamePools[randInt(length) + 1]; - while (!trainerTypePool) { - trainerTypePool = trainerNamePools[randInt(length) + 1]; - } + const trainerTypePool = i18next.t("trainersCommon:" + TrainerType[randInt(length) + 1], { returnObjects: true }); // Some trainers have 2 gendered pools, some do not - const genderedPool = trainerTypePool[randInt(trainerTypePool.length)]; - const trainerNameString = Array.isArray(genderedPool) ? genderedPool[randInt(genderedPool.length)] : genderedPool; + const gender = randInt(2) === 0 ? "MALE" : "FEMALE"; + const trainerNameString = randSeedItem( + Object.values(trainerTypePool.hasOwnProperty(gender) ? trainerTypePool[gender] : trainerTypePool), + ) as string; // Some names have an '&' symbol and need to be trimmed to a single name instead of a double name const trainerNames = trainerNameString.split(" & "); return trainerNames[randInt(trainerNames.length)]; diff --git a/src/data/mystery-encounters/encounters/mysterious-challengers-encounter.ts b/src/data/mystery-encounters/encounters/mysterious-challengers-encounter.ts index bf60e982b15..11924f93df4 100644 --- a/src/data/mystery-encounters/encounters/mysterious-challengers-encounter.ts +++ b/src/data/mystery-encounters/encounters/mysterious-challengers-encounter.ts @@ -3,12 +3,10 @@ import { initBattleWithEnemyConfig, setEncounterRewards, } from "#app/data/mystery-encounters/utils/encounter-phase-utils"; -import { - trainerConfigs, - TrainerPartyCompoundTemplate, - TrainerPartyTemplate, - trainerPartyTemplates, -} from "#app/data/trainer-config"; +import { trainerConfigs } from "#app/data/trainers/trainer-config"; +import { trainerPartyTemplates } from "#app/data/trainers/TrainerPartyTemplate"; +import { TrainerPartyCompoundTemplate } from "#app/data/trainers/TrainerPartyTemplate"; +import { TrainerPartyTemplate } from "#app/data/trainers/TrainerPartyTemplate"; import { ModifierTier } from "#app/modifier/modifier-tier"; import { modifierTypes } from "#app/modifier/modifier-type"; import { MysteryEncounterType } from "#enums/mystery-encounter-type"; diff --git a/src/data/mystery-encounters/encounters/safari-zone-encounter.ts b/src/data/mystery-encounters/encounters/safari-zone-encounter.ts index f231e4abdb8..8c45fde3079 100644 --- a/src/data/mystery-encounters/encounters/safari-zone-encounter.ts +++ b/src/data/mystery-encounters/encounters/safari-zone-encounter.ts @@ -10,7 +10,7 @@ import type MysteryEncounter from "#app/data/mystery-encounters/mystery-encounte import { MysteryEncounterBuilder } from "#app/data/mystery-encounters/mystery-encounter"; import type MysteryEncounterOption from "#app/data/mystery-encounters/mystery-encounter-option"; import { MysteryEncounterOptionBuilder } from "#app/data/mystery-encounters/mystery-encounter-option"; -import { TrainerSlot } from "#app/data/trainer-config"; +import { TrainerSlot } from "#enums/trainer-slot"; import { HiddenAbilityRateBoosterModifier, IvScannerModifier } from "#app/modifier/modifier"; import type { EnemyPokemon } from "#app/field/pokemon"; import { PokeballType } from "#enums/pokeball"; diff --git a/src/data/mystery-encounters/encounters/teleporting-hijinks-encounter.ts b/src/data/mystery-encounters/encounters/teleporting-hijinks-encounter.ts index c7220192caa..806a89a7131 100644 --- a/src/data/mystery-encounters/encounters/teleporting-hijinks-encounter.ts +++ b/src/data/mystery-encounters/encounters/teleporting-hijinks-encounter.ts @@ -24,7 +24,7 @@ import { Biome } from "#enums/biome"; import { getBiomeKey } from "#app/field/arena"; import { PokemonType } from "#enums/pokemon-type"; import { getPartyLuckValue, modifierTypes } from "#app/modifier/modifier-type"; -import { TrainerSlot } from "#app/data/trainer-config"; +import { TrainerSlot } from "#enums/trainer-slot"; import { BattlerTagType } from "#enums/battler-tag-type"; import { getPokemonNameWithAffix } from "#app/messages"; import { StatStageChangePhase } from "#app/phases/stat-stage-change-phase"; diff --git a/src/data/mystery-encounters/encounters/the-expert-pokemon-breeder-encounter.ts b/src/data/mystery-encounters/encounters/the-expert-pokemon-breeder-encounter.ts index 2b29046f738..c189e341089 100644 --- a/src/data/mystery-encounters/encounters/the-expert-pokemon-breeder-encounter.ts +++ b/src/data/mystery-encounters/encounters/the-expert-pokemon-breeder-encounter.ts @@ -4,7 +4,7 @@ import { initBattleWithEnemyConfig, setEncounterRewards, } from "#app/data/mystery-encounters/utils/encounter-phase-utils"; -import { trainerConfigs } from "#app/data/trainer-config"; +import { trainerConfigs } from "#app/data/trainers/trainer-config"; import { MysteryEncounterType } from "#enums/mystery-encounter-type"; import { globalScene } from "#app/global-scene"; import { randSeedShuffle } from "#app/utils"; @@ -30,7 +30,6 @@ import { MysteryEncounterOptionMode } from "#enums/mystery-encounter-option-mode import { modifierTypes } from "#app/modifier/modifier-type"; import { PokemonType } from "#enums/pokemon-type"; import { getPokeballTintColor } from "#app/data/pokeball"; -import type { PokemonHeldItemModifier } from "#app/modifier/modifier"; /** the i18n namespace for the encounter */ const namespace = "mysteryEncounters/theExpertPokemonBreeder"; diff --git a/src/data/mystery-encounters/encounters/the-strong-stuff-encounter.ts b/src/data/mystery-encounters/encounters/the-strong-stuff-encounter.ts index e54df048430..c994c6e993f 100644 --- a/src/data/mystery-encounters/encounters/the-strong-stuff-encounter.ts +++ b/src/data/mystery-encounters/encounters/the-strong-stuff-encounter.ts @@ -93,7 +93,7 @@ export const TheStrongStuffEncounter: MysteryEncounter = MysteryEncounterBuilder bossSegments: 5, shiny: false, // Shiny lock because shiny is rolled only if the battle option is picked customPokemonData: new CustomPokemonData({ spriteScale: 1.25 }), - nature: Nature.BOLD, + nature: Nature.HARDY, moveSet: [Moves.INFESTATION, Moves.SALT_CURE, Moves.GASTRO_ACID, Moves.HEAL_ORDER], modifierConfigs: [ { @@ -117,7 +117,7 @@ export const TheStrongStuffEncounter: MysteryEncounter = MysteryEncounterBuilder mysteryEncounterBattleEffects: (pokemon: Pokemon) => { queueEncounterMessage(`${namespace}:option.2.stat_boost`); globalScene.unshiftPhase( - new StatStageChangePhase(pokemon.getBattlerIndex(), true, [Stat.DEF, Stat.SPDEF], 2), + new StatStageChangePhase(pokemon.getBattlerIndex(), true, [Stat.DEF, Stat.SPDEF], 1), ); }, }, diff --git a/src/data/mystery-encounters/encounters/trash-to-treasure-encounter.ts b/src/data/mystery-encounters/encounters/trash-to-treasure-encounter.ts index 1c617aa2c7f..e60fe0ddc18 100644 --- a/src/data/mystery-encounters/encounters/trash-to-treasure-encounter.ts +++ b/src/data/mystery-encounters/encounters/trash-to-treasure-encounter.ts @@ -27,6 +27,7 @@ import { Moves } from "#enums/moves"; import { BattlerIndex } from "#app/battle"; import { PokemonMove } from "#app/field/pokemon"; import { CLASSIC_MODE_MYSTERY_ENCOUNTER_WAVES } from "#app/game-mode"; +import { randSeedInt } from "#app/utils"; /** the i18n namespace for this encounter */ const namespace = "mysteryEncounters/trashToTreasure"; @@ -80,7 +81,43 @@ export const TrashToTreasureEncounter: MysteryEncounter = MysteryEncounterBuilde shiny: false, // Shiny lock because of custom intro sprite formIndex: 1, // Gmax bossSegmentModifier: 1, // +1 Segment from normal - moveSet: [Moves.PAYBACK, Moves.GUNK_SHOT, Moves.STOMPING_TANTRUM, Moves.DRAIN_PUNCH], + moveSet: [Moves.GUNK_SHOT, Moves.STOMPING_TANTRUM, Moves.HAMMER_ARM, Moves.PAYBACK], + modifierConfigs: [ + { + modifier: generateModifierType(modifierTypes.BERRY) as PokemonHeldItemModifierType, + }, + { + modifier: generateModifierType(modifierTypes.BERRY) as PokemonHeldItemModifierType, + }, + { + modifier: generateModifierType(modifierTypes.BERRY) as PokemonHeldItemModifierType, + }, + { + modifier: generateModifierType(modifierTypes.BERRY) as PokemonHeldItemModifierType, + }, + { + modifier: generateModifierType(modifierTypes.BASE_STAT_BOOSTER) as PokemonHeldItemModifierType, + }, + { + modifier: generateModifierType(modifierTypes.BASE_STAT_BOOSTER) as PokemonHeldItemModifierType, + }, + { + modifier: generateModifierType(modifierTypes.TOXIC_ORB) as PokemonHeldItemModifierType, + stackCount: randSeedInt(2, 0), + }, + { + modifier: generateModifierType(modifierTypes.SOOTHE_BELL) as PokemonHeldItemModifierType, + stackCount: randSeedInt(2, 1), + }, + { + modifier: generateModifierType(modifierTypes.LUCKY_EGG) as PokemonHeldItemModifierType, + stackCount: randSeedInt(3, 1), + }, + { + modifier: generateModifierType(modifierTypes.GOLDEN_EGG) as PokemonHeldItemModifierType, + stackCount: randSeedInt(2, 0), + }, + ], }; const config: EnemyPartyConfig = { levelAdditiveModifier: 0.5, @@ -90,7 +127,7 @@ export const TrashToTreasureEncounter: MysteryEncounter = MysteryEncounterBuilde encounter.enemyPartyConfigs = [config]; // Load animations/sfx for Garbodor fight start moves - loadCustomMovesForEncounter([Moves.TOXIC, Moves.AMNESIA]); + loadCustomMovesForEncounter([Moves.TOXIC, Moves.STOCKPILE]); globalScene.loadSe("PRSFX- Dig2", "battle_anims", "PRSFX- Dig2.wav"); globalScene.loadSe("PRSFX- Venom Drench", "battle_anims", "PRSFX- Venom Drench.wav"); @@ -115,7 +152,7 @@ export const TrashToTreasureEncounter: MysteryEncounter = MysteryEncounterBuilde doGarbageDig(); }) .withOptionPhase(async () => { - // Gain 2 Leftovers and 2 Shell Bell + // Gain 2 Leftovers and 1 Shell Bell await transitionMysteryEncounterIntroVisuals(); await tryApplyDigRewardItems(); @@ -175,7 +212,7 @@ export const TrashToTreasureEncounter: MysteryEncounter = MysteryEncounterBuilde { sourceBattlerIndex: BattlerIndex.ENEMY, targets: [BattlerIndex.ENEMY], - move: new PokemonMove(Moves.AMNESIA), + move: new PokemonMove(Moves.STOCKPILE), ignorePp: true, }, ); @@ -231,21 +268,7 @@ async function tryApplyDigRewardItems() { true, ); - // First Shell bell - for (const pokemon of party) { - const heldItems = globalScene.findModifiers( - m => m instanceof PokemonHeldItemModifier && m.pokemonId === pokemon.id, - true, - ) as PokemonHeldItemModifier[]; - const existingShellBell = heldItems.find(m => m instanceof HitHealModifier) as HitHealModifier; - - if (!existingShellBell || existingShellBell.getStackCount() < existingShellBell.getMaxStackCount()) { - await applyModifierTypeToPlayerPokemon(pokemon, shellBell); - break; - } - } - - // Second Shell bell + // Only Shell bell for (const pokemon of party) { const heldItems = globalScene.findModifiers( m => m instanceof PokemonHeldItemModifier && m.pokemonId === pokemon.id, @@ -263,7 +286,7 @@ async function tryApplyDigRewardItems() { await showEncounterText( i18next.t("battle:rewardGainCount", { modifierName: shellBell.name, - count: 2, + count: 1, }), null, undefined, diff --git a/src/data/mystery-encounters/encounters/weird-dream-encounter.ts b/src/data/mystery-encounters/encounters/weird-dream-encounter.ts index 758e3fabd76..22ec52e976c 100644 --- a/src/data/mystery-encounters/encounters/weird-dream-encounter.ts +++ b/src/data/mystery-encounters/encounters/weird-dream-encounter.ts @@ -41,7 +41,8 @@ import { TrainerType } from "#enums/trainer-type"; import PokemonData from "#app/system/pokemon-data"; import { Nature } from "#enums/nature"; import type HeldModifierConfig from "#app/interfaces/held-modifier-config"; -import { trainerConfigs, TrainerPartyTemplate } from "#app/data/trainer-config"; +import { trainerConfigs } from "#app/data/trainers/trainer-config"; +import { TrainerPartyTemplate } from "#app/data/trainers/TrainerPartyTemplate"; import { PartyMemberStrength } from "#enums/party-member-strength"; /** i18n namespace for encounter */ @@ -781,7 +782,7 @@ async function addEggMoveToNewPokemonMoveset( let randomEggMoveIndex = eggMoveIndices.pop(); let randomEggMove = !isNullOrUndefined(randomEggMoveIndex) ? eggMoves[randomEggMoveIndex] : null; let retries = 0; - while (retries < 3 && (!randomEggMove || newPokemon.moveset.some(m => m?.moveId === randomEggMove))) { + while (retries < 3 && (!randomEggMove || newPokemon.moveset.some(m => m.moveId === randomEggMove))) { // If Pokemon already knows this move, roll for another egg move randomEggMoveIndex = eggMoveIndices.pop(); randomEggMove = !isNullOrUndefined(randomEggMoveIndex) ? eggMoves[randomEggMoveIndex] : null; @@ -789,7 +790,7 @@ async function addEggMoveToNewPokemonMoveset( } if (randomEggMove) { - if (!newPokemon.moveset.some(m => m?.moveId === randomEggMove)) { + if (!newPokemon.moveset.some(m => m.moveId === randomEggMove)) { if (newPokemon.moveset.length < 4) { newPokemon.moveset.push(new PokemonMove(randomEggMove)); } else { @@ -820,16 +821,13 @@ async function addEggMoveToNewPokemonMoveset( */ function addFavoredMoveToNewPokemonMoveset( newPokemon: PlayerPokemon, - newPokemonGeneratedMoveset: (PokemonMove | null)[], + newPokemonGeneratedMoveset: PokemonMove[], newEggMoveIndex: number | null, ) { let favoredMove: PokemonMove | null = null; for (const move of newPokemonGeneratedMoveset) { // Needs to match first type, second type will be replaced - if ( - move?.getMove().type === newPokemon.getTypes()[0] && - !newPokemon.moveset.some(m => m?.moveId === move?.moveId) - ) { + if (move?.getMove().type === newPokemon.getTypes()[0] && !newPokemon.moveset.some(m => m.moveId === move.moveId)) { favoredMove = move; break; } @@ -839,7 +837,7 @@ function addFavoredMoveToNewPokemonMoveset( if (!favoredMove) { for (const move of newPokemonGeneratedMoveset) { // Needs to match first type, second type will be replaced - if (!newPokemon.moveset.some(m => m?.moveId === move?.moveId)) { + if (!newPokemon.moveset.some(m => m.moveId === move.moveId)) { favoredMove = move; break; } diff --git a/src/data/mystery-encounters/mystery-encounter-requirements.ts b/src/data/mystery-encounters/mystery-encounter-requirements.ts index e9398547740..f9aedf2c1a7 100644 --- a/src/data/mystery-encounters/mystery-encounter-requirements.ts +++ b/src/data/mystery-encounters/mystery-encounter-requirements.ts @@ -576,19 +576,19 @@ export class MoveRequirement extends EncounterPokemonRequirement { return partyPokemon.filter( pokemon => (!this.excludeDisallowedPokemon || pokemon.isAllowedInBattle()) && - pokemon.moveset.some(move => move?.moveId && this.requiredMoves.includes(move.moveId)), + pokemon.moveset.some(move => move.moveId && this.requiredMoves.includes(move.moveId)), ); } // for an inverted query, we only want to get the pokemon that don't have ANY of the listed moves return partyPokemon.filter( pokemon => (!this.excludeDisallowedPokemon || pokemon.isAllowedInBattle()) && - !pokemon.moveset.some(move => move?.moveId && this.requiredMoves.includes(move.moveId)), + !pokemon.moveset.some(move => move.moveId && this.requiredMoves.includes(move.moveId)), ); } override getDialogueToken(pokemon?: PlayerPokemon): [string, string] { - const includedMoves = pokemon?.moveset.filter(move => move?.moveId && this.requiredMoves.includes(move.moveId)); + const includedMoves = pokemon?.moveset.filter(move => move.moveId && this.requiredMoves.includes(move.moveId)); if (includedMoves && includedMoves.length > 0 && includedMoves[0]) { return ["move", includedMoves[0].getName()]; } @@ -626,7 +626,7 @@ export class CompatibleMoveRequirement extends EncounterPokemonRequirement { return partyPokemon.filter( pokemon => this.requiredMoves.filter(learnableMove => - pokemon.compatibleTms.filter(tm => !pokemon.moveset.find(m => m?.moveId === tm)).includes(learnableMove), + pokemon.compatibleTms.filter(tm => !pokemon.moveset.find(m => m.moveId === tm)).includes(learnableMove), ).length > 0, ); } @@ -634,14 +634,14 @@ export class CompatibleMoveRequirement extends EncounterPokemonRequirement { return partyPokemon.filter( pokemon => this.requiredMoves.filter(learnableMove => - pokemon.compatibleTms.filter(tm => !pokemon.moveset.find(m => m?.moveId === tm)).includes(learnableMove), + pokemon.compatibleTms.filter(tm => !pokemon.moveset.find(m => m.moveId === tm)).includes(learnableMove), ).length === 0, ); } override getDialogueToken(pokemon?: PlayerPokemon): [string, string] { const includedCompatMoves = this.requiredMoves.filter(reqMove => - pokemon?.compatibleTms.filter(tm => !pokemon.moveset.find(m => m?.moveId === tm)).includes(reqMove), + pokemon?.compatibleTms.filter(tm => !pokemon.moveset.find(m => m.moveId === tm)).includes(reqMove), ); if (includedCompatMoves.length > 0) { return ["compatibleMove", Moves[includedCompatMoves[0]]]; diff --git a/src/data/mystery-encounters/mystery-encounters.ts b/src/data/mystery-encounters/mystery-encounters.ts index 354f69d0ca3..5dd952b2bce 100644 --- a/src/data/mystery-encounters/mystery-encounters.ts +++ b/src/data/mystery-encounters/mystery-encounters.ts @@ -332,7 +332,6 @@ export function initMysteryEncounters() { }); // Add ANY biome encounters to biome map - // eslint-disable-next-line let _encounterBiomeTableLog = ""; mysteryEncountersByBiome.forEach((biomeEncounters, biome) => { anyBiomeEncounters.forEach(encounter => { diff --git a/src/data/mystery-encounters/utils/encounter-phase-utils.ts b/src/data/mystery-encounters/utils/encounter-phase-utils.ts index d37ac340a7c..76d07bf01ba 100644 --- a/src/data/mystery-encounters/utils/encounter-phase-utils.ts +++ b/src/data/mystery-encounters/utils/encounter-phase-utils.ts @@ -43,8 +43,9 @@ import type { Moves } from "#enums/moves"; import { initMoveAnim, loadMoveAnimAssets } from "#app/data/battle-anims"; import { MysteryEncounterMode } from "#enums/mystery-encounter-mode"; import { Status } from "#app/data/status-effect"; -import type { TrainerConfig } from "#app/data/trainer-config"; -import { trainerConfigs, TrainerSlot } from "#app/data/trainer-config"; +import type { TrainerConfig } from "#app/data/trainers/trainer-config"; +import { trainerConfigs } from "#app/data/trainers/trainer-config"; +import { TrainerSlot } from "#enums/trainer-slot"; import type PokemonSpecies from "#app/data/pokemon-species"; import type { IEggOptions } from "#app/data/egg"; import { Egg } from "#app/data/egg"; @@ -64,6 +65,7 @@ import { getPokemonSpecies } from "#app/data/pokemon-species"; import { PokemonType } from "#enums/pokemon-type"; import { getNatureName } from "#app/data/nature"; import { getPokemonNameWithAffix } from "#app/messages"; +import { timedEventManager } from "#app/global-event-manager"; /** * Animates exclamation sprite over trainer's head at start of encounter @@ -1045,7 +1047,7 @@ export function handleMysteryEncounterTurnStartEffects(): boolean { export function getRandomEncounterSpecies(level: number, isBoss = false, rerollHidden = false): EnemyPokemon { let bossSpecies: PokemonSpecies; let isEventEncounter = false; - const eventEncounters = globalScene.eventManager.getEventEncounters(); + const eventEncounters = timedEventManager.getEventEncounters(); let formIndex: number | undefined; if (eventEncounters.length > 0 && randSeedInt(2) === 1) { diff --git a/src/data/mystery-encounters/utils/encounter-pokemon-utils.ts b/src/data/mystery-encounters/utils/encounter-pokemon-utils.ts index 275078dbace..a4787e819b8 100644 --- a/src/data/mystery-encounters/utils/encounter-pokemon-utils.ts +++ b/src/data/mystery-encounters/utils/encounter-pokemon-utils.ts @@ -741,6 +741,26 @@ export async function catchPokemon( false, ); }, + () => { + const attributes = { + shiny: pokemon.shiny, + variant: pokemon.variant, + form: pokemon.formIndex, + female: pokemon.gender === Gender.FEMALE, + }; + globalScene.ui.setOverlayMode( + Mode.POKEDEX_PAGE, + pokemon.species, + pokemon.formIndex, + attributes, + null, + () => { + globalScene.ui.setMode(Mode.MESSAGE).then(() => { + promptRelease(); + }); + }, + ); + }, () => { globalScene.ui.setMode( Mode.PARTY, diff --git a/src/data/pokemon-forms.ts b/src/data/pokemon-forms.ts index 4636e68d6d6..63e166c7fc4 100644 --- a/src/data/pokemon-forms.ts +++ b/src/data/pokemon-forms.ts @@ -363,7 +363,7 @@ export class SpeciesFormChangeMoveLearnedTrigger extends SpeciesFormChangeTrigge } canChange(pokemon: Pokemon): boolean { - return !!pokemon.moveset.filter(m => m?.moveId === this.move).length === this.known; + return !!pokemon.moveset.filter(m => m.moveId === this.move).length === this.known; } } diff --git a/src/data/pokemon-species.ts b/src/data/pokemon-species.ts index 1bf97209613..929d632eb0b 100644 --- a/src/data/pokemon-species.ts +++ b/src/data/pokemon-species.ts @@ -1383,7 +1383,7 @@ export function initSpecies() { new PokemonSpecies(Species.VENUSAUR, 1, false, false, false, "Seed Pokémon", PokemonType.GRASS, PokemonType.POISON, 2, 100, Abilities.OVERGROW, Abilities.NONE, Abilities.CHLOROPHYLL, 525, 80, 82, 83, 100, 100, 80, 45, 50, 263, GrowthRate.MEDIUM_SLOW, 87.5, true, true, new PokemonForm("Normal", "", PokemonType.GRASS, PokemonType.POISON, 2, 100, Abilities.OVERGROW, Abilities.NONE, Abilities.CHLOROPHYLL, 525, 80, 82, 83, 100, 100, 80, 45, 50, 263, true, null, true), new PokemonForm("Mega", SpeciesFormKey.MEGA, PokemonType.GRASS, PokemonType.POISON, 2.4, 155.5, Abilities.THICK_FAT, Abilities.THICK_FAT, Abilities.THICK_FAT, 625, 80, 100, 123, 122, 120, 80, 45, 50, 263, true), - new PokemonForm("G-Max", SpeciesFormKey.GIGANTAMAX, PokemonType.GRASS, PokemonType.POISON, 24, 999.9, Abilities.EFFECT_SPORE, Abilities.NONE, Abilities.EFFECT_SPORE, 625, 120, 82, 98, 130, 115, 80, 45, 50, 263, true), + new PokemonForm("G-Max", SpeciesFormKey.GIGANTAMAX, PokemonType.GRASS, PokemonType.POISON, 24, 999.9, Abilities.EFFECT_SPORE, Abilities.NONE, Abilities.EFFECT_SPORE, 625, 120, 122, 90, 108, 105, 80, 45, 50, 263, true), ), new PokemonSpecies(Species.CHARMANDER, 1, false, false, false, "Lizard Pokémon", PokemonType.FIRE, null, 0.6, 8.5, Abilities.BLAZE, Abilities.NONE, Abilities.SOLAR_POWER, 309, 39, 52, 43, 60, 50, 65, 45, 50, 62, GrowthRate.MEDIUM_SLOW, 87.5, false), new PokemonSpecies(Species.CHARMELEON, 1, false, false, false, "Flame Pokémon", PokemonType.FIRE, null, 1.1, 19, Abilities.BLAZE, Abilities.NONE, Abilities.SOLAR_POWER, 405, 58, 64, 58, 80, 65, 80, 45, 50, 142, GrowthRate.MEDIUM_SLOW, 87.5, false), @@ -1391,20 +1391,20 @@ export function initSpecies() { new PokemonForm("Normal", "", PokemonType.FIRE, PokemonType.FLYING, 1.7, 90.5, Abilities.BLAZE, Abilities.NONE, Abilities.SOLAR_POWER, 534, 78, 84, 78, 109, 85, 100, 45, 50, 267, false, null, true), new PokemonForm("Mega X", SpeciesFormKey.MEGA_X, PokemonType.FIRE, PokemonType.DRAGON, 1.7, 110.5, Abilities.TOUGH_CLAWS, Abilities.NONE, Abilities.TOUGH_CLAWS, 634, 78, 130, 111, 130, 85, 100, 45, 50, 267), new PokemonForm("Mega Y", SpeciesFormKey.MEGA_Y, PokemonType.FIRE, PokemonType.FLYING, 1.7, 100.5, Abilities.DROUGHT, Abilities.NONE, Abilities.DROUGHT, 634, 78, 104, 78, 159, 115, 100, 45, 50, 267), - new PokemonForm("G-Max", SpeciesFormKey.GIGANTAMAX, PokemonType.FIRE, PokemonType.FLYING, 28, 999.9, Abilities.BERSERK, Abilities.NONE, Abilities.BERSERK, 634, 118, 84, 93, 139, 100, 100, 45, 50, 267), + new PokemonForm("G-Max", SpeciesFormKey.GIGANTAMAX, PokemonType.FIRE, PokemonType.FLYING, 28, 999.9, Abilities.BERSERK, Abilities.NONE, Abilities.BERSERK, 634, 118, 99, 88, 134, 95, 100, 45, 50, 267), ), new PokemonSpecies(Species.SQUIRTLE, 1, false, false, false, "Tiny Turtle Pokémon", PokemonType.WATER, null, 0.5, 9, Abilities.TORRENT, Abilities.NONE, Abilities.RAIN_DISH, 314, 44, 48, 65, 50, 64, 43, 45, 50, 63, GrowthRate.MEDIUM_SLOW, 87.5, false), new PokemonSpecies(Species.WARTORTLE, 1, false, false, false, "Turtle Pokémon", PokemonType.WATER, null, 1, 22.5, Abilities.TORRENT, Abilities.NONE, Abilities.RAIN_DISH, 405, 59, 63, 80, 65, 80, 58, 45, 50, 142, GrowthRate.MEDIUM_SLOW, 87.5, false), new PokemonSpecies(Species.BLASTOISE, 1, false, false, false, "Shellfish Pokémon", PokemonType.WATER, null, 1.6, 85.5, Abilities.TORRENT, Abilities.NONE, Abilities.RAIN_DISH, 530, 79, 83, 100, 85, 105, 78, 45, 50, 265, GrowthRate.MEDIUM_SLOW, 87.5, false, true, new PokemonForm("Normal", "", PokemonType.WATER, null, 1.6, 85.5, Abilities.TORRENT, Abilities.NONE, Abilities.RAIN_DISH, 530, 79, 83, 100, 85, 105, 78, 45, 50, 265, false, null, true), new PokemonForm("Mega", SpeciesFormKey.MEGA, PokemonType.WATER, null, 1.6, 101.1, Abilities.MEGA_LAUNCHER, Abilities.NONE, Abilities.MEGA_LAUNCHER, 630, 79, 103, 120, 135, 115, 78, 45, 50, 265), - new PokemonForm("G-Max", SpeciesFormKey.GIGANTAMAX, PokemonType.WATER, PokemonType.STEEL, 25, 999.9, Abilities.SHELL_ARMOR, Abilities.NONE, Abilities.SHELL_ARMOR, 630, 119, 83, 135, 115, 110, 68, 45, 50, 265), + new PokemonForm("G-Max", SpeciesFormKey.GIGANTAMAX, PokemonType.WATER, PokemonType.STEEL, 25, 999.9, Abilities.SHELL_ARMOR, Abilities.NONE, Abilities.SHELL_ARMOR, 630, 119, 108, 125, 105, 110, 63, 45, 50, 265), ), new PokemonSpecies(Species.CATERPIE, 1, false, false, false, "Worm Pokémon", PokemonType.BUG, null, 0.3, 2.9, Abilities.SHIELD_DUST, Abilities.NONE, Abilities.RUN_AWAY, 195, 45, 30, 35, 20, 20, 45, 255, 50, 39, GrowthRate.MEDIUM_FAST, 50, false), new PokemonSpecies(Species.METAPOD, 1, false, false, false, "Cocoon Pokémon", PokemonType.BUG, null, 0.7, 9.9, Abilities.SHED_SKIN, Abilities.NONE, Abilities.SHED_SKIN, 205, 50, 20, 55, 25, 25, 30, 120, 50, 72, GrowthRate.MEDIUM_FAST, 50, false), new PokemonSpecies(Species.BUTTERFREE, 1, false, false, false, "Butterfly Pokémon", PokemonType.BUG, PokemonType.FLYING, 1.1, 32, Abilities.COMPOUND_EYES, Abilities.NONE, Abilities.TINTED_LENS, 395, 60, 45, 50, 90, 80, 70, 45, 50, 198, GrowthRate.MEDIUM_FAST, 50, true, true, new PokemonForm("Normal", "", PokemonType.BUG, PokemonType.FLYING, 1.1, 32, Abilities.COMPOUND_EYES, Abilities.NONE, Abilities.TINTED_LENS, 395, 60, 45, 50, 90, 80, 70, 45, 50, 198, true, null, true), - new PokemonForm("G-Max", SpeciesFormKey.GIGANTAMAX, PokemonType.BUG, PokemonType.FLYING, 17, 999.9, Abilities.COMPOUND_EYES, Abilities.NONE, Abilities.COMPOUND_EYES, 495, 85, 35, 80, 120, 90, 85, 45, 50, 198, true), + new PokemonForm("G-Max", SpeciesFormKey.GIGANTAMAX, PokemonType.BUG, PokemonType.FLYING, 17, 999.9, Abilities.COMPOUND_EYES, Abilities.NONE, Abilities.COMPOUND_EYES, 495, 80, 40, 75, 120, 95, 85, 45, 50, 198, true), ), new PokemonSpecies(Species.WEEDLE, 1, false, false, false, "Hairy Bug Pokémon", PokemonType.BUG, PokemonType.POISON, 0.3, 3.2, Abilities.SHIELD_DUST, Abilities.NONE, Abilities.RUN_AWAY, 195, 40, 35, 30, 20, 20, 50, 255, 70, 39, GrowthRate.MEDIUM_FAST, 50, false), new PokemonSpecies(Species.KAKUNA, 1, false, false, false, "Cocoon Pokémon", PokemonType.BUG, PokemonType.POISON, 0.6, 10, Abilities.SHED_SKIN, Abilities.NONE, Abilities.SHED_SKIN, 205, 45, 25, 50, 25, 25, 35, 120, 70, 72, GrowthRate.MEDIUM_FAST, 50, false), @@ -1485,7 +1485,7 @@ export function initSpecies() { new PokemonSpecies(Species.MACHOKE, 1, false, false, false, "Superpower Pokémon", PokemonType.FIGHTING, null, 1.5, 70.5, Abilities.GUTS, Abilities.NO_GUARD, Abilities.STEADFAST, 405, 80, 100, 70, 50, 60, 45, 90, 50, 142, GrowthRate.MEDIUM_SLOW, 75, false), new PokemonSpecies(Species.MACHAMP, 1, false, false, false, "Superpower Pokémon", PokemonType.FIGHTING, null, 1.6, 130, Abilities.GUTS, Abilities.NO_GUARD, Abilities.STEADFAST, 505, 90, 130, 80, 65, 85, 55, 45, 50, 253, GrowthRate.MEDIUM_SLOW, 75, false, true, new PokemonForm("Normal", "", PokemonType.FIGHTING, null, 1.6, 130, Abilities.GUTS, Abilities.NO_GUARD, Abilities.STEADFAST, 505, 90, 130, 80, 65, 85, 55, 45, 50, 253, false, null, true), - new PokemonForm("G-Max", SpeciesFormKey.GIGANTAMAX, PokemonType.FIGHTING, null, 25, 999.9, Abilities.GUTS, Abilities.GUTS, Abilities.GUTS, 605, 115, 170, 95, 65, 95, 65, 45, 50, 253), + new PokemonForm("G-Max", SpeciesFormKey.GIGANTAMAX, PokemonType.FIGHTING, null, 25, 999.9, Abilities.GUTS, Abilities.GUTS, Abilities.GUTS, 605, 120, 170, 85, 75, 90, 65, 45, 50, 253), ), new PokemonSpecies(Species.BELLSPROUT, 1, false, false, false, "Flower Pokémon", PokemonType.GRASS, PokemonType.POISON, 0.7, 4, Abilities.CHLOROPHYLL, Abilities.NONE, Abilities.GLUTTONY, 300, 50, 75, 35, 70, 30, 40, 255, 70, 60, GrowthRate.MEDIUM_SLOW, 50, false), new PokemonSpecies(Species.WEEPINBELL, 1, false, false, false, "Flycatcher Pokémon", PokemonType.GRASS, PokemonType.POISON, 1, 6.4, Abilities.CHLOROPHYLL, Abilities.NONE, Abilities.GLUTTONY, 390, 65, 90, 50, 85, 45, 55, 120, 70, 137, GrowthRate.MEDIUM_SLOW, 50, false), @@ -1526,7 +1526,7 @@ export function initSpecies() { new PokemonSpecies(Species.KRABBY, 1, false, false, false, "River Crab Pokémon", PokemonType.WATER, null, 0.4, 6.5, Abilities.HYPER_CUTTER, Abilities.SHELL_ARMOR, Abilities.SHEER_FORCE, 325, 30, 105, 90, 25, 25, 50, 225, 50, 65, GrowthRate.MEDIUM_FAST, 50, false), new PokemonSpecies(Species.KINGLER, 1, false, false, false, "Pincer Pokémon", PokemonType.WATER, null, 1.3, 60, Abilities.HYPER_CUTTER, Abilities.SHELL_ARMOR, Abilities.SHEER_FORCE, 475, 55, 130, 115, 50, 50, 75, 60, 50, 166, GrowthRate.MEDIUM_FAST, 50, false, true, new PokemonForm("Normal", "", PokemonType.WATER, null, 1.3, 60, Abilities.HYPER_CUTTER, Abilities.SHELL_ARMOR, Abilities.SHEER_FORCE, 475, 55, 130, 115, 50, 50, 75, 60, 50, 166, false, null, true), - new PokemonForm("G-Max", SpeciesFormKey.GIGANTAMAX, PokemonType.WATER, null, 19, 999.9, Abilities.TOUGH_CLAWS, Abilities.TOUGH_CLAWS, Abilities.TOUGH_CLAWS, 575, 90, 155, 140, 50, 70, 70, 60, 50, 166), + new PokemonForm("G-Max", SpeciesFormKey.GIGANTAMAX, PokemonType.WATER, null, 19, 999.9, Abilities.TOUGH_CLAWS, Abilities.TOUGH_CLAWS, Abilities.TOUGH_CLAWS, 575, 92, 145, 140, 60, 65, 73, 60, 50, 166), ), new PokemonSpecies(Species.VOLTORB, 1, false, false, false, "Ball Pokémon", PokemonType.ELECTRIC, null, 0.5, 10.4, Abilities.SOUNDPROOF, Abilities.STATIC, Abilities.AFTERMATH, 330, 40, 30, 50, 55, 55, 100, 190, 70, 66, GrowthRate.MEDIUM_FAST, null, false), new PokemonSpecies(Species.ELECTRODE, 1, false, false, false, "Ball Pokémon", PokemonType.ELECTRIC, null, 1.2, 66.6, Abilities.SOUNDPROOF, Abilities.STATIC, Abilities.AFTERMATH, 490, 60, 50, 70, 80, 80, 150, 60, 70, 172, GrowthRate.MEDIUM_FAST, null, false), @@ -1570,13 +1570,13 @@ export function initSpecies() { ), new PokemonSpecies(Species.LAPRAS, 1, false, false, false, "Transport Pokémon", PokemonType.WATER, PokemonType.ICE, 2.5, 220, Abilities.WATER_ABSORB, Abilities.SHELL_ARMOR, Abilities.HYDRATION, 535, 130, 85, 80, 85, 95, 60, 45, 50, 187, GrowthRate.SLOW, 50, false, true, new PokemonForm("Normal", "", PokemonType.WATER, PokemonType.ICE, 2.5, 220, Abilities.WATER_ABSORB, Abilities.SHELL_ARMOR, Abilities.HYDRATION, 535, 130, 85, 80, 85, 95, 60, 45, 50, 187, false, null, true), - new PokemonForm("G-Max", SpeciesFormKey.GIGANTAMAX, PokemonType.WATER, PokemonType.ICE, 24, 999.9, Abilities.SHIELD_DUST, Abilities.SHIELD_DUST, Abilities.SHIELD_DUST, 635, 170, 85, 85, 105, 130, 60, 45, 50, 187), + new PokemonForm("G-Max", SpeciesFormKey.GIGANTAMAX, PokemonType.WATER, PokemonType.ICE, 24, 999.9, Abilities.SHIELD_DUST, Abilities.SHIELD_DUST, Abilities.SHIELD_DUST, 635, 170, 97, 85, 107, 111, 65, 45, 50, 187), ), new PokemonSpecies(Species.DITTO, 1, false, false, false, "Transform Pokémon", PokemonType.NORMAL, null, 0.3, 4, Abilities.LIMBER, Abilities.NONE, Abilities.IMPOSTER, 288, 48, 48, 48, 48, 48, 48, 35, 50, 101, GrowthRate.MEDIUM_FAST, null, false), new PokemonSpecies(Species.EEVEE, 1, false, false, false, "Evolution Pokémon", PokemonType.NORMAL, null, 0.3, 6.5, Abilities.RUN_AWAY, Abilities.ADAPTABILITY, Abilities.ANTICIPATION, 325, 55, 55, 50, 45, 65, 55, 45, 50, 65, GrowthRate.MEDIUM_FAST, 87.5, false, true, new PokemonForm("Normal", "", PokemonType.NORMAL, null, 0.3, 6.5, Abilities.RUN_AWAY, Abilities.ADAPTABILITY, Abilities.ANTICIPATION, 325, 55, 55, 50, 45, 65, 55, 45, 50, 65, false, null, true), new PokemonForm("Partner", "partner", PokemonType.NORMAL, null, 0.3, 6.5, Abilities.RUN_AWAY, Abilities.ADAPTABILITY, Abilities.ANTICIPATION, 435, 65, 75, 70, 65, 85, 75, 45, 50, 65, false, null, true), - new PokemonForm("G-Max", SpeciesFormKey.GIGANTAMAX, PokemonType.NORMAL, null, 18, 999.9, Abilities.PROTEAN, Abilities.PROTEAN, Abilities.PROTEAN, 535, 110, 90, 70, 95, 85, 85, 45, 50, 65), //+100 BST from Partner Form + new PokemonForm("G-Max", SpeciesFormKey.GIGANTAMAX, PokemonType.NORMAL, null, 18, 999.9, Abilities.PROTEAN, Abilities.PROTEAN, Abilities.PROTEAN, 535, 110, 95, 70, 90, 85, 85, 45, 50, 65), //+100 BST from Partner Form ), new PokemonSpecies(Species.VAPOREON, 1, false, false, false, "Bubble Jet Pokémon", PokemonType.WATER, null, 1, 29, Abilities.WATER_ABSORB, Abilities.NONE, Abilities.HYDRATION, 525, 130, 65, 60, 110, 95, 65, 45, 50, 184, GrowthRate.MEDIUM_FAST, 87.5, false), new PokemonSpecies(Species.JOLTEON, 1, false, false, false, "Lightning Pokémon", PokemonType.ELECTRIC, null, 0.8, 24.5, Abilities.VOLT_ABSORB, Abilities.NONE, Abilities.QUICK_FEET, 525, 65, 65, 60, 110, 95, 130, 45, 50, 184, GrowthRate.MEDIUM_FAST, 87.5, false), @@ -1592,7 +1592,7 @@ export function initSpecies() { ), new PokemonSpecies(Species.SNORLAX, 1, false, false, false, "Sleeping Pokémon", PokemonType.NORMAL, null, 2.1, 460, Abilities.IMMUNITY, Abilities.THICK_FAT, Abilities.GLUTTONY, 540, 160, 110, 65, 65, 110, 30, 25, 50, 189, GrowthRate.SLOW, 87.5, false, true, new PokemonForm("Normal", "", PokemonType.NORMAL, null, 2.1, 460, Abilities.IMMUNITY, Abilities.THICK_FAT, Abilities.GLUTTONY, 540, 160, 110, 65, 65, 110, 30, 25, 50, 189, false, null, true), - new PokemonForm("G-Max", SpeciesFormKey.GIGANTAMAX, PokemonType.NORMAL, null, 35, 999.9, Abilities.HARVEST, Abilities.HARVEST, Abilities.HARVEST, 640, 200, 135, 80, 80, 125, 20, 25, 50, 189), + new PokemonForm("G-Max", SpeciesFormKey.GIGANTAMAX, PokemonType.NORMAL, null, 35, 999.9, Abilities.HARVEST, Abilities.HARVEST, Abilities.HARVEST, 640, 210, 135, 70, 90, 115, 20, 25, 50, 189), ), new PokemonSpecies(Species.ARTICUNO, 1, true, false, false, "Freeze Pokémon", PokemonType.ICE, PokemonType.FLYING, 1.7, 55.4, Abilities.PRESSURE, Abilities.NONE, Abilities.SNOW_CLOAK, 580, 90, 85, 100, 95, 125, 85, 3, 35, 290, GrowthRate.SLOW, null, false), new PokemonSpecies(Species.ZAPDOS, 1, true, false, false, "Electric Pokémon", PokemonType.ELECTRIC, PokemonType.FLYING, 1.6, 52.6, Abilities.PRESSURE, Abilities.NONE, Abilities.STATIC, 580, 90, 90, 85, 125, 90, 100, 3, 35, 290, GrowthRate.SLOW, null, false), @@ -2086,7 +2086,7 @@ export function initSpecies() { new PokemonSpecies(Species.PORYGON_Z, 4, false, false, false, "Virtual Pokémon", PokemonType.NORMAL, null, 0.9, 34, Abilities.ADAPTABILITY, Abilities.DOWNLOAD, Abilities.ANALYTIC, 535, 85, 80, 70, 135, 75, 90, 30, 50, 268, GrowthRate.MEDIUM_FAST, null, false), new PokemonSpecies(Species.GALLADE, 4, false, false, false, "Blade Pokémon", PokemonType.PSYCHIC, PokemonType.FIGHTING, 1.6, 52, Abilities.STEADFAST, Abilities.SHARPNESS, Abilities.JUSTIFIED, 518, 68, 125, 65, 65, 115, 80, 45, 35, 259, GrowthRate.SLOW, 100, false, true, new PokemonForm("Normal", "", PokemonType.PSYCHIC, PokemonType.FIGHTING, 1.6, 52, Abilities.STEADFAST, Abilities.SHARPNESS, Abilities.JUSTIFIED, 518, 68, 125, 65, 65, 115, 80, 45, 35, 259, false, null, true), - new PokemonForm("Mega", SpeciesFormKey.MEGA, PokemonType.PSYCHIC, PokemonType.FIGHTING, 1.6, 56.4, Abilities.SHARPNESS, Abilities.SHARPNESS, Abilities.SHARPNESS, 618, 68, 165, 95, 65, 115, 110, 45, 35, 259), + new PokemonForm("Mega", SpeciesFormKey.MEGA, PokemonType.PSYCHIC, PokemonType.FIGHTING, 1.6, 56.4, Abilities.INNER_FOCUS, Abilities.INNER_FOCUS, Abilities.INNER_FOCUS, 618, 68, 165, 95, 65, 115, 110, 45, 35, 259), ), new PokemonSpecies(Species.PROBOPASS, 4, false, false, false, "Compass Pokémon", PokemonType.ROCK, PokemonType.STEEL, 1.4, 340, Abilities.STURDY, Abilities.MAGNET_PULL, Abilities.SAND_FORCE, 525, 60, 55, 145, 75, 150, 40, 60, 70, 184, GrowthRate.MEDIUM_FAST, 50, false), new PokemonSpecies(Species.DUSKNOIR, 4, false, false, false, "Gripper Pokémon", PokemonType.GHOST, null, 2.2, 106.6, Abilities.PRESSURE, Abilities.NONE, Abilities.FRISK, 525, 45, 100, 135, 65, 135, 45, 45, 35, 263, GrowthRate.FAST, 50, false), @@ -2232,7 +2232,7 @@ export function initSpecies() { new PokemonSpecies(Species.TRUBBISH, 5, false, false, false, "Trash Bag Pokémon", PokemonType.POISON, null, 0.6, 31, Abilities.STENCH, Abilities.STICKY_HOLD, Abilities.AFTERMATH, 329, 50, 50, 62, 40, 62, 65, 190, 50, 66, GrowthRate.MEDIUM_FAST, 50, false), new PokemonSpecies(Species.GARBODOR, 5, false, false, false, "Trash Heap Pokémon", PokemonType.POISON, null, 1.9, 107.3, Abilities.STENCH, Abilities.WEAK_ARMOR, Abilities.AFTERMATH, 474, 80, 95, 82, 60, 82, 75, 60, 50, 166, GrowthRate.MEDIUM_FAST, 50, false, true, new PokemonForm("Normal", "", PokemonType.POISON, null, 1.9, 107.3, Abilities.STENCH, Abilities.WEAK_ARMOR, Abilities.AFTERMATH, 474, 80, 95, 82, 60, 82, 75, 60, 50, 166, false, null, true), - new PokemonForm("G-Max", SpeciesFormKey.GIGANTAMAX, PokemonType.POISON, PokemonType.STEEL, 21, 999.9, Abilities.TOXIC_DEBRIS, Abilities.TOXIC_DEBRIS, Abilities.TOXIC_DEBRIS, 574, 135, 125, 102, 57, 102, 53, 60, 50, 166), + new PokemonForm("G-Max", SpeciesFormKey.GIGANTAMAX, PokemonType.POISON, PokemonType.STEEL, 21, 999.9, Abilities.TOXIC_DEBRIS, Abilities.TOXIC_DEBRIS, Abilities.TOXIC_DEBRIS, 574, 115, 121, 102, 81, 102, 53, 60, 50, 166), ), new PokemonSpecies(Species.ZORUA, 5, false, false, false, "Tricky Fox Pokémon", PokemonType.DARK, null, 0.7, 12.5, Abilities.ILLUSION, Abilities.NONE, Abilities.NONE, 330, 40, 65, 40, 80, 40, 65, 75, 50, 66, GrowthRate.MEDIUM_SLOW, 87.5, false), new PokemonSpecies(Species.ZOROARK, 5, false, false, false, "Illusion Fox Pokémon", PokemonType.DARK, null, 1.6, 81.1, Abilities.ILLUSION, Abilities.NONE, Abilities.NONE, 510, 60, 105, 60, 120, 60, 105, 45, 50, 179, GrowthRate.MEDIUM_SLOW, 87.5, false), @@ -2357,16 +2357,16 @@ export function initSpecies() { new PokemonSpecies(Species.DELPHOX, 6, false, false, false, "Fox Pokémon", PokemonType.FIRE, PokemonType.PSYCHIC, 1.5, 39, Abilities.BLAZE, Abilities.NONE, Abilities.MAGICIAN, 534, 75, 69, 72, 114, 100, 104, 45, 70, 267, GrowthRate.MEDIUM_SLOW, 87.5, false), new PokemonSpecies(Species.FROAKIE, 6, false, false, false, "Bubble Frog Pokémon", PokemonType.WATER, null, 0.3, 7, Abilities.TORRENT, Abilities.NONE, Abilities.PROTEAN, 314, 41, 56, 40, 62, 44, 71, 45, 70, 63, GrowthRate.MEDIUM_SLOW, 87.5, false, false, new PokemonForm("Normal", "", PokemonType.WATER, null, 0.3, 7, Abilities.TORRENT, Abilities.NONE, Abilities.PROTEAN, 314, 41, 56, 40, 62, 44, 71, 45, 70, 63, false, null, true), - new PokemonForm("Battle Bond", "battle-bond", PokemonType.WATER, null, 0.3, 7, Abilities.TORRENT, Abilities.NONE, Abilities.PROTEAN, 314, 41, 56, 40, 62, 44, 71, 45, 70, 63, false, "", true), + new PokemonForm("Battle Bond", "battle-bond", PokemonType.WATER, null, 0.3, 7, Abilities.TORRENT, Abilities.NONE, Abilities.TORRENT, 314, 41, 56, 40, 62, 44, 71, 45, 70, 63, false, "", true), ), new PokemonSpecies(Species.FROGADIER, 6, false, false, false, "Bubble Frog Pokémon", PokemonType.WATER, null, 0.6, 10.9, Abilities.TORRENT, Abilities.NONE, Abilities.PROTEAN, 405, 54, 63, 52, 83, 56, 97, 45, 70, 142, GrowthRate.MEDIUM_SLOW, 87.5, false, false, new PokemonForm("Normal", "", PokemonType.WATER, null, 0.6, 10.9, Abilities.TORRENT, Abilities.NONE, Abilities.PROTEAN, 405, 54, 63, 52, 83, 56, 97, 45, 70, 142, false, null, true), - new PokemonForm("Battle Bond", "battle-bond", PokemonType.WATER, null, 0.6, 10.9, Abilities.TORRENT, Abilities.NONE, Abilities.PROTEAN, 405, 54, 63, 52, 83, 56, 97, 45, 70, 142, false, "", true), + new PokemonForm("Battle Bond", "battle-bond", PokemonType.WATER, null, 0.6, 10.9, Abilities.TORRENT, Abilities.NONE, Abilities.NONE, 405, 54, 63, 52, 83, 56, 97, 45, 70, 142, false, "", true), ), new PokemonSpecies(Species.GRENINJA, 6, false, false, false, "Ninja Pokémon", PokemonType.WATER, PokemonType.DARK, 1.5, 40, Abilities.TORRENT, Abilities.NONE, Abilities.PROTEAN, 530, 72, 95, 67, 103, 71, 122, 45, 70, 265, GrowthRate.MEDIUM_SLOW, 87.5, false, false, new PokemonForm("Normal", "", PokemonType.WATER, PokemonType.DARK, 1.5, 40, Abilities.TORRENT, Abilities.NONE, Abilities.PROTEAN, 530, 72, 95, 67, 103, 71, 122, 45, 70, 265, false, null, true), new PokemonForm("Battle Bond", "battle-bond", PokemonType.WATER, PokemonType.DARK, 1.5, 40, Abilities.BATTLE_BOND, Abilities.NONE, Abilities.BATTLE_BOND, 530, 72, 95, 67, 103, 71, 122, 45, 70, 265, false, "", true), - new PokemonForm("Ash", "ash", PokemonType.WATER, PokemonType.DARK, 1.5, 40, Abilities.BATTLE_BOND, Abilities.NONE, Abilities.BATTLE_BOND, 640, 72, 145, 67, 153, 71, 132, 45, 70, 265), + new PokemonForm("Ash", "ash", PokemonType.WATER, PokemonType.DARK, 1.5, 40, Abilities.BATTLE_BOND, Abilities.NONE, Abilities.NONE, 640, 72, 145, 67, 153, 71, 132, 45, 70, 265), ), new PokemonSpecies(Species.BUNNELBY, 6, false, false, false, "Digging Pokémon", PokemonType.NORMAL, null, 0.4, 5, Abilities.PICKUP, Abilities.CHEEK_POUCH, Abilities.HUGE_POWER, 237, 38, 36, 38, 32, 36, 57, 255, 50, 47, GrowthRate.MEDIUM_FAST, 50, false), new PokemonSpecies(Species.DIGGERSBY, 6, false, false, false, "Digging Pokémon", PokemonType.NORMAL, PokemonType.GROUND, 1, 42.4, Abilities.PICKUP, Abilities.CHEEK_POUCH, Abilities.HUGE_POWER, 423, 85, 56, 77, 50, 77, 78, 127, 50, 148, GrowthRate.MEDIUM_FAST, 50, false), @@ -2707,25 +2707,25 @@ export function initSpecies() { new PokemonSpecies(Species.MELTAN, 7, false, false, true, "Hex Nut Pokémon", PokemonType.STEEL, null, 0.2, 8, Abilities.MAGNET_PULL, Abilities.NONE, Abilities.NONE, 300, 46, 65, 65, 55, 35, 34, 3, 0, 150, GrowthRate.SLOW, null, false), new PokemonSpecies(Species.MELMETAL, 7, false, false, true, "Hex Nut Pokémon", PokemonType.STEEL, null, 2.5, 800, Abilities.IRON_FIST, Abilities.NONE, Abilities.NONE, 600, 135, 143, 143, 80, 65, 34, 3, 0, 300, GrowthRate.SLOW, null, false, true, new PokemonForm("Normal", "", PokemonType.STEEL, null, 2.5, 800, Abilities.IRON_FIST, Abilities.NONE, Abilities.NONE, 600, 135, 143, 143, 80, 65, 34, 3, 0, 300, false, null, true), - new PokemonForm("G-Max", SpeciesFormKey.GIGANTAMAX, PokemonType.STEEL, null, 25, 999.9, Abilities.IRON_FIST, Abilities.NONE, Abilities.NONE, 700, 175, 165, 155, 85, 75, 45, 3, 0, 300), + new PokemonForm("G-Max", SpeciesFormKey.GIGANTAMAX, PokemonType.STEEL, null, 25, 999.9, Abilities.IRON_FIST, Abilities.NONE, Abilities.NONE, 700, 170, 158, 158, 95, 75, 44, 3, 0, 300), ), new PokemonSpecies(Species.GROOKEY, 8, false, false, false, "Chimp Pokémon", PokemonType.GRASS, null, 0.3, 5, Abilities.OVERGROW, Abilities.NONE, Abilities.GRASSY_SURGE, 310, 50, 65, 50, 40, 40, 65, 45, 50, 62, GrowthRate.MEDIUM_SLOW, 87.5, false), new PokemonSpecies(Species.THWACKEY, 8, false, false, false, "Beat Pokémon", PokemonType.GRASS, null, 0.7, 14, Abilities.OVERGROW, Abilities.NONE, Abilities.GRASSY_SURGE, 420, 70, 85, 70, 55, 60, 80, 45, 50, 147, GrowthRate.MEDIUM_SLOW, 87.5, false), new PokemonSpecies(Species.RILLABOOM, 8, false, false, false, "Drummer Pokémon", PokemonType.GRASS, null, 2.1, 90, Abilities.OVERGROW, Abilities.NONE, Abilities.GRASSY_SURGE, 530, 100, 125, 90, 60, 70, 85, 45, 50, 265, GrowthRate.MEDIUM_SLOW, 87.5, false, true, new PokemonForm("Normal", "", PokemonType.GRASS, null, 2.1, 90, Abilities.OVERGROW, Abilities.NONE, Abilities.GRASSY_SURGE, 530, 100, 125, 90, 60, 70, 85, 45, 50, 265, false, null, true), - new PokemonForm("G-Max", SpeciesFormKey.GIGANTAMAX, PokemonType.GRASS, null, 28, 999.9, Abilities.GRASSY_SURGE, Abilities.NONE, Abilities.GRASSY_SURGE, 630, 125, 150, 105, 85, 85, 80, 45, 50, 265), + new PokemonForm("G-Max", SpeciesFormKey.GIGANTAMAX, PokemonType.GRASS, null, 28, 999.9, Abilities.GRASSY_SURGE, Abilities.NONE, Abilities.GRASSY_SURGE, 630, 125, 140, 105, 90, 85, 85, 45, 50, 265), ), new PokemonSpecies(Species.SCORBUNNY, 8, false, false, false, "Rabbit Pokémon", PokemonType.FIRE, null, 0.3, 4.5, Abilities.BLAZE, Abilities.NONE, Abilities.LIBERO, 310, 50, 71, 40, 40, 40, 69, 45, 50, 62, GrowthRate.MEDIUM_SLOW, 87.5, false), new PokemonSpecies(Species.RABOOT, 8, false, false, false, "Rabbit Pokémon", PokemonType.FIRE, null, 0.6, 9, Abilities.BLAZE, Abilities.NONE, Abilities.LIBERO, 420, 65, 86, 60, 55, 60, 94, 45, 50, 147, GrowthRate.MEDIUM_SLOW, 87.5, false), new PokemonSpecies(Species.CINDERACE, 8, false, false, false, "Striker Pokémon", PokemonType.FIRE, null, 1.4, 33, Abilities.BLAZE, Abilities.NONE, Abilities.LIBERO, 530, 80, 116, 75, 65, 75, 119, 45, 50, 265, GrowthRate.MEDIUM_SLOW, 87.5, false, true, new PokemonForm("Normal", "", PokemonType.FIRE, null, 1.4, 33, Abilities.BLAZE, Abilities.NONE, Abilities.LIBERO, 530, 80, 116, 75, 65, 75, 119, 45, 50, 265, false, null, true), - new PokemonForm("G-Max", SpeciesFormKey.GIGANTAMAX, PokemonType.FIRE, null, 27, 999.9, Abilities.LIBERO, Abilities.NONE, Abilities.LIBERO, 630, 100, 146, 80, 90, 80, 134, 45, 50, 265), + new PokemonForm("G-Max", SpeciesFormKey.GIGANTAMAX, PokemonType.FIRE, null, 27, 999.9, Abilities.LIBERO, Abilities.NONE, Abilities.LIBERO, 630, 100, 141, 80, 95, 80, 134, 45, 50, 265), ), new PokemonSpecies(Species.SOBBLE, 8, false, false, false, "Water Lizard Pokémon", PokemonType.WATER, null, 0.3, 4, Abilities.TORRENT, Abilities.NONE, Abilities.SNIPER, 310, 50, 40, 40, 70, 40, 70, 45, 50, 62, GrowthRate.MEDIUM_SLOW, 87.5, false), new PokemonSpecies(Species.DRIZZILE, 8, false, false, false, "Water Lizard Pokémon", PokemonType.WATER, null, 0.7, 11.5, Abilities.TORRENT, Abilities.NONE, Abilities.SNIPER, 420, 65, 60, 55, 95, 55, 90, 45, 50, 147, GrowthRate.MEDIUM_SLOW, 87.5, false), new PokemonSpecies(Species.INTELEON, 8, false, false, false, "Secret Agent Pokémon", PokemonType.WATER, null, 1.9, 45.2, Abilities.TORRENT, Abilities.NONE, Abilities.SNIPER, 530, 70, 85, 65, 125, 65, 120, 45, 50, 265, GrowthRate.MEDIUM_SLOW, 87.5, false, true, new PokemonForm("Normal", "", PokemonType.WATER, null, 1.9, 45.2, Abilities.TORRENT, Abilities.NONE, Abilities.SNIPER, 530, 70, 85, 65, 125, 65, 120, 45, 50, 265, false, null, true), - new PokemonForm("G-Max", SpeciesFormKey.GIGANTAMAX, PokemonType.WATER, null, 40, 999.9, Abilities.SNIPER, Abilities.NONE, Abilities.SNIPER, 630, 95, 97, 77, 147, 77, 137, 45, 50, 265), + new PokemonForm("G-Max", SpeciesFormKey.GIGANTAMAX, PokemonType.WATER, null, 40, 999.9, Abilities.SNIPER, Abilities.NONE, Abilities.SNIPER, 630, 95, 117, 67, 147, 67, 137, 45, 50, 265), ), new PokemonSpecies(Species.SKWOVET, 8, false, false, false, "Cheeky Pokémon", PokemonType.NORMAL, null, 0.3, 2.5, Abilities.CHEEK_POUCH, Abilities.NONE, Abilities.GLUTTONY, 275, 70, 55, 55, 35, 35, 25, 255, 50, 55, GrowthRate.MEDIUM_FAST, 50, false), new PokemonSpecies(Species.GREEDENT, 8, false, false, false, "Greedy Pokémon", PokemonType.NORMAL, null, 0.6, 6, Abilities.CHEEK_POUCH, Abilities.NONE, Abilities.GLUTTONY, 460, 120, 95, 95, 55, 75, 20, 90, 50, 161, GrowthRate.MEDIUM_FAST, 50, false), @@ -2733,13 +2733,13 @@ export function initSpecies() { new PokemonSpecies(Species.CORVISQUIRE, 8, false, false, false, "Raven Pokémon", PokemonType.FLYING, null, 0.8, 16, Abilities.KEEN_EYE, Abilities.UNNERVE, Abilities.BIG_PECKS, 365, 68, 67, 55, 43, 55, 77, 120, 50, 128, GrowthRate.MEDIUM_SLOW, 50, false), new PokemonSpecies(Species.CORVIKNIGHT, 8, false, false, false, "Raven Pokémon", PokemonType.FLYING, PokemonType.STEEL, 2.2, 75, Abilities.PRESSURE, Abilities.UNNERVE, Abilities.MIRROR_ARMOR, 495, 98, 87, 105, 53, 85, 67, 45, 50, 248, GrowthRate.MEDIUM_SLOW, 50, false, true, new PokemonForm("Normal", "", PokemonType.FLYING, PokemonType.STEEL, 2.2, 75, Abilities.PRESSURE, Abilities.UNNERVE, Abilities.MIRROR_ARMOR, 495, 98, 87, 105, 53, 85, 67, 45, 50, 248, false, null, true), - new PokemonForm("G-Max", SpeciesFormKey.GIGANTAMAX, PokemonType.FLYING, PokemonType.STEEL, 14, 999.9, Abilities.MIRROR_ARMOR, Abilities.MIRROR_ARMOR, Abilities.MIRROR_ARMOR, 595, 128, 102, 140, 53, 95, 77, 45, 50, 248), + new PokemonForm("G-Max", SpeciesFormKey.GIGANTAMAX, PokemonType.FLYING, PokemonType.STEEL, 14, 999.9, Abilities.MIRROR_ARMOR, Abilities.MIRROR_ARMOR, Abilities.MIRROR_ARMOR, 595, 118, 112, 135, 63, 90, 77, 45, 50, 248), ), new PokemonSpecies(Species.BLIPBUG, 8, false, false, false, "Larva Pokémon", PokemonType.BUG, null, 0.4, 8, Abilities.SWARM, Abilities.COMPOUND_EYES, Abilities.TELEPATHY, 180, 25, 20, 20, 25, 45, 45, 255, 50, 36, GrowthRate.MEDIUM_FAST, 50, false), new PokemonSpecies(Species.DOTTLER, 8, false, false, false, "Radome Pokémon", PokemonType.BUG, PokemonType.PSYCHIC, 0.4, 19.5, Abilities.SWARM, Abilities.COMPOUND_EYES, Abilities.TELEPATHY, 335, 50, 35, 80, 50, 90, 30, 120, 50, 117, GrowthRate.MEDIUM_FAST, 50, false), new PokemonSpecies(Species.ORBEETLE, 8, false, false, false, "Seven Spot Pokémon", PokemonType.BUG, PokemonType.PSYCHIC, 0.4, 40.8, Abilities.SWARM, Abilities.FRISK, Abilities.TELEPATHY, 505, 60, 45, 110, 80, 120, 90, 45, 50, 253, GrowthRate.MEDIUM_FAST, 50, false, true, new PokemonForm("Normal", "", PokemonType.BUG, PokemonType.PSYCHIC, 0.4, 40.8, Abilities.SWARM, Abilities.FRISK, Abilities.TELEPATHY, 505, 60, 45, 110, 80, 120, 90, 45, 50, 253, false, null, true), - new PokemonForm("G-Max", SpeciesFormKey.GIGANTAMAX, PokemonType.BUG, PokemonType.PSYCHIC, 14, 999.9, Abilities.TRACE, Abilities.TRACE, Abilities.TRACE, 605, 90, 45, 130, 110, 140, 90, 45, 50, 253), + new PokemonForm("G-Max", SpeciesFormKey.GIGANTAMAX, PokemonType.BUG, PokemonType.PSYCHIC, 14, 999.9, Abilities.TRACE, Abilities.TRACE, Abilities.TRACE, 605, 75, 50, 140, 100, 150, 90, 45, 50, 253), ), new PokemonSpecies(Species.NICKIT, 8, false, false, false, "Fox Pokémon", PokemonType.DARK, null, 0.6, 8.9, Abilities.RUN_AWAY, Abilities.UNBURDEN, Abilities.STAKEOUT, 245, 40, 28, 28, 47, 52, 50, 255, 50, 49, GrowthRate.FAST, 50, false), new PokemonSpecies(Species.THIEVUL, 8, false, false, false, "Fox Pokémon", PokemonType.DARK, null, 1.2, 19.9, Abilities.RUN_AWAY, Abilities.UNBURDEN, Abilities.STAKEOUT, 455, 70, 58, 58, 87, 92, 90, 127, 50, 159, GrowthRate.FAST, 50, false), @@ -2750,7 +2750,7 @@ export function initSpecies() { new PokemonSpecies(Species.CHEWTLE, 8, false, false, false, "Snapping Pokémon", PokemonType.WATER, null, 0.3, 8.5, Abilities.STRONG_JAW, Abilities.SHELL_ARMOR, Abilities.SWIFT_SWIM, 284, 50, 64, 50, 38, 38, 44, 255, 50, 57, GrowthRate.MEDIUM_FAST, 50, false), new PokemonSpecies(Species.DREDNAW, 8, false, false, false, "Bite Pokémon", PokemonType.WATER, PokemonType.ROCK, 1, 115.5, Abilities.STRONG_JAW, Abilities.SHELL_ARMOR, Abilities.SWIFT_SWIM, 485, 90, 115, 90, 48, 68, 74, 75, 50, 170, GrowthRate.MEDIUM_FAST, 50, false, true, new PokemonForm("Normal", "", PokemonType.WATER, PokemonType.ROCK, 1, 115.5, Abilities.STRONG_JAW, Abilities.SHELL_ARMOR, Abilities.SWIFT_SWIM, 485, 90, 115, 90, 48, 68, 74, 75, 50, 170, false, null, true), - new PokemonForm("G-Max", SpeciesFormKey.GIGANTAMAX, PokemonType.WATER, PokemonType.ROCK, 24, 999.9, Abilities.STRONG_JAW, Abilities.STRONG_JAW, Abilities.STRONG_JAW, 585, 115, 145, 115, 43, 83, 84, 75, 50, 170), + new PokemonForm("G-Max", SpeciesFormKey.GIGANTAMAX, PokemonType.WATER, PokemonType.ROCK, 24, 999.9, Abilities.STRONG_JAW, Abilities.STRONG_JAW, Abilities.STRONG_JAW, 585, 115, 137, 115, 61, 83, 74, 75, 50, 170), ), new PokemonSpecies(Species.YAMPER, 8, false, false, false, "Puppy Pokémon", PokemonType.ELECTRIC, null, 0.3, 13.5, Abilities.BALL_FETCH, Abilities.NONE, Abilities.RATTLED, 270, 59, 45, 50, 40, 50, 26, 255, 50, 54, GrowthRate.FAST, 50, false), new PokemonSpecies(Species.BOLTUND, 8, false, false, false, "Dog Pokémon", PokemonType.ELECTRIC, null, 1, 34, Abilities.STRONG_JAW, Abilities.NONE, Abilities.COMPETITIVE, 490, 69, 90, 60, 90, 60, 121, 45, 50, 172, GrowthRate.FAST, 50, false), @@ -2758,21 +2758,21 @@ export function initSpecies() { new PokemonSpecies(Species.CARKOL, 8, false, false, false, "Coal Pokémon", PokemonType.ROCK, PokemonType.FIRE, 1.1, 78, Abilities.STEAM_ENGINE, Abilities.FLAME_BODY, Abilities.FLASH_FIRE, 410, 80, 60, 90, 60, 70, 50, 120, 50, 144, GrowthRate.MEDIUM_SLOW, 50, false), new PokemonSpecies(Species.COALOSSAL, 8, false, false, false, "Coal Pokémon", PokemonType.ROCK, PokemonType.FIRE, 2.8, 310.5, Abilities.STEAM_ENGINE, Abilities.FLAME_BODY, Abilities.FLASH_FIRE, 510, 110, 80, 120, 80, 90, 30, 45, 50, 255, GrowthRate.MEDIUM_SLOW, 50, false, true, new PokemonForm("Normal", "", PokemonType.ROCK, PokemonType.FIRE, 2.8, 310.5, Abilities.STEAM_ENGINE, Abilities.FLAME_BODY, Abilities.FLASH_FIRE, 510, 110, 80, 120, 80, 90, 30, 45, 50, 255, false, null, true), - new PokemonForm("G-Max", SpeciesFormKey.GIGANTAMAX, PokemonType.ROCK, PokemonType.FIRE, 42, 999.9, Abilities.STEAM_ENGINE, Abilities.STEAM_ENGINE, Abilities.STEAM_ENGINE, 610, 140, 95, 130, 95, 110, 40, 45, 50, 255), + new PokemonForm("G-Max", SpeciesFormKey.GIGANTAMAX, PokemonType.ROCK, PokemonType.FIRE, 42, 999.9, Abilities.STEAM_ENGINE, Abilities.STEAM_ENGINE, Abilities.STEAM_ENGINE, 610, 140, 100, 132, 95, 100, 43, 45, 50, 255), ), new PokemonSpecies(Species.APPLIN, 8, false, false, false, "Apple Core Pokémon", PokemonType.GRASS, PokemonType.DRAGON, 0.2, 0.5, Abilities.RIPEN, Abilities.GLUTTONY, Abilities.BULLETPROOF, 260, 40, 40, 80, 40, 40, 20, 255, 50, 52, GrowthRate.ERRATIC, 50, false), new PokemonSpecies(Species.FLAPPLE, 8, false, false, false, "Apple Wing Pokémon", PokemonType.GRASS, PokemonType.DRAGON, 0.3, 1, Abilities.RIPEN, Abilities.GLUTTONY, Abilities.HUSTLE, 485, 70, 110, 80, 95, 60, 70, 45, 50, 170, GrowthRate.ERRATIC, 50, false, true, new PokemonForm("Normal", "", PokemonType.GRASS, PokemonType.DRAGON, 0.3, 1, Abilities.RIPEN, Abilities.GLUTTONY, Abilities.HUSTLE, 485, 70, 110, 80, 95, 60, 70, 45, 50, 170, false, null, true), - new PokemonForm("G-Max", SpeciesFormKey.GIGANTAMAX, PokemonType.GRASS, PokemonType.DRAGON, 24, 999.9, Abilities.HUSTLE, Abilities.HUSTLE, Abilities.HUSTLE, 585, 90, 130, 100, 85, 80, 100, 45, 50, 170), + new PokemonForm("G-Max", SpeciesFormKey.GIGANTAMAX, PokemonType.GRASS, PokemonType.DRAGON, 24, 999.9, Abilities.HUSTLE, Abilities.HUSTLE, Abilities.HUSTLE, 585, 100, 125, 90, 105, 70, 95, 45, 50, 170), ), new PokemonSpecies(Species.APPLETUN, 8, false, false, false, "Apple Nectar Pokémon", PokemonType.GRASS, PokemonType.DRAGON, 0.4, 13, Abilities.RIPEN, Abilities.GLUTTONY, Abilities.THICK_FAT, 485, 110, 85, 80, 100, 80, 30, 45, 50, 170, GrowthRate.ERRATIC, 50, false, true, new PokemonForm("Normal", "", PokemonType.GRASS, PokemonType.DRAGON, 0.4, 13, Abilities.RIPEN, Abilities.GLUTTONY, Abilities.THICK_FAT, 485, 110, 85, 80, 100, 80, 30, 45, 50, 170, false, null, true), - new PokemonForm("G-Max", SpeciesFormKey.GIGANTAMAX, PokemonType.GRASS, PokemonType.DRAGON, 24, 999.9, Abilities.THICK_FAT, Abilities.THICK_FAT, Abilities.THICK_FAT, 585, 130, 75, 115, 125, 115, 25, 45, 50, 170), + new PokemonForm("G-Max", SpeciesFormKey.GIGANTAMAX, PokemonType.GRASS, PokemonType.DRAGON, 24, 999.9, Abilities.THICK_FAT, Abilities.THICK_FAT, Abilities.THICK_FAT, 585, 150, 100, 95, 115, 95, 30, 45, 50, 170), ), new PokemonSpecies(Species.SILICOBRA, 8, false, false, false, "Sand Snake Pokémon", PokemonType.GROUND, null, 2.2, 7.6, Abilities.SAND_SPIT, Abilities.SHED_SKIN, Abilities.SAND_VEIL, 315, 52, 57, 75, 35, 50, 46, 255, 50, 63, GrowthRate.MEDIUM_FAST, 50, false), new PokemonSpecies(Species.SANDACONDA, 8, false, false, false, "Sand Snake Pokémon", PokemonType.GROUND, null, 3.8, 65.5, Abilities.SAND_SPIT, Abilities.SHED_SKIN, Abilities.SAND_VEIL, 510, 72, 107, 125, 65, 70, 71, 120, 50, 179, GrowthRate.MEDIUM_FAST, 50, false, true, new PokemonForm("Normal", "", PokemonType.GROUND, null, 3.8, 65.5, Abilities.SAND_SPIT, Abilities.SHED_SKIN, Abilities.SAND_VEIL, 510, 72, 107, 125, 65, 70, 71, 120, 50, 179, false, null, true), - new PokemonForm("G-Max", SpeciesFormKey.GIGANTAMAX, PokemonType.GROUND, null, 22, 999.9, Abilities.SAND_SPIT, Abilities.SAND_SPIT, Abilities.SAND_SPIT, 610, 117, 137, 140, 55, 80, 81, 120, 50, 179), + new PokemonForm("G-Max", SpeciesFormKey.GIGANTAMAX, PokemonType.GROUND, null, 22, 999.9, Abilities.SAND_SPIT, Abilities.SAND_SPIT, Abilities.SAND_SPIT, 610, 102, 137, 140, 70, 80, 81, 120, 50, 179), ), new PokemonSpecies(Species.CRAMORANT, 8, false, false, false, "Gulp Pokémon", PokemonType.FLYING, PokemonType.WATER, 0.8, 18, Abilities.GULP_MISSILE, Abilities.NONE, Abilities.NONE, 475, 70, 85, 55, 85, 95, 85, 45, 50, 166, GrowthRate.MEDIUM_FAST, 50, false, false, new PokemonForm("Normal", "", PokemonType.FLYING, PokemonType.WATER, 0.8, 18, Abilities.GULP_MISSILE, Abilities.NONE, Abilities.NONE, 475, 70, 85, 55, 85, 95, 85, 45, 50, 166, false, null, true), @@ -2785,12 +2785,12 @@ export function initSpecies() { new PokemonSpecies(Species.TOXTRICITY, 8, false, false, false, "Punk Pokémon", PokemonType.ELECTRIC, PokemonType.POISON, 1.6, 40, Abilities.PUNK_ROCK, Abilities.PLUS, Abilities.TECHNICIAN, 502, 75, 98, 70, 114, 70, 75, 45, 50, 176, GrowthRate.MEDIUM_SLOW, 50, false, true, new PokemonForm("Amped Form", "amped", PokemonType.ELECTRIC, PokemonType.POISON, 1.6, 40, Abilities.PUNK_ROCK, Abilities.PLUS, Abilities.TECHNICIAN, 502, 75, 98, 70, 114, 70, 75, 45, 50, 176, false, "", true), new PokemonForm("Low-Key Form", "lowkey", PokemonType.ELECTRIC, PokemonType.POISON, 1.6, 40, Abilities.PUNK_ROCK, Abilities.MINUS, Abilities.TECHNICIAN, 502, 75, 98, 70, 114, 70, 75, 45, 50, 176, false, "lowkey", true), - new PokemonForm("G-Max", SpeciesFormKey.GIGANTAMAX, PokemonType.ELECTRIC, PokemonType.POISON, 24, 999.9, Abilities.PUNK_ROCK, Abilities.PUNK_ROCK, Abilities.PUNK_ROCK, 602, 114, 98, 82, 144, 82, 82, 45, 50, 176), + new PokemonForm("G-Max", SpeciesFormKey.GIGANTAMAX, PokemonType.ELECTRIC, PokemonType.POISON, 24, 999.9, Abilities.PUNK_ROCK, Abilities.PUNK_ROCK, Abilities.PUNK_ROCK, 602, 114, 105, 82, 137, 82, 82, 45, 50, 176), ), new PokemonSpecies(Species.SIZZLIPEDE, 8, false, false, false, "Radiator Pokémon", PokemonType.FIRE, PokemonType.BUG, 0.7, 1, Abilities.FLASH_FIRE, Abilities.WHITE_SMOKE, Abilities.FLAME_BODY, 305, 50, 65, 45, 50, 50, 45, 190, 50, 61, GrowthRate.MEDIUM_FAST, 50, false), new PokemonSpecies(Species.CENTISKORCH, 8, false, false, false, "Radiator Pokémon", PokemonType.FIRE, PokemonType.BUG, 3, 120, Abilities.FLASH_FIRE, Abilities.WHITE_SMOKE, Abilities.FLAME_BODY, 525, 100, 115, 65, 90, 90, 65, 75, 50, 184, GrowthRate.MEDIUM_FAST, 50, false, true, new PokemonForm("Normal", "", PokemonType.FIRE, PokemonType.BUG, 3, 120, Abilities.FLASH_FIRE, Abilities.WHITE_SMOKE, Abilities.FLAME_BODY, 525, 100, 115, 65, 90, 90, 65, 75, 50, 184, false, null, true), - new PokemonForm("G-Max", SpeciesFormKey.GIGANTAMAX, PokemonType.FIRE, PokemonType.BUG, 75, 999.9, Abilities.FLASH_FIRE, Abilities.FLASH_FIRE, Abilities.FLASH_FIRE, 625, 140, 145, 75, 90, 100, 75, 75, 50, 184), + new PokemonForm("G-Max", SpeciesFormKey.GIGANTAMAX, PokemonType.FIRE, PokemonType.BUG, 75, 999.9, Abilities.FLASH_FIRE, Abilities.FLASH_FIRE, Abilities.FLASH_FIRE, 625, 130, 125, 75, 94, 100, 101, 75, 50, 184), ), new PokemonSpecies(Species.CLOBBOPUS, 8, false, false, false, "Tantrum Pokémon", PokemonType.FIGHTING, null, 0.6, 4, Abilities.LIMBER, Abilities.NONE, Abilities.TECHNICIAN, 310, 50, 68, 60, 50, 50, 32, 180, 50, 62, GrowthRate.MEDIUM_SLOW, 50, false), new PokemonSpecies(Species.GRAPPLOCT, 8, false, false, false, "Jujitsu Pokémon", PokemonType.FIGHTING, null, 1.6, 39, Abilities.LIMBER, Abilities.NONE, Abilities.TECHNICIAN, 480, 80, 118, 90, 70, 80, 42, 45, 50, 168, GrowthRate.MEDIUM_SLOW, 50, false), @@ -2806,13 +2806,13 @@ export function initSpecies() { new PokemonSpecies(Species.HATTREM, 8, false, false, false, "Serene Pokémon", PokemonType.PSYCHIC, null, 0.6, 4.8, Abilities.HEALER, Abilities.ANTICIPATION, Abilities.MAGIC_BOUNCE, 370, 57, 40, 65, 86, 73, 49, 120, 50, 130, GrowthRate.SLOW, 0, false), new PokemonSpecies(Species.HATTERENE, 8, false, false, false, "Silent Pokémon", PokemonType.PSYCHIC, PokemonType.FAIRY, 2.1, 5.1, Abilities.HEALER, Abilities.ANTICIPATION, Abilities.MAGIC_BOUNCE, 510, 57, 90, 95, 136, 103, 29, 45, 50, 255, GrowthRate.SLOW, 0, false, true, new PokemonForm("Normal", "", PokemonType.PSYCHIC, PokemonType.FAIRY, 2.1, 5.1, Abilities.HEALER, Abilities.ANTICIPATION, Abilities.MAGIC_BOUNCE, 510, 57, 90, 95, 136, 103, 29, 45, 50, 255, false, null, true), - new PokemonForm("G-Max", SpeciesFormKey.GIGANTAMAX, PokemonType.PSYCHIC, PokemonType.FAIRY, 26, 999.9, Abilities.MAGIC_BOUNCE, Abilities.MAGIC_BOUNCE, Abilities.MAGIC_BOUNCE, 610, 97, 90, 105, 146, 122, 50, 45, 50, 255), + new PokemonForm("G-Max", SpeciesFormKey.GIGANTAMAX, PokemonType.PSYCHIC, PokemonType.FAIRY, 26, 999.9, Abilities.MAGIC_BOUNCE, Abilities.MAGIC_BOUNCE, Abilities.MAGIC_BOUNCE, 610, 87, 100, 110, 146, 118, 49, 45, 50, 255), ), new PokemonSpecies(Species.IMPIDIMP, 8, false, false, false, "Wily Pokémon", PokemonType.DARK, PokemonType.FAIRY, 0.4, 5.5, Abilities.PRANKSTER, Abilities.FRISK, Abilities.PICKPOCKET, 265, 45, 45, 30, 55, 40, 50, 255, 50, 53, GrowthRate.MEDIUM_FAST, 100, false), new PokemonSpecies(Species.MORGREM, 8, false, false, false, "Devious Pokémon", PokemonType.DARK, PokemonType.FAIRY, 0.8, 12.5, Abilities.PRANKSTER, Abilities.FRISK, Abilities.PICKPOCKET, 370, 65, 60, 45, 75, 55, 70, 120, 50, 130, GrowthRate.MEDIUM_FAST, 100, false), new PokemonSpecies(Species.GRIMMSNARL, 8, false, false, false, "Bulk Up Pokémon", PokemonType.DARK, PokemonType.FAIRY, 1.5, 61, Abilities.PRANKSTER, Abilities.FRISK, Abilities.PICKPOCKET, 510, 95, 120, 65, 95, 75, 60, 45, 50, 255, GrowthRate.MEDIUM_FAST, 100, false, true, new PokemonForm("Normal", "", PokemonType.DARK, PokemonType.FAIRY, 1.5, 61, Abilities.PRANKSTER, Abilities.FRISK, Abilities.PICKPOCKET, 510, 95, 120, 65, 95, 75, 60, 45, 50, 255, false, null, true), - new PokemonForm("G-Max", SpeciesFormKey.GIGANTAMAX, PokemonType.DARK, PokemonType.FAIRY, 32, 999.9, Abilities.PRANKSTER, Abilities.PRANKSTER, Abilities.PRANKSTER, 610, 135, 138, 77, 110, 85, 65, 45, 50, 255), + new PokemonForm("G-Max", SpeciesFormKey.GIGANTAMAX, PokemonType.DARK, PokemonType.FAIRY, 32, 999.9, Abilities.PRANKSTER, Abilities.PRANKSTER, Abilities.PRANKSTER, 610, 130, 138, 75, 110, 92, 65, 45, 50, 255), ), new PokemonSpecies(Species.OBSTAGOON, 8, false, false, false, "Blocking Pokémon", PokemonType.DARK, PokemonType.NORMAL, 1.6, 46, Abilities.RECKLESS, Abilities.GUTS, Abilities.DEFIANT, 520, 93, 90, 101, 60, 81, 95, 45, 50, 260, GrowthRate.MEDIUM_FAST, 50, false), new PokemonSpecies(Species.PERRSERKER, 8, false, false, false, "Viking Pokémon", PokemonType.STEEL, null, 0.8, 28, Abilities.BATTLE_ARMOR, Abilities.TOUGH_CLAWS, Abilities.STEELY_SPIRIT, 440, 70, 110, 100, 50, 60, 50, 90, 50, 154, GrowthRate.MEDIUM_FAST, 50, false), @@ -2831,7 +2831,7 @@ export function initSpecies() { new PokemonForm("Ruby Swirl", "ruby-swirl", PokemonType.FAIRY, null, 0.3, 0.5, Abilities.SWEET_VEIL, Abilities.NONE, Abilities.AROMA_VEIL, 495, 65, 60, 75, 110, 121, 64, 100, 50, 173, false, null, true), new PokemonForm("Caramel Swirl", "caramel-swirl", PokemonType.FAIRY, null, 0.3, 0.5, Abilities.SWEET_VEIL, Abilities.NONE, Abilities.AROMA_VEIL, 495, 65, 60, 75, 110, 121, 64, 100, 50, 173, false, null, true), new PokemonForm("Rainbow Swirl", "rainbow-swirl", PokemonType.FAIRY, null, 0.3, 0.5, Abilities.SWEET_VEIL, Abilities.NONE, Abilities.AROMA_VEIL, 495, 65, 60, 75, 110, 121, 64, 100, 50, 173, false, null, true), - new PokemonForm("G-Max", SpeciesFormKey.GIGANTAMAX, PokemonType.FAIRY, null, 30, 999.9, Abilities.MISTY_SURGE, Abilities.NONE, Abilities.MISTY_SURGE, 595, 135, 60, 75, 130, 131, 64, 100, 50, 173), + new PokemonForm("G-Max", SpeciesFormKey.GIGANTAMAX, PokemonType.FAIRY, null, 30, 999.9, Abilities.MISTY_SURGE, Abilities.NONE, Abilities.MISTY_SURGE, 595, 105, 70, 85, 130, 141, 64, 100, 50, 173), ), new PokemonSpecies(Species.FALINKS, 8, false, false, false, "Formation Pokémon", PokemonType.FIGHTING, null, 3, 62, Abilities.BATTLE_ARMOR, Abilities.NONE, Abilities.DEFIANT, 470, 65, 100, 100, 70, 60, 75, 45, 50, 165, GrowthRate.MEDIUM_FAST, null, false), new PokemonSpecies(Species.PINCURCHIN, 8, false, false, false, "Sea Urchin Pokémon", PokemonType.ELECTRIC, null, 0.3, 1, Abilities.LIGHTNING_ROD, Abilities.NONE, Abilities.ELECTRIC_SURGE, 435, 48, 101, 95, 91, 85, 15, 75, 50, 152, GrowthRate.MEDIUM_FAST, 50, false), @@ -2853,7 +2853,7 @@ export function initSpecies() { new PokemonSpecies(Species.CUFANT, 8, false, false, false, "Copperderm Pokémon", PokemonType.STEEL, null, 1.2, 100, Abilities.SHEER_FORCE, Abilities.NONE, Abilities.HEAVY_METAL, 330, 72, 80, 49, 40, 49, 40, 190, 50, 66, GrowthRate.MEDIUM_FAST, 50, false), new PokemonSpecies(Species.COPPERAJAH, 8, false, false, false, "Copperderm Pokémon", PokemonType.STEEL, null, 3, 650, Abilities.SHEER_FORCE, Abilities.NONE, Abilities.HEAVY_METAL, 500, 122, 130, 69, 80, 69, 30, 90, 50, 175, GrowthRate.MEDIUM_FAST, 50, false, true, new PokemonForm("Normal", "", PokemonType.STEEL, null, 3, 650, Abilities.SHEER_FORCE, Abilities.NONE, Abilities.HEAVY_METAL, 500, 122, 130, 69, 80, 69, 30, 90, 50, 175, false, null, true), - new PokemonForm("G-Max", SpeciesFormKey.GIGANTAMAX, PokemonType.STEEL, PokemonType.GROUND, 23, 999.9, Abilities.MOLD_BREAKER, Abilities.NONE, Abilities.MOLD_BREAKER, 600, 167, 155, 89, 80, 89, 20, 90, 50, 175), + new PokemonForm("G-Max", SpeciesFormKey.GIGANTAMAX, PokemonType.STEEL, PokemonType.GROUND, 23, 999.9, Abilities.MOLD_BREAKER, Abilities.NONE, Abilities.MOLD_BREAKER, 600, 177, 155, 79, 90, 79, 20, 90, 50, 175), ), new PokemonSpecies(Species.DRACOZOLT, 8, false, false, false, "Fossil Pokémon", PokemonType.ELECTRIC, PokemonType.DRAGON, 1.8, 190, Abilities.VOLT_ABSORB, Abilities.HUSTLE, Abilities.SAND_RUSH, 505, 90, 100, 90, 80, 70, 75, 45, 50, 177, GrowthRate.SLOW, null, false), new PokemonSpecies(Species.ARCTOZOLT, 8, false, false, false, "Fossil Pokémon", PokemonType.ELECTRIC, PokemonType.ICE, 2.3, 150, Abilities.VOLT_ABSORB, Abilities.STATIC, Abilities.SLUSH_RUSH, 505, 90, 100, 90, 90, 80, 55, 45, 50, 177, GrowthRate.SLOW, null, false), @@ -2882,8 +2882,8 @@ export function initSpecies() { new PokemonSpecies(Species.URSHIFU, 8, true, false, false, "Wushu Pokémon", PokemonType.FIGHTING, PokemonType.DARK, 1.9, 105, Abilities.UNSEEN_FIST, Abilities.NONE, Abilities.NONE, 550, 100, 130, 100, 63, 60, 97, 3, 50, 275, GrowthRate.SLOW, 87.5, false, true, new PokemonForm("Single Strike Style", "single-strike", PokemonType.FIGHTING, PokemonType.DARK, 1.9, 105, Abilities.UNSEEN_FIST, Abilities.NONE, Abilities.NONE, 550, 100, 130, 100, 63, 60, 97, 3, 50, 275, false, "", true), new PokemonForm("Rapid Strike Style", "rapid-strike", PokemonType.FIGHTING, PokemonType.WATER, 1.9, 105, Abilities.UNSEEN_FIST, Abilities.NONE, Abilities.NONE, 550, 100, 130, 100, 63, 60, 97, 3, 50, 275, false, null, true), - new PokemonForm("G-Max Single Strike Style", SpeciesFormKey.GIGANTAMAX_SINGLE, PokemonType.FIGHTING, PokemonType.DARK, 29, 999.9, Abilities.UNSEEN_FIST, Abilities.NONE, Abilities.NONE, 650, 125, 150, 115, 73, 70, 117, 3, 50, 275), - new PokemonForm("G-Max Rapid Strike Style", SpeciesFormKey.GIGANTAMAX_RAPID, PokemonType.FIGHTING, PokemonType.WATER, 26, 999.9, Abilities.UNSEEN_FIST, Abilities.NONE, Abilities.NONE, 650, 125, 150, 115, 73, 70, 117, 3, 50, 275), + new PokemonForm("G-Max Single Strike Style", SpeciesFormKey.GIGANTAMAX_SINGLE, PokemonType.FIGHTING, PokemonType.DARK, 29, 999.9, Abilities.UNSEEN_FIST, Abilities.NONE, Abilities.NONE, 650, 125, 145, 115, 83, 70, 112, 3, 50, 275), + new PokemonForm("G-Max Rapid Strike Style", SpeciesFormKey.GIGANTAMAX_RAPID, PokemonType.FIGHTING, PokemonType.WATER, 26, 999.9, Abilities.UNSEEN_FIST, Abilities.NONE, Abilities.NONE, 650, 125, 145, 115, 83, 70, 112, 3, 50, 275), ), new PokemonSpecies(Species.ZARUDE, 8, false, false, true, "Rogue Monkey Pokémon", PokemonType.DARK, PokemonType.GRASS, 1.8, 70, Abilities.LEAF_GUARD, Abilities.NONE, Abilities.NONE, 600, 105, 120, 105, 70, 95, 105, 3, 0, 300, GrowthRate.SLOW, null, false, false, new PokemonForm("Normal", "", PokemonType.DARK, PokemonType.GRASS, 1.8, 70, Abilities.LEAF_GUARD, Abilities.NONE, Abilities.NONE, 600, 105, 120, 105, 70, 95, 105, 3, 0, 300, false, null, true), @@ -2987,11 +2987,11 @@ export function initSpecies() { new PokemonSpecies(Species.VAROOM, 9, false, false, false, "Single-Cyl Pokémon", PokemonType.STEEL, PokemonType.POISON, 1, 35, Abilities.OVERCOAT, Abilities.NONE, Abilities.SLOW_START, 300, 45, 70, 63, 30, 45, 47, 190, 50, 60, GrowthRate.MEDIUM_FAST, 50, false), new PokemonSpecies(Species.REVAVROOM, 9, false, false, false, "Multi-Cyl Pokémon", PokemonType.STEEL, PokemonType.POISON, 1.8, 120, Abilities.OVERCOAT, Abilities.NONE, Abilities.FILTER, 500, 80, 119, 90, 54, 67, 90, 75, 50, 175, GrowthRate.MEDIUM_FAST, 50, false, false, new PokemonForm("Normal", "", PokemonType.STEEL, PokemonType.POISON, 1.8, 120, Abilities.OVERCOAT, Abilities.NONE, Abilities.FILTER, 500, 80, 119, 90, 54, 67, 90, 75, 50, 175, false, null, true), - new PokemonForm("Segin Starmobile", "segin-starmobile", PokemonType.STEEL, PokemonType.DARK, 1.8, 240, Abilities.INTIMIDATE, Abilities.NONE, Abilities.INTIMIDATE, 600, 110, 129, 100, 77, 79, 105, 75, 50, 175), - new PokemonForm("Schedar Starmobile", "schedar-starmobile", PokemonType.STEEL, PokemonType.FIRE, 1.8, 240, Abilities.SPEED_BOOST, Abilities.NONE, Abilities.SPEED_BOOST, 600, 110, 129, 100, 77, 79, 105, 75, 50, 175), - new PokemonForm("Navi Starmobile", "navi-starmobile", PokemonType.STEEL, PokemonType.POISON, 1.8, 240, Abilities.TOXIC_DEBRIS, Abilities.NONE, Abilities.TOXIC_DEBRIS, 600, 110, 129, 100, 77, 79, 105, 75, 50, 175), - new PokemonForm("Ruchbah Starmobile", "ruchbah-starmobile", PokemonType.STEEL, PokemonType.FAIRY, 1.8, 240, Abilities.MISTY_SURGE, Abilities.NONE, Abilities.MISTY_SURGE, 600, 110, 129, 100, 77, 79, 105, 75, 50, 175), - new PokemonForm("Caph Starmobile", "caph-starmobile", PokemonType.STEEL, PokemonType.FIGHTING, 1.8, 240, Abilities.STAMINA, Abilities.NONE, Abilities.STAMINA, 600, 110, 129, 100, 77, 79, 105, 75, 50, 175), + new PokemonForm("Segin Starmobile", "segin-starmobile", PokemonType.STEEL, PokemonType.DARK, 1.8, 240, Abilities.INTIMIDATE, Abilities.NONE, Abilities.INTIMIDATE, 600, 110, 129, 100, 77, 79, 105, 75, 50, 175, false, null, false, true), + new PokemonForm("Schedar Starmobile", "schedar-starmobile", PokemonType.STEEL, PokemonType.FIRE, 1.8, 240, Abilities.SPEED_BOOST, Abilities.NONE, Abilities.SPEED_BOOST, 600, 110, 129, 100, 77, 79, 105, 75, 50, 175, false, null, false, true), + new PokemonForm("Navi Starmobile", "navi-starmobile", PokemonType.STEEL, PokemonType.POISON, 1.8, 240, Abilities.TOXIC_DEBRIS, Abilities.NONE, Abilities.TOXIC_DEBRIS, 600, 110, 129, 100, 77, 79, 105, 75, 50, 175, false, null, false, true), + new PokemonForm("Ruchbah Starmobile", "ruchbah-starmobile", PokemonType.STEEL, PokemonType.FAIRY, 1.8, 240, Abilities.MISTY_SURGE, Abilities.NONE, Abilities.MISTY_SURGE, 600, 110, 129, 100, 77, 79, 105, 75, 50, 175, false, null, false, true), + new PokemonForm("Caph Starmobile", "caph-starmobile", PokemonType.STEEL, PokemonType.FIGHTING, 1.8, 240, Abilities.STAMINA, Abilities.NONE, Abilities.STAMINA, 600, 110, 129, 100, 77, 79, 105, 75, 50, 175, false, null, false, true), ), new PokemonSpecies(Species.CYCLIZAR, 9, false, false, false, "Mount Pokémon", PokemonType.DRAGON, PokemonType.NORMAL, 1.6, 63, Abilities.SHED_SKIN, Abilities.NONE, Abilities.REGENERATOR, 501, 70, 95, 65, 85, 65, 121, 190, 50, 175, GrowthRate.MEDIUM_SLOW, 50, false), new PokemonSpecies(Species.ORTHWORM, 9, false, false, false, "Earthworm Pokémon", PokemonType.STEEL, null, 2.5, 310, Abilities.EARTH_EATER, Abilities.NONE, Abilities.SAND_VEIL, 480, 70, 85, 145, 60, 55, 65, 25, 50, 240, GrowthRate.SLOW, 50, false), @@ -3054,11 +3054,11 @@ export function initSpecies() { new PokemonSpecies(Species.DIPPLIN, 9, false, false, false, "Candy Apple Pokémon", PokemonType.GRASS, PokemonType.DRAGON, 0.4, 9.7, Abilities.SUPERSWEET_SYRUP, Abilities.GLUTTONY, Abilities.STICKY_HOLD, 485, 80, 80, 110, 95, 80, 40, 45, 50, 170, GrowthRate.ERRATIC, 50, false), new PokemonSpecies(Species.POLTCHAGEIST, 9, false, false, false, "Matcha Pokémon", PokemonType.GRASS, PokemonType.GHOST, 0.1, 1.1, Abilities.HOSPITALITY, Abilities.NONE, Abilities.HEATPROOF, 308, 40, 45, 45, 74, 54, 50, 120, 50, 62, GrowthRate.SLOW, null, false, false, new PokemonForm("Counterfeit Form", "counterfeit", PokemonType.GRASS, PokemonType.GHOST, 0.1, 1.1, Abilities.HOSPITALITY, Abilities.NONE, Abilities.HEATPROOF, 308, 40, 45, 45, 74, 54, 50, 120, 50, 62, false, null, true), - new PokemonForm("Artisan Form", "artisan", PokemonType.GRASS, PokemonType.GHOST, 0.1, 1.1, Abilities.HOSPITALITY, Abilities.NONE, Abilities.HEATPROOF, 308, 40, 45, 45, 74, 54, 50, 120, 50, 62, false, null, true), + new PokemonForm("Artisan Form", "artisan", PokemonType.GRASS, PokemonType.GHOST, 0.1, 1.1, Abilities.HOSPITALITY, Abilities.NONE, Abilities.HEATPROOF, 308, 40, 45, 45, 74, 54, 50, 120, 50, 62, false, null, false, true), ), new PokemonSpecies(Species.SINISTCHA, 9, false, false, false, "Matcha Pokémon", PokemonType.GRASS, PokemonType.GHOST, 0.2, 2.2, Abilities.HOSPITALITY, Abilities.NONE, Abilities.HEATPROOF, 508, 71, 60, 106, 121, 80, 70, 60, 50, 178, GrowthRate.SLOW, null, false, false, new PokemonForm("Unremarkable Form", "unremarkable", PokemonType.GRASS, PokemonType.GHOST, 0.2, 2.2, Abilities.HOSPITALITY, Abilities.NONE, Abilities.HEATPROOF, 508, 71, 60, 106, 121, 80, 70, 60, 50, 178), - new PokemonForm("Masterpiece Form", "masterpiece", PokemonType.GRASS, PokemonType.GHOST, 0.2, 2.2, Abilities.HOSPITALITY, Abilities.NONE, Abilities.HEATPROOF, 508, 71, 60, 106, 121, 80, 70, 60, 50, 178), + new PokemonForm("Masterpiece Form", "masterpiece", PokemonType.GRASS, PokemonType.GHOST, 0.2, 2.2, Abilities.HOSPITALITY, Abilities.NONE, Abilities.HEATPROOF, 508, 71, 60, 106, 121, 80, 70, 60, 50, 178, false, null, false, true), ), new PokemonSpecies(Species.OKIDOGI, 9, true, false, false, "Retainer Pokémon", PokemonType.POISON, PokemonType.FIGHTING, 1.8, 92.2, Abilities.TOXIC_CHAIN, Abilities.NONE, Abilities.GUARD_DOG, 555, 88, 128, 115, 58, 86, 80, 3, 0, 276, GrowthRate.SLOW, 100, false), new PokemonSpecies(Species.MUNKIDORI, 9, true, false, false, "Retainer Pokémon", PokemonType.POISON, PokemonType.PSYCHIC, 1, 12.2, Abilities.TOXIC_CHAIN, Abilities.NONE, Abilities.FRISK, 555, 88, 75, 66, 130, 90, 106, 3, 0, 276, GrowthRate.SLOW, 100, false), diff --git a/src/data/splash-messages.ts b/src/data/splash-messages.ts index 9fd71d9d95b..3223bbb019e 100644 --- a/src/data/splash-messages.ts +++ b/src/data/splash-messages.ts @@ -44,14 +44,17 @@ interface Season { //#region Constants /** The weight multiplier for the battles-won splash message */ -const BATTLES_WON_WEIGHT_MULTIPLIER = 10; +const BATTLES_WON_WEIGHT_MULTIPLIER = 15; +/** The weight multiplier for the Pokémon names splash message */ +const POKEMON_NAMES_WEIGHT_MULTIPLIER = 10; /** The weight multiplier for the seasonal splash messages */ -const SEASONAL_WEIGHT_MULTIPLIER = 10; +const SEASONAL_WEIGHT_MULTIPLIER = 15; //#region Common Messages const commonSplashMessages = [ ...Array(BATTLES_WON_WEIGHT_MULTIPLIER).fill("battlesWon"), + ...Array(POKEMON_NAMES_WEIGHT_MULTIPLIER).fill("underratedPokemon"), "joinTheDiscord", "infiniteLevels", "everythingIsStackable", @@ -78,7 +81,7 @@ const commonSplashMessages = [ "mostlyConsistentSeeds", "achievementPointsDontDoAnything", "nothingBeatsAJellyFilledDonut", - "dontTalkAboutTheTinkatonIncident", + "dontTalkAboutThePokemonIncident", "alsoTryPokengine", "alsoTryEmeraldRogue", "alsoTryRadicalRed", @@ -176,16 +179,113 @@ const commonSplashMessages = [ "timeForYourDeliDelivery", "goodFirstImpression", "iPreferRarerCandies", + "pocketRoguelite", + "porygonDidNothingWrong", + "critMattered", + "pickupNotRequired", + "stayHydrated", + "alsoTryCobblemon", + "alsoTryPokeDoku", + "mySleepStyleIsDoesnt", + "makeYourOwnWorldChampDifference", + "yoChampInTheMaking", + "notLiableForDecisionAnxiety", + "theAirIsTastyHere", + "continue", + "startANewRunToday", + "neverGiveUp", + "theresAlwaysNextTime", + "oneTwoThreeAndPoof", + "yourPokemonOnlyGoToLevelOneHundred", + "theBattlesWillBeLegendary", + "levelCurveBetterThanJohto", + "alsoTryShowering", + "wellStillBeHere", + "weHopeToSeeYouAgain", + "aHealthyTeamCanMeanGreaterRewards", + "aWildPokemonAppeared", + "isThisThingOn", + "needsMoreTesting", + "whoChecksStatChanges", + "whenTwoTrainersEyesMeet", + "notOfficiallyOnSteam", + "fiftyFifty", + "metaNotIncluded", + "bornToBeAWinner", + "onARollout", + "itsAlwaysNightDeepInTheAbyss", + "folksThisIsInsane", ]; //#region Seasonal Messages const seasonalSplashMessages: Season[] = [ + { + name: "New Year's", + start: "01-01", + end: "01-15", + messages: ["newYears.happyNewYear", "newYears.andAHappyNewYear"], + }, + { + name: "Valentines", + start: "02-07", + end: "02-21", + messages: [ + "valentines.happyValentines", + "valentines.fullOfLove", + "valentines.applinForYou", + "valentines.thePowerOfLoveIsThreeThirtyBST", + "valentines.haveAHeartScale", + "valentines.i<3You", + ], + }, + { + name: "April Fools", + start: "04-01", + end: "04-03", + messages: [ + "aprilFools.battlesOne", + "aprilFools.aprilFools", + "aprilFools.removedPokemon", + "aprilFools.helloKyleAmber", + "aprilFools.gotcha", + "aprilFools.alsoTryPokerogueTwo", + "aprilFools.nowWithSameScumCountermeasures", + "aprilFools.neverGonnaGiveYouGoodRolls", + "aprilFools.youBumblingBuffoon", + "aprilFools.doubleShinyOddsForTrainersOnly", + "aprilFools.nowWithZMoves", + "aprilFools.newLightType", + "aprilFools.removedMegas", + "aprilFools.nerfedYourFavorites", + "aprilFools.grrr", + "aprilFools.enabledEternatusPassiveGoodLuck", + "aprilFools.theDarkestDaySoundsLikeAFutureProblem", + "aprilFools.tmShopWhen", + "aprilFools.whoIsFinn", + "aprilFools.watchOutForShadowPokemon", + "aprilFools.nowWithDarkTypeLuxray", + "aprilFools.onlyOnPokerogueNetAGAIN", + "aprilFools.noFreeVouchers", + "aprilFools.altffourAchievementPoints", + "aprilFools.rokePogue", + "aprilFools.readMe", + "aprilFools.winningNotIncluded", + "aprilFools.timeForYourSoloUnownRun", + "aprilFools.nowARealTimeStrategyGame", + "aprilFools.nowWithQuickTimeEncounters", + "aprilFools.timeYourInputsForHigherCatchrate", + "aprilFools.certifiedButtonSimulator", + "aprilFools.iHopeYouGetSuckerPunched", + ], + }, { name: "Halloween", - start: "09-15", + start: "10-15", end: "10-31", messages: [ + "halloween.happyHalloween", + "halloween.boo", "halloween.pumpkabooAbout", "halloween.mayContainSpiders", "halloween.spookyScarySkeledirge", @@ -194,23 +294,28 @@ const seasonalSplashMessages: Season[] = [ ], }, { - name: "XMAS", + name: "Winter Holiday", start: "12-01", - end: "12-26", + end: "12-31", messages: [ - "xmas.happyHolidays", - "xmas.unaffilicatedWithDelibirdServices", - "xmas.delibirdSeason", - "xmas.diamondsFromTheSky", - "xmas.holidayStylePikachuNotIncluded", + "winterHoliday.happyHolidays", + "winterHoliday.unaffilicatedWithDelibirdServices", + "winterHoliday.delibirdSeason", + "winterHoliday.diamondsFromTheSky", + "winterHoliday.holidayStylePikachuNotIncluded", + "winterHoliday.delibirdDirectlyToYourHouse", + "winterHoliday.haveAnIceDay", + "winterHoliday.spinTheClaydol", + "winterHoliday.beGoodForGoodnessSake", + "winterHoliday.moomooMilkAndLavaCookies", + "winterHoliday.iNeedAYacheBerry", + "winterHoliday.getJolly", + "winterHoliday.tisTheSeasonToBeSpeSpa", + "winterHoliday.deckTheHalls", + "winterHoliday.saveScummingGetsYouOnTheNaughtyList", + "winterHoliday.badTrainersGetRolycoly", ], }, - { - name: "New Year's", - start: "01-01", - end: "01-31", - messages: ["newYears.happyNewYear"], - }, ]; //#endregion diff --git a/src/data/trainer-names.ts b/src/data/trainer-names.ts index c72356d88ae..26cea19070f 100644 --- a/src/data/trainer-names.ts +++ b/src/data/trainer-names.ts @@ -74,2651 +74,6 @@ const trainerNameConfigs: TrainerNameConfigs = { [TrainerType.YOUNGSTER]: new TrainerNameConfig(TrainerType.YOUNGSTER).hasGenderVariant("Lass"), }; -export const trainerNamePools = { - [TrainerType.ACE_TRAINER]: [ - [ - "Aaron", - "Allen", - "Blake", - "Brian", - "Gaven", - "Jake", - "Kevin", - "Mike", - "Nick", - "Paul", - "Ryan", - "Sean", - "Darin", - "Albert", - "Berke", - "Clyde", - "Edgar", - "George", - "Leroy", - "Owen", - "Parker", - "Randall", - "Ruben", - "Samuel", - "Vincent", - "Warren", - "Wilton", - "Zane", - "Alfred", - "Braxton", - "Felix", - "Gerald", - "Jonathan", - "Leonel", - "Marcel", - "Mitchell", - "Quincy", - "Roderick", - "Colby", - "Rolando", - "Yuji", - "Abel", - "Anton", - "Arthur", - "Cesar", - "Dalton", - "Dennis", - "Ernest", - "Garrett", - "Graham", - "Henry", - "Isaiah", - "Jonah", - "Jose", - "Keenan", - "Micah", - "Omar", - "Quinn", - "Rodolfo", - "Saul", - "Sergio", - "Skylar", - "Stefan", - "Zachery", - "Alton", - "Arabella", - "Bonita", - "Cal", - "Cody", - "French", - "Kobe", - "Paulo", - "Shaye", - "Austin", - "Beckett", - "Charlie", - "Corky", - "David", - "Dwayne", - "Elmer", - "Jesse", - "Jared", - "Johan", - "Jordan", - "Kipp", - "Lou", - "Terry", - "Tom", - "Webster", - "Billy", - "Doyle", - "Enzio", - "Geoff", - "Grant", - "Kelsey", - "Miguel", - "Pierce", - "Ray", - "Santino", - "Shel", - "Adelbert", - "Bence", - "Emil", - "Evan", - "Mathis", - "Maxim", - "Neil", - "Rico", - "Robbie", - "Theo", - "Viktor", - "Benedict", - "Cornelius", - "Hisato", - "Leopold", - "Neville", - "Vito", - "Chase", - "Cole", - "Hiroshi", - "Jackson", - "Jim", - "Kekoa", - "Makana", - "Yuki", - "Elwood", - "Seth", - "Alvin", - "Arjun", - "Arnold", - "Cameron", - "Carl", - "Carlton", - "Christopher", - "Dave", - "Dax", - "Dominic", - "Edmund", - "Finn", - "Fred", - "Garret", - "Grayson", - "Jace", - "Jaxson", - "Jay", - "Jirard", - "Johnson", - "Kayden", - "Kite", - "Louis", - "Mac", - "Marty", - "Percy", - "Raymond", - "Ronnie", - "Satch", - "Tim", - "Zach", - "Conner", - "Vince", - "Bedro", - "Boda", - "Botan", - "Daras", - "Dury", - "Herton", - "Rewn", - "Stum", - "Tock", - "Trilo", - "Berki", - "Cruik", - "Dazon", - "Desid", - "Dillot", - "Farfin", - "Forgon", - "Hebel", - "Morfon", - "Moril", - "Shadd", - "Vanhub", - "Bardo", - "Carben", - "Degin", - "Gorps", - "Klept", - "Lask", - "Malex", - "Mopar", - "Niled", - "Noxon", - "Teslor", - "Tetil", - ], - [ - "Beth", - "Carol", - "Cybil", - "Emma", - "Fran", - "Gwen", - "Irene", - "Jenn", - "Joyce", - "Kate", - "Kelly", - "Lois", - "Lola", - "Megan", - "Quinn", - "Reena", - "Cara", - "Alexa", - "Brooke", - "Caroline", - "Elaine", - "Hope", - "Jennifer", - "Jody", - "Julie", - "Lori", - "Mary", - "Michelle", - "Shannon", - "Wendy", - "Alexia", - "Alicia", - "Athena", - "Carolina", - "Cristin", - "Darcy", - "Dianne", - "Halle", - "Jazmyn", - "Katelynn", - "Keira", - "Marley", - "Allyson", - "Kathleen", - "Naomi", - "Alyssa", - "Ariana", - "Brandi", - "Breanna", - "Brenda", - "Brenna", - "Catherine", - "Clarice", - "Dana", - "Deanna", - "Destiny", - "Jamie", - "Jasmin", - "Kassandra", - "Laura", - "Maria", - "Mariah", - "Maya", - "Meagan", - "Mikayla", - "Monique", - "Natasha", - "Olivia", - "Sandra", - "Savannah", - "Sydney", - "Moira", - "Piper", - "Salma", - "Allison", - "Beverly", - "Cathy", - "Cheyenne", - "Clara", - "Dara", - "Eileen", - "Glinda", - "Junko", - "Lena", - "Lucille", - "Mariana", - "Olwen", - "Shanta", - "Stella", - "Angi", - "Belle", - "Chandra", - "Cora", - "Eve", - "Jacqueline", - "Jeanne", - "Juliet", - "Kathrine", - "Layla", - "Lucca", - "Melina", - "Miki", - "Nina", - "Sable", - "Shelly", - "Summer", - "Trish", - "Vicki", - "Alanza", - "Cordelia", - "Hilde", - "Imelda", - "Michele", - "Mireille", - "Claudia", - "Constance", - "Harriet", - "Honor", - "Melba", - "Portia", - "Alexis", - "Angela", - "Karla", - "Lindsey", - "Tori", - "Sheri", - "Jada", - "Kailee", - "Amanda", - "Annie", - "Kindra", - "Kyla", - "Sofia", - "Yvette", - "Becky", - "Flora", - "Gloria", - "Buna", - "Ferda", - "Lehan", - "Liqui", - "Lomen", - "Neira", - "Atilo", - "Detta", - "Gilly", - "Gosney", - "Levens", - "Moden", - "Rask", - "Rateis", - "Rosno", - "Tynan", - "Veron", - "Zoel", - "Cida", - "Dibsin", - "Dodin", - "Ebson", - "Equin", - "Flostin", - "Gabsen", - "Halsion", - "Hileon", - "Quelor", - "Rapeel", - "Roze", - "Tensin", - ], - ], - [TrainerType.ARTIST]: [ - ["Ismael", "William", "Horton", "Pierre", "Zach", "Gough", "Salvador", "Vincent", "Duncan"], - ["Georgia"], - ], - [TrainerType.BACKERS]: [ - ["Alf & Fred", "Hawk & Dar", "Joe & Ross", "Les & Web", "Masa & Yas", "Stu & Art"], - [ - "Ai & Ciel", - "Ami & Eira", - "Cam & Abby", - "Fey & Sue", - "Kat & Phae", - "Kay & Ali", - "Ava & Aya", - "Cleo & Rio", - "May & Mal", - ], - ], - [TrainerType.BACKPACKER]: [ - [ - "Alexander", - "Carlos", - "Herman", - "Jerome", - "Keane", - "Kelsey", - "Kiyo", - "Michael", - "Nate", - "Peter", - "Sam", - "Stephen", - "Talon", - "Terrance", - "Toru", - "Waylon", - "Boone", - "Clifford", - "Ivan", - "Kendall", - "Lowell", - "Randall", - "Reece", - "Roland", - "Shane", - "Walt", - "Farid", - "Heike", - "Joren", - "Lane", - "Roderick", - "Darnell", - "Deon", - "Emory", - "Graeme", - "Grayson", - "Aitor", - "Alex", - "Arturo", - "Asier", - "Jaime", - "Jonathan", - "Julio", - "Kevin", - "Kosuke", - "Lander", - "Markel", - "Mateo", - "Nil", - "Pau", - "Samuel", - ], - [ - "Anna", - "Corin", - "Elaine", - "Emi", - "Jill", - "Kumiko", - "Liz", - "Lois", - "Lora", - "Molly", - "Patty", - "Ruth", - "Vicki", - "Annie", - "Blossom", - "Clara", - "Eileen", - "Mae", - "Myra", - "Rachel", - "Tami", - "Ashley", - "Mikiko", - "Kiana", - "Perdy", - "Maria", - "Yuho", - "Peren", - "Barbara", - "Diane", - ], - ], - [TrainerType.BAKER]: ["Chris", "Jenn", "Lilly"], - [TrainerType.BEAUTY]: [ - "Cassie", - "Julia", - "Olivia", - "Samantha", - "Valerie", - "Victoria", - "Bridget", - "Connie", - "Jessica", - "Johanna", - "Melissa", - "Sheila", - "Shirley", - "Tiffany", - "Namiko", - "Thalia", - "Grace", - "Lola", - "Lori", - "Maura", - "Tamia", - "Cyndy", - "Devon", - "Gabriella", - "Harley", - "Lindsay", - "Nicola", - "Callie", - "Charlotte", - "Kassandra", - "December", - "Fleming", - "Nikola", - "Aimee", - "Anais", - "Brigitte", - "Cassandra", - "Andrea", - "Brittney", - "Carolyn", - "Krystal", - "Alexis", - "Alice", - "Aina", - "Anya", - "Arianna", - "Aubrey", - "Beverly", - "Camille", - "Beauty", - "Evette", - "Hansol", - "Haruka", - "Jill", - "Jo", - "Lana", - "Lois", - "Lucy", - "Mai", - "Nickie", - "Nicole", - "Prita", - "Rose", - "Shelly", - "Suzy", - "Tessa", - "Anita", - "Alissa", - "Rita", - "Cudsy", - "Eloff", - "Miru", - "Minot", - "Nevah", - "Niven", - "Ogoin", - ], - [TrainerType.BIKER]: [ - "Charles", - "Dwayne", - "Glenn", - "Harris", - "Joel", - "Riley", - "Zeke", - "Alex", - "Billy", - "Ernest", - "Gerald", - "Hideo", - "Isaac", - "Jared", - "Jaren", - "Jaxon", - "Jordy", - "Lao", - "Lukas", - "Malik", - "Nikolas", - "Ricardo", - "Ruben", - "Virgil", - "William", - "Aiden", - "Dale", - "Dan", - "Jacob", - "Markey", - "Reese", - "Teddy", - "Theron", - "Jeremy", - "Morgann", - "Phillip", - "Philip", - "Stanley", - "Dillon", - ], - [TrainerType.BLACK_BELT]: [ - [ - "Kenji", - "Lao", - "Lung", - "Nob", - "Wai", - "Yoshi", - "Atsushi", - "Daisuke", - "Hideki", - "Hitoshi", - "Kiyo", - "Koichi", - "Koji", - "Yuji", - "Cristian", - "Rhett", - "Takao", - "Theodore", - "Zander", - "Aaron", - "Hugh", - "Mike", - "Nicolas", - "Shea", - "Takashi", - "Adam", - "Carl", - "Colby", - "Darren", - "David", - "Davon", - "Derek", - "Eddie", - "Gregory", - "Griffin", - "Jarrett", - "Jeffery", - "Kendal", - "Kyle", - "Luke", - "Miles", - "Nathaniel", - "Philip", - "Rafael", - "Ray", - "Ricky", - "Sean", - "Willie", - "Ander", - "Manford", - "Benjamin", - "Corey", - "Edward", - "Grant", - "Jay", - "Kendrew", - "Kentaro", - "Ryder", - "Teppei", - "Thomas", - "Tyrone", - "Andrey", - "Donny", - "Drago", - "Gordon", - "Grigor", - "Jeriel", - "Kenneth", - "Martell", - "Mathis", - "Rich", - "Rocky", - "Rodrigo", - "Wesley", - "Zachery", - "Alonzo", - "Cadoc", - "Gunnar", - "Igor", - "Killian", - "Markus", - "Ricardo", - "Yanis", - "Banting", - "Clayton", - "Duane", - "Earl", - "Greg", - "Roy", - "Terry", - "Tracy", - "Walter", - "Alvaro", - "Curtis", - "Francis", - "Ross", - "Brice", - "Cheng", - "Dudley", - "Eric", - "Kano", - "Masahiro", - "Randy", - "Ryuji", - "Steve", - "Tadashi", - "Wong", - "Yuen", - "Brian", - "Carter", - "Reece", - "Nick", - "Yang", - ], - [ - "Cora", - "Cyndy", - "Jill", - "Laura", - "Sadie", - "Tessa", - "Vivian", - "Aisha", - "Callie", - "Danielle", - "Helene", - "Jocelyn", - "Lilith", - "Paula", - "Reyna", - "Helen", - "Kelsey", - "Tyler", - "Amy", - "Chandra", - "Hillary", - "Janie", - "Lee", - "Maggie", - "Mikiko", - "Miriam", - "Sharon", - "Susie", - "Xiao", - "Alize", - "Azra", - "Brenda", - "Chalina", - "Chan", - "Glinda", - "Maki", - "Tia", - "Tiffany", - "Wendy", - "Andrea", - "Gabrielle", - "Gerardine", - "Hailey", - "Hedvig", - "Justine", - "Kinsey", - "Sigrid", - "Veronique", - "Tess", - ], - ], - [TrainerType.BREEDER]: [ - [ - "Isaac", - "Myles", - "Salvadore", - "Albert", - "Kahlil", - "Eustace", - "Galen", - "Owen", - "Addison", - "Marcus", - "Foster", - "Cory", - "Glenn", - "Jay", - "Wesley", - "William", - "Adrian", - "Bradley", - "Jaime", - ], - [ - "Allison", - "Alize", - "Bethany", - "Lily", - "Lydia", - "Gabrielle", - "Jayden", - "Pat", - "Veronica", - "Amber", - "Jennifer", - "Kaylee", - "Adelaide", - "Brooke", - "Ethel", - "April", - "Irene", - "Magnolia", - "Amala", - "Mercy", - "Amanda", - "Ikue", - "Savannah", - "Yuka", - "Chloe", - "Debra", - "Denise", - "Elena", - ], - ], - [TrainerType.CLERK]: [ - [ - "Chaz", - "Clemens", - "Doug", - "Fredric", - "Ivan", - "Isaac", - "Nelson", - "Wade", - "Warren", - "Augustin", - "Gilligan", - "Cody", - "Jeremy", - "Shane", - "Dugal", - "Royce", - "Ronald", - ], - [ - "Alberta", - "Ingrid", - "Katie", - "Piper", - "Trisha", - "Wren", - "Britney", - "Lana", - "Jessica", - "Kristen", - "Michelle", - "Gabrielle", - ], - ], - [TrainerType.CYCLIST]: [ - ["Axel", "James", "John", "Ryan", "Hector", "Jeremiah"], - ["Kayla", "Megan", "Nicole", "Rachel", "Krissa", "Adelaide"], - ], - [TrainerType.DANCER]: [ - "Brian", - "Davey", - "Dirk", - "Edmond", - "Mickey", - "Raymond", - "Cara", - "Julia", - "Maika", - "Mireille", - "Ronda", - "Zoe", - ], - [TrainerType.DEPOT_AGENT]: ["Josh", "Hank", "Vincent"], - [TrainerType.DOCTOR]: [ - ["Hank", "Jerry", "Jules", "Logan", "Wayne", "Braid", "Derek", "Heath", "Julius", "Kit", "Graham"], - ["Kirsten", "Sachiko", "Shery", "Carol", "Dixie", "Mariah"], - ], - [TrainerType.FIREBREATHER]: ["Bill", "Burt", "Cliff", "Dick", "Lyle", "Ned", "Otis", "Ray", "Richard", "Walt"], - [TrainerType.FISHERMAN]: [ - "Andre", - "Arnold", - "Barney", - "Chris", - "Edgar", - "Henry", - "Jonah", - "Justin", - "Kyle", - "Martin", - "Marvin", - "Ralph", - "Raymond", - "Scott", - "Stephen", - "Wilton", - "Tully", - "Andrew", - "Barny", - "Carter", - "Claude", - "Dale", - "Elliot", - "Eugene", - "Ivan", - "Ned", - "Nolan", - "Roger", - "Ronald", - "Wade", - "Wayne", - "Darian", - "Kai", - "Chip", - "Hank", - "Kaden", - "Tommy", - "Tylor", - "Alec", - "Brett", - "Cameron", - "Cody", - "Cole", - "Cory", - "Erick", - "George", - "Joseph", - "Juan", - "Kenneth", - "Luc", - "Miguel", - "Travis", - "Walter", - "Zachary", - "Josh", - "Gideon", - "Kyler", - "Liam", - "Murphy", - "Bruce", - "Damon", - "Devon", - "Hubert", - "Jones", - "Lydon", - "Mick", - "Pete", - "Sean", - "Sid", - "Vince", - "Bucky", - "Dean", - "Eustace", - "Kenzo", - "Leroy", - "Mack", - "Ryder", - "Ewan", - "Finn", - "Murray", - "Seward", - "Shad", - "Wharton", - "Finley", - "Fisher", - "Fisk", - "River", - "Sheaffer", - "Timin", - "Carl", - "Ernest", - "Hal", - "Herbert", - "Hisato", - "Mike", - "Vernon", - "Harriet", - "Marina", - "Chase", - ], - [TrainerType.GUITARIST]: [ - "Anna", - "Beverly", - "January", - "Tina", - "Alicia", - "Claudia", - "Julia", - "Lidia", - "Mireia", - "Noelia", - "Sara", - "Sheila", - "Tatiana", - ], - [TrainerType.HARLEQUIN]: [ - "Charley", - "Ian", - "Jack", - "Kerry", - "Louis", - "Pat", - "Paul", - "Rick", - "Anders", - "Clarence", - "Gary", - ], - [TrainerType.HIKER]: [ - "Anthony", - "Bailey", - "Benjamin", - "Daniel", - "Erik", - "Jim", - "Kenny", - "Leonard", - "Michael", - "Parry", - "Phillip", - "Russell", - "Sidney", - "Tim", - "Timothy", - "Alan", - "Brice", - "Clark", - "Eric", - "Lenny", - "Lucas", - "Mike", - "Trent", - "Devan", - "Eli", - "Marc", - "Sawyer", - "Allen", - "Daryl", - "Dudley", - "Earl", - "Franklin", - "Jeremy", - "Marcos", - "Nob", - "Oliver", - "Wayne", - "Alexander", - "Damon", - "Jonathan", - "Justin", - "Kevin", - "Lorenzo", - "Louis", - "Maurice", - "Nicholas", - "Reginald", - "Robert", - "Theodore", - "Bruce", - "Clarke", - "Devin", - "Dwight", - "Edwin", - "Eoin", - "Noland", - "Russel", - "Andy", - "Bret", - "Darrell", - "Gene", - "Hardy", - "Hugh", - "Jebediah", - "Jeremiah", - "Kit", - "Neil", - "Terrell", - "Don", - "Doug", - "Hunter", - "Jared", - "Jerome", - "Keith", - "Manuel", - "Markus", - "Otto", - "Shelby", - "Stephen", - "Teppei", - "Tobias", - "Wade", - "Zaiem", - "Aaron", - "Alain", - "Bergin", - "Bernard", - "Brent", - "Corwin", - "Craig", - "Delmon", - "Dunstan", - "Orestes", - "Ross", - "Davian", - "Calhoun", - "David", - "Gabriel", - "Ryan", - "Thomas", - "Travis", - "Zachary", - "Anuhea", - "Barnaby", - "Claus", - "Collin", - "Colson", - "Dexter", - "Dillan", - "Eugine", - "Farkas", - "Hisato", - "Julius", - "Kenji", - "Irwin", - "Lionel", - "Paul", - "Richter", - "Valentino", - "Donald", - "Douglas", - "Kevyn", - "Chester", - ], //["Angela","Carla","Celia","Daniela","Estela","Fatima","Helena","Leire","Lucia","Luna","Manuela","Mar","Marina","Miyu","Nancy","Nerea","Paula","Rocio","Yanira"] - [TrainerType.HOOLIGANS]: ["Jim & Cas", "Rob & Sal"], - [TrainerType.HOOPSTER]: ["Bobby", "John", "Lamarcus", "Derrick", "Nicolas"], - [TrainerType.INFIELDER]: ["Alex", "Connor", "Todd"], - [TrainerType.JANITOR]: ["Caleb", "Geoff", "Brady", "Felix", "Orville", "Melvin", "Shawn"], - [TrainerType.LINEBACKER]: ["Bob", "Dan", "Jonah"], - [TrainerType.MAID]: ["Belinda", "Sophie", "Emily", "Elena", "Clare", "Alica", "Tanya", "Tammy"], - [TrainerType.MUSICIAN]: [ - "Boris", - "Preston", - "Charles", - "Clyde", - "Vincent", - "Dalton", - "Kirk", - "Shawn", - "Fabian", - "Fernando", - "Joseph", - "Marcos", - "Arturo", - "Jerry", - "Lonnie", - "Tony", - ], - [TrainerType.NURSERY_AIDE]: [ - "Autumn", - "Briana", - "Leah", - "Miho", - "Ethel", - "Hollie", - "Ilse", - "June", - "Kimya", - "Rosalyn", - ], - [TrainerType.OFFICER]: [ - "Dirk", - "Keith", - "Alex", - "Bobby", - "Caleb", - "Danny", - "Dylan", - "Thomas", - "Daniel", - "Jeff", - "Braven", - "Dell", - "Neagle", - "Haruki", - "Mitchell", - "Raymond", - ], - [TrainerType.PARASOL_LADY]: [ - "Angelica", - "Clarissa", - "Madeline", - "Akari", - "Annabell", - "Kayley", - "Rachel", - "Alexa", - "Sabrina", - "April", - "Gwyneth", - "Laura", - "Lumi", - "Mariah", - "Melita", - "Nicole", - "Tihana", - "Ingrid", - "Tyra", - ], - [TrainerType.PILOT]: ["Chase", "Leonard", "Ted", "Elron", "Ewing", "Flynn", "Winslow"], - [TrainerType.POKEFAN]: [ - [ - "Alex", - "Allan", - "Brandon", - "Carter", - "Colin", - "Derek", - "Jeremy", - "Joshua", - "Rex", - "Robert", - "Trevor", - "William", - "Colton", - "Miguel", - "Francisco", - "Kaleb", - "Leonard", - "Boone", - "Elliot", - "Jude", - "Norbert", - "Corey", - "Gabe", - "Baxter", - ], - [ - "Beverly", - "Georgia", - "Jaime", - "Ruth", - "Isabel", - "Marissa", - "Vanessa", - "Annika", - "Bethany", - "Kimberly", - "Meredith", - "Rebekah", - "Eleanor", - "Darcy", - "Lydia", - "Sachiko", - "Abigail", - "Agnes", - "Lydie", - "Roisin", - "Tara", - "Carmen", - "Janet", - ], - ], - [TrainerType.PRESCHOOLER]: [ - [ - "Billy", - "Doyle", - "Evan", - "Homer", - "Tully", - "Albert", - "Buster", - "Greg", - "Ike", - "Jojo", - "Tyrone", - "Adrian", - "Oliver", - "Hayden", - "Hunter", - "Kaleb", - "Liam", - "Dylan", - ], - [ - "Juliet", - "Mia", - "Sarah", - "Wendy", - "Winter", - "Chrissy", - "Eva", - "Lin", - "Samantha", - "Ella", - "Lily", - "Natalie", - "Ailey", - "Hannah", - "Malia", - "Kindra", - "Nancy", - ], - ], - [TrainerType.PSYCHIC]: [ - [ - "Fidel", - "Franklin", - "Gilbert", - "Greg", - "Herman", - "Jared", - "Mark", - "Nathan", - "Norman", - "Phil", - "Richard", - "Rodney", - "Cameron", - "Edward", - "Fritz", - "Joshua", - "Preston", - "Virgil", - "William", - "Alvaro", - "Blake", - "Cedric", - "Keenan", - "Nicholas", - "Dario", - "Johan", - "Lorenzo", - "Tyron", - "Bryce", - "Corbin", - "Deandre", - "Elijah", - "Kody", - "Landon", - "Maxwell", - "Mitchell", - "Sterling", - "Eli", - "Nelson", - "Vernon", - "Gaven", - "Gerard", - "Low", - "Micki", - "Perry", - "Rudolf", - "Tommy", - "Al", - "Nandor", - "Tully", - "Arthur", - "Emanuel", - "Franz", - "Harry", - "Paschal", - "Robert", - "Sayid", - "Angelo", - "Anton", - "Arin", - "Avery", - "Danny", - "Frasier", - "Harrison", - "Jaime", - "Ross", - "Rui", - "Vlad", - "Mason", - ], - [ - "Alexis", - "Hannah", - "Jacki", - "Jaclyn", - "Kayla", - "Maura", - "Samantha", - "Alix", - "Brandi", - "Edie", - "Macey", - "Mariella", - "Marlene", - "Laura", - "Rodette", - "Abigail", - "Brittney", - "Chelsey", - "Daisy", - "Desiree", - "Kendra", - "Lindsey", - "Rachael", - "Valencia", - "Belle", - "Cybil", - "Doreen", - "Dua", - "Future", - "Lin", - "Madhu", - "Alia", - "Ena", - "Joyce", - "Lynette", - "Olesia", - "Sarah", - ], - ], - [TrainerType.RANGER]: [ - [ - "Carlos", - "Jackson", - "Sebastian", - "Gav", - "Lorenzo", - "Logan", - "Nicolas", - "Trenton", - "Deshawn", - "Dwayne", - "Jeffery", - "Kyler", - "Taylor", - "Alain", - "Claude", - "Crofton", - "Forrest", - "Harry", - "Jaden", - "Keith", - "Lewis", - "Miguel", - "Pedro", - "Ralph", - "Richard", - "Bret", - "Daryl", - "Eddie", - "Johan", - "Leaf", - "Louis", - "Maxwell", - "Parker", - "Rick", - "Steve", - "Bjorn", - "Chaise", - "Dean", - "Lee", - "Maurice", - "Nash", - "Ralf", - "Reed", - "Shinobu", - "Silas", - ], - [ - "Catherine", - "Jenna", - "Sophia", - "Merdith", - "Nora", - "Beth", - "Chelsea", - "Katelyn", - "Madeline", - "Allison", - "Ashlee", - "Felicia", - "Krista", - "Annie", - "Audra", - "Brenda", - "Chloris", - "Eliza", - "Heidi", - "Irene", - "Mary", - "Mylene", - "Shanti", - "Shelly", - "Thalia", - "Anja", - "Briana", - "Dianna", - "Elaine", - "Elle", - "Hillary", - "Katie", - "Lena", - "Lois", - "Malory", - "Melita", - "Mikiko", - "Naoko", - "Serenity", - "Ambre", - "Brooke", - "Clementine", - "Melina", - "Petra", - "Twiggy", - ], - ], - [TrainerType.RICH]: [ - [ - "Alfred", - "Edward", - "Gregory", - "Preston", - "Thomas", - "Tucker", - "Walter", - "Clifford", - "Everett", - "Micah", - "Nate", - "Pierre", - "Terrance", - "Arthur", - "Brooks", - "Emanuel", - "Lamar", - "Jeremy", - "Leonardo", - "Milton", - "Frederic", - "Renaud", - "Robert", - "Yan", - "Daniel", - "Sheldon", - "Stonewall", - "Gerald", - "Ronald", - "Smith", - "Stanley", - "Reginald", - "Orson", - "Wilco", - "Caden", - "Glenn", - ], - [ - "Rebecca", - "Reina", - "Cassandra", - "Emilia", - "Grace", - "Marian", - "Elizabeth", - "Kathleen", - "Sayuri", - "Caroline", - "Judy", - ], - ], - [TrainerType.RICH_KID]: [ - [ - "Garret", - "Winston", - "Dawson", - "Enrique", - "Jason", - "Roman", - "Trey", - "Liam", - "Anthony", - "Brad", - "Cody", - "Manuel", - "Martin", - "Pierce", - "Rolan", - "Keenan", - "Filbert", - "Antoin", - "Cyus", - "Diek", - "Dugo", - "Flitz", - "Jurek", - "Lond", - "Perd", - "Quint", - "Basto", - "Benit", - "Brot", - "Denc", - "Guyit", - "Marcon", - "Perc", - "Puros", - "Roex", - "Sainz", - "Symin", - "Tark", - "Venak", - ], - [ - "Anette", - "Brianna", - "Cindy", - "Colleen", - "Daphne", - "Elizabeth", - "Naomi", - "Sarah", - "Charlotte", - "Gillian", - "Jacki", - "Lady", - "Melissa", - "Celeste", - "Colette", - "Elizandra", - "Isabel", - "Lynette", - "Magnolia", - "Sophie", - "Lina", - "Dulcie", - "Auro", - "Brin", - "Caril", - "Eloos", - "Gwin", - "Illa", - "Kowly", - "Rima", - "Ristin", - "Vesey", - "Brena", - "Deasy", - "Denslon", - "Kylet", - "Nemi", - "Rene", - "Sanol", - "Stouner", - "Sturk", - "Talmen", - "Zoila", - ], - ], - [TrainerType.ROUGHNECK]: [ - "Camron", - "Corey", - "Gabriel", - "Isaiah", - "Jamal", - "Koji", - "Luke", - "Paxton", - "Raul", - "Zeek", - "Kirby", - "Chance", - "Dave", - "Fletcher", - "Johnny", - "Reese", - "Joey", - "Ricky", - "Silvester", - "Martin", - ], - [TrainerType.SAILOR]: [ - "Alberto", - "Bost", - "Brennan", - "Brenden", - "Claude", - "Cory", - "Damian", - "Dirk", - "Duncan", - "Dwayne", - "Dylan", - "Eddie", - "Edmond", - "Elijah", - "Ernest", - "Eugene", - "Garrett", - "Golos", - "Gratin", - "Grestly", - "Harry", - "Hols", - "Hudson", - "Huey", - "Jebol", - "Jeff", - "Leonald", - "Luther", - "Kelvin", - "Kenneth", - "Kent", - "Knook", - "Marc", - "Mifis", - "Monar", - "Morkor", - "Ordes", - "Oxlin", - "Parker", - "Paul", - "Philip", - "Roberto", - "Samson", - "Skyler", - "Stanly", - "Tebu", - "Terrell", - "Trevor", - "Yasu", - "Zachariah", - ], - [TrainerType.SCIENTIST]: [ - [ - "Jed", - "Marc", - "Mitch", - "Rich", - "Ross", - "Beau", - "Braydon", - "Connor", - "Ed", - "Ivan", - "Jerry", - "Jose", - "Joshua", - "Parker", - "Rodney", - "Taylor", - "Ted", - "Travis", - "Zackery", - "Darrius", - "Emilio", - "Fredrick", - "Shaun", - "Stefano", - "Travon", - "Daniel", - "Garett", - "Gregg", - "Linden", - "Lowell", - "Trenton", - "Dudley", - "Luke", - "Markus", - "Nathan", - "Orville", - "Randall", - "Ron", - "Ronald", - "Simon", - "Steve", - "William", - "Franklin", - "Clarke", - "Jacques", - "Terrance", - "Ernst", - "Justus", - "Ikaika", - "Jayson", - "Kyle", - "Reid", - "Tyrone", - "Adam", - "Albert", - "Alphonse", - "Cory", - "Donnie", - "Elton", - "Francis", - "Gordon", - "Herbert", - "Humphrey", - "Jordan", - "Julian", - "Keaton", - "Levi", - "Melvin", - "Murray", - "West", - "Craig", - "Coren", - "Dubik", - "Kotan", - "Lethco", - "Mante", - "Mort", - "Myron", - "Odlow", - "Ribek", - "Roeck", - "Vogi", - "Vonder", - "Zogo", - "Doimo", - "Doton", - "Durel", - "Hildon", - "Kukla", - "Messa", - "Nanot", - "Platen", - "Raburn", - "Reman", - "Acrod", - "Coffy", - "Elrok", - "Foss", - "Hardig", - "Hombol", - "Hospel", - "Kaller", - "Klots", - "Krilok", - "Limar", - "Loket", - "Mesak", - "Morbit", - "Newin", - "Orill", - "Tabor", - "Tekot", - ], - [ - "Blythe", - "Chan", - "Kathrine", - "Marie", - "Maria", - "Naoko", - "Samantha", - "Satomi", - "Shannon", - "Athena", - "Caroline", - "Lumi", - "Lumina", - "Marissa", - "Sonia", - ], - ], - [TrainerType.SMASHER]: ["Aspen", "Elena", "Mari", "Amy", "Lizzy"], - [TrainerType.SNOW_WORKER]: [ - [ - "Braden", - "Brendon", - "Colin", - "Conrad", - "Dillan", - "Gary", - "Gerardo", - "Holden", - "Jackson", - "Mason", - "Quentin", - "Willy", - "Noel", - "Arnold", - "Brady", - "Brand", - "Cairn", - "Cliff", - "Don", - "Eddie", - "Felix", - "Filipe", - "Glenn", - "Gus", - "Heath", - "Matthew", - "Patton", - "Rich", - "Rob", - "Ryan", - "Scott", - "Shelby", - "Sterling", - "Tyler", - "Victor", - "Zack", - "Friedrich", - "Herman", - "Isaac", - "Leo", - "Maynard", - "Mitchell", - "Morgann", - "Nathan", - "Niel", - "Pasqual", - "Paul", - "Tavarius", - "Tibor", - "Dimitri", - "Narek", - "Yusif", - "Frank", - "Jeff", - "Vaclav", - "Ovid", - "Francis", - "Keith", - "Russel", - "Sangon", - "Toway", - "Bomber", - "Chean", - "Demit", - "Hubor", - "Kebile", - "Laber", - "Ordo", - "Retay", - "Ronix", - "Wagel", - "Dobit", - "Kaster", - "Lobel", - "Releo", - "Saken", - "Rustix", - ], - ["Georgia", "Sandra", "Yvonne"], - ], - [TrainerType.STRIKER]: ["Marco", "Roberto", "Tony"], - [TrainerType.SCHOOL_KID]: [ - [ - "Alan", - "Billy", - "Chad", - "Danny", - "Dudley", - "Jack", - "Joe", - "Johnny", - "Kipp", - "Nate", - "Ricky", - "Tommy", - "Jerry", - "Paul", - "Ted", - "Chance", - "Esteban", - "Forrest", - "Harrison", - "Connor", - "Sherman", - "Torin", - "Travis", - "Al", - "Carter", - "Edgar", - "Jem", - "Sammy", - "Shane", - "Shayne", - "Alvin", - "Keston", - "Neil", - "Seymour", - "William", - "Carson", - "Clark", - "Nolan", - ], - [ - "Georgia", - "Karen", - "Meiko", - "Christine", - "Mackenzie", - "Tiera", - "Ann", - "Gina", - "Lydia", - "Marsha", - "Millie", - "Sally", - "Serena", - "Silvia", - "Alberta", - "Cassie", - "Mara", - "Rita", - "Georgie", - "Meena", - "Nitzel", - ], - ], - [TrainerType.SWIMMER]: [ - [ - "Berke", - "Cameron", - "Charlie", - "George", - "Harold", - "Jerome", - "Kirk", - "Mathew", - "Parker", - "Randall", - "Seth", - "Simon", - "Tucker", - "Austin", - "Barry", - "Chad", - "Cody", - "Darrin", - "David", - "Dean", - "Douglas", - "Franklin", - "Gilbert", - "Herman", - "Jack", - "Luis", - "Matthew", - "Reed", - "Richard", - "Rodney", - "Roland", - "Spencer", - "Stan", - "Tony", - "Clarence", - "Declan", - "Dominik", - "Harrison", - "Kevin", - "Leonardo", - "Nolen", - "Pete", - "Santiago", - "Axle", - "Braden", - "Finn", - "Garrett", - "Mymo", - "Reece", - "Samir", - "Toby", - "Adrian", - "Colton", - "Dillon", - "Erik", - "Evan", - "Francisco", - "Glenn", - "Kurt", - "Oscar", - "Ricardo", - "Sam", - "Sheltin", - "Troy", - "Vincent", - "Wade", - "Wesley", - "Duane", - "Elmo", - "Esteban", - "Frankie", - "Ronald", - "Tyson", - "Bart", - "Matt", - "Tim", - "Wright", - "Jeffery", - "Kyle", - "Alessandro", - "Estaban", - "Kieran", - "Ramses", - "Casey", - "Dakota", - "Jared", - "Kalani", - "Keoni", - "Lawrence", - "Logan", - "Robert", - "Roddy", - "Yasu", - "Derek", - "Jacob", - "Bruce", - "Clayton", - ], - [ - "Briana", - "Dawn", - "Denise", - "Diana", - "Elaine", - "Kara", - "Kaylee", - "Lori", - "Nicole", - "Nikki", - "Paula", - "Susie", - "Wendy", - "Alice", - "Beth", - "Beverly", - "Brenda", - "Dana", - "Debra", - "Grace", - "Jenny", - "Katie", - "Laurel", - "Linda", - "Missy", - "Sharon", - "Tanya", - "Tara", - "Tisha", - "Carlee", - "Imani", - "Isabelle", - "Kyla", - "Sienna", - "Abigail", - "Amara", - "Anya", - "Connie", - "Maria", - "Melissa", - "Nora", - "Shirley", - "Shania", - "Tiffany", - "Aubree", - "Cassandra", - "Claire", - "Crystal", - "Erica", - "Gabrielle", - "Haley", - "Jessica", - "Joanna", - "Lydia", - "Mallory", - "Mary", - "Miranda", - "Paige", - "Sophia", - "Vanessa", - "Chelan", - "Debbie", - "Joy", - "Kendra", - "Leona", - "Mina", - "Caroline", - "Joyce", - "Larissa", - "Rebecca", - "Tyra", - "Dara", - "Desiree", - "Kaoru", - "Ruth", - "Coral", - "Genevieve", - "Isla", - "Marissa", - "Romy", - "Sheryl", - "Alexandria", - "Alicia", - "Chelsea", - "Jade", - "Kelsie", - "Laura", - "Portia", - "Shelby", - "Sara", - "Tiare", - "Kyra", - "Natasha", - "Layla", - "Scarlett", - "Cora", - ], - ], - [TrainerType.TWINS]: [ - "Amy & May", - "Jo & Zoe", - "Meg & Peg", - "Ann & Anne", - "Lea & Pia", - "Amy & Liv", - "Gina & Mia", - "Miu & Yuki", - "Tori & Tia", - "Eli & Anne", - "Jen & Kira", - "Joy & Meg", - "Kiri & Jan", - "Miu & Mia", - "Emma & Lil", - "Liv & Liz", - "Teri & Tia", - "Amy & Mimi", - "Clea & Gil", - "Day & Dani", - "Kay & Tia", - "Tori & Til", - "Saya & Aya", - "Emy & Lin", - "Kumi & Amy", - "Mayo & May", - "Ally & Amy", - "Lia & Lily", - "Rae & Ula", - "Sola & Ana", - "Tara & Val", - "Faith & Joy", - "Nana & Nina", - ], - [TrainerType.VETERAN]: [ - [ - "Armando", - "Brenden", - "Brian", - "Clayton", - "Edgar", - "Emanuel", - "Grant", - "Harlan", - "Terrell", - "Arlen", - "Chester", - "Hugo", - "Martell", - "Ray", - "Shaun", - "Abraham", - "Carter", - "Claude", - "Jerry", - "Lucius", - "Murphy", - "Rayne", - "Ron", - "Sinan", - "Sterling", - "Vincent", - "Zach", - "Gerard", - "Gilles", - "Louis", - "Timeo", - "Akira", - "Don", - "Eric", - "Harry", - "Leon", - "Roger", - "Angus", - "Aristo", - "Brone", - "Johnny", - ], - [ - "Julia", - "Karla", - "Kim", - "Sayuri", - "Tiffany", - "Cathy", - "Cecile", - "Chloris", - "Denae", - "Gina", - "Maya", - "Oriana", - "Portia", - "Rhona", - "Rosaline", - "Catrina", - "Inga", - "Trisha", - "Heather", - "Lynn", - "Sheri", - "Alonsa", - "Ella", - "Leticia", - "Kiara", - ], - ], - [TrainerType.WAITER]: [ - ["Bert", "Clint", "Maxwell", "Lou"], - ["Kati", "Aurora", "Bonita", "Flo", "Tia", "Jan", "Olwen", "Paget", "Paula", "Talia"], - ], - [TrainerType.WORKER]: [ - [ - "Braden", - "Brendon", - "Colin", - "Conrad", - "Dillan", - "Gary", - "Gerardo", - "Holden", - "Jackson", - "Mason", - "Quentin", - "Willy", - "Noel", - "Arnold", - "Brady", - "Brand", - "Cairn", - "Cliff", - "Don", - "Eddie", - "Felix", - "Filipe", - "Glenn", - "Gus", - "Heath", - "Matthew", - "Patton", - "Rich", - "Rob", - "Ryan", - "Scott", - "Shelby", - "Sterling", - "Tyler", - "Victor", - "Zack", - "Friedrich", - "Herman", - "Isaac", - "Leo", - "Maynard", - "Mitchell", - "Morgann", - "Nathan", - "Niel", - "Pasqual", - "Paul", - "Tavarius", - "Tibor", - "Dimitri", - "Narek", - "Yusif", - "Frank", - "Jeff", - "Vaclav", - "Ovid", - "Francis", - "Keith", - "Russel", - "Sangon", - "Toway", - "Bomber", - "Chean", - "Demit", - "Hubor", - "Kebile", - "Laber", - "Ordo", - "Retay", - "Ronix", - "Wagel", - "Dobit", - "Kaster", - "Lobel", - "Releo", - "Saken", - "Rustix", - ], - ["Georgia", "Sandra", "Yvonne"], - ], - [TrainerType.YOUNGSTER]: [ - [ - "Albert", - "Gordon", - "Ian", - "Jason", - "Jimmy", - "Mikey", - "Owen", - "Samuel", - "Warren", - "Allen", - "Ben", - "Billy", - "Calvin", - "Dillion", - "Eddie", - "Joey", - "Josh", - "Neal", - "Timmy", - "Tommy", - "Breyden", - "Deandre", - "Demetrius", - "Dillon", - "Jaylen", - "Johnson", - "Shigenobu", - "Chad", - "Cole", - "Cordell", - "Dan", - "Dave", - "Destin", - "Nash", - "Tyler", - "Yasu", - "Austin", - "Dallas", - "Darius", - "Donny", - "Jonathon", - "Logan", - "Michael", - "Oliver", - "Sebastian", - "Tristan", - "Wayne", - "Norman", - "Roland", - "Regis", - "Abe", - "Astor", - "Keita", - "Kenneth", - "Kevin", - "Kyle", - "Lester", - "Masao", - "Nicholas", - "Parker", - "Wes", - "Zachary", - "Cody", - "Henley", - "Jaye", - "Karl", - "Kenny", - "Masahiro", - "Pedro", - "Petey", - "Sinclair", - "Terrell", - "Waylon", - "Aidan", - "Anthony", - "David", - "Jacob", - "Jayden", - "Cutler", - "Ham", - "Caleb", - "Kai", - "Honus", - "Kenway", - "Bret", - "Chris", - "Cid", - "Dennis", - "Easton", - "Ken", - "Robby", - "Ronny", - "Shawn", - "Benjamin", - "Jake", - "Travis", - "Adan", - "Aday", - "Beltran", - "Elian", - "Hernan", - "Julen", - "Luka", - "Roi", - "Bernie", - "Dustin", - "Jonathan", - "Wyatt", - ], - [ - "Alice", - "Bridget", - "Carrie", - "Connie", - "Dana", - "Ellen", - "Krise", - "Laura", - "Linda", - "Michelle", - "Shannon", - "Andrea", - "Crissy", - "Janice", - "Robin", - "Sally", - "Tiana", - "Haley", - "Ali", - "Ann", - "Dalia", - "Dawn", - "Iris", - "Joana", - "Julia", - "Kay", - "Lisa", - "Megan", - "Mikaela", - "Miriam", - "Paige", - "Reli", - "Blythe", - "Briana", - "Caroline", - "Cassidy", - "Kaitlin", - "Madeline", - "Molly", - "Natalie", - "Samantha", - "Sarah", - "Cathy", - "Dye", - "Eri", - "Eva", - "Fey", - "Kara", - "Lurleen", - "Maki", - "Mali", - "Maya", - "Miki", - "Sibyl", - "Daya", - "Diana", - "Flo", - "Helia", - "Henrietta", - "Isabel", - "Mai", - "Persephone", - "Serena", - "Anna", - "Charlotte", - "Elin", - "Elsa", - "Lise", - "Sara", - "Suzette", - "Audrey", - "Emmy", - "Isabella", - "Madison", - "Rika", - "Rylee", - "Salla", - "Ellie", - "Alexandra", - "Amy", - "Lass", - "Brittany", - "Chel", - "Cindy", - "Dianne", - "Emily", - "Emma", - "Evelyn", - "Hana", - "Harleen", - "Hazel", - "Jocelyn", - "Katrina", - "Kimberly", - "Lina", - "Marge", - "Mila", - "Mizuki", - "Rena", - "Sal", - "Satoko", - "Summer", - "Tomoe", - "Vicky", - "Yue", - "Yumi", - "Lauren", - "Rei", - "Riley", - "Lois", - "Nancy", - "Tammy", - "Terry", - ], - ], - [TrainerType.HEX_MANIAC]: [ - "Kindra", - "Patricia", - "Tammy", - "Tasha", - "Valerie", - "Alaina", - "Kathleen", - "Leah", - "Makie", - "Sylvia", - "Anina", - "Arachna", - "Carrie", - "Desdemona", - "Josette", - "Luna", - "Melanie", - "Osanna", - "Raziah", - ], -}; - // function used in a commented code // biome-ignore lint/correctness/noUnusedVariables: TODO make this into a script instead of having it be in src/data... function fetchAndPopulateTrainerNames( diff --git a/src/data/trainers/TrainerPartyTemplate.ts b/src/data/trainers/TrainerPartyTemplate.ts new file mode 100644 index 00000000000..adbaacc6b55 --- /dev/null +++ b/src/data/trainers/TrainerPartyTemplate.ts @@ -0,0 +1,255 @@ +import { startingWave } from "#app/battle-scene"; +import { globalScene } from "#app/global-scene"; +import { PartyMemberStrength } from "#enums/party-member-strength"; + +export class TrainerPartyTemplate { + public size: number; + public strength: PartyMemberStrength; + public sameSpecies: boolean; + public balanced: boolean; + + constructor(size: number, strength: PartyMemberStrength, sameSpecies?: boolean, balanced?: boolean) { + this.size = size; + this.strength = strength; + this.sameSpecies = !!sameSpecies; + this.balanced = !!balanced; + } + + getStrength(_index: number): PartyMemberStrength { + return this.strength; + } + + isSameSpecies(_index: number): boolean { + return this.sameSpecies; + } + + isBalanced(_index: number): boolean { + return this.balanced; + } +} + +export class TrainerPartyCompoundTemplate extends TrainerPartyTemplate { + public templates: TrainerPartyTemplate[]; + + constructor(...templates: TrainerPartyTemplate[]) { + super( + templates.reduce((total: number, template: TrainerPartyTemplate) => { + total += template.size; + return total; + }, 0), + PartyMemberStrength.AVERAGE, + ); + this.templates = templates; + } + + getStrength(index: number): PartyMemberStrength { + let t = 0; + for (const template of this.templates) { + if (t + template.size > index) { + return template.getStrength(index - t); + } + t += template.size; + } + + return super.getStrength(index); + } + + isSameSpecies(index: number): boolean { + let t = 0; + for (const template of this.templates) { + if (t + template.size > index) { + return template.isSameSpecies(index - t); + } + t += template.size; + } + + return super.isSameSpecies(index); + } + + isBalanced(index: number): boolean { + let t = 0; + for (const template of this.templates) { + if (t + template.size > index) { + return template.isBalanced(index - t); + } + t += template.size; + } + + return super.isBalanced(index); + } +} + +export const trainerPartyTemplates = { + ONE_WEAK_ONE_STRONG: new TrainerPartyCompoundTemplate( + new TrainerPartyTemplate(1, PartyMemberStrength.WEAK), + new TrainerPartyTemplate(1, PartyMemberStrength.STRONG), + ), + ONE_AVG: new TrainerPartyTemplate(1, PartyMemberStrength.AVERAGE), + ONE_AVG_ONE_STRONG: new TrainerPartyCompoundTemplate( + new TrainerPartyTemplate(1, PartyMemberStrength.AVERAGE), + new TrainerPartyTemplate(1, PartyMemberStrength.STRONG), + ), + ONE_STRONG: new TrainerPartyTemplate(1, PartyMemberStrength.STRONG), + ONE_STRONGER: new TrainerPartyTemplate(1, PartyMemberStrength.STRONGER), + TWO_WEAKER: new TrainerPartyTemplate(2, PartyMemberStrength.WEAKER), + TWO_WEAK: new TrainerPartyTemplate(2, PartyMemberStrength.WEAK), + TWO_WEAK_ONE_AVG: new TrainerPartyCompoundTemplate( + new TrainerPartyTemplate(2, PartyMemberStrength.WEAK), + new TrainerPartyTemplate(1, PartyMemberStrength.AVERAGE), + ), + TWO_WEAK_SAME_ONE_AVG: new TrainerPartyCompoundTemplate( + new TrainerPartyTemplate(2, PartyMemberStrength.WEAK, true), + new TrainerPartyTemplate(1, PartyMemberStrength.AVERAGE), + ), + TWO_WEAK_SAME_TWO_WEAK_SAME: new TrainerPartyCompoundTemplate( + new TrainerPartyTemplate(2, PartyMemberStrength.WEAK, true), + new TrainerPartyTemplate(2, PartyMemberStrength.WEAK, true), + ), + TWO_WEAK_ONE_STRONG: new TrainerPartyCompoundTemplate( + new TrainerPartyTemplate(2, PartyMemberStrength.WEAK), + new TrainerPartyTemplate(1, PartyMemberStrength.STRONG), + ), + TWO_AVG: new TrainerPartyTemplate(2, PartyMemberStrength.AVERAGE), + TWO_AVG_ONE_STRONG: new TrainerPartyCompoundTemplate( + new TrainerPartyTemplate(2, PartyMemberStrength.AVERAGE), + new TrainerPartyTemplate(1, PartyMemberStrength.STRONG), + ), + TWO_AVG_SAME_ONE_AVG: new TrainerPartyCompoundTemplate( + new TrainerPartyTemplate(2, PartyMemberStrength.AVERAGE, true), + new TrainerPartyTemplate(1, PartyMemberStrength.AVERAGE), + ), + TWO_AVG_SAME_ONE_STRONG: new TrainerPartyCompoundTemplate( + new TrainerPartyTemplate(2, PartyMemberStrength.AVERAGE, true), + new TrainerPartyTemplate(1, PartyMemberStrength.STRONG), + ), + TWO_AVG_SAME_TWO_AVG_SAME: new TrainerPartyCompoundTemplate( + new TrainerPartyTemplate(2, PartyMemberStrength.AVERAGE, true), + new TrainerPartyTemplate(2, PartyMemberStrength.AVERAGE, true), + ), + TWO_STRONG: new TrainerPartyTemplate(2, PartyMemberStrength.STRONG), + THREE_WEAK: new TrainerPartyTemplate(3, PartyMemberStrength.WEAK), + THREE_WEAK_SAME: new TrainerPartyTemplate(3, PartyMemberStrength.WEAK, true), + THREE_AVG: new TrainerPartyTemplate(3, PartyMemberStrength.AVERAGE), + THREE_AVG_SAME: new TrainerPartyTemplate(3, PartyMemberStrength.AVERAGE, true), + THREE_WEAK_BALANCED: new TrainerPartyTemplate(3, PartyMemberStrength.WEAK, false, true), + FOUR_WEAKER: new TrainerPartyTemplate(4, PartyMemberStrength.WEAKER), + FOUR_WEAKER_SAME: new TrainerPartyTemplate(4, PartyMemberStrength.WEAKER, true), + FOUR_WEAK: new TrainerPartyTemplate(4, PartyMemberStrength.WEAK), + FOUR_WEAK_SAME: new TrainerPartyTemplate(4, PartyMemberStrength.WEAK, true), + FOUR_WEAK_BALANCED: new TrainerPartyTemplate(4, PartyMemberStrength.WEAK, false, true), + FIVE_WEAKER: new TrainerPartyTemplate(5, PartyMemberStrength.WEAKER), + FIVE_WEAK: new TrainerPartyTemplate(5, PartyMemberStrength.WEAK), + FIVE_WEAK_BALANCED: new TrainerPartyTemplate(5, PartyMemberStrength.WEAK, false, true), + SIX_WEAKER: new TrainerPartyTemplate(6, PartyMemberStrength.WEAKER), + SIX_WEAKER_SAME: new TrainerPartyTemplate(6, PartyMemberStrength.WEAKER, true), + SIX_WEAK_SAME: new TrainerPartyTemplate(6, PartyMemberStrength.WEAK, true), + SIX_WEAK_BALANCED: new TrainerPartyTemplate(6, PartyMemberStrength.WEAK, false, true), + + GYM_LEADER_1: new TrainerPartyCompoundTemplate( + new TrainerPartyTemplate(1, PartyMemberStrength.AVERAGE), + new TrainerPartyTemplate(1, PartyMemberStrength.STRONG), + ), + GYM_LEADER_2: new TrainerPartyCompoundTemplate( + new TrainerPartyTemplate(1, PartyMemberStrength.AVERAGE), + new TrainerPartyTemplate(1, PartyMemberStrength.STRONG), + new TrainerPartyTemplate(1, PartyMemberStrength.STRONGER), + ), + GYM_LEADER_3: new TrainerPartyCompoundTemplate( + new TrainerPartyTemplate(2, PartyMemberStrength.AVERAGE), + new TrainerPartyTemplate(1, PartyMemberStrength.STRONG), + new TrainerPartyTemplate(1, PartyMemberStrength.STRONGER), + ), + GYM_LEADER_4: new TrainerPartyCompoundTemplate( + new TrainerPartyTemplate(3, PartyMemberStrength.AVERAGE), + new TrainerPartyTemplate(1, PartyMemberStrength.STRONG), + new TrainerPartyTemplate(1, PartyMemberStrength.STRONGER), + ), + GYM_LEADER_5: new TrainerPartyCompoundTemplate( + new TrainerPartyTemplate(3, PartyMemberStrength.AVERAGE), + new TrainerPartyTemplate(2, PartyMemberStrength.STRONG), + new TrainerPartyTemplate(1, PartyMemberStrength.STRONGER), + ), + + ELITE_FOUR: new TrainerPartyCompoundTemplate( + new TrainerPartyTemplate(2, PartyMemberStrength.AVERAGE), + new TrainerPartyTemplate(3, PartyMemberStrength.STRONG), + new TrainerPartyTemplate(1, PartyMemberStrength.STRONGER), + ), + + CHAMPION: new TrainerPartyCompoundTemplate( + new TrainerPartyTemplate(4, PartyMemberStrength.STRONG), + new TrainerPartyTemplate(2, PartyMemberStrength.STRONGER, false, true), + ), + + RIVAL: new TrainerPartyCompoundTemplate( + new TrainerPartyTemplate(1, PartyMemberStrength.STRONG), + new TrainerPartyTemplate(1, PartyMemberStrength.AVERAGE), + ), + RIVAL_2: new TrainerPartyCompoundTemplate( + new TrainerPartyTemplate(1, PartyMemberStrength.STRONG), + new TrainerPartyTemplate(1, PartyMemberStrength.AVERAGE), + new TrainerPartyTemplate(1, PartyMemberStrength.WEAK, false, true), + ), + RIVAL_3: new TrainerPartyCompoundTemplate( + new TrainerPartyTemplate(1, PartyMemberStrength.STRONG), + new TrainerPartyTemplate(1, PartyMemberStrength.AVERAGE), + new TrainerPartyTemplate(1, PartyMemberStrength.AVERAGE, false, true), + new TrainerPartyTemplate(1, PartyMemberStrength.WEAK, false, true), + ), + RIVAL_4: new TrainerPartyCompoundTemplate( + new TrainerPartyTemplate(1, PartyMemberStrength.STRONG), + new TrainerPartyTemplate(1, PartyMemberStrength.AVERAGE), + new TrainerPartyTemplate(2, PartyMemberStrength.AVERAGE, false, true), + new TrainerPartyTemplate(1, PartyMemberStrength.WEAK, false, true), + ), + RIVAL_5: new TrainerPartyCompoundTemplate( + new TrainerPartyTemplate(1, PartyMemberStrength.STRONG), + new TrainerPartyTemplate(1, PartyMemberStrength.AVERAGE), + new TrainerPartyTemplate(3, PartyMemberStrength.AVERAGE, false, true), + new TrainerPartyTemplate(1, PartyMemberStrength.STRONG), + ), + RIVAL_6: new TrainerPartyCompoundTemplate( + new TrainerPartyTemplate(1, PartyMemberStrength.STRONG), + new TrainerPartyTemplate(1, PartyMemberStrength.AVERAGE), + new TrainerPartyTemplate(3, PartyMemberStrength.AVERAGE, false, true), + new TrainerPartyTemplate(1, PartyMemberStrength.STRONGER), + ), +}; + +/** + * The function to get variable strength grunts + * @returns the correct TrainerPartyTemplate + */ +export function getEvilGruntPartyTemplate(): TrainerPartyTemplate { + const waveIndex = globalScene.currentBattle?.waveIndex; + if (waveIndex < 40) { + return trainerPartyTemplates.TWO_AVG; + } + if (waveIndex < 63) { + return trainerPartyTemplates.THREE_AVG; + } + if (waveIndex < 65) { + return trainerPartyTemplates.TWO_AVG_ONE_STRONG; + } + if (waveIndex < 112) { + return trainerPartyTemplates.GYM_LEADER_4; // 3avg 1 strong 1 stronger + } + return trainerPartyTemplates.GYM_LEADER_5; // 3 avg 2 strong 1 stronger +} + +export function getWavePartyTemplate(...templates: TrainerPartyTemplate[]) { + const { currentBattle, gameMode } = globalScene; + const wave = gameMode.getWaveForDifficulty(currentBattle?.waveIndex || startingWave, true); + const templateIndex = Math.ceil((wave - 20) / 30); + return templates[Phaser.Math.Clamp(templateIndex, 0, templates.length - 1)]; +} + +export function getGymLeaderPartyTemplate() { + return getWavePartyTemplate( + trainerPartyTemplates.GYM_LEADER_1, + trainerPartyTemplates.GYM_LEADER_2, + trainerPartyTemplates.GYM_LEADER_3, + trainerPartyTemplates.GYM_LEADER_4, + trainerPartyTemplates.GYM_LEADER_5, + ); +} diff --git a/src/data/trainers/evil-admin-trainer-pools.ts b/src/data/trainers/evil-admin-trainer-pools.ts new file mode 100644 index 00000000000..fe68cf50c9c --- /dev/null +++ b/src/data/trainers/evil-admin-trainer-pools.ts @@ -0,0 +1,472 @@ +import type { TrainerTierPools } from "#app/data/trainers/typedefs"; +import { TrainerPoolTier } from "#enums/trainer-pool-tier"; +import { Species } from "#enums/species"; + +/** Team Rocket's admin trainer pool. */ +const ROCKET: TrainerTierPools = { + [TrainerPoolTier.COMMON]: [ + Species.RATTATA, + Species.SPEAROW, + Species.EKANS, + Species.VILEPLUME, + Species.DIGLETT, + Species.GROWLITHE, + Species.GRIMER, + Species.DROWZEE, + Species.VOLTORB, + Species.EXEGGCUTE, + Species.CUBONE, + Species.KOFFING, + Species.MAGIKARP, + Species.ZUBAT, + Species.ONIX, + Species.HOUNDOUR, + Species.MURKROW, + ], + [TrainerPoolTier.UNCOMMON]: [ + Species.ABRA, + Species.GASTLY, + Species.OMANYTE, + Species.KABUTO, + Species.PORYGON, + Species.MANKEY, + Species.SCYTHER, + Species.ELEKID, + Species.MAGBY, + Species.ALOLA_SANDSHREW, + Species.ALOLA_MEOWTH, + Species.ALOLA_GEODUDE, + Species.ALOLA_GRIMER, + Species.PALDEA_TAUROS, + ], + [TrainerPoolTier.RARE]: [Species.DRATINI, Species.LARVITAR], +}; + +/** Team Magma's admin trainer pool */ +const MAGMA: TrainerTierPools = { + [TrainerPoolTier.COMMON]: [ + Species.DIGLETT, + Species.GROWLITHE, + Species.VULPIX, + Species.KOFFING, + Species.RHYHORN, + Species.SLUGMA, + Species.HOUNDOUR, + Species.POOCHYENA, + Species.TORKOAL, + Species.ZANGOOSE, + Species.SOLROCK, + Species.BALTOY, + Species.ROLYCOLY, + ], + [TrainerPoolTier.UNCOMMON]: [ + Species.MAGBY, + Species.TRAPINCH, + Species.LILEEP, + Species.ANORITH, + Species.GOLETT, + Species.FLETCHLING, + Species.SALANDIT, + Species.TURTONATOR, + Species.TOEDSCOOL, + Species.CAPSAKID, + Species.HISUI_GROWLITHE, + ], + [TrainerPoolTier.RARE]: [Species.CHARCADET, Species.ARON], +}; + +const AQUA: TrainerTierPools = { + [TrainerPoolTier.COMMON]: [ + Species.TENTACOOL, + Species.GRIMER, + Species.AZURILL, + Species.CHINCHOU, + Species.REMORAID, + Species.POOCHYENA, + Species.LOTAD, + Species.WINGULL, + Species.WAILMER, + Species.SEVIPER, + Species.BARBOACH, + Species.CORPHISH, + Species.SPHEAL, + Species.CLAMPERL, + ], + [TrainerPoolTier.UNCOMMON]: [ + Species.MANTYKE, + Species.HORSEA, + Species.FEEBAS, + Species.TYMPOLE, + Species.SKRELP, + Species.WIMPOD, + Species.DHELMISE, + Species.ARROKUDA, + Species.CLOBBOPUS, + Species.HISUI_QWILFISH, + Species.WIGLETT, + ], + [TrainerPoolTier.RARE]: [Species.BASCULEGION, Species.DONDOZO], +}; + +const GALACTIC: TrainerTierPools = { + [TrainerPoolTier.COMMON]: [ + Species.ZUBAT, + Species.MAGNEMITE, + Species.RHYHORN, + Species.TANGELA, + Species.LICKITUNG, + Species.MAGIKARP, + Species.YANMA, + Species.MURKROW, + Species.SWINUB, + Species.ELEKID, + Species.MAGBY, + Species.BRONZOR, + Species.SKORUPI, + ], + [TrainerPoolTier.UNCOMMON]: [ + Species.ABRA, + Species.GLIGAR, + Species.SNEASEL, + Species.DUSKULL, + Species.DRIFLOON, + Species.CRANIDOS, + Species.SHIELDON, + Species.ROTOM, + Species.HISUI_QWILFISH, + ], + [TrainerPoolTier.RARE]: [Species.SPIRITOMB, Species.TEDDIURSA, Species.HISUI_SNEASEL, Species.HISUI_LILLIGANT], +}; + +const PLASMA_ZINZOLIN: TrainerTierPools = { + [TrainerPoolTier.COMMON]: [ + Species.SNEASEL, + Species.SWINUB, + Species.SNORUNT, + Species.SNOVER, + Species.TIMBURR, + Species.TYMPOLE, + Species.SANDILE, + Species.DARUMAKA, + Species.VANILLITE, + Species.FOONGUS, + Species.FRILLISH, + Species.JOLTIK, + Species.FERROSEED, + Species.CUBCHOO, + Species.GALAR_DARUMAKA, + ], + [TrainerPoolTier.UNCOMMON]: [ + Species.SPHEAL, + Species.DRILBUR, + Species.SIGILYPH, + Species.YAMASK, + Species.ZORUA, + Species.TYNAMO, + Species.MIENFOO, + Species.GOLETT, + Species.PAWNIARD, + Species.VULLABY, + Species.DURANT, + Species.BERGMITE, + Species.EISCUE, + Species.ALOLA_SANDSHREW, + Species.HISUI_ZORUA, + ], + [TrainerPoolTier.RARE]: [Species.DEINO, Species.FRIGIBAX, Species.HISUI_BRAVIARY], +}; + +const PLASMA_COLRESS: TrainerTierPools = { + [TrainerPoolTier.COMMON]: [ + Species.MAGNEMITE, + Species.GRIMER, + Species.VOLTORB, + Species.PORYGON, + Species.BRONZOR, + Species.ROTOM, + Species.MUNNA, + Species.DWEBBLE, + Species.FERROSEED, + Species.ELGYEM, + ], + [TrainerPoolTier.UNCOMMON]: [ + Species.BELDUM, + Species.SIGILYPH, + Species.TIRTOUGA, + Species.ARCHEN, + Species.TYNAMO, + Species.GOLETT, + Species.BLIPBUG, + Species.VAROOM, + Species.ALOLA_GRIMER, + Species.HISUI_VOLTORB, + ], + [TrainerPoolTier.RARE]: [Species.ELEKID, Species.MAGBY, Species.PAWNIARD, Species.DURALUDON], +}; + +const FLARE: TrainerTierPools = { + [TrainerPoolTier.COMMON]: [ + Species.ELECTRIKE, + Species.SKORUPI, + Species.PURRLOIN, + Species.FOONGUS, + Species.BUNNELBY, + Species.FLETCHLING, + Species.LITLEO, + Species.PANGORO, + Species.ESPURR, + Species.INKAY, + Species.CLAUNCHER, + Species.HELIOPTILE, + ], + [TrainerPoolTier.UNCOMMON]: [ + Species.HOUNDOUR, + Species.SNEASEL, + Species.LITWICK, + Species.HONEDGE, + Species.BINACLE, + Species.SKRELP, + Species.NOIBAT, + Species.PHANTUMP, + Species.PUMPKABOO, + ], + [TrainerPoolTier.RARE]: [Species.GOOMY, Species.HISUI_AVALUGG], +}; + +const AETHER: TrainerTierPools = { + [TrainerPoolTier.COMMON]: [ + Species.ABRA, + Species.SLOWPOKE, + Species.MAGNEMITE, + Species.EXEGGUTOR, + Species.NATU, + Species.BALTOY, + Species.MIME_JR, + Species.ELGYEM, + Species.INKAY, + Species.BRUXISH, + Species.BLIPBUG, + Species.ALOLA_RAICHU, + ], + [TrainerPoolTier.UNCOMMON]: [ + Species.RALTS, + Species.MEDITITE, + Species.BELDUM, + Species.SOLOSIS, + Species.HATENNA, + Species.STANTLER, + Species.GIRAFARIG, + Species.ALOLA_GRIMER, + Species.GALAR_SLOWPOKE, + ], + [TrainerPoolTier.RARE]: [Species.PORYGON, Species.ARMAROUGE], +}; + +const SKULL: TrainerTierPools = { + [TrainerPoolTier.COMMON]: [ + Species.GASTLY, + Species.KOFFING, + Species.ZUBAT, + Species.VENONAT, + Species.STUNKY, + Species.CROAGUNK, + Species.VENIPEDE, + Species.SCRAGGY, + Species.MAREANIE, + Species.FOMANTIS, + Species.ALOLA_GRIMER, + ], + [TrainerPoolTier.UNCOMMON]: [ + Species.NIDORAN_F, + Species.SKORUPI, + Species.PAWNIARD, + Species.VULLABY, + Species.TOXEL, + Species.GLIMMET, + Species.PALDEA_WOOPER, + Species.GALAR_SLOWPOKE, + ], + [TrainerPoolTier.RARE]: [Species.SKRELP, Species.HISUI_SNEASEL], +}; + +const MACRO_COSMOS: TrainerTierPools = { + [TrainerPoolTier.COMMON]: [ + Species.VULPIX, + Species.FEEBAS, + Species.MAWILE, + Species.FROSLASS, + Species.GOTHITA, + Species.FLABEBE, + Species.SALANDIT, + Species.TSAREENA, + Species.SINISTEA, + Species.HATENNA, + Species.INDEEDEE, + Species.GALAR_PONYTA, + ], + [TrainerPoolTier.UNCOMMON]: [ + Species.TOGEPI, + Species.VULLABY, + Species.MAREANIE, + Species.CUFANT, + Species.TINKATINK, + Species.ALOLA_VULPIX, + Species.GALAR_CORSOLA, + ], + [TrainerPoolTier.RARE]: [Species.APPLIN, Species.HISUI_LILLIGANT], +}; + +const STAR_DARK: TrainerTierPools = { + [TrainerPoolTier.COMMON]: [ + Species.MURKROW, + Species.SEEDOT, + Species.SABLEYE, + Species.CACNEA, + Species.STUNKY, + Species.SANDILE, + Species.INKAY, + Species.NYMBLE, + Species.MASCHIFF, + ], + [TrainerPoolTier.UNCOMMON]: [ + Species.UMBREON, + Species.CORPHISH, + Species.SNEASEL, + Species.ZORUA, + Species.IMPIDIMP, + Species.BOMBIRDIER, + Species.GALAR_ZIGZAGOON, + ], + [TrainerPoolTier.RARE]: [Species.DEINO, Species.SPRIGATITO], +}; + +const STAR_FIRE: TrainerTierPools = { + [TrainerPoolTier.COMMON]: [ + Species.GROWLITHE, + Species.HOUNDOUR, + Species.NUMEL, + Species.TORKOAL, + Species.FLETCHLING, + Species.LITLEO, + Species.SIZZLIPEDE, + Species.ROLYCOLY, + Species.CAPSAKID, + ], + [TrainerPoolTier.UNCOMMON]: [ + Species.PONYTA, + Species.FLAREON, + Species.MAGBY, + Species.DARUMAKA, + Species.LITWICK, + Species.SALANDIT, + Species.TURTONATOR, + ], + [TrainerPoolTier.RARE]: [Species.LARVESTA, Species.FUECOCO], +}; + +const STAR_POISON: TrainerTierPools = { + [TrainerPoolTier.COMMON]: [ + Species.GRIMER, + Species.VENONAT, + Species.SEVIPER, + Species.STUNKY, + Species.FOONGUS, + Species.MAREANIE, + Species.TOXEL, + Species.GRAFAIAI, + Species.PALDEA_WOOPER, + ], + [TrainerPoolTier.UNCOMMON]: [ + Species.ZUBAT, + Species.GASTLY, + Species.SKRELP, + Species.OVERQWIL, + Species.ALOLA_GRIMER, + Species.GALAR_SLOWPOKE, + ], + [TrainerPoolTier.RARE]: [Species.GLIMMET, Species.BULBASAUR], +}; + +const STAR_FAIRY: TrainerTierPools = { + [TrainerPoolTier.COMMON]: [ + Species.IGGLYBUFF, + Species.AZURILL, + Species.COTTONEE, + Species.FLABEBE, + Species.KLEFKI, + Species.CUTIEFLY, + Species.HATENNA, + Species.TINKATINK, + ], + [TrainerPoolTier.UNCOMMON]: [ + Species.CLEFFA, + Species.TOGEPI, + Species.GARDEVOIR, + Species.SYLVEON, + Species.MIMIKYU, + Species.IMPIDIMP, + Species.ALOLA_VULPIX, + ], + [TrainerPoolTier.RARE]: [Species.GALAR_PONYTA, Species.POPPLIO], +}; + +const STAR_FIGHTING: TrainerTierPools = { + [TrainerPoolTier.COMMON]: [ + Species.TYROGUE, + Species.SHROOMISH, + Species.MAKUHITA, + Species.RIOLU, + Species.CROAGUNK, + Species.SCRAGGY, + Species.MIENFOO, + Species.PASSIMIAN, + Species.PAWMI, + ], + [TrainerPoolTier.UNCOMMON]: [ + Species.MEDITITE, + Species.GALLADE, + Species.TIMBURR, + Species.HAWLUCHA, + Species.STUFFUL, + Species.FALINKS, + Species.FLAMIGO, + Species.PALDEA_TAUROS, + ], + [TrainerPoolTier.RARE]: [Species.JANGMO_O, Species.QUAXLY], +}; + +export type EvilTeam = + | "rocket" + | "magma" + | "aqua" + | "galactic" + | "plasma_zinzolin" + | "plasma_colress" + | "flare" + | "aether" + | "skull" + | "macro_cosmos" + | "star_dark" + | "star_fire" + | "star_poison" + | "star_fairy" + | "star_fighting"; + +/** Trainer pools for each evil admin team */ +export const evilAdminTrainerPools: Record = { + rocket: ROCKET, + magma: MAGMA, + aqua: AQUA, + galactic: GALACTIC, + plasma_zinzolin: PLASMA_ZINZOLIN, + plasma_colress: PLASMA_COLRESS, + flare: FLARE, + aether: AETHER, + macro_cosmos: MACRO_COSMOS, + skull: SKULL, + star_dark: STAR_DARK, + star_fire: STAR_FIRE, + star_poison: STAR_POISON, + star_fairy: STAR_FAIRY, + star_fighting: STAR_FIGHTING, +}; diff --git a/src/data/trainer-config.ts b/src/data/trainers/trainer-config.ts similarity index 83% rename from src/data/trainer-config.ts rename to src/data/trainers/trainer-config.ts index 693338c145e..a5ba19290fe 100644 --- a/src/data/trainer-config.ts +++ b/src/data/trainers/trainer-config.ts @@ -1,27 +1,54 @@ -import { startingWave } from "#app/battle-scene"; import { globalScene } from "#app/global-scene"; -import type { ModifierTypeFunc } from "#app/modifier/modifier-type"; import { modifierTypes } from "#app/modifier/modifier-type"; -import type { EnemyPokemon } from "#app/field/pokemon"; import { PokemonMove } from "#app/field/pokemon"; import * as Utils from "#app/utils"; -import { PokeballType } from "#enums/pokeball"; import { pokemonEvolutions, pokemonPrevolutions } from "#app/data/balance/pokemon-evolutions"; -import type { PokemonSpeciesFilter } from "#app/data/pokemon-species"; -import type PokemonSpecies from "#app/data/pokemon-species"; import { getPokemonSpecies } from "#app/data/pokemon-species"; import { tmSpecies } from "#app/data/balance/tms"; -import { PokemonType } from "#enums/pokemon-type"; import { doubleBattleDialogue } from "#app/data/dialogue"; -import type { PersistentModifier } from "#app/modifier/modifier"; import { TrainerVariant } from "#app/field/trainer"; import { getIsInitialized, initI18n } from "#app/plugins/i18n"; import i18next from "i18next"; -import { Moves } from "#enums/moves"; +import { Gender } from "#app/data/gender"; +import { signatureSpecies } from "../balance/signature-species"; +import { + getEvilGruntPartyTemplate, + getGymLeaderPartyTemplate, + getWavePartyTemplate, + TrainerPartyCompoundTemplate, + TrainerPartyTemplate, + trainerPartyTemplates, +} from "./TrainerPartyTemplate"; +import { evilAdminTrainerPools } from "./evil-admin-trainer-pools"; + +// Enum imports import { PartyMemberStrength } from "#enums/party-member-strength"; import { Species } from "#enums/species"; +import { PokeballType } from "#enums/pokeball"; +import { PokemonType } from "#enums/pokemon-type"; +import { Moves } from "#enums/moves"; +import { Abilities } from "#enums/abilities"; +import { TeraAIMode } from "#enums/tera-ai-mode"; +import { TrainerPoolTier } from "#enums/trainer-pool-tier"; +import { TrainerSlot } from "#enums/trainer-slot"; import { TrainerType } from "#enums/trainer-type"; -import { Gender } from "#app/data/gender"; +import { timedEventManager } from "#app/global-event-manager"; + +// Type imports +import type { PokemonSpeciesFilter } from "#app/data/pokemon-species"; +import type PokemonSpecies from "#app/data/pokemon-species"; +import type { ModifierTypeFunc } from "#app/modifier/modifier-type"; +import type { EnemyPokemon } from "#app/field/pokemon"; +import type { EvilTeam } from "./evil-admin-trainer-pools"; +import type { + PartyMemberFunc, + GenModifiersFunc, + GenAIFunc, + PartyTemplateFunc, + TrainerTierPools, + TrainerConfigs, + PartyMemberFuncs, +} from "./typedefs"; /** Minimum BST for Pokemon generated onto the Elite Four's teams */ const ELITE_FOUR_MINIMUM_BST = 460; @@ -29,253 +56,6 @@ const ELITE_FOUR_MINIMUM_BST = 460; /** The wave at which (non-Paldean) Gym Leaders start having Tera mons*/ const GYM_LEADER_TERA_WAVE = 100; -export enum TrainerPoolTier { - COMMON, - UNCOMMON, - RARE, - SUPER_RARE, - ULTRA_RARE, -} - -export interface TrainerTierPools { - [key: number]: Species[]; -} - -export enum TrainerSlot { - NONE, - TRAINER, - TRAINER_PARTNER, -} - -export class TrainerPartyTemplate { - public size: number; - public strength: PartyMemberStrength; - public sameSpecies: boolean; - public balanced: boolean; - - constructor(size: number, strength: PartyMemberStrength, sameSpecies?: boolean, balanced?: boolean) { - this.size = size; - this.strength = strength; - this.sameSpecies = !!sameSpecies; - this.balanced = !!balanced; - } - - getStrength(_index: number): PartyMemberStrength { - return this.strength; - } - - isSameSpecies(_index: number): boolean { - return this.sameSpecies; - } - - isBalanced(_index: number): boolean { - return this.balanced; - } -} - -export class TrainerPartyCompoundTemplate extends TrainerPartyTemplate { - public templates: TrainerPartyTemplate[]; - - constructor(...templates: TrainerPartyTemplate[]) { - super( - templates.reduce((total: number, template: TrainerPartyTemplate) => { - total += template.size; - return total; - }, 0), - PartyMemberStrength.AVERAGE, - ); - this.templates = templates; - } - - getStrength(index: number): PartyMemberStrength { - let t = 0; - for (const template of this.templates) { - if (t + template.size > index) { - return template.getStrength(index - t); - } - t += template.size; - } - - return super.getStrength(index); - } - - isSameSpecies(index: number): boolean { - let t = 0; - for (const template of this.templates) { - if (t + template.size > index) { - return template.isSameSpecies(index - t); - } - t += template.size; - } - - return super.isSameSpecies(index); - } - - isBalanced(index: number): boolean { - let t = 0; - for (const template of this.templates) { - if (t + template.size > index) { - return template.isBalanced(index - t); - } - t += template.size; - } - - return super.isBalanced(index); - } -} - -export const trainerPartyTemplates = { - ONE_WEAK_ONE_STRONG: new TrainerPartyCompoundTemplate( - new TrainerPartyTemplate(1, PartyMemberStrength.WEAK), - new TrainerPartyTemplate(1, PartyMemberStrength.STRONG), - ), - ONE_AVG: new TrainerPartyTemplate(1, PartyMemberStrength.AVERAGE), - ONE_AVG_ONE_STRONG: new TrainerPartyCompoundTemplate( - new TrainerPartyTemplate(1, PartyMemberStrength.AVERAGE), - new TrainerPartyTemplate(1, PartyMemberStrength.STRONG), - ), - ONE_STRONG: new TrainerPartyTemplate(1, PartyMemberStrength.STRONG), - ONE_STRONGER: new TrainerPartyTemplate(1, PartyMemberStrength.STRONGER), - TWO_WEAKER: new TrainerPartyTemplate(2, PartyMemberStrength.WEAKER), - TWO_WEAK: new TrainerPartyTemplate(2, PartyMemberStrength.WEAK), - TWO_WEAK_ONE_AVG: new TrainerPartyCompoundTemplate( - new TrainerPartyTemplate(2, PartyMemberStrength.WEAK), - new TrainerPartyTemplate(1, PartyMemberStrength.AVERAGE), - ), - TWO_WEAK_SAME_ONE_AVG: new TrainerPartyCompoundTemplate( - new TrainerPartyTemplate(2, PartyMemberStrength.WEAK, true), - new TrainerPartyTemplate(1, PartyMemberStrength.AVERAGE), - ), - TWO_WEAK_SAME_TWO_WEAK_SAME: new TrainerPartyCompoundTemplate( - new TrainerPartyTemplate(2, PartyMemberStrength.WEAK, true), - new TrainerPartyTemplate(2, PartyMemberStrength.WEAK, true), - ), - TWO_WEAK_ONE_STRONG: new TrainerPartyCompoundTemplate( - new TrainerPartyTemplate(2, PartyMemberStrength.WEAK), - new TrainerPartyTemplate(1, PartyMemberStrength.STRONG), - ), - TWO_AVG: new TrainerPartyTemplate(2, PartyMemberStrength.AVERAGE), - TWO_AVG_ONE_STRONG: new TrainerPartyCompoundTemplate( - new TrainerPartyTemplate(2, PartyMemberStrength.AVERAGE), - new TrainerPartyTemplate(1, PartyMemberStrength.STRONG), - ), - TWO_AVG_SAME_ONE_AVG: new TrainerPartyCompoundTemplate( - new TrainerPartyTemplate(2, PartyMemberStrength.AVERAGE, true), - new TrainerPartyTemplate(1, PartyMemberStrength.AVERAGE), - ), - TWO_AVG_SAME_ONE_STRONG: new TrainerPartyCompoundTemplate( - new TrainerPartyTemplate(2, PartyMemberStrength.AVERAGE, true), - new TrainerPartyTemplate(1, PartyMemberStrength.STRONG), - ), - TWO_AVG_SAME_TWO_AVG_SAME: new TrainerPartyCompoundTemplate( - new TrainerPartyTemplate(2, PartyMemberStrength.AVERAGE, true), - new TrainerPartyTemplate(2, PartyMemberStrength.AVERAGE, true), - ), - TWO_STRONG: new TrainerPartyTemplate(2, PartyMemberStrength.STRONG), - THREE_WEAK: new TrainerPartyTemplate(3, PartyMemberStrength.WEAK), - THREE_WEAK_SAME: new TrainerPartyTemplate(3, PartyMemberStrength.WEAK, true), - THREE_AVG: new TrainerPartyTemplate(3, PartyMemberStrength.AVERAGE), - THREE_AVG_SAME: new TrainerPartyTemplate(3, PartyMemberStrength.AVERAGE, true), - THREE_WEAK_BALANCED: new TrainerPartyTemplate(3, PartyMemberStrength.WEAK, false, true), - FOUR_WEAKER: new TrainerPartyTemplate(4, PartyMemberStrength.WEAKER), - FOUR_WEAKER_SAME: new TrainerPartyTemplate(4, PartyMemberStrength.WEAKER, true), - FOUR_WEAK: new TrainerPartyTemplate(4, PartyMemberStrength.WEAK), - FOUR_WEAK_SAME: new TrainerPartyTemplate(4, PartyMemberStrength.WEAK, true), - FOUR_WEAK_BALANCED: new TrainerPartyTemplate(4, PartyMemberStrength.WEAK, false, true), - FIVE_WEAKER: new TrainerPartyTemplate(5, PartyMemberStrength.WEAKER), - FIVE_WEAK: new TrainerPartyTemplate(5, PartyMemberStrength.WEAK), - FIVE_WEAK_BALANCED: new TrainerPartyTemplate(5, PartyMemberStrength.WEAK, false, true), - SIX_WEAKER: new TrainerPartyTemplate(6, PartyMemberStrength.WEAKER), - SIX_WEAKER_SAME: new TrainerPartyTemplate(6, PartyMemberStrength.WEAKER, true), - SIX_WEAK_SAME: new TrainerPartyTemplate(6, PartyMemberStrength.WEAK, true), - SIX_WEAK_BALANCED: new TrainerPartyTemplate(6, PartyMemberStrength.WEAK, false, true), - - GYM_LEADER_1: new TrainerPartyCompoundTemplate( - new TrainerPartyTemplate(1, PartyMemberStrength.AVERAGE), - new TrainerPartyTemplate(1, PartyMemberStrength.STRONG), - ), - GYM_LEADER_2: new TrainerPartyCompoundTemplate( - new TrainerPartyTemplate(1, PartyMemberStrength.AVERAGE), - new TrainerPartyTemplate(1, PartyMemberStrength.STRONG), - new TrainerPartyTemplate(1, PartyMemberStrength.STRONGER), - ), - GYM_LEADER_3: new TrainerPartyCompoundTemplate( - new TrainerPartyTemplate(2, PartyMemberStrength.AVERAGE), - new TrainerPartyTemplate(1, PartyMemberStrength.STRONG), - new TrainerPartyTemplate(1, PartyMemberStrength.STRONGER), - ), - GYM_LEADER_4: new TrainerPartyCompoundTemplate( - new TrainerPartyTemplate(3, PartyMemberStrength.AVERAGE), - new TrainerPartyTemplate(1, PartyMemberStrength.STRONG), - new TrainerPartyTemplate(1, PartyMemberStrength.STRONGER), - ), - GYM_LEADER_5: new TrainerPartyCompoundTemplate( - new TrainerPartyTemplate(3, PartyMemberStrength.AVERAGE), - new TrainerPartyTemplate(2, PartyMemberStrength.STRONG), - new TrainerPartyTemplate(1, PartyMemberStrength.STRONGER), - ), - - ELITE_FOUR: new TrainerPartyCompoundTemplate( - new TrainerPartyTemplate(2, PartyMemberStrength.AVERAGE), - new TrainerPartyTemplate(3, PartyMemberStrength.STRONG), - new TrainerPartyTemplate(1, PartyMemberStrength.STRONGER), - ), - - CHAMPION: new TrainerPartyCompoundTemplate( - new TrainerPartyTemplate(4, PartyMemberStrength.STRONG), - new TrainerPartyTemplate(2, PartyMemberStrength.STRONGER, false, true), - ), - - RIVAL: new TrainerPartyCompoundTemplate( - new TrainerPartyTemplate(1, PartyMemberStrength.STRONG), - new TrainerPartyTemplate(1, PartyMemberStrength.AVERAGE), - ), - RIVAL_2: new TrainerPartyCompoundTemplate( - new TrainerPartyTemplate(1, PartyMemberStrength.STRONG), - new TrainerPartyTemplate(1, PartyMemberStrength.AVERAGE), - new TrainerPartyTemplate(1, PartyMemberStrength.WEAK, false, true), - ), - RIVAL_3: new TrainerPartyCompoundTemplate( - new TrainerPartyTemplate(1, PartyMemberStrength.STRONG), - new TrainerPartyTemplate(1, PartyMemberStrength.AVERAGE), - new TrainerPartyTemplate(1, PartyMemberStrength.AVERAGE, false, true), - new TrainerPartyTemplate(1, PartyMemberStrength.WEAK, false, true), - ), - RIVAL_4: new TrainerPartyCompoundTemplate( - new TrainerPartyTemplate(1, PartyMemberStrength.STRONG), - new TrainerPartyTemplate(1, PartyMemberStrength.AVERAGE), - new TrainerPartyTemplate(2, PartyMemberStrength.AVERAGE, false, true), - new TrainerPartyTemplate(1, PartyMemberStrength.WEAK, false, true), - ), - RIVAL_5: new TrainerPartyCompoundTemplate( - new TrainerPartyTemplate(1, PartyMemberStrength.STRONG), - new TrainerPartyTemplate(1, PartyMemberStrength.AVERAGE), - new TrainerPartyTemplate(3, PartyMemberStrength.AVERAGE, false, true), - new TrainerPartyTemplate(1, PartyMemberStrength.STRONG), - ), - RIVAL_6: new TrainerPartyCompoundTemplate( - new TrainerPartyTemplate(1, PartyMemberStrength.STRONG), - new TrainerPartyTemplate(1, PartyMemberStrength.AVERAGE), - new TrainerPartyTemplate(3, PartyMemberStrength.AVERAGE, false, true), - new TrainerPartyTemplate(1, PartyMemberStrength.STRONGER), - ), -}; - -type PartyTemplateFunc = () => TrainerPartyTemplate; -type PartyMemberFunc = (level: number, strength: PartyMemberStrength) => EnemyPokemon; -type GenModifiersFunc = (party: EnemyPokemon[]) => PersistentModifier[]; -type GenAIFunc = (party: EnemyPokemon[]) => void; - -export interface PartyMemberFuncs { - [key: number]: PartyMemberFunc; -} - -export enum TeraAIMode { - NO_TERA, - INSTANT_TERA, - SMART_TERA, -} - /** * Stores data and helper functions about a trainers AI options. */ @@ -737,13 +517,13 @@ export class TrainerConfig { // return ret; // } - setEventModifierRewardFuncs(...modifierTypeFuncs: (() => ModifierTypeFunc)[]): TrainerConfig { - this.eventRewardFuncs = modifierTypeFuncs.map(func => () => { - const modifierTypeFunc = func(); - const modifierType = modifierTypeFunc(); - modifierType.withIdFromFunc(modifierTypeFunc); - return modifierType; - }); + /** + * Sets eventRewardFuncs to the active event rewards for the specified wave + * @param wave Associated with {@linkcode getFixedBattleEventRewards} + * @returns this + */ + setEventModifierRewardFuncs(wave: number): TrainerConfig { + this.eventRewardFuncs = timedEventManager.getFixedBattleEventRewards(wave).map(r => modifierTypes[r]); return this; } @@ -757,430 +537,6 @@ export class TrainerConfig { return this; } - /** - * Returns the pool of species for an evil team admin - * @param team - The evil team the admin belongs to. - * @returns {TrainerTierPools} - */ - speciesPoolPerEvilTeamAdmin(team): TrainerTierPools { - team = team.toLowerCase(); - switch (team) { - case "rocket": { - return { - [TrainerPoolTier.COMMON]: [ - Species.RATICATE, - Species.ARBOK, - Species.VILEPLUME, - Species.ARCANINE, - Species.GENGAR, - Species.HYPNO, - Species.ELECTRODE, - Species.EXEGGUTOR, - Species.CUBONE, - Species.KOFFING, - Species.GYARADOS, - Species.CROBAT, - Species.STEELIX, - Species.HOUNDOOM, - Species.HONCHKROW, - ], - [TrainerPoolTier.UNCOMMON]: [ - Species.OMASTAR, - Species.KABUTOPS, - Species.MAGNEZONE, - Species.ELECTIVIRE, - Species.MAGMORTAR, - Species.PORYGON_Z, - Species.ANNIHILAPE, - Species.ALOLA_SANDSLASH, - Species.ALOLA_PERSIAN, - Species.ALOLA_GOLEM, - Species.ALOLA_MUK, - Species.PALDEA_TAUROS, - ], - [TrainerPoolTier.RARE]: [Species.DRAGONITE, Species.TYRANITAR], - }; - } - case "magma": { - return { - [TrainerPoolTier.COMMON]: [ - Species.ARCANINE, - Species.MAGCARGO, - Species.HOUNDOOM, - Species.TORKOAL, - Species.SOLROCK, - Species.CLAYDOL, - Species.HIPPOWDON, - Species.MAGMORTAR, - Species.GLISCOR, - Species.COALOSSAL, - ], - [TrainerPoolTier.UNCOMMON]: [ - Species.AGGRON, - Species.FLYGON, - Species.CRADILY, - Species.ARMALDO, - Species.RHYPERIOR, - Species.TURTONATOR, - Species.SANDACONDA, - Species.TOEDSCRUEL, - Species.HISUI_ARCANINE, - ], - [TrainerPoolTier.RARE]: [Species.CHARCADET, Species.SCOVILLAIN], - }; - } - case "aqua": { - return { - [TrainerPoolTier.COMMON]: [ - Species.TENTACRUEL, - Species.LANTURN, - Species.AZUMARILL, - Species.QUAGSIRE, - Species.OCTILLERY, - Species.LUDICOLO, - Species.PELIPPER, - Species.WAILORD, - Species.WHISCASH, - Species.CRAWDAUNT, - Species.WALREIN, - Species.CLAMPERL, - ], - [TrainerPoolTier.UNCOMMON]: [ - Species.QUAGSIRE, - Species.MANTINE, - Species.KINGDRA, - Species.MILOTIC, - Species.DRAGALGE, - Species.DHELMISE, - Species.BARRASKEWDA, - Species.GRAPPLOCT, - Species.OVERQWIL, - ], - [TrainerPoolTier.RARE]: [Species.BASCULEGION, Species.DONDOZO], - }; - } - case "galactic": { - return { - [TrainerPoolTier.COMMON]: [ - Species.ELECTRODE, - Species.GYARADOS, - Species.CROBAT, - Species.HONCHKROW, - Species.BRONZONG, - Species.DRAPION, - Species.LICKILICKY, - Species.TANGROWTH, - Species.ELECTIVIRE, - Species.MAGMORTAR, - Species.YANMEGA, - Species.MAMOSWINE, - ], - [TrainerPoolTier.UNCOMMON]: [ - Species.ALAKAZAM, - Species.WEAVILE, - Species.GLISCOR, - Species.DUSKNOIR, - Species.ROTOM, - Species.OVERQWIL, - Species.HISUI_ARCANINE, - Species.HISUI_ELECTRODE, - ], - [TrainerPoolTier.RARE]: [Species.SPIRITOMB, Species.URSALUNA, Species.SNEASLER, Species.HISUI_LILLIGANT], - }; - } - case "plasma": { - return { - [TrainerPoolTier.COMMON]: [ - Species.GIGALITH, - Species.CONKELDURR, - Species.SEISMITOAD, - Species.KROOKODILE, - Species.DARMANITAN, - Species.COFAGRIGUS, - Species.VANILLUXE, - Species.AMOONGUSS, - Species.JELLICENT, - Species.GALVANTULA, - Species.FERROTHORN, - Species.BEARTIC, - ], - [TrainerPoolTier.UNCOMMON]: [ - Species.EXCADRILL, - Species.SIGILYPH, - Species.ZOROARK, - Species.KLINKLANG, - Species.EELEKTROSS, - Species.MIENSHAO, - Species.GOLURK, - Species.BISHARP, - Species.MANDIBUZZ, - Species.DURANT, - Species.GALAR_DARMANITAN, - ], - [TrainerPoolTier.RARE]: [Species.HAXORUS, Species.HYDREIGON, Species.HISUI_ZOROARK, Species.HISUI_BRAVIARY], - }; - } - case "plasma_2": { - return { - [TrainerPoolTier.COMMON]: [ - Species.MUK, - Species.ELECTRODE, - Species.BRONZONG, - Species.MAGNEZONE, - Species.PORYGON_Z, - Species.MUSHARNA, - Species.REUNICLUS, - Species.GALVANTULA, - Species.FERROTHORN, - Species.EELEKTROSS, - Species.BEHEEYEM, - ], - [TrainerPoolTier.UNCOMMON]: [ - Species.METAGROSS, - Species.ROTOM, - Species.CARRACOSTA, - Species.ARCHEOPS, - Species.GOLURK, - Species.DURANT, - Species.VIKAVOLT, - Species.ORBEETLE, - Species.REVAVROOM, - Species.ALOLA_MUK, - Species.HISUI_ELECTRODE, - ], - [TrainerPoolTier.RARE]: [Species.ELECTIVIRE, Species.MAGMORTAR, Species.BISHARP, Species.ARCHALUDON], - }; - } - case "flare": { - return { - [TrainerPoolTier.COMMON]: [ - Species.MANECTRIC, - Species.DRAPION, - Species.LIEPARD, - Species.AMOONGUSS, - Species.DIGGERSBY, - Species.TALONFLAME, - Species.PYROAR, - Species.PANGORO, - Species.MEOWSTIC, - Species.MALAMAR, - Species.CLAWITZER, - Species.HELIOLISK, - ], - [TrainerPoolTier.UNCOMMON]: [ - Species.HOUNDOOM, - Species.WEAVILE, - Species.CHANDELURE, - Species.AEGISLASH, - Species.BARBARACLE, - Species.DRAGALGE, - Species.GOODRA, - Species.TREVENANT, - Species.GOURGEIST, - ], - [TrainerPoolTier.RARE]: [Species.NOIVERN, Species.HISUI_GOODRA, Species.HISUI_AVALUGG], - }; - } - case "aether": { - return { - [TrainerPoolTier.COMMON]: [ - Species.ALAKAZAM, - Species.SLOWBRO, - Species.EXEGGUTOR, - Species.XATU, - Species.CLAYDOL, - Species.BEHEEYEM, - Species.ORANGURU, - Species.BRUXISH, - Species.ORBEETLE, - Species.FARIGIRAF, - Species.ALOLA_RAICHU, - ], - [TrainerPoolTier.UNCOMMON]: [ - Species.KIRLIA, - Species.MEDICHAM, - Species.METAGROSS, - Species.MALAMAR, - Species.HATTERENE, - Species.MR_RIME, - Species.GALAR_SLOWKING, - ], - [TrainerPoolTier.RARE]: [Species.PORYGON_Z, Species.ARMAROUGE, Species.HISUI_BRAVIARY], - }; - } - case "skull": { - return { - [TrainerPoolTier.COMMON]: [ - Species.NIDOQUEEN, - Species.GENGAR, - Species.KOFFING, - Species.CROBAT, - Species.ROSERADE, - Species.SKUNTANK, - Species.TOXICROAK, - Species.SCOLIPEDE, - Species.TOXAPEX, - Species.LURANTIS, - Species.ALOLA_MUK, - ], - [TrainerPoolTier.UNCOMMON]: [ - Species.DRAPION, - Species.MANDIBUZZ, - Species.OVERQWIL, - Species.GLIMMORA, - Species.CLODSIRE, - Species.GALAR_SLOWBRO, - ], - [TrainerPoolTier.RARE]: [Species.DRAGALGE, Species.SNEASLER], - }; - } - case "macro": { - return { - [TrainerPoolTier.COMMON]: [ - Species.NINETALES, - Species.BELLOSSOM, - Species.MILOTIC, - Species.FROSLASS, - Species.GOTHITELLE, - Species.JELLICENT, - Species.SALAZZLE, - Species.TSAREENA, - Species.POLTEAGEIST, - Species.HATTERENE, - Species.GALAR_RAPIDASH, - ], - [TrainerPoolTier.UNCOMMON]: [ - Species.TOGEKISS, - Species.MANDIBUZZ, - Species.TOXAPEX, - Species.APPLETUN, - Species.CURSOLA, - Species.ALOLA_NINETALES, - ], - [TrainerPoolTier.RARE]: [Species.TINKATON, Species.HISUI_LILLIGANT], - }; - } - case "star_1": { - return { - [TrainerPoolTier.COMMON]: [ - Species.SHIFTRY, - Species.CACTURNE, - Species.HONCHKROW, - Species.SKUNTANK, - Species.KROOKODILE, - Species.OBSTAGOON, - Species.LOKIX, - Species.MABOSSTIFF, - ], - [TrainerPoolTier.UNCOMMON]: [ - Species.UMBREON, - Species.CRAWDAUNT, - Species.WEAVILE, - Species.ZOROARK, - Species.MALAMAR, - Species.BOMBIRDIER, - ], - [TrainerPoolTier.RARE]: [Species.HYDREIGON, Species.MEOWSCARADA], - }; - } - case "star_2": { - return { - [TrainerPoolTier.COMMON]: [ - Species.ARCANINE, - Species.HOUNDOOM, - Species.CAMERUPT, - Species.CHANDELURE, - Species.TALONFLAME, - Species.PYROAR, - Species.COALOSSAL, - Species.SCOVILLAIN, - ], - [TrainerPoolTier.UNCOMMON]: [ - Species.RAPIDASH, - Species.FLAREON, - Species.TORKOAL, - Species.MAGMORTAR, - Species.SALAZZLE, - Species.TURTONATOR, - ], - [TrainerPoolTier.RARE]: [Species.VOLCARONA, Species.SKELEDIRGE], - }; - } - case "star_3": { - return { - [TrainerPoolTier.COMMON]: [ - Species.MUK, - Species.CROBAT, - Species.SKUNTANK, - Species.AMOONGUSS, - Species.TOXAPEX, - Species.TOXTRICITY, - Species.GRAFAIAI, - Species.CLODSIRE, - ], - [TrainerPoolTier.UNCOMMON]: [ - Species.GENGAR, - Species.SEVIPER, - Species.DRAGALGE, - Species.OVERQWIL, - Species.ALOLA_MUK, - Species.GALAR_SLOWBRO, - ], - [TrainerPoolTier.RARE]: [Species.GLIMMORA, Species.VENUSAUR], - }; - } - case "star_4": { - return { - [TrainerPoolTier.COMMON]: [ - Species.CLEFABLE, - Species.WIGGLYTUFF, - Species.AZUMARILL, - Species.WHIMSICOTT, - Species.FLORGES, - Species.HATTERENE, - Species.GRIMMSNARL, - Species.TINKATON, - ], - [TrainerPoolTier.UNCOMMON]: [ - Species.TOGEKISS, - Species.GARDEVOIR, - Species.SYLVEON, - Species.KLEFKI, - Species.MIMIKYU, - Species.ALOLA_NINETALES, - ], - [TrainerPoolTier.RARE]: [Species.GALAR_RAPIDASH, Species.PRIMARINA], - }; - } - case "star_5": { - return { - [TrainerPoolTier.COMMON]: [ - Species.BRELOOM, - Species.HARIYAMA, - Species.MEDICHAM, - Species.TOXICROAK, - Species.SCRAFTY, - Species.MIENSHAO, - Species.PAWMOT, - Species.PALDEA_TAUROS, - ], - [TrainerPoolTier.UNCOMMON]: [ - Species.LUCARIO, - Species.CONKELDURR, - Species.HAWLUCHA, - Species.PASSIMIAN, - Species.FALINKS, - Species.FLAMIGO, - ], - [TrainerPoolTier.RARE]: [Species.KOMMO_O, Species.QUAQUAVAL], - }; - } - } - - console.warn(`Evil team admin for ${team} not found. Returning empty species pools.`); - return []; - } - /** * Initializes the trainer configuration for an evil team admin. * @param title The title of the evil team admin. @@ -1191,7 +547,7 @@ export class TrainerConfig { * **/ initForEvilTeamAdmin( title: string, - poolName: string, + poolName: EvilTeam, signatureSpecies: (Species | Species[])[], specialtyType?: PokemonType, ): TrainerConfig { @@ -1206,7 +562,7 @@ export class TrainerConfig { this.setPartyTemplates(trainerPartyTemplates.RIVAL_5); // Set the species pools for the evil team admin. - this.speciesPools = this.speciesPoolPerEvilTeamAdmin(poolName); + this.speciesPools = evilAdminTrainerPools[poolName]; signatureSpecies.forEach((speciesPool, s) => { if (!Array.isArray(speciesPool)) { @@ -1635,56 +991,6 @@ export class TrainerConfig { let t = 0; -interface TrainerConfigs { - [key: number]: TrainerConfig; -} - -/** - * The function to get variable strength grunts - * @returns the correct TrainerPartyTemplate - */ -function getEvilGruntPartyTemplate(): TrainerPartyTemplate { - const waveIndex = globalScene.currentBattle?.waveIndex; - if (waveIndex < 40) { - return trainerPartyTemplates.TWO_AVG; - } - if (waveIndex < 63) { - return trainerPartyTemplates.THREE_AVG; - } - if (waveIndex < 65) { - return trainerPartyTemplates.TWO_AVG_ONE_STRONG; - } - if (waveIndex < 112) { - return trainerPartyTemplates.GYM_LEADER_4; // 3avg 1 strong 1 stronger - } - return trainerPartyTemplates.GYM_LEADER_5; // 3 avg 2 strong 1 stronger -} - -function getWavePartyTemplate(...templates: TrainerPartyTemplate[]) { - return templates[ - Math.min( - Math.max( - Math.ceil( - (globalScene.gameMode.getWaveForDifficulty(globalScene.currentBattle?.waveIndex || startingWave, true) - 20) / - 30, - ), - 0, - ), - templates.length - 1, - ) - ]; -} - -function getGymLeaderPartyTemplate() { - return getWavePartyTemplate( - trainerPartyTemplates.GYM_LEADER_1, - trainerPartyTemplates.GYM_LEADER_2, - trainerPartyTemplates.GYM_LEADER_3, - trainerPartyTemplates.GYM_LEADER_4, - trainerPartyTemplates.GYM_LEADER_5, - ); -} - /** * Randomly selects one of the `Species` from `speciesPool`, determines its evolution, level, and strength. * Then adds Pokemon to globalScene. @@ -1744,148 +1050,6 @@ function getSpeciesFilterRandomPartyMemberFunc( }; } -type SignatureSpecies = { - [key in string]: (Species | Species[])[]; -}; - -/* - * The signature species for each Gym Leader, Elite Four member, and Champion. - * The key is the trainer type, and the value is an array of Species or Species arrays. - * This is in a separate const so it can be accessed from other places and not just the trainerConfigs - */ -export const signatureSpecies: SignatureSpecies = { - BROCK: [Species.GEODUDE, Species.ONIX], - MISTY: [Species.STARYU, Species.PSYDUCK], - LT_SURGE: [Species.VOLTORB, Species.PIKACHU, Species.ELECTABUZZ], - ERIKA: [Species.ODDISH, Species.BELLSPROUT, Species.TANGELA, Species.HOPPIP], - JANINE: [Species.VENONAT, Species.SPINARAK, Species.ZUBAT], - SABRINA: [Species.ABRA, Species.MR_MIME, Species.ESPEON], - BLAINE: [Species.GROWLITHE, Species.PONYTA, Species.MAGMAR], - GIOVANNI: [Species.SANDILE, Species.MURKROW, Species.NIDORAN_M, Species.NIDORAN_F], - FALKNER: [Species.PIDGEY, Species.HOOTHOOT, Species.DODUO], - BUGSY: [Species.SCYTHER, Species.HERACROSS, Species.SHUCKLE, Species.PINSIR], - WHITNEY: [Species.JIGGLYPUFF, Species.MILTANK, Species.AIPOM, Species.GIRAFARIG], - MORTY: [Species.GASTLY, Species.MISDREAVUS, Species.SABLEYE], - CHUCK: [Species.POLIWRATH, Species.MANKEY], - JASMINE: [Species.MAGNEMITE, Species.STEELIX], - PRYCE: [Species.SEEL, Species.SWINUB], - CLAIR: [Species.DRATINI, Species.HORSEA, Species.GYARADOS], - ROXANNE: [Species.GEODUDE, Species.NOSEPASS], - BRAWLY: [Species.MACHOP, Species.MAKUHITA], - WATTSON: [Species.MAGNEMITE, Species.VOLTORB, Species.ELECTRIKE], - FLANNERY: [Species.SLUGMA, Species.TORKOAL, Species.NUMEL], - NORMAN: [Species.SLAKOTH, Species.SPINDA, Species.ZIGZAGOON, Species.KECLEON], - WINONA: [Species.SWABLU, Species.WINGULL, Species.TROPIUS, Species.SKARMORY], - TATE: [Species.SOLROCK, Species.NATU, Species.CHIMECHO, Species.GALLADE], - LIZA: [Species.LUNATONE, Species.SPOINK, Species.BALTOY, Species.GARDEVOIR], - JUAN: [Species.HORSEA, Species.BARBOACH, Species.SPHEAL, Species.RELICANTH], - ROARK: [Species.CRANIDOS, Species.LARVITAR, Species.GEODUDE], - GARDENIA: [Species.ROSELIA, Species.TANGELA, Species.TURTWIG], - MAYLENE: [Species.LUCARIO, Species.MEDITITE, Species.CHIMCHAR], - CRASHER_WAKE: [Species.BUIZEL, Species.WOOPER, Species.PIPLUP, Species.MAGIKARP], - FANTINA: [Species.MISDREAVUS, Species.DRIFLOON, Species.SPIRITOMB], - BYRON: [Species.SHIELDON, Species.BRONZOR, Species.AGGRON], - CANDICE: [Species.SNEASEL, Species.SNOVER, Species.SNORUNT], - VOLKNER: [Species.SHINX, Species.CHINCHOU, Species.ROTOM], - CILAN: [Species.PANSAGE, Species.FOONGUS, Species.PETILIL], - CHILI: [Species.PANSEAR, Species.DARUMAKA, Species.NUMEL], - CRESS: [Species.PANPOUR, Species.TYMPOLE, Species.SLOWPOKE], - CHEREN: [Species.LILLIPUP, Species.MINCCINO, Species.PIDOVE], - LENORA: [Species.PATRAT, Species.DEERLING, Species.AUDINO], - ROXIE: [Species.VENIPEDE, Species.TRUBBISH, Species.SKORUPI], - BURGH: [Species.SEWADDLE, Species.SHELMET, Species.KARRABLAST], - ELESA: [Species.EMOLGA, Species.BLITZLE, Species.JOLTIK], - CLAY: [Species.DRILBUR, Species.SANDILE, Species.GOLETT], - SKYLA: [Species.DUCKLETT, Species.WOOBAT, Species.RUFFLET], - BRYCEN: [Species.CRYOGONAL, Species.VANILLITE, Species.CUBCHOO], - DRAYDEN: [Species.DRUDDIGON, Species.AXEW, Species.DEINO], - MARLON: [Species.WAILMER, Species.FRILLISH, Species.TIRTOUGA], - VIOLA: [Species.SURSKIT, Species.SCATTERBUG], - GRANT: [Species.AMAURA, Species.TYRUNT], - KORRINA: [Species.HAWLUCHA, Species.LUCARIO, Species.MIENFOO], - RAMOS: [Species.SKIDDO, Species.HOPPIP, Species.BELLSPROUT], - CLEMONT: [Species.HELIOPTILE, Species.MAGNEMITE, Species.EMOLGA], - VALERIE: [Species.SYLVEON, Species.MAWILE, Species.MR_MIME], - OLYMPIA: [Species.ESPURR, Species.SIGILYPH, Species.SLOWKING], - WULFRIC: [Species.BERGMITE, Species.SNOVER, Species.CRYOGONAL], - MILO: [Species.GOSSIFLEUR, Species.APPLIN, Species.BOUNSWEET], - NESSA: [Species.CHEWTLE, Species.ARROKUDA, Species.WIMPOD], - KABU: [Species.SIZZLIPEDE, Species.VULPIX, Species.TORKOAL], - BEA: [Species.GALAR_FARFETCHD, Species.MACHOP, Species.CLOBBOPUS], - ALLISTER: [Species.GALAR_YAMASK, Species.GALAR_CORSOLA, Species.GASTLY], - OPAL: [Species.MILCERY, Species.TOGETIC, Species.GALAR_WEEZING], - BEDE: [Species.HATENNA, Species.GALAR_PONYTA, Species.GARDEVOIR], - GORDIE: [Species.ROLYCOLY, Species.STONJOURNER, Species.BINACLE], - MELONY: [Species.SNOM, Species.GALAR_DARUMAKA, Species.GALAR_MR_MIME], - PIERS: [Species.GALAR_ZIGZAGOON, Species.SCRAGGY, Species.INKAY], - MARNIE: [Species.IMPIDIMP, Species.PURRLOIN, Species.MORPEKO], - RAIHAN: [Species.DURALUDON, Species.TURTONATOR, Species.GOOMY], - KATY: [Species.TEDDIURSA, Species.NYMBLE, Species.TAROUNTULA], // Tera Bug Teddiursa - BRASSIUS: [Species.SUDOWOODO, Species.BRAMBLIN, Species.SMOLIV], // Tera Grass Sudowoodo - IONO: [Species.MISDREAVUS, Species.TADBULB, Species.WATTREL], // Tera Ghost Misdreavus - KOFU: [Species.CRABRAWLER, Species.VELUZA, Species.WIGLETT, Species.WINGULL], // Tera Water Crabrawler - LARRY: [Species.STARLY, Species.DUNSPARCE, Species.LECHONK, Species.KOMALA], // Tera Normal Starly - RYME: [Species.TOXEL, Species.GREAVARD, Species.SHUPPET, Species.MIMIKYU], // Tera Ghost Toxel - TULIP: [Species.FLABEBE, Species.FLITTLE, Species.RALTS, Species.GIRAFARIG], // Tera Psychic Flabebe - GRUSHA: [Species.SWABLU, Species.CETODDLE, Species.CUBCHOO, Species.ALOLA_VULPIX], // Tera Ice Swablu - LORELEI: [ - Species.JYNX, - [Species.SLOWBRO, Species.GALAR_SLOWBRO], - Species.LAPRAS, - [Species.CLOYSTER, Species.ALOLA_SANDSLASH], - ], - BRUNO: [Species.MACHAMP, Species.HITMONCHAN, Species.HITMONLEE, [Species.GOLEM, Species.ALOLA_GOLEM]], - AGATHA: [Species.GENGAR, [Species.ARBOK, Species.WEEZING], Species.CROBAT, Species.ALOLA_MAROWAK], - LANCE: [Species.DRAGONITE, Species.GYARADOS, Species.AERODACTYL, Species.ALOLA_EXEGGUTOR], - WILL: [Species.XATU, Species.JYNX, [Species.SLOWBRO, Species.SLOWKING], Species.EXEGGUTOR], - KOGA: [[Species.MUK, Species.WEEZING], [Species.VENOMOTH, Species.ARIADOS], Species.CROBAT, Species.TENTACRUEL], - KAREN: [Species.UMBREON, Species.HONCHKROW, Species.HOUNDOOM, Species.WEAVILE], - SIDNEY: [ - [Species.SHIFTRY, Species.CACTURNE], - [Species.SHARPEDO, Species.CRAWDAUNT], - Species.ABSOL, - Species.MIGHTYENA, - ], - PHOEBE: [Species.SABLEYE, Species.DUSKNOIR, Species.BANETTE, [Species.DRIFBLIM, Species.MISMAGIUS]], - GLACIA: [Species.GLALIE, Species.WALREIN, Species.FROSLASS, Species.ABOMASNOW], - DRAKE: [Species.ALTARIA, Species.SALAMENCE, Species.FLYGON, Species.KINGDRA], - AARON: [[Species.SCIZOR, Species.KLEAVOR], Species.HERACROSS, [Species.VESPIQUEN, Species.YANMEGA], Species.DRAPION], - BERTHA: [Species.WHISCASH, Species.HIPPOWDON, Species.GLISCOR, Species.RHYPERIOR], - FLINT: [ - [Species.RAPIDASH, Species.FLAREON], - Species.MAGMORTAR, - [Species.STEELIX, Species.LOPUNNY], - Species.INFERNAPE, - ], // Tera Fire Steelix or Lopunny - LUCIAN: [Species.MR_MIME, Species.GALLADE, Species.BRONZONG, [Species.ALAKAZAM, Species.ESPEON]], - SHAUNTAL: [Species.COFAGRIGUS, Species.CHANDELURE, Species.GOLURK, Species.JELLICENT], - MARSHAL: [Species.CONKELDURR, Species.MIENSHAO, Species.THROH, Species.SAWK], - GRIMSLEY: [Species.LIEPARD, Species.KINGAMBIT, Species.SCRAFTY, Species.KROOKODILE], - CAITLIN: [Species.MUSHARNA, Species.GOTHITELLE, Species.SIGILYPH, Species.REUNICLUS], - MALVA: [Species.PYROAR, Species.TORKOAL, Species.CHANDELURE, Species.TALONFLAME], - SIEBOLD: [Species.CLAWITZER, Species.GYARADOS, Species.BARBARACLE, Species.STARMIE], - WIKSTROM: [Species.KLEFKI, Species.PROBOPASS, Species.SCIZOR, Species.AEGISLASH], - DRASNA: [Species.DRAGALGE, Species.DRUDDIGON, Species.ALTARIA, Species.NOIVERN], - HALA: [Species.HARIYAMA, Species.BEWEAR, Species.CRABOMINABLE, [Species.POLIWRATH, Species.ANNIHILAPE]], - MOLAYNE: [Species.KLEFKI, Species.MAGNEZONE, Species.METAGROSS, Species.ALOLA_DUGTRIO], - OLIVIA: [Species.RELICANTH, Species.CARBINK, Species.ALOLA_GOLEM, Species.LYCANROC], - ACEROLA: [[Species.BANETTE, Species.DRIFBLIM], Species.MIMIKYU, Species.DHELMISE, Species.PALOSSAND], - KAHILI: [[Species.BRAVIARY, Species.MANDIBUZZ], Species.HAWLUCHA, Species.ORICORIO, Species.TOUCANNON], - MARNIE_ELITE: [Species.MORPEKO, Species.LIEPARD, [Species.TOXICROAK, Species.SCRAFTY], Species.GRIMMSNARL], - NESSA_ELITE: [Species.GOLISOPOD, [Species.QUAGSIRE, Species.PELIPPER], Species.TOXAPEX, Species.DREDNAW], - BEA_ELITE: [Species.HAWLUCHA, [Species.GRAPPLOCT, Species.SIRFETCHD], Species.FALINKS, Species.MACHAMP], - ALLISTER_ELITE: [Species.DUSKNOIR, [Species.POLTEAGEIST, Species.RUNERIGUS], Species.CURSOLA, Species.GENGAR], - RAIHAN_ELITE: [Species.GOODRA, [Species.TORKOAL, Species.TURTONATOR], Species.FLYGON, Species.ARCHALUDON], - RIKA: [Species.CLODSIRE, [Species.DUGTRIO, Species.DONPHAN], Species.CAMERUPT, Species.WHISCASH], // Tera Ground Clodsire - POPPY: [Species.TINKATON, Species.BRONZONG, Species.CORVIKNIGHT, Species.COPPERAJAH], // Tera Steel Tinkaton - LARRY_ELITE: [Species.FLAMIGO, Species.STARAPTOR, [Species.ALTARIA, Species.TROPIUS], Species.ORICORIO], // Tera Flying Flamigo; random Oricorio - HASSEL: [Species.BAXCALIBUR, [Species.FLAPPLE, Species.APPLETUN], Species.DRAGALGE, Species.NOIVERN], // Tera Dragon Baxcalibur - CRISPIN: [Species.BLAZIKEN, Species.MAGMORTAR, [Species.CAMERUPT, Species.TALONFLAME], Species.ROTOM], // Tera Fire Blaziken; Heat Rotom - AMARYS: [Species.METAGROSS, Species.SCIZOR, Species.EMPOLEON, Species.SKARMORY], // Tera Steel Metagross - LACEY: [Species.EXCADRILL, Species.PRIMARINA, [Species.WHIMSICOTT, Species.ALCREMIE], Species.GRANBULL], // Tera Fairy Excadrill - DRAYTON: [Species.ARCHALUDON, Species.DRAGONITE, Species.HAXORUS, Species.SCEPTILE], // Tera Dragon Archaludon -}; - export const trainerConfigs: TrainerConfigs = { [TrainerType.UNKNOWN]: new TrainerConfig(0).setHasGenders(), [TrainerType.ACE_TRAINER]: new TrainerConfig(++t) @@ -1952,12 +1116,92 @@ export const trainerConfigs: TrainerConfigs = { [TrainerType.BAKER]: new TrainerConfig(++t) .setEncounterBgm(TrainerType.CLERK) .setMoneyMultiplier(1.35) - .setSpeciesFilter(s => s.isOfType(PokemonType.GRASS) || s.isOfType(PokemonType.FIRE)), - [TrainerType.BEAUTY]: new TrainerConfig(++t).setMoneyMultiplier(1.55).setEncounterBgm(TrainerType.PARASOL_LADY), + .setSpeciesFilter( + s => + [s.ability1, s.ability2, s.abilityHidden].some( + a => + !!a && + [ + Abilities.WHITE_SMOKE, + Abilities.GLUTTONY, + Abilities.HONEY_GATHER, + Abilities.HARVEST, + Abilities.CHEEK_POUCH, + Abilities.SWEET_VEIL, + Abilities.RIPEN, + Abilities.PURIFYING_SALT, + Abilities.WELL_BAKED_BODY, + Abilities.SUPERSWEET_SYRUP, + Abilities.HOSPITALITY, + ].includes(a), + ) || + s + .getLevelMoves() + .some(plm => + [Moves.SOFT_BOILED, Moves.SPORE, Moves.MILK_DRINK, Moves.OVERHEAT, Moves.TEATIME].includes(plm[1]), + ), + ), // Mons with baking related abilities or who learn Overheat, Teatime, Milk Drink, Spore, or Soft-Boiled by level + [TrainerType.BEAUTY]: new TrainerConfig(++t) + .setMoneyMultiplier(1.55) + .setEncounterBgm(TrainerType.PARASOL_LADY) + .setPartyTemplates( + trainerPartyTemplates.TWO_AVG_SAME_ONE_AVG, + trainerPartyTemplates.TWO_AVG_SAME_ONE_STRONG, + trainerPartyTemplates.THREE_AVG_SAME, + trainerPartyTemplates.THREE_AVG, + trainerPartyTemplates.FOUR_WEAK, + trainerPartyTemplates.ONE_STRONG, + ) + .setSpeciesPools({ + [TrainerPoolTier.COMMON]: [ + Species.MEOWTH, + Species.GOLDEEN, + Species.MAREEP, + Species.MARILL, + Species.SKITTY, + Species.GLAMEOW, + Species.PURRLOIN, + ], + [TrainerPoolTier.UNCOMMON]: [ + Species.SMOOCHUM, + Species.ROSELIA, + Species.LUVDISC, + Species.BLITZLE, + Species.SEWADDLE, + Species.PETILIL, + Species.MINCCINO, + Species.GOTHITA, + Species.SPRITZEE, + Species.FLITTLE, + ], + [TrainerPoolTier.RARE]: [ + Species.FEEBAS, + Species.FURFROU, + Species.SALANDIT, + Species.BRUXISH, + Species.HATENNA, + Species.SNOM, + Species.ALOLA_VULPIX, + ], + [TrainerPoolTier.SUPER_RARE]: [Species.CLAMPERL, Species.AMAURA, Species.SYLVEON, Species.GOOMY, Species.POPPLIO], + }), [TrainerType.BIKER]: new TrainerConfig(++t) .setMoneyMultiplier(1.4) .setEncounterBgm(TrainerType.ROUGHNECK) - .setSpeciesFilter(s => s.isOfType(PokemonType.POISON)), + .setSpeciesPools({ + [TrainerPoolTier.COMMON]: [Species.EKANS, Species.KOFFING, Species.CROAGUNK, Species.VENIPEDE, Species.SCRAGGY], + [TrainerPoolTier.UNCOMMON]: [ + Species.GRIMER, + Species.VOLTORB, + Species.TEDDIURSA, + Species.MAGBY, + Species.SKORUPI, + Species.SANDILE, + Species.PAWNIARD, + Species.SHROODLE, + ], + [TrainerPoolTier.RARE]: [Species.VAROOM, Species.CYCLIZAR], + }), [TrainerType.BLACK_BELT]: new TrainerConfig(++t) .setHasGenders("Battle Girl", TrainerType.PSYCHIC) .setHasDouble("Crush Kin") @@ -2059,9 +1303,15 @@ export const trainerConfigs: TrainerConfigs = { .setEncounterBgm(TrainerType.CYCLIST) .setPartyTemplates(trainerPartyTemplates.TWO_WEAK, trainerPartyTemplates.ONE_AVG) .setSpeciesPools({ - [TrainerPoolTier.COMMON]: [Species.PICHU, Species.STARLY, Species.TAILLOW, Species.BOLTUND], - [TrainerPoolTier.UNCOMMON]: [Species.DODUO, Species.ELECTRIKE, Species.BLITZLE, Species.WATTREL], - [TrainerPoolTier.RARE]: [Species.YANMA, Species.NINJASK, Species.WHIRLIPEDE, Species.EMOLGA], + [TrainerPoolTier.COMMON]: [Species.DODUO, Species.PICHU, Species.TAILLOW, Species.STARLY, Species.PONYTA], + [TrainerPoolTier.UNCOMMON]: [ + Species.ELECTRIKE, + Species.SHINX, + Species.BLITZLE, + Species.DUCKLETT, + Species.WATTREL, + ], + [TrainerPoolTier.RARE]: [Species.YANMA, Species.NINJASK, Species.WHIRLIPEDE, Species.EMOLGA, Species.SKIDDO], [TrainerPoolTier.SUPER_RARE]: [Species.ACCELGOR, Species.DREEPY], }), [TrainerType.DANCER]: new TrainerConfig(++t) @@ -2077,7 +1327,7 @@ export const trainerConfigs: TrainerConfigs = { [TrainerPoolTier.COMMON]: [Species.RALTS, Species.SPOINK, Species.LOTAD, Species.BUDEW], [TrainerPoolTier.UNCOMMON]: [Species.SPINDA, Species.SWABLU, Species.MARACTUS], [TrainerPoolTier.RARE]: [Species.BELLOSSOM, Species.HITMONTOP, Species.MIME_JR, Species.ORICORIO], - [TrainerPoolTier.SUPER_RARE]: [Species.POPPLIO], + [TrainerPoolTier.SUPER_RARE]: [Species.QUAXLY, Species.JANGMO_O], }), [TrainerType.DEPOT_AGENT]: new TrainerConfig(++t).setMoneyMultiplier(1.45).setEncounterBgm(TrainerType.CLERK), [TrainerType.DOCTOR]: new TrainerConfig(++t) @@ -2195,7 +1445,15 @@ export const trainerConfigs: TrainerConfigs = { }), [TrainerType.HOOLIGANS]: new TrainerConfig(++t) .setDoubleOnly() + .setMoneyMultiplier(1.5) .setEncounterBgm(TrainerType.ROUGHNECK) + .setPartyTemplateFunc(() => + getWavePartyTemplate( + trainerPartyTemplates.TWO_WEAK, + trainerPartyTemplates.TWO_AVG, + trainerPartyTemplates.ONE_AVG_ONE_STRONG, + ), + ) .setSpeciesFilter(s => s.isOfType(PokemonType.POISON) || s.isOfType(PokemonType.DARK)), [TrainerType.HOOPSTER]: new TrainerConfig(++t).setMoneyMultiplier(1.2).setEncounterBgm(TrainerType.CYCLIST), [TrainerType.INFIELDER]: new TrainerConfig(++t).setMoneyMultiplier(1.2).setEncounterBgm(TrainerType.CYCLIST), @@ -2203,7 +1461,14 @@ export const trainerConfigs: TrainerConfigs = { [TrainerType.LINEBACKER]: new TrainerConfig(++t).setMoneyMultiplier(1.2).setEncounterBgm(TrainerType.CYCLIST), [TrainerType.MAID]: new TrainerConfig(++t).setMoneyMultiplier(1.6).setEncounterBgm(TrainerType.RICH), [TrainerType.MUSICIAN]: new TrainerConfig(++t) - .setEncounterBgm(TrainerType.ROUGHNECK) + .setMoneyMultiplier(1.1) + .setEncounterBgm(TrainerType.POKEFAN) + .setPartyTemplates( + trainerPartyTemplates.FOUR_WEAKER, + trainerPartyTemplates.THREE_WEAK, + trainerPartyTemplates.TWO_WEAK_ONE_AVG, + trainerPartyTemplates.TWO_AVG, + ) .setSpeciesFilter(s => !!s.getLevelMoves().find(plm => plm[1] === Moves.SING)), [TrainerType.HEX_MANIAC]: new TrainerConfig(++t) .setMoneyMultiplier(1.5) @@ -2215,7 +1480,7 @@ export const trainerConfigs: TrainerConfigs = { trainerPartyTemplates.THREE_AVG, trainerPartyTemplates.TWO_STRONG, ) - .setSpeciesFilter(s => s.isOfType(PokemonType.GHOST)), + .setSpeciesFilter(s => s.isOfType(PokemonType.GHOST) || s.isOfType(PokemonType.PSYCHIC)), [TrainerType.NURSERY_AIDE]: new TrainerConfig(++t).setMoneyMultiplier(1.3).setEncounterBgm("lass"), [TrainerType.OFFICER]: new TrainerConfig(++t) .setMoneyMultiplier(1.55) @@ -2245,9 +1510,37 @@ export const trainerConfigs: TrainerConfigs = { [TrainerType.PARASOL_LADY]: new TrainerConfig(++t) .setMoneyMultiplier(1.55) .setEncounterBgm(TrainerType.PARASOL_LADY) - .setSpeciesFilter(s => s.isOfType(PokemonType.WATER)), + .setPartyTemplates( + trainerPartyTemplates.TWO_AVG_SAME_ONE_AVG, + trainerPartyTemplates.TWO_AVG_SAME_ONE_STRONG, + trainerPartyTemplates.TWO_AVG, + trainerPartyTemplates.FOUR_WEAK, + trainerPartyTemplates.ONE_STRONG, + ) + .setSpeciesFilter( + s => + [s.ability1, s.ability2, s.abilityHidden].some( + a => + !!a && + [ + Abilities.DRIZZLE, + Abilities.SWIFT_SWIM, + Abilities.HYDRATION, + Abilities.RAIN_DISH, + Abilities.DRY_SKIN, + Abilities.WIND_POWER, + ].includes(a), + ) || s.getLevelMoves().some(plm => plm[1] === Moves.RAIN_DANCE), + ), // Mons with rain abilities or who learn Rain Dance by level [TrainerType.PILOT]: new TrainerConfig(++t) + .setMoneyMultiplier(1.75) .setEncounterBgm(TrainerType.CLERK) + .setPartyTemplates( + trainerPartyTemplates.THREE_WEAK, + trainerPartyTemplates.TWO_WEAK_ONE_AVG, + trainerPartyTemplates.TWO_AVG, + trainerPartyTemplates.THREE_AVG, + ) .setSpeciesFilter(s => tmSpecies[Moves.FLY].indexOf(s.speciesId) > -1), [TrainerType.POKEFAN]: new TrainerConfig(++t) .setMoneyMultiplier(1.4) @@ -2263,7 +1556,8 @@ export const trainerConfigs: TrainerConfigs = { trainerPartyTemplates.FOUR_WEAK_SAME, trainerPartyTemplates.FIVE_WEAK, trainerPartyTemplates.SIX_WEAKER_SAME, - ), + ) + .setSpeciesFilter(s => tmSpecies[Moves.HELPING_HAND].indexOf(s.speciesId) > -1), [TrainerType.PRESCHOOLER]: new TrainerConfig(++t) .setMoneyMultiplier(0.2) .setEncounterBgm(TrainerType.YOUNGSTER) @@ -2385,16 +1679,29 @@ export const trainerConfigs: TrainerConfigs = { [TrainerPoolTier.SUPER_RARE]: [Species.LARVESTA], }), [TrainerType.RICH]: new TrainerConfig(++t) - .setMoneyMultiplier(5) + .setMoneyMultiplier(3.25) .setName("Gentleman") .setHasGenders("Madame") - .setHasDouble("Rich Couple"), + .setHasDouble("Rich Couple") + .setPartyTemplates( + trainerPartyTemplates.THREE_WEAK, + trainerPartyTemplates.FOUR_WEAK, + trainerPartyTemplates.TWO_WEAK_ONE_AVG, + trainerPartyTemplates.THREE_AVG, + ) + .setSpeciesFilter(s => s.isOfType(PokemonType.NORMAL) || s.isOfType(PokemonType.ELECTRIC)), [TrainerType.RICH_KID]: new TrainerConfig(++t) - .setMoneyMultiplier(3.75) + .setMoneyMultiplier(2.5) .setName("Rich Boy") .setHasGenders("Lady") .setHasDouble("Rich Kids") - .setEncounterBgm(TrainerType.RICH), + .setEncounterBgm(TrainerType.RICH) + .setPartyTemplates( + trainerPartyTemplates.FOUR_WEAKER, + trainerPartyTemplates.THREE_WEAK_SAME, + trainerPartyTemplates.TWO_WEAK_SAME_ONE_AVG, + ) + .setSpeciesFilter(s => s.baseTotal <= 460), [TrainerType.ROUGHNECK]: new TrainerConfig(++t) .setMoneyMultiplier(1.4) .setEncounterBgm(TrainerType.ROUGHNECK) @@ -2592,19 +1899,21 @@ export const trainerConfigs: TrainerConfigs = { Species.MANKEY, Species.GROWLITHE, Species.MAGNEMITE, - Species.GASTLY, + Species.ONIX, Species.VOLTORB, Species.EXEGGCUTE, Species.CUBONE, Species.LICKITUNG, - Species.SCYTHER, Species.TAUROS, - Species.GYARADOS, + Species.MAGIKARP, Species.MURKROW, Species.ELEKID, Species.MAGBY, ], [TrainerPoolTier.RARE]: [ + Species.ABRA, + Species.GASTLY, + Species.SCYTHER, Species.PORYGON, Species.OMANYTE, Species.KABUTO, @@ -2663,7 +1972,6 @@ export const trainerConfigs: TrainerConfigs = { Species.DIGLETT, Species.GROWLITHE, Species.SLUGMA, - Species.MAGBY, Species.POOCHYENA, Species.ZIGZAGOON, Species.NUMEL, @@ -2672,24 +1980,24 @@ export const trainerConfigs: TrainerConfigs = { ], [TrainerPoolTier.UNCOMMON]: [ Species.RHYHORN, - Species.GLIGAR, Species.PHANPY, + Species.MAGBY, + Species.ZANGOOSE, Species.SOLROCK, - Species.HIPPOPOTAS, Species.HEATMOR, Species.ROLYCOLY, - Species.SILICOBRA, + Species.CAPSAKID, ], [TrainerPoolTier.RARE]: [ - Species.ARON, Species.TRAPINCH, Species.LILEEP, Species.ANORITH, + Species.GOLETT, Species.TURTONATOR, Species.TOEDSCOOL, Species.HISUI_GROWLITHE, ], - [TrainerPoolTier.SUPER_RARE]: [Species.CHARCADET, Species.CAPSAKID], + [TrainerPoolTier.SUPER_RARE]: [Species.CHARCADET, Species.ARON], }), [TrainerType.TABITHA]: new TrainerConfig(++t) .setMoneyMultiplier(1.5) @@ -2722,6 +2030,7 @@ export const trainerConfigs: TrainerConfigs = { Species.REMORAID, Species.ZIGZAGOON, Species.LOTAD, + Species.WINGULL, Species.CARVANHA, Species.WAILMER, Species.BARBOACH, @@ -2733,16 +2042,18 @@ export const trainerConfigs: TrainerConfigs = { Species.HORSEA, Species.CHINCHOU, Species.WOOPER, - Species.WINGULL, Species.AZURILL, + Species.SEVIPER, Species.CLAMPERL, + Species.WIMPOD, Species.CLOBBOPUS, ], [TrainerPoolTier.RARE]: [ Species.MANTYKE, + Species.TYMPOLE, Species.SKRELP, - Species.DHELMISE, Species.ARROKUDA, + Species.WIGLETT, Species.HISUI_QWILFISH, Species.PALDEA_WOOPER, ], @@ -2797,6 +2108,7 @@ export const trainerConfigs: TrainerConfigs = { ], [TrainerPoolTier.RARE]: [ Species.SNEASEL, + Species.TEDDIURSA, Species.ELEKID, Species.MAGBY, Species.DUSKULL, @@ -2875,7 +2187,7 @@ export const trainerConfigs: TrainerConfigs = { }), [TrainerType.ZINZOLIN]: new TrainerConfig(++t) .setMoneyMultiplier(1.5) - .initForEvilTeamAdmin("plasma_sage", "plasma", [Species.CRYOGONAL]) + .initForEvilTeamAdmin("plasma_sage", "plasma_zinzolin", [Species.CRYOGONAL]) .setEncounterBgm(TrainerType.PLASMA_GRUNT) .setBattleBgm("battle_plasma_grunt") .setMixedBattleBgm("battle_plasma_grunt") @@ -2883,7 +2195,7 @@ export const trainerConfigs: TrainerConfigs = { .setPartyTemplateFunc(() => getEvilGruntPartyTemplate()), [TrainerType.COLRESS]: new TrainerConfig(++t) .setMoneyMultiplier(1.5) - .initForEvilTeamAdmin("plasma_boss", "plasma_2", [Species.KLINKLANG]) + .initForEvilTeamAdmin("plasma_boss", "plasma_colress", [Species.KLINKLANG]) .setEncounterBgm(TrainerType.PLASMA_GRUNT) .setBattleBgm("battle_colress") .setMixedBattleBgm("battle_colress") @@ -2900,10 +2212,11 @@ export const trainerConfigs: TrainerConfigs = { .setPartyTemplateFunc(() => getEvilGruntPartyTemplate()) .setSpeciesPools({ [TrainerPoolTier.COMMON]: [ - Species.PONYTA, Species.HOUNDOUR, + Species.GULPIN, Species.SKORUPI, Species.CROAGUNK, + Species.PURRLOIN, Species.SCRAGGY, Species.FLETCHLING, Species.SCATTERBUG, @@ -2914,7 +2227,6 @@ export const trainerConfigs: TrainerConfigs = { [TrainerPoolTier.UNCOMMON]: [ Species.POOCHYENA, Species.ELECTRIKE, - Species.PURRLOIN, Species.FOONGUS, Species.PANCHAM, Species.BINACLE, @@ -2924,8 +2236,13 @@ export const trainerConfigs: TrainerConfigs = { Species.PHANTUMP, Species.PUMPKABOO, ], - [TrainerPoolTier.RARE]: [Species.SNEASEL, Species.LITWICK, Species.PAWNIARD, Species.SLIGGOO], - [TrainerPoolTier.SUPER_RARE]: [Species.NOIBAT, Species.HISUI_SLIGGOO, Species.HISUI_AVALUGG], + [TrainerPoolTier.RARE]: [ + Species.SNEASEL, + Species.LITWICK, + Species.PAWNIARD, + Species.NOIBAT, + ], + [TrainerPoolTier.SUPER_RARE]: [Species.SLIGGOO, Species.HISUI_SLIGGOO, Species.HISUI_AVALUGG], }), [TrainerType.BRYONY]: new TrainerConfig(++t) .setMoneyMultiplier(1.5) @@ -2980,14 +2297,13 @@ export const trainerConfigs: TrainerConfigs = { Species.ORANGURU, Species.PASSIMIAN, Species.PYUKUMUKU, - Species.MINIOR, Species.BRUXISH, Species.ALOLA_SANDSHREW, Species.ALOLA_VULPIX, Species.ALOLA_MAROWAK, ], [TrainerPoolTier.RARE]: [ - Species.MAGNEMITE, + Species.MINIOR, Species.TURTONATOR, Species.MIMIKYU, Species.DRAMPA, @@ -3015,6 +2331,7 @@ export const trainerConfigs: TrainerConfigs = { .setSpeciesPools({ [TrainerPoolTier.COMMON]: [ Species.EKANS, + Species.VENONAT, Species.DROWZEE, Species.KOFFING, Species.SPINARAK, @@ -3073,7 +2390,7 @@ export const trainerConfigs: TrainerConfigs = { Species.KLINK, Species.SKWOVET, Species.ROOKIDEE, - Species.CRAMORANT, + Species.ROLYCOLY, Species.CUFANT, Species.GALAR_MEOWTH, Species.GALAR_ZIGZAGOON, @@ -3083,9 +2400,11 @@ export const trainerConfigs: TrainerConfigs = { Species.RIOLU, Species.DRILBUR, Species.APPLIN, + Species.CRAMORANT, Species.ARROKUDA, Species.SINISTEA, Species.HATENNA, + Species.FALINKS, Species.GALAR_PONYTA, Species.GALAR_YAMASK, ], @@ -3093,7 +2412,6 @@ export const trainerConfigs: TrainerConfigs = { Species.SCIZOR, Species.BELDUM, Species.HONEDGE, - Species.FALINKS, Species.GALAR_FARFETCHD, Species.GALAR_MR_MIME, Species.GALAR_DARUMAKA, @@ -3102,7 +2420,7 @@ export const trainerConfigs: TrainerConfigs = { }), [TrainerType.OLEANA]: new TrainerConfig(++t) .setMoneyMultiplier(1.5) - .initForEvilTeamAdmin("macro_admin", "macro", [Species.GARBODOR]) + .initForEvilTeamAdmin("macro_admin", "macro_cosmos", [Species.GARBODOR]) .setEncounterBgm(TrainerType.PLASMA_GRUNT) .setBattleBgm("battle_plasma_grunt") .setMixedBattleBgm("battle_oleana") @@ -3169,7 +2487,7 @@ export const trainerConfigs: TrainerConfigs = { }), [TrainerType.GIACOMO]: new TrainerConfig(++t) .setMoneyMultiplier(1.5) - .initForEvilTeamAdmin("star_admin", "star_1", [Species.KINGAMBIT], PokemonType.DARK) + .initForEvilTeamAdmin("star_admin", "star_dark", [Species.KINGAMBIT], PokemonType.DARK) .setEncounterBgm(TrainerType.PLASMA_GRUNT) .setBattleBgm("battle_plasma_grunt") .setMixedBattleBgm("battle_star_admin") @@ -3189,7 +2507,7 @@ export const trainerConfigs: TrainerConfigs = { ), [TrainerType.MELA]: new TrainerConfig(++t) .setMoneyMultiplier(1.5) - .initForEvilTeamAdmin("star_admin", "star_2", [Species.ARMAROUGE], PokemonType.FIRE) + .initForEvilTeamAdmin("star_admin", "star_fire", [Species.ARMAROUGE], PokemonType.FIRE) .setEncounterBgm(TrainerType.PLASMA_GRUNT) .setBattleBgm("battle_plasma_grunt") .setMixedBattleBgm("battle_star_admin") @@ -3209,7 +2527,7 @@ export const trainerConfigs: TrainerConfigs = { ), [TrainerType.ATTICUS]: new TrainerConfig(++t) .setMoneyMultiplier(1.5) - .initForEvilTeamAdmin("star_admin", "star_3", [Species.REVAVROOM], PokemonType.POISON) + .initForEvilTeamAdmin("star_admin", "star_poison", [Species.REVAVROOM], PokemonType.POISON) .setEncounterBgm(TrainerType.PLASMA_GRUNT) .setBattleBgm("battle_plasma_grunt") .setMixedBattleBgm("battle_star_admin") @@ -3229,7 +2547,7 @@ export const trainerConfigs: TrainerConfigs = { ), [TrainerType.ORTEGA]: new TrainerConfig(++t) .setMoneyMultiplier(1.5) - .initForEvilTeamAdmin("star_admin", "star_4", [Species.DACHSBUN], PokemonType.FAIRY) + .initForEvilTeamAdmin("star_admin", "star_fairy", [Species.DACHSBUN], PokemonType.FAIRY) .setEncounterBgm(TrainerType.PLASMA_GRUNT) .setBattleBgm("battle_plasma_grunt") .setMixedBattleBgm("battle_star_admin") @@ -3249,7 +2567,7 @@ export const trainerConfigs: TrainerConfigs = { ), [TrainerType.ERI]: new TrainerConfig(++t) .setMoneyMultiplier(1.5) - .initForEvilTeamAdmin("star_admin", "star_5", [Species.ANNIHILAPE], PokemonType.FIGHTING) + .initForEvilTeamAdmin("star_admin", "star_fighting", [Species.ANNIHILAPE], PokemonType.FIGHTING) .setEncounterBgm(TrainerType.PLASMA_GRUNT) .setBattleBgm("battle_plasma_grunt") .setMixedBattleBgm("battle_star_admin") @@ -4379,11 +3697,7 @@ export const trainerConfigs: TrainerConfigs = { () => modifierTypes.SUPER_EXP_CHARM, () => modifierTypes.EXP_SHARE, ) - .setEventModifierRewardFuncs( - () => modifierTypes.SHINY_CHARM, - () => modifierTypes.ABILITY_CHARM, - () => modifierTypes.CATCHING_CHARM, - ) + .setEventModifierRewardFuncs(8) .setPartyMemberFunc( 0, getRandomPartyMemberFunc( @@ -4451,7 +3765,7 @@ export const trainerConfigs: TrainerConfigs = { .setMixedBattleBgm("battle_rival") .setPartyTemplates(trainerPartyTemplates.RIVAL_2) .setModifierRewardFuncs(() => modifierTypes.EXP_SHARE) - .setEventModifierRewardFuncs(() => modifierTypes.SHINY_CHARM) + .setEventModifierRewardFuncs(25) .setPartyMemberFunc( 0, getRandomPartyMemberFunc( @@ -4760,7 +4074,7 @@ export const trainerConfigs: TrainerConfigs = { getRandomPartyMemberFunc([Species.RAYQUAZA], TrainerSlot.TRAINER, true, p => { p.setBoss(true, 3); p.pokeball = PokeballType.MASTER_BALL; - p.shiny = true; + p.shiny = timedEventManager.getClassicTrainerShinyChance() === 0; p.variant = 1; }), ) @@ -4857,7 +4171,7 @@ export const trainerConfigs: TrainerConfigs = { p.setBoss(); p.generateAndPopulateMoveset(); p.pokeball = PokeballType.MASTER_BALL; - p.shiny = true; + p.shiny = timedEventManager.getClassicTrainerShinyChance() === 0; p.variant = 1; p.formIndex = 1; // Mega Rayquaza p.generateName(); @@ -5527,7 +4841,7 @@ export const trainerConfigs: TrainerConfigs = { p.formIndex = Utils.randSeedInt(4, 1); // Shock, Burn, Chill, or Douse Drive if (!p.moveset.some(move => !Utils.isNullOrUndefined(move) && move.moveId === Moves.TECHNO_BLAST)) { // Check if Techno Blast is in the moveset, if not, replace the first move with Techno Blast. - p.moveset[0] = new PokemonMove(Moves.TECHNO_BLAST); + p.moveset[2] = new PokemonMove(Moves.TECHNO_BLAST); } }), ) diff --git a/src/data/trainers/typedefs.ts b/src/data/trainers/typedefs.ts new file mode 100644 index 00000000000..c6d286e961e --- /dev/null +++ b/src/data/trainers/typedefs.ts @@ -0,0 +1,22 @@ +import type { EnemyPokemon } from "#app/field/pokemon"; +import type { PersistentModifier } from "#app/modifier/modifier"; +import type { PartyMemberStrength } from "#enums/party-member-strength"; +import type { Species } from "#enums/species"; +import type { TrainerConfig } from "./trainer-config"; +import type { TrainerPartyTemplate } from "./TrainerPartyTemplate"; + +export type PartyTemplateFunc = () => TrainerPartyTemplate; +export type PartyMemberFunc = (level: number, strength: PartyMemberStrength) => EnemyPokemon; +export type GenModifiersFunc = (party: EnemyPokemon[]) => PersistentModifier[]; +export type GenAIFunc = (party: EnemyPokemon[]) => void; + +export interface TrainerTierPools { + [key: number]: Species[]; +} +export interface TrainerConfigs { + [key: number]: TrainerConfig; +} + +export interface PartyMemberFuncs { + [key: number]: PartyMemberFunc; +} diff --git a/src/data/weather.ts b/src/data/weather.ts index c2b0263c9f6..34978232377 100644 --- a/src/data/weather.ts +++ b/src/data/weather.ts @@ -11,6 +11,7 @@ import { TerrainType, getTerrainName } from "./terrain"; import i18next from "i18next"; import { globalScene } from "#app/global-scene"; import type { Arena } from "#app/field/arena"; +import { timedEventManager } from "#app/global-event-manager"; export class Weather { public weatherType: WeatherType; @@ -405,8 +406,8 @@ export function getRandomWeatherType(arena: Arena): WeatherType { break; } - if (arena.biomeType === Biome.TOWN && globalScene.eventManager.isEventActive()) { - globalScene.eventManager.getWeather()?.map(w => weatherPool.push(w)); + if (arena.biomeType === Biome.TOWN && timedEventManager.isEventActive()) { + timedEventManager.getWeather()?.map(w => weatherPool.push(w)); } if (weatherPool.length > 1) { diff --git a/src/enums/tera-ai-mode.ts b/src/enums/tera-ai-mode.ts new file mode 100644 index 00000000000..35d4e4f3420 --- /dev/null +++ b/src/enums/tera-ai-mode.ts @@ -0,0 +1,5 @@ +export enum TeraAIMode { + NO_TERA, + INSTANT_TERA, + SMART_TERA +} diff --git a/src/enums/trainer-pool-tier.ts b/src/enums/trainer-pool-tier.ts new file mode 100644 index 00000000000..da6355d021b --- /dev/null +++ b/src/enums/trainer-pool-tier.ts @@ -0,0 +1,7 @@ +export enum TrainerPoolTier { + COMMON, + UNCOMMON, + RARE, + SUPER_RARE, + ULTRA_RARE +} diff --git a/src/enums/trainer-slot.ts b/src/enums/trainer-slot.ts new file mode 100644 index 00000000000..2dfa468f74c --- /dev/null +++ b/src/enums/trainer-slot.ts @@ -0,0 +1,5 @@ +export enum TrainerSlot { + NONE, + TRAINER, + TRAINER_PARTNER +} diff --git a/src/field/arena.ts b/src/field/arena.ts index 2ed94e0e3e3..4f243789567 100644 --- a/src/field/arena.ts +++ b/src/field/arena.ts @@ -42,6 +42,7 @@ import { SpeciesFormChangeRevertWeatherFormTrigger, SpeciesFormChangeWeatherTrig import { CommonAnimPhase } from "#app/phases/common-anim-phase"; import { ShowAbilityPhase } from "#app/phases/show-ability-phase"; import { WeatherType } from "#enums/weather-type"; +import { FieldEffectModifier } from "#app/modifier/modifier"; export class Arena { public biomeType: Biome; @@ -303,18 +304,23 @@ export class Arena { return true; } + /** Returns weather or not the weather can be changed to {@linkcode weather} */ + canSetWeather(weather: WeatherType): boolean { + return !(this.weather?.weatherType === (weather || undefined)); + } + /** * Attempts to set a new weather to the battle * @param weather {@linkcode WeatherType} new {@linkcode WeatherType} to set - * @param hasPokemonSource boolean if the new weather is from a pokemon + * @param user {@linkcode Pokemon} that caused the weather effect * @returns true if new weather set, false if no weather provided or attempting to set the same weather as currently in use */ - trySetWeather(weather: WeatherType, hasPokemonSource: boolean): boolean { + trySetWeather(weather: WeatherType, user?: Pokemon): boolean { if (Overrides.WEATHER_OVERRIDE) { return this.trySetWeatherOverride(Overrides.WEATHER_OVERRIDE); } - if (this.weather?.weatherType === (weather || undefined)) { + if (!this.canSetWeather(weather)) { return false; } @@ -331,7 +337,14 @@ export class Arena { return false; } - this.weather = weather ? new Weather(weather, hasPokemonSource ? 5 : 0) : null; + const weatherDuration = new Utils.NumberHolder(0); + + if (!Utils.isNullOrUndefined(user)) { + weatherDuration.value = 5; + globalScene.applyModifier(FieldEffectModifier, user.isPlayer(), user, weatherDuration); + } + + this.weather = weather ? new Weather(weather, weatherDuration.value) : null; this.eventTarget.dispatchEvent( new WeatherChangedEvent(oldWeatherType, this.weather?.weatherType!, this.weather?.turnsLeft!), ); // TODO: is this bang correct? @@ -388,14 +401,34 @@ export class Arena { }); } - trySetTerrain(terrain: TerrainType, hasPokemonSource: boolean, ignoreAnim = false): boolean { - if (this.terrain?.terrainType === (terrain || undefined)) { + /** Returns whether or not the terrain can be set to {@linkcode terrain} */ + canSetTerrain(terrain: TerrainType): boolean { + return !(this.terrain?.terrainType === (terrain || undefined)); + } + + /** + * Attempts to set a new terrain effect to the battle + * @param terrain {@linkcode TerrainType} new {@linkcode TerrainType} to set + * @param ignoreAnim boolean if the terrain animation should be ignored + * @param user {@linkcode Pokemon} that caused the terrain effect + * @returns true if new terrain set, false if no terrain provided or attempting to set the same terrain as currently in use + */ + trySetTerrain(terrain: TerrainType, ignoreAnim = false, user?: Pokemon): boolean { + if (!this.canSetTerrain(terrain)) { return false; } const oldTerrainType = this.terrain?.terrainType || TerrainType.NONE; - this.terrain = terrain ? new Terrain(terrain, hasPokemonSource ? 5 : 0) : null; + const terrainDuration = new Utils.NumberHolder(0); + + if (!Utils.isNullOrUndefined(user)) { + terrainDuration.value = 5; + globalScene.applyModifier(FieldEffectModifier, user.isPlayer(), user, terrainDuration); + } + + this.terrain = terrain ? new Terrain(terrain, terrainDuration.value) : null; + this.eventTarget.dispatchEvent( new TerrainChangedEvent(oldTerrainType, this.terrain?.terrainType!, this.terrain?.turnsLeft!), ); // TODO: are those bangs correct? @@ -663,7 +696,7 @@ export class Arena { ): boolean { const existingTag = this.getTagOnSide(tagType, side); if (existingTag) { - existingTag.onOverlap(this); + existingTag.onOverlap(this, globalScene.getPokemonById(sourceId)); if (existingTag instanceof ArenaTrapTag) { const { tagType, side, turnCount, layers, maxLayers } = existingTag as ArenaTrapTag; @@ -792,9 +825,9 @@ export class Arena { resetArenaEffects(): void { // Don't reset weather if a Biome's permanent weather is active if (this.weather?.turnsLeft !== 0) { - this.trySetWeather(WeatherType.NONE, false); + this.trySetWeather(WeatherType.NONE); } - this.trySetTerrain(TerrainType.NONE, false, true); + this.trySetTerrain(TerrainType.NONE, true); this.resetPlayerFaintCount(); this.removeAllTags(); } diff --git a/src/field/damage-number-handler.ts b/src/field/damage-number-handler.ts index 63da641a114..9e0010a0c10 100644 --- a/src/field/damage-number-handler.ts +++ b/src/field/damage-number-handler.ts @@ -46,6 +46,7 @@ export default class DamageNumberHandler { case HitResult.NOT_VERY_EFFECTIVE: [textColor, shadowColor] = ["#f08030", "#c03028"]; break; + case HitResult.INDIRECT_KO: case HitResult.ONE_HIT_KO: [textColor, shadowColor] = ["#a040a0", "#483850"]; break; diff --git a/src/field/pokemon.ts b/src/field/pokemon.ts index 3cd25e4d10a..20a8855fa55 100644 --- a/src/field/pokemon.ts +++ b/src/field/pokemon.ts @@ -161,7 +161,6 @@ import { applyPreAttackAbAttrs, applyPreDefendAbAttrs, applyPreSetStatusAbAttrs, - UnsuppressableAbilityAbAttr, NoFusionAbilityAbAttr, MultCritAbAttr, IgnoreTypeImmunityAbAttr, @@ -192,6 +191,9 @@ import { applyPreLeaveFieldAbAttrs, applyOnLoseAbAttrs, PreLeaveFieldRemoveSuppressAbilitiesSourceAbAttr, + applyAllyStatMultiplierAbAttrs, + AllyStatMultiplierAbAttr, + MoveAbilityBypassAbAttr, } from "#app/data/ability"; import type PokemonData from "#app/system/pokemon-data"; import { BattlerIndex } from "#app/battle"; @@ -222,7 +224,7 @@ import { SpeciesFormChangeStatusEffectTrigger, } from "#app/data/pokemon-forms"; import { TerrainType } from "#app/data/terrain"; -import type { TrainerSlot } from "#app/data/trainer-config"; +import type { TrainerSlot } from "#enums/trainer-slot"; import Overrides from "#app/overrides"; import i18next from "i18next"; import { speciesEggMoves } from "#app/data/balance/egg-moves"; @@ -260,6 +262,8 @@ import { import { Nature } from "#enums/nature"; import { StatusEffect } from "#enums/status-effect"; import { doShinySparkleAnim } from "#app/field/anims"; +import { MoveFlags } from "#enums/MoveFlags"; +import { timedEventManager } from "#app/global-event-manager"; export enum LearnMoveSituation { MISC, @@ -296,7 +300,7 @@ export default abstract class Pokemon extends Phaser.GameObjects.Container { public stats: number[]; public ivs: number[]; public nature: Nature; - public moveset: (PokemonMove | null)[]; + public moveset: PokemonMove[]; public status: Status | null; public friendship: number; public metLevel: number; @@ -631,7 +635,6 @@ export default abstract class Pokemon extends Phaser.GameObjects.Container { public isAllowedInChallenge(): boolean { const challengeAllowed = new Utils.BooleanHolder(true); applyChallenges( - globalScene.gameMode, ChallengeType.POKEMON_IN_BATTLE, this, challengeAllowed, @@ -694,7 +697,7 @@ export default abstract class Pokemon extends Phaser.GameObjects.Container { loadAssets(ignoreOverride = true): Promise { return new Promise(resolve => { - const moveIds = this.getMoveset().map(m => m!.getMove().id); // TODO: is this bang correct? + const moveIds = this.getMoveset().map(m => m.getMove().id); Promise.allSettled(moveIds.map(m => initMoveAnim(m))).then(() => { loadMoveAnimAssets(moveIds); this.getSpeciesForm().loadAssets( @@ -1389,6 +1392,7 @@ export default abstract class Pokemon extends Phaser.GameObjects.Container { * @param move the {@linkcode Move} being used * @param ignoreAbility determines whether this Pokemon's abilities should be ignored during the stat calculation * @param ignoreOppAbility during an attack, determines whether the opposing Pokemon's abilities should be ignored during the stat calculation. + * @param ignoreAllyAbility during an attack, determines whether the ally Pokemon's abilities should be ignored during the stat calculation. * @param isCritical determines whether a critical hit has occurred or not (`false` by default) * @param simulated if `true`, nullifies any effects that produce any changes to game state from triggering * @param ignoreHeldItems determines whether this Pokemon's held items should be ignored during the stat calculation, default `false` @@ -1400,6 +1404,7 @@ export default abstract class Pokemon extends Phaser.GameObjects.Container { move?: Move, ignoreAbility = false, ignoreOppAbility = false, + ignoreAllyAbility = false, isCritical = false, simulated = true, ignoreHeldItems = false, @@ -1441,6 +1446,11 @@ export default abstract class Pokemon extends Phaser.GameObjects.Container { ); } + const ally = this.getAlly(); + if (ally) { + applyAllyStatMultiplierAbAttrs(AllyStatMultiplierAbAttr, ally, stat, statValue, simulated, this, move?.hasFlag(MoveFlags.IGNORE_ABILITIES) || ignoreAllyAbility); + } + let ret = statValue.value * this.getStatStageMultiplier( @@ -1588,7 +1598,6 @@ export default abstract class Pokemon extends Phaser.GameObjects.Container { calculateBaseStats(): number[] { const baseStats = this.getSpeciesForm(true).baseStats.slice(0); applyChallenges( - globalScene.gameMode, ChallengeType.FLIP_STAT, this, baseStats, @@ -1610,7 +1619,6 @@ export default abstract class Pokemon extends Phaser.GameObjects.Container { if (this.isFusion()) { const fusionBaseStats = this.getFusionSpeciesForm(true).baseStats; applyChallenges( - globalScene.gameMode, ChallengeType.FLIP_STAT, this, fusionBaseStats, @@ -1751,7 +1759,7 @@ export default abstract class Pokemon extends Phaser.GameObjects.Container { abstract isBoss(): boolean; - getMoveset(ignoreOverride?: boolean): (PokemonMove | null)[] { + getMoveset(ignoreOverride?: boolean): PokemonMove[] { const ret = !ignoreOverride && this.summonData?.moveset ? this.summonData.moveset @@ -1826,9 +1834,7 @@ export default abstract class Pokemon extends Phaser.GameObjects.Container { .filter(m => !levelMoves.includes(m)) .concat(levelMoves); } - levelMoves = levelMoves.filter( - lm => !this.moveset.some(m => m?.moveId === lm), - ); + levelMoves = levelMoves.filter(lm => !this.moveset.some(m => m.moveId === lm)); return levelMoves; } @@ -2168,7 +2174,7 @@ export default abstract class Pokemon extends Phaser.GameObjects.Container { } if ( this.summonData?.abilitySuppressed && - !ability.hasAttr(UnsuppressableAbilityAbAttr) + ability.isSuppressable ) { return false; } @@ -2191,7 +2197,7 @@ export default abstract class Pokemon extends Phaser.GameObjects.Container { // (Balance decided that the other ability of a neutralizing gas pokemon should not be neutralized) // If the ability itself is neutralizing gas, don't suppress it (handled through arena tag) const unsuppressable = - ability.hasAttr(UnsuppressableAbilityAbAttr) || + !ability.isSuppressable || thisAbilitySuppressing || (hasSuppressingAbility && !suppressAbilitiesTag.shouldApplyToSelf()); if (!unsuppressable) { @@ -2586,7 +2592,6 @@ export default abstract class Pokemon extends Phaser.GameObjects.Container { getTypeDamageMultiplier(moveType, defType), ); applyChallenges( - globalScene.gameMode, ChallengeType.TYPE_EFFECTIVENESS, multiplier, ); @@ -2638,7 +2643,6 @@ export default abstract class Pokemon extends Phaser.GameObjects.Container { getTypeDamageMultiplier(moveType, PokemonType.FLYING), ); applyChallenges( - globalScene.gameMode, ChallengeType.TYPE_EFFECTIVENESS, typeMultiplierAgainstFlying, ); @@ -2942,7 +2946,10 @@ export default abstract class Pokemon extends Phaser.GameObjects.Container { } setMove(moveIndex: number, moveId: Moves): void { - const move = moveId ? new PokemonMove(moveId) : null; + if (moveId === Moves.NONE) { + return; + } + const move = new PokemonMove(moveId); this.moveset[moveIndex] = move; if (this.summonData?.moveset) { this.summonData.moveset[moveIndex] = move; @@ -2977,8 +2984,12 @@ export default abstract class Pokemon extends Phaser.GameObjects.Container { const shinyThreshold = new Utils.NumberHolder(BASE_SHINY_CHANCE); if (thresholdOverride === undefined) { - if (globalScene.eventManager.isEventActive()) { - shinyThreshold.value *= globalScene.eventManager.getShinyMultiplier(); + if (timedEventManager.isEventActive()) { + const tchance = timedEventManager.getClassicTrainerShinyChance(); + shinyThreshold.value *= timedEventManager.getShinyMultiplier(); + if (this.hasTrainer() && tchance > 0) { + shinyThreshold.value = Math.max(tchance, shinyThreshold.value); // Choose the higher boost + } } if (!this.hasTrainer()) { globalScene.applyModifiers( @@ -3019,8 +3030,8 @@ export default abstract class Pokemon extends Phaser.GameObjects.Container { if (thresholdOverride !== undefined && applyModifiersToOverride) { shinyThreshold.value = thresholdOverride; } - if (globalScene.eventManager.isEventActive()) { - shinyThreshold.value *= globalScene.eventManager.getShinyMultiplier(); + if (timedEventManager.isEventActive()) { + shinyThreshold.value *= timedEventManager.getShinyMultiplier(); } if (!this.hasTrainer()) { globalScene.applyModifiers( @@ -3487,14 +3498,14 @@ export default abstract class Pokemon extends Phaser.GameObjects.Container { // Other damaging moves 2x weight if 0-1 damaging moves, 0.5x if 2, 0.125x if 3. These weights get 20x if STAB. // Status moves remain unchanged on weight, this encourages 1-2 movePool = baseWeights - .filter(m => !this.moveset.some(mo => m[0] === mo?.moveId)) + .filter(m => !this.moveset.some(mo => m[0] === mo.moveId)) .map(m => { let ret: number; if ( this.moveset.some( mo => - mo?.getMove().category !== MoveCategory.STATUS && - mo?.getMove().type === allMoves[m[0]].type, + mo.getMove().category !== MoveCategory.STATUS && + mo.getMove().type === allMoves[m[0]].type, ) ) { ret = Math.ceil(Math.sqrt(m[1])); @@ -3504,7 +3515,7 @@ export default abstract class Pokemon extends Phaser.GameObjects.Container { Math.max( Math.pow( 4, - this.moveset.filter(mo => (mo?.getMove().power ?? 0) > 1) + this.moveset.filter(mo => (mo.getMove().power ?? 0) > 1) .length, ) / 8, 0.5, @@ -3518,9 +3529,7 @@ export default abstract class Pokemon extends Phaser.GameObjects.Container { }); } else { // Non-trainer pokemon just use normal weights - movePool = baseWeights.filter( - m => !this.moveset.some(mo => m[0] === mo?.moveId), - ); + movePool = baseWeights.filter(m => !this.moveset.some(mo => m[0] === mo.moveId)); } const totalWeight = movePool.reduce((v, m) => v + m[1], 0); let rand = Utils.randSeedInt(totalWeight); @@ -3890,6 +3899,13 @@ export default abstract class Pokemon extends Phaser.GameObjects.Container { evasionMultiplier, ); + const ally = this.getAlly(); + if (ally) { + const ignore = this.hasAbilityWithAttr(MoveAbilityBypassAbAttr) || sourceMove.hasFlag(MoveFlags.IGNORE_ABILITIES); + applyAllyStatMultiplierAbAttrs(AllyStatMultiplierAbAttr, ally, Stat.ACC, accuracyMultiplier, false, this, ignore); + applyAllyStatMultiplierAbAttrs(AllyStatMultiplierAbAttr, ally, Stat.EVA, evasionMultiplier, false, this, ignore); + } + return accuracyMultiplier.value / evasionMultiplier.value; } @@ -3901,6 +3917,8 @@ export default abstract class Pokemon extends Phaser.GameObjects.Container { * @param moveCategory the move's {@linkcode MoveCategory} after variable-category effects are applied. * @param ignoreAbility if `true`, ignores this Pokemon's defensive ability effects (defaults to `false`). * @param ignoreSourceAbility if `true`, ignore's the attacking Pokemon's ability effects (defaults to `false`). + * @param ignoreAllyAbility if `true`, ignores the ally Pokemon's ability effects (defaults to `false`). + * @param ignoreSourceAllyAbility if `true`, ignores the attacking Pokemon's ally's ability effects (defaults to `false`). * @param isCritical if `true`, calculates effective stats as if the hit were critical (defaults to `false`). * @param simulated if `true`, suppresses changes to game state during calculation (defaults to `true`). * @returns The move's base damage against this Pokemon when used by the source Pokemon. @@ -3911,6 +3929,8 @@ export default abstract class Pokemon extends Phaser.GameObjects.Container { moveCategory: MoveCategory, ignoreAbility = false, ignoreSourceAbility = false, + ignoreAllyAbility = false, + ignoreSourceAllyAbility = false, isCritical = false, simulated = true, ): number { @@ -3933,6 +3953,7 @@ export default abstract class Pokemon extends Phaser.GameObjects.Container { undefined, ignoreSourceAbility, ignoreAbility, + ignoreAllyAbility, isCritical, simulated, ), @@ -3950,6 +3971,7 @@ export default abstract class Pokemon extends Phaser.GameObjects.Container { move, ignoreAbility, ignoreSourceAbility, + ignoreSourceAllyAbility, isCritical, simulated, ), @@ -3984,6 +4006,8 @@ export default abstract class Pokemon extends Phaser.GameObjects.Container { * @param move {@linkcode Pokemon} the move used in the attack * @param ignoreAbility If `true`, ignores this Pokemon's defensive ability effects * @param ignoreSourceAbility If `true`, ignores the attacking Pokemon's ability effects + * @param ignoreAllyAbility If `true`, ignores the ally Pokemon's ability effects + * @param ignoreSourceAllyAbility If `true`, ignores the ability effects of the attacking pokemon's ally * @param isCritical If `true`, calculates damage for a critical hit. * @param simulated If `true`, suppresses changes to game state during the calculation. * @returns a {@linkcode DamageCalculationResult} object with three fields: @@ -3996,6 +4020,8 @@ export default abstract class Pokemon extends Phaser.GameObjects.Container { move: Move, ignoreAbility = false, ignoreSourceAbility = false, + ignoreAllyAbility = false, + ignoreSourceAllyAbility = false, isCritical = false, simulated = true, ): DamageCalculationResult { @@ -4105,6 +4131,8 @@ export default abstract class Pokemon extends Phaser.GameObjects.Container { moveCategory, ignoreAbility, ignoreSourceAbility, + ignoreAllyAbility, + ignoreSourceAllyAbility, isCritical, simulated, ); @@ -4430,7 +4458,7 @@ export default abstract class Pokemon extends Phaser.GameObjects.Container { cancelled, result, damage: dmg, - } = this.getAttackDamage(source, move, false, false, isCritical, false); + } = this.getAttackDamage(source, move, false, false, false, false, isCritical, false); const typeBoost = source.findTag( t => @@ -4465,11 +4493,9 @@ export default abstract class Pokemon extends Phaser.GameObjects.Container { return result; } - // In case of fatal damage, this tag would have gotten cleared before we could lapse it. - const destinyTag = this.getTag(BattlerTagType.DESTINY_BOND); - const grudgeTag = this.getTag(BattlerTagType.GRUDGE); - - const isOneHitKo = result === HitResult.ONE_HIT_KO; + // In case of fatal damage, this tag would have gotten cleared before we could lapse it. + const destinyTag = this.getTag(BattlerTagType.DESTINY_BOND); + const grudgeTag = this.getTag(BattlerTagType.GRUDGE); if (dmg) { this.lapseTags(BattlerTagLapseType.HIT); @@ -4484,19 +4510,17 @@ export default abstract class Pokemon extends Phaser.GameObjects.Container { globalScene.applyModifiers(EnemyEndureChanceModifier, false, this); } - /** - * We explicitly require to ignore the faint phase here, as we want to show the messages - * about the critical hit and the super effective/not very effective messages before the faint phase. - */ - const damage = this.damageAndUpdate( - isBlockedBySubstitute ? 0 : dmg, - result as DamageResult, - isCritical, - isOneHitKo, - isOneHitKo, - true, - source, - ); + /** + * We explicitly require to ignore the faint phase here, as we want to show the messages + * about the critical hit and the super effective/not very effective messages before the faint phase. + */ + const damage = this.damageAndUpdate(isBlockedBySubstitute ? 0 : dmg, + { + result: result as DamageResult, + isCritical, + ignoreFaintPhase: true, + source + }); if (damage > 0) { if (source.isPlayer()) { @@ -4557,7 +4581,7 @@ export default abstract class Pokemon extends Phaser.GameObjects.Container { globalScene.unshiftPhase( new FaintPhase( this.getBattlerIndex(), - isOneHitKo, + false, destinyTag, grudgeTag, source, @@ -4635,28 +4659,37 @@ export default abstract class Pokemon extends Phaser.GameObjects.Container { /** * Called by apply(), given the damage, adds a new DamagePhase and actually updates HP values, etc. + * Checks for 'Indirect' HitResults to account for Endure/Reviver Seed applying correctly * @param damage integer - passed to damage() * @param result an enum if it's super effective, not very, etc. - * @param critical boolean if move is a critical hit + * @param isCritical boolean if move is a critical hit * @param ignoreSegments boolean, passed to damage() and not used currently * @param preventEndure boolean, ignore endure properties of pokemon, passed to damage() * @param ignoreFaintPhase boolean to ignore adding a FaintPhase, passsed to damage() * @returns integer of damage done */ - damageAndUpdate( - damage: number, - result?: DamageResult, - critical = false, - ignoreSegments = false, - preventEndure = false, - ignoreFaintPhase = false, - source?: Pokemon, + damageAndUpdate(damage: number, + { + result = HitResult.EFFECTIVE, + isCritical = false, + ignoreSegments = false, + ignoreFaintPhase = false, + source = undefined, + }: + { + result?: DamageResult, + isCritical?: boolean, + ignoreSegments?: boolean, + ignoreFaintPhase?: boolean, + source?: Pokemon, + } = {} ): number { + const isIndirectDamage = [ HitResult.INDIRECT, HitResult.INDIRECT_KO ].includes(result); const damagePhase = new DamageAnimPhase( - this.getBattlerIndex(), - damage, - result as DamageResult, - critical, + this.getBattlerIndex(), + damage, + result as DamageResult, + isCritical ); globalScene.unshiftPhase(damagePhase); if (this.switchOutStatus && source) { @@ -4665,7 +4698,7 @@ export default abstract class Pokemon extends Phaser.GameObjects.Container { damage = this.damage( damage, ignoreSegments, - preventEndure, + isIndirectDamage, ignoreFaintPhase, ); // Damage amount may have changed, but needed to be queued before calling damage function @@ -4732,6 +4765,7 @@ export default abstract class Pokemon extends Phaser.GameObjects.Container { stubTag, cancelled, true, + this, ), ); @@ -4759,18 +4793,25 @@ export default abstract class Pokemon extends Phaser.GameObjects.Container { newTag, cancelled, ); + if (cancelled.value) { + return false; + } - const userField = this.getAlliedField(); - userField.forEach(pokemon => + for (const pokemon of this.getAlliedField()) { applyPreApplyBattlerTagAbAttrs( UserFieldBattlerTagImmunityAbAttr, pokemon, newTag, cancelled, - ), - ); + false, + this + ); + if (cancelled.value) { + return false; + } + } - if (!cancelled.value && newTag.canAdd(this)) { + if (newTag.canAdd(this)) { this.summonData.tags.push(newTag); newTag.onAdd(this); @@ -5414,17 +5455,22 @@ export default abstract class Pokemon extends Phaser.GameObjects.Container { cancelled, quiet, ); + if (cancelled.value) { + return false; + } - const userField = this.getAlliedField(); - userField.forEach(pokemon => + for (const pokemon of this.getAlliedField()) { applyPreSetStatusAbAttrs( UserFieldStatusEffectImmunityAbAttr, pokemon, effect, cancelled, - quiet, - ), - ); + quiet, this, sourcePokemon, + ) + if (cancelled.value) { + break; + } + } if (cancelled.value) { return false; @@ -5575,7 +5621,7 @@ export default abstract class Pokemon extends Phaser.GameObjects.Container { } this.resetBattleSummonData(); if (this.summonDataPrimer) { - for (const k of Object.keys(this.summonData)) { + for (const k of Object.keys(this.summonDataPrimer)) { if (this.summonDataPrimer[k]) { this.summonData[k] = this.summonDataPrimer[k]; } @@ -6428,10 +6474,10 @@ export class PlayerPokemon extends Pokemon { amount, ); const candyFriendshipMultiplier = globalScene.gameMode.isClassic - ? globalScene.eventManager.getClassicFriendshipMultiplier() + ? timedEventManager.getClassicFriendshipMultiplier() : 1; const fusionReduction = fusionStarterSpeciesId - ? globalScene.eventManager.areFusionsBoosted() + ? timedEventManager.areFusionsBoosted() ? 1.5 // Divide candy gain for fusions by 1.5 during events : 2 // 2 for fusions outside events : 1; // 1 for non-fused mons @@ -6847,18 +6893,7 @@ export class PlayerPokemon extends Pokemon { copyMoveset(): PokemonMove[] { const newMoveset: PokemonMove[] = []; this.moveset.forEach(move => { - // TODO: refactor `moveset` to not accept `null`s - if (move) { - newMoveset.push( - new PokemonMove( - move.moveId, - 0, - move.ppUp, - move.virtual, - move.maxPpOverride, - ), - ); - } + newMoveset.push(new PokemonMove(move.moveId, 0, move.ppUp, move.virtual, move.maxPpOverride)); }); return newMoveset; @@ -6916,10 +6951,10 @@ export class EnemyPokemon extends Pokemon { if ( speciesId in Overrides.OPP_FORM_OVERRIDES && - Overrides.OPP_FORM_OVERRIDES[speciesId] && + !isNullOrUndefined(Overrides.OPP_FORM_OVERRIDES[speciesId]) && this.species.forms[Overrides.OPP_FORM_OVERRIDES[speciesId]] ) { - this.formIndex = Overrides.OPP_FORM_OVERRIDES[speciesId] ?? 0; + this.formIndex = Overrides.OPP_FORM_OVERRIDES[speciesId]; } if (!dataSource) { @@ -7045,17 +7080,8 @@ export class EnemyPokemon extends Pokemon { if (moveQueue.length !== 0) { const queuedMove = moveQueue[0]; if (queuedMove) { - const moveIndex = this.getMoveset().findIndex( - m => m?.moveId === queuedMove.move, - ); - if ( - (moveIndex > -1 && - this.getMoveset()[moveIndex]!.isUsable( - this, - queuedMove.ignorePP, - )) || - queuedMove.virtual - ) { + const moveIndex = this.getMoveset().findIndex(m => m.moveId === queuedMove.move); + if ((moveIndex > -1 && this.getMoveset()[moveIndex].isUsable(this, queuedMove.ignorePP)) || queuedMove.virtual) { return queuedMove; } else { this.getMoveQueue().shift(); @@ -7065,20 +7091,17 @@ export class EnemyPokemon extends Pokemon { } // Filter out any moves this Pokemon cannot use - let movePool = this.getMoveset().filter(m => m?.isUsable(this)); + let movePool = this.getMoveset().filter(m => m.isUsable(this)); // If no moves are left, use Struggle. Otherwise, continue with move selection if (movePool.length) { // If there's only 1 move in the move pool, use it. if (movePool.length === 1) { - return { - move: movePool[0]!.moveId, - targets: this.getNextTargets(movePool[0]!.moveId), - }; // TODO: are the bangs correct? + return { move: movePool[0].moveId, targets: this.getNextTargets(movePool[0].moveId) }; } // If a move is forced because of Encore, use it. const encoreTag = this.getTag(EncoreTag) as EncoreTag; if (encoreTag) { - const encoreMove = movePool.find(m => m?.moveId === encoreTag.moveId); + const encoreMove = movePool.find(m => m.moveId === encoreTag.moveId); if (encoreMove) { return { move: encoreMove.moveId, @@ -7088,8 +7111,7 @@ export class EnemyPokemon extends Pokemon { } switch (this.aiType) { case AiType.RANDOM: // No enemy should spawn with this AI type in-game - const moveId = - movePool[globalScene.randBattleSeedInt(movePool.length)]!.moveId; // TODO: is the bang correct? + const moveId = movePool[globalScene.randBattleSeedInt(movePool.length)].moveId; return { move: moveId, targets: this.getNextTargets(moveId) }; case AiType.SMART_RANDOM: case AiType.SMART: @@ -7134,6 +7156,8 @@ export class EnemyPokemon extends Pokemon { move, !p.battleData.abilityRevealed, false, + !p.getAlly()?.battleData.abilityRevealed, + false, isCritical, ).damage >= p.hp ); @@ -7151,11 +7175,9 @@ export class EnemyPokemon extends Pokemon { * For more information on how benefit scores are calculated, see `docs/enemy-ai.md`. */ const moveScores = movePool.map(() => 0); - const moveTargets = Object.fromEntries( - movePool.map(m => [m!.moveId, this.getNextTargets(m!.moveId)]), - ); // TODO: are those bangs correct? + const moveTargets = Object.fromEntries(movePool.map(m => [ m.moveId, this.getNextTargets(m.moveId) ])); for (const m in movePool) { - const pokemonMove = movePool[m]!; // TODO: is the bang correct? + const pokemonMove = movePool[m]; const move = pokemonMove.getMove(); let moveScore = moveScores[m]; @@ -7264,16 +7286,8 @@ export class EnemyPokemon extends Pokemon { r++; } } - console.log( - movePool.map(m => m!.getName()), - moveScores, - r, - sortedMovePool.map(m => m!.getName()), - ); // TODO: are those bangs correct? - return { - move: sortedMovePool[r]!.moveId, - targets: moveTargets[sortedMovePool[r]!.moveId], - }; + console.log(movePool.map(m => m.getName()), moveScores, r, sortedMovePool.map(m => m.getName())); + return { move: sortedMovePool[r]!.moveId, targets: moveTargets[sortedMovePool[r]!.moveId] }; } } @@ -7632,7 +7646,7 @@ export class PokemonSummonData { public gender: Gender; public fusionGender: Gender; public stats: number[] = [0, 0, 0, 0, 0, 0]; - public moveset: (PokemonMove | null)[]; + public moveset: PokemonMove[]; // If not initialized this value will not be populated from save data. public types: PokemonType[] = []; public addedType: PokemonType | null = null; @@ -7711,8 +7725,10 @@ export enum HitResult { HEAL, FAIL, MISS, - OTHER, + INDIRECT, IMMUNE, + CONFUSION, + INDIRECT_KO, } export type DamageResult = @@ -7720,7 +7736,9 @@ export type DamageResult = | HitResult.SUPER_EFFECTIVE | HitResult.NOT_VERY_EFFECTIVE | HitResult.ONE_HIT_KO - | HitResult.OTHER; + | HitResult.CONFUSION + | HitResult.INDIRECT_KO + | HitResult.INDIRECT; /** Interface containing the results of a damage calculation for a given move */ export interface DamageCalculationResult { diff --git a/src/field/trainer.ts b/src/field/trainer.ts index 4325b54a783..c52957eef75 100644 --- a/src/field/trainer.ts +++ b/src/field/trainer.ts @@ -2,26 +2,24 @@ import { globalScene } from "#app/global-scene"; import { pokemonPrevolutions } from "#app/data/balance/pokemon-evolutions"; import type PokemonSpecies from "#app/data/pokemon-species"; import { getPokemonSpecies } from "#app/data/pokemon-species"; -import type { TrainerConfig, TrainerPartyTemplate } from "#app/data/trainer-config"; -import { - TrainerPartyCompoundTemplate, - TrainerPoolTier, - TrainerSlot, - trainerConfigs, - trainerPartyTemplates, - signatureSpecies, - TeraAIMode, -} from "#app/data/trainer-config"; +import type { TrainerConfig } from "#app/data/trainers/trainer-config"; +import type { TrainerPartyTemplate } from "#app/data/trainers/TrainerPartyTemplate"; +import { trainerConfigs } from "#app/data/trainers/trainer-config"; +import { trainerPartyTemplates } from "#app/data/trainers/TrainerPartyTemplate"; +import { TrainerPartyCompoundTemplate } from "#app/data/trainers/TrainerPartyTemplate"; +import { TrainerSlot } from "#enums/trainer-slot"; +import { TrainerPoolTier } from "#enums/trainer-pool-tier"; +import { TeraAIMode } from "#enums/tera-ai-mode"; import type { EnemyPokemon } from "#app/field/pokemon"; import * as Utils from "#app/utils"; import type { PersistentModifier } from "#app/modifier/modifier"; -import { trainerNamePools } from "#app/data/trainer-names"; import { ArenaTagSide, ArenaTrapTag } from "#app/data/arena-tag"; import { getIsInitialized, initI18n } from "#app/plugins/i18n"; import i18next from "i18next"; import { PartyMemberStrength } from "#enums/party-member-strength"; import { Species } from "#enums/species"; import { TrainerType } from "#enums/trainer-type"; +import { signatureSpecies } from "#app/data/balance/signature-species"; export enum TrainerVariant { DEFAULT, @@ -61,11 +59,17 @@ export default class Trainer extends Phaser.GameObjects.Container { : Utils.randSeedWeightedItem(this.config.partyTemplates.map((_, i) => i)), this.config.partyTemplates.length - 1, ); - if (trainerNamePools.hasOwnProperty(trainerType)) { - const namePool = trainerNamePools[trainerType]; + if (i18next.exists("trainersCommon:" + TrainerType[trainerType], { returnObjects: true })) { + const namePool = i18next.t("trainersCommon:" + TrainerType[trainerType], { returnObjects: true }); this.name = name || - Utils.randSeedItem(Array.isArray(namePool[0]) ? namePool[variant === TrainerVariant.FEMALE ? 1 : 0] : namePool); + Utils.randSeedItem( + Object.values( + namePool.hasOwnProperty("MALE") + ? namePool[variant === TrainerVariant.FEMALE ? "FEMALE" : "MALE"] + : namePool, + ), + ); if (variant === TrainerVariant.DOUBLE) { if (this.config.doubleOnly) { if (partnerName) { @@ -74,7 +78,9 @@ export default class Trainer extends Phaser.GameObjects.Container { [this.name, this.partnerName] = this.name.split(" & "); } } else { - this.partnerName = partnerName || Utils.randSeedItem(Array.isArray(namePool[0]) ? namePool[1] : namePool); + this.partnerName = + partnerName || + Utils.randSeedItem(Object.values(namePool.hasOwnProperty("FEMALE") ? namePool["FEMALE"] : namePool)); } } } diff --git a/src/game-mode.ts b/src/game-mode.ts index 9ab1674bcce..c340768ef77 100644 --- a/src/game-mode.ts +++ b/src/game-mode.ts @@ -68,6 +68,19 @@ export class GameMode implements GameModeConfig { this.battleConfig = battleConfig || {}; } + /** + * Enables challenges if they are disabled and sets the specified challenge's value + * @param challenge The challenge to set + * @param value The value to give the challenge. Impact depends on the specific challenge + */ + setChallengeValue(challenge: Challenges, value: number) { + if (!this.isChallenge) { + this.isChallenge = true; + this.challenges = allChallenges.map(c => copyChallenge(c)); + } + this.challenges.filter((chal: Challenge) => chal.id === challenge).map((chal: Challenge) => (chal.value = value)); + } + /** * Helper function to see if a GameMode has a specific challenge type * @param challenge the Challenges it looks for @@ -285,7 +298,7 @@ export class GameMode implements GameModeConfig { const dummyConfig = new FixedBattleConfig(); return ( this.battleConfig.hasOwnProperty(waveIndex) || - applyChallenges(this, ChallengeType.FIXED_BATTLES, waveIndex, dummyConfig) + applyChallenges(ChallengeType.FIXED_BATTLES, waveIndex, dummyConfig) ); } @@ -296,7 +309,7 @@ export class GameMode implements GameModeConfig { */ getFixedBattle(waveIndex: number): FixedBattleConfig { const challengeConfig = new FixedBattleConfig(); - if (applyChallenges(this, ChallengeType.FIXED_BATTLES, waveIndex, challengeConfig)) { + if (applyChallenges(ChallengeType.FIXED_BATTLES, waveIndex, challengeConfig)) { return challengeConfig; } return this.battleConfig[waveIndex]; diff --git a/src/global-event-manager.ts b/src/global-event-manager.ts new file mode 100644 index 00000000000..3df3d17b5e9 --- /dev/null +++ b/src/global-event-manager.ts @@ -0,0 +1,3 @@ +import { TimedEventManager } from "./timed-event-manager"; + +export const timedEventManager = new TimedEventManager(); diff --git a/src/loading-scene.ts b/src/loading-scene.ts index 1e98c175487..f99831c53bc 100644 --- a/src/loading-scene.ts +++ b/src/loading-scene.ts @@ -20,6 +20,7 @@ import { initStatsKeys } from "#app/ui/game-stats-ui-handler"; import { initVouchers } from "#app/system/voucher"; import { Biome } from "#enums/biome"; import { initMysteryEncounters } from "#app/data/mystery-encounters/mystery-encounters"; +import { timedEventManager } from "./global-event-manager"; export class LoadingScene extends SceneBase { public static readonly KEY = "loading"; @@ -79,6 +80,7 @@ export class LoadingScene extends SceneBase { this.loadImage("icon_owned", "ui"); this.loadImage("icon_egg_move", "ui"); this.loadImage("ability_bar_left", "ui"); + this.loadImage("ability_bar_right", "ui"); this.loadImage("bgm_bar", "ui"); this.loadImage("party_exp_bar", "ui"); this.loadImage("achv_bar", "ui"); @@ -249,11 +251,13 @@ export class LoadingScene extends SceneBase { this.loadAtlas("statuses", ""); this.loadAtlas("types", ""); } - const availableLangs = ["en", "de", "it", "fr", "ja", "ko", "es-ES", "pt-BR", "zh-CN"]; - if (lang && availableLangs.includes(lang)) { - this.loadImage(`pkmnday2025event-${lang}`, "events"); - } else { - this.loadImage("pkmnday2025event-en", "events"); + if (timedEventManager.activeEventHasBanner()) { + const availableLangs = timedEventManager.getEventBannerLangs(); + if (lang && availableLangs.includes(lang)) { + this.loadImage(`${timedEventManager.getEventBannerFilename()}-${lang}`, "events"); + } else { + this.loadImage(`${timedEventManager.getEventBannerFilename()}-en`, "events"); + } } this.loadAtlas("statuses", ""); diff --git a/src/modifier/modifier-type.ts b/src/modifier/modifier-type.ts index d4bb5bd35fc..ceabb674778 100644 --- a/src/modifier/modifier-type.ts +++ b/src/modifier/modifier-type.ts @@ -97,6 +97,7 @@ import { type PersistentModifier, TempExtraModifierModifier, CriticalCatchChanceBoosterModifier, + FieldEffectModifier, } from "#app/modifier/modifier"; import { ModifierTier } from "#app/modifier/modifier-tier"; import Overrides from "#app/overrides"; @@ -126,6 +127,7 @@ import type { PermanentStat, TempBattleStat } from "#enums/stat"; import { getStatKey, Stat, TEMP_BATTLE_STATS } from "#enums/stat"; import { StatusEffect } from "#enums/status-effect"; import i18next from "i18next"; +import { timedEventManager } from "#app/global-event-manager"; const outputModifierData = false; const useMaxWeightForOutput = false; @@ -627,7 +629,7 @@ export class PokemonAllMovePpRestoreModifierType extends PokemonModifierType { iconImage, (_type, args) => new PokemonAllMovePpRestoreModifier(this, (args[0] as PlayerPokemon).id, this.restorePoints), (pokemon: PlayerPokemon) => { - if (!pokemon.getMoveset().filter(m => m?.ppUsed).length) { + if (!pokemon.getMoveset().filter(m => m.ppUsed).length) { return PartyUiHandler.NoEffectMessage; } return null; @@ -1170,7 +1172,7 @@ export class TmModifierType extends PokemonModifierType { (pokemon: PlayerPokemon) => { if ( pokemon.compatibleTms.indexOf(moveId) === -1 || - pokemon.getMoveset().filter(m => m?.moveId === moveId).length + pokemon.getMoveset().filter(m => m.moveId === moveId).length ) { return PartyUiHandler.NoEffectMessage; } @@ -1333,7 +1335,7 @@ class AttackTypeBoosterModifierTypeGenerator extends ModifierTypeGenerator { const attackMoveTypes = party.flatMap(p => p .getMoveset() - .map(m => m?.getMove()) + .map(m => m.getMove()) .filter(m => m instanceof AttackMove) .map(m => m.type), ); @@ -1484,7 +1486,7 @@ class SpeciesStatBoosterModifierTypeGenerator extends ModifierTypeGenerator { const speciesId = p.getSpeciesForm(true).speciesId; const fusionSpeciesId = p.isFusion() ? p.getFusionSpeciesForm(true).speciesId : null; // TODO: Use commented boolean when Fling is implemented - const hasFling = false; /* p.getMoveset(true).some(m => m?.moveId === Moves.FLING) */ + const hasFling = false; /* p.getMoveset(true).some(m => m.moveId === Moves.FLING) */ for (const i in values) { const checkedSpecies = values[i].species; @@ -1548,7 +1550,7 @@ class TmModifierTypeGenerator extends ModifierTypeGenerator { const partyMemberCompatibleTms = party.map(p => { const previousLevelMoves = p.getLearnableLevelMoves(); return (p as PlayerPokemon).compatibleTms.filter( - tm => !p.moveset.find(m => m?.moveId === tm) && !previousLevelMoves.find(lm => lm === tm), + tm => !p.moveset.find(m => m.moveId === tm) && !previousLevelMoves.find(lm => lm === tm), ); }); const tierUniqueCompatibleTms = partyMemberCompatibleTms @@ -2018,6 +2020,13 @@ export const modifierTypes = { return new PokemonNatureChangeModifierType(randSeedInt(getEnumValues(Nature).length) as Nature); }), + MYSTICAL_ROCK: () => + new PokemonHeldItemModifierType( + "modifierType:ModifierType.MYSTICAL_ROCK", + "mystical_rock", + (type, args) => new FieldEffectModifier(type, (args[0] as Pokemon).id), + ), + TERA_SHARD: () => new ModifierTypeGenerator((party: Pokemon[], pregenArgs?: any[]) => { if (pregenArgs && pregenArgs.length === 1 && pregenArgs[0] in PokemonType) { @@ -2453,7 +2462,7 @@ const modifierPool: ModifierPool = { !p.getHeldItems().some(m => m instanceof BerryModifier && m.berryType === BerryType.LEPPA) && p .getMoveset() - .filter(m => m?.ppUsed && m.getMovePp() - m.ppUsed <= 5 && m.ppUsed > Math.floor(m.getMovePp() / 2)) + .filter(m => m.ppUsed && m.getMovePp() - m.ppUsed <= 5 && m.ppUsed > Math.floor(m.getMovePp() / 2)) .length, ).length, 3, @@ -2472,7 +2481,7 @@ const modifierPool: ModifierPool = { !p.getHeldItems().some(m => m instanceof BerryModifier && m.berryType === BerryType.LEPPA) && p .getMoveset() - .filter(m => m?.ppUsed && m.getMovePp() - m.ppUsed <= 5 && m.ppUsed > Math.floor(m.getMovePp() / 2)) + .filter(m => m.ppUsed && m.getMovePp() - m.ppUsed <= 5 && m.ppUsed > Math.floor(m.getMovePp() / 2)) .length, ).length, 3, @@ -2594,7 +2603,7 @@ const modifierPool: ModifierPool = { !p.getHeldItems().some(m => m instanceof BerryModifier && m.berryType === BerryType.LEPPA) && p .getMoveset() - .filter(m => m?.ppUsed && m.getMovePp() - m.ppUsed <= 5 && m.ppUsed > Math.floor(m.getMovePp() / 2)) + .filter(m => m.ppUsed && m.getMovePp() - m.ppUsed <= 5 && m.ppUsed > Math.floor(m.getMovePp() / 2)) .length, ).length, 3, @@ -2613,7 +2622,7 @@ const modifierPool: ModifierPool = { !p.getHeldItems().some(m => m instanceof BerryModifier && m.berryType === BerryType.LEPPA) && p .getMoveset() - .filter(m => m?.ppUsed && m.getMovePp() - m.ppUsed <= 5 && m.ppUsed > Math.floor(m.getMovePp() / 2)) + .filter(m => m.ppUsed && m.getMovePp() - m.ppUsed <= 5 && m.ppUsed > Math.floor(m.getMovePp() / 2)) .length, ).length, 3, @@ -2668,7 +2677,7 @@ const modifierPool: ModifierPool = { if (globalScene.gameMode.isSplicedOnly) { return 4; } - if (globalScene.gameMode.isClassic && globalScene.eventManager.areFusionsBoosted()) { + if (globalScene.gameMode.isClassic && timedEventManager.areFusionsBoosted()) { return 2; } } @@ -2831,6 +2840,58 @@ const modifierPool: ModifierPool = { }, 10, ), + new WeightedModifierType( + modifierTypes.MYSTICAL_ROCK, + (party: Pokemon[]) => { + return party.some(p => { + let isHoldingMax = false; + for (const i of p.getHeldItems()) { + if (i.type.id === "MYSTICAL_ROCK") { + isHoldingMax = i.getStackCount() === i.getMaxStackCount(); + break; + } + } + + if (!isHoldingMax) { + const moveset = p.getMoveset(true).map(m => m.moveId); + + const hasAbility = [ + Abilities.DROUGHT, + Abilities.ORICHALCUM_PULSE, + Abilities.DRIZZLE, + Abilities.SAND_STREAM, + Abilities.SAND_SPIT, + Abilities.SNOW_WARNING, + Abilities.ELECTRIC_SURGE, + Abilities.HADRON_ENGINE, + Abilities.PSYCHIC_SURGE, + Abilities.GRASSY_SURGE, + Abilities.SEED_SOWER, + Abilities.MISTY_SURGE, + ].some(a => p.hasAbility(a, false, true)); + + const hasMoves = [ + Moves.SUNNY_DAY, + Moves.RAIN_DANCE, + Moves.SANDSTORM, + Moves.SNOWSCAPE, + Moves.HAIL, + Moves.CHILLY_RECEPTION, + Moves.ELECTRIC_TERRAIN, + Moves.PSYCHIC_TERRAIN, + Moves.GRASSY_TERRAIN, + Moves.MISTY_TERRAIN, + ].some(m => moveset.includes(m)); + + return hasAbility || hasMoves; + } + return false; + }) + ? 10 + : 0; + }, + 10, + ), new WeightedModifierType(modifierTypes.REVIVER_SEED, 4), new WeightedModifierType(modifierTypes.CANDY_JAR, skipInLastClassicWaveOrDefault(5)), new WeightedModifierType(modifierTypes.ATTACK_TYPE_BOOSTER, 9), @@ -2911,7 +2972,7 @@ const modifierPool: ModifierPool = { new WeightedModifierType( modifierTypes.DNA_SPLICERS, (party: Pokemon[]) => - !(globalScene.gameMode.isClassic && globalScene.eventManager.areFusionsBoosted()) && + !(globalScene.gameMode.isClassic && timedEventManager.areFusionsBoosted()) && !globalScene.gameMode.isSplicedOnly && party.filter(p => !p.fusionSpecies).length > 1 ? 24 @@ -3587,10 +3648,10 @@ function getNewModifierTypeOption( } else if (upgradeCount === undefined && player) { upgradeCount = 0; if (tier < ModifierTier.MASTER && allowLuckUpgrades) { - const partyShinyCount = party.filter(p => p.isShiny() && !p.isFainted()).length; - const upgradeOdds = Math.floor(32 / ((partyShinyCount + 2) / 2)); + const partyLuckValue = getPartyLuckValue(party); + const upgradeOdds = Math.floor(128 / ((partyLuckValue + 4) / 4)); while (modifierPool.hasOwnProperty(tier + upgradeCount + 1) && modifierPool[tier + upgradeCount + 1].length) { - if (!randSeedInt(upgradeOdds)) { + if (randSeedInt(upgradeOdds) < 4) { upgradeCount++; } else { break; @@ -3675,7 +3736,7 @@ export function getPartyLuckValue(party: Pokemon[]): number { ); return DailyLuck.value; } - const eventSpecies = globalScene.eventManager.getEventLuckBoostedSpecies(); + const eventSpecies = timedEventManager.getEventLuckBoostedSpecies(); const luck = Phaser.Math.Clamp( party .map(p => (p.isAllowedInBattle() ? p.getLuck() + (eventSpecies.includes(p.species.speciesId) ? 1 : 0) : 0)) @@ -3683,7 +3744,7 @@ export function getPartyLuckValue(party: Pokemon[]): number { 0, 14, ); - return Math.min(globalScene.eventManager.getEventLuckBoost() + (luck ?? 0), 14); + return Math.min(timedEventManager.getEventLuckBoost() + (luck ?? 0), 14); } export function getLuckString(luckValue: number): string { diff --git a/src/modifier/modifier.ts b/src/modifier/modifier.ts index a084474ddac..7c9207bbea5 100644 --- a/src/modifier/modifier.ts +++ b/src/modifier/modifier.ts @@ -5,8 +5,7 @@ import { allMoves } from "#app/data/moves/move"; import { MAX_PER_TYPE_POKEBALLS } from "#app/data/pokeball"; import { type FormChangeItem, SpeciesFormChangeItemTrigger } from "#app/data/pokemon-forms"; import { getStatusEffectHealText } from "#app/data/status-effect"; -import type { PlayerPokemon } from "#app/field/pokemon"; -import Pokemon from "#app/field/pokemon"; +import Pokemon, { type PlayerPokemon } from "#app/field/pokemon"; import { getPokemonNameWithAffix } from "#app/messages"; import Overrides from "#app/overrides"; import { EvolutionPhase } from "#app/phases/evolution-phase"; @@ -2015,6 +2014,38 @@ export class ResetNegativeStatStageModifier extends PokemonHeldItemModifier { } } +/** + * Modifier used for held items, namely Mystical Rock, that extend the + * duration of weather and terrain effects. + * @extends PokemonHeldItemModifier + * @see {@linkcode apply} + */ +export class FieldEffectModifier extends PokemonHeldItemModifier { + /** + * Provides two more turns per stack to any weather or terrain effect caused + * by the holder. + * @param pokemon {@linkcode Pokemon} that holds the held item + * @param fieldDuration {@linkcode NumberHolder} that stores the current field effect duration + * @returns `true` if the field effect extension was applied successfully + */ + override apply(_pokemon: Pokemon, fieldDuration: NumberHolder): boolean { + fieldDuration.value += 2 * this.stackCount; + return true; + } + + override matchType(modifier: Modifier): boolean { + return modifier instanceof FieldEffectModifier; + } + + override clone(): FieldEffectModifier { + return new FieldEffectModifier(this.type, this.pokemonId, this.stackCount); + } + + override getMaxHeldItemCount(_pokemon?: Pokemon): number { + return 2; + } +} + export abstract class ConsumablePokemonModifier extends ConsumableModifier { public pokemonId: number; diff --git a/src/overrides.ts b/src/overrides.ts index dc04f72049a..3a9a54e740b 100644 --- a/src/overrides.ts +++ b/src/overrides.ts @@ -1,5 +1,3 @@ -/* eslint-disable @typescript-eslint/no-unused-vars */ -/* eslint-disable @typescript-eslint/consistent-type-imports */ import { type PokeballCounts } from "#app/battle-scene"; import { EvolutionItem } from "#app/data/balance/pokemon-evolutions"; import { Gender } from "#app/data/gender"; @@ -256,6 +254,11 @@ class DefaultOverrides { * Note that, for all items in the array, `count` is not used. */ readonly ITEM_REWARD_OVERRIDE: ModifierOverride[] = []; + + /** + * If `true`, disable all non-scripted opponent trainer encounters. + */ + readonly DISABLE_STANDARD_TRAINERS_OVERRIDE: boolean = false; } export const defaultOverrides = new DefaultOverrides(); diff --git a/src/phase.ts b/src/phase.ts index 8da00d78b61..20cc7cc4063 100644 --- a/src/phase.ts +++ b/src/phase.ts @@ -1,11 +1,7 @@ import { globalScene } from "#app/global-scene"; export class Phase { - start() { - if (globalScene.abilityBar.shown) { - globalScene.abilityBar.resetAutoHideTimer(); - } - } + start() {} end() { globalScene.shiftPhase(); diff --git a/src/phases/attempt-capture-phase.ts b/src/phases/attempt-capture-phase.ts index 6b905c2a07f..78021da4066 100644 --- a/src/phases/attempt-capture-phase.ts +++ b/src/phases/attempt-capture-phase.ts @@ -24,6 +24,7 @@ import type { PokeballType } from "#enums/pokeball"; import { StatusEffect } from "#enums/status-effect"; import i18next from "i18next"; import { globalScene } from "#app/global-scene"; +import { Gender } from "#app/data/gender"; export class AttemptCapturePhase extends PokemonPhase { private pokeballType: PokeballType; @@ -321,6 +322,19 @@ export class AttemptCapturePhase extends PokemonPhase { false, ); }, + () => { + const attributes = { + shiny: pokemon.shiny, + variant: pokemon.variant, + form: pokemon.formIndex, + female: pokemon.gender === Gender.FEMALE, + }; + globalScene.ui.setOverlayMode(Mode.POKEDEX_PAGE, pokemon.species, attributes, null, null, () => { + globalScene.ui.setMode(Mode.MESSAGE).then(() => { + promptRelease(); + }); + }); + }, () => { globalScene.ui.setMode( Mode.PARTY, diff --git a/src/phases/attempt-run-phase.ts b/src/phases/attempt-run-phase.ts index c9c0e23dabb..dab5b8789da 100644 --- a/src/phases/attempt-run-phase.ts +++ b/src/phases/attempt-run-phase.ts @@ -1,4 +1,4 @@ -import { applyAbAttrs, RunSuccessAbAttr } from "#app/data/ability"; +import { applyAbAttrs, applyPreLeaveFieldAbAttrs, PreLeaveFieldAbAttr, RunSuccessAbAttr } from "#app/data/ability"; import { Stat } from "#app/enums/stat"; import { StatusEffect } from "#app/enums/status-effect"; import type { PlayerPokemon, EnemyPokemon } from "#app/field/pokemon"; @@ -29,6 +29,8 @@ export class AttemptRunPhase extends PokemonPhase { applyAbAttrs(RunSuccessAbAttr, playerPokemon, null, false, escapeChance); if (playerPokemon.randSeedInt(100) < escapeChance.value && !this.forceFailEscape) { + enemyField.forEach(enemyPokemon => applyPreLeaveFieldAbAttrs(PreLeaveFieldAbAttr, enemyPokemon)); + globalScene.playSound("se/flee"); globalScene.queueMessage(i18next.t("battle:runAwaySuccess"), null, true, 500); diff --git a/src/phases/battle-phase.ts b/src/phases/battle-phase.ts index 3fc2b9c0467..72bcc85bc62 100644 --- a/src/phases/battle-phase.ts +++ b/src/phases/battle-phase.ts @@ -1,5 +1,5 @@ import { globalScene } from "#app/global-scene"; -import { TrainerSlot } from "#app/data/trainer-config"; +import { TrainerSlot } from "#enums/trainer-slot"; import { Phase } from "#app/phase"; export class BattlePhase extends Phase { diff --git a/src/phases/command-phase.ts b/src/phases/command-phase.ts index 055d52e7a8b..8691ac453ca 100644 --- a/src/phases/command-phase.ts +++ b/src/phases/command-phase.ts @@ -104,15 +104,14 @@ export class CommandPhase extends FieldPhase { moveQueue[0] && moveQueue[0].move && !moveQueue[0].virtual && - (!playerPokemon.getMoveset().find(m => m?.moveId === moveQueue[0].move) || + (!playerPokemon.getMoveset().find(m => m.moveId === moveQueue[0].move) || !playerPokemon .getMoveset() - [playerPokemon.getMoveset().findIndex(m => m?.moveId === moveQueue[0].move)]!.isUsable( + [playerPokemon.getMoveset().findIndex(m => m.moveId === moveQueue[0].move)].isUsable( playerPokemon, moveQueue[0].ignorePP, )) ) { - // TODO: is the bang correct? moveQueue.shift(); } @@ -121,12 +120,11 @@ export class CommandPhase extends FieldPhase { if (!queuedMove.move) { this.handleCommand(Command.FIGHT, -1); } else { - const moveIndex = playerPokemon.getMoveset().findIndex(m => m?.moveId === queuedMove.move); + const moveIndex = playerPokemon.getMoveset().findIndex(m => m.moveId === queuedMove.move); if ( - (moveIndex > -1 && playerPokemon.getMoveset()[moveIndex]!.isUsable(playerPokemon, queuedMove.ignorePP)) || + (moveIndex > -1 && playerPokemon.getMoveset()[moveIndex].isUsable(playerPokemon, queuedMove.ignorePP)) || queuedMove.virtual ) { - // TODO: is the bang correct? this.handleCommand(Command.FIGHT, moveIndex, queuedMove.ignorePP, queuedMove); } else { globalScene.ui.setMode(Mode.COMMAND, this.fieldIndex); @@ -157,7 +155,7 @@ export class CommandPhase extends FieldPhase { if ( cursor === -1 || playerPokemon.trySelectMove(cursor, args[0] as boolean) || - (useStruggle = cursor > -1 && !playerPokemon.getMoveset().filter(m => m?.isUsable(playerPokemon)).length) + (useStruggle = cursor > -1 && !playerPokemon.getMoveset().filter(m => m.isUsable(playerPokemon)).length) ) { let moveId: Moves; if (useStruggle) { @@ -165,7 +163,7 @@ export class CommandPhase extends FieldPhase { } else if (turnMove !== undefined) { moveId = turnMove.move; } else if (cursor > -1) { - moveId = playerPokemon.getMoveset()[cursor]!.moveId; + moveId = playerPokemon.getMoveset()[cursor].moveId; } else { moveId = Moves.NONE; } @@ -195,10 +193,14 @@ export class CommandPhase extends FieldPhase { if (moveTargets.targets.length > 1 && moveTargets.multiple) { globalScene.unshiftPhase(new SelectTargetPhase(this.fieldIndex)); } - if (moveTargets.targets.length <= 1 || moveTargets.multiple) { - turnCommand.move!.targets = moveTargets.targets; //TODO: is the bang correct here? - } else if (playerPokemon.getTag(BattlerTagType.CHARGING) && playerPokemon.getMoveQueue().length >= 1) { - turnCommand.move!.targets = playerPokemon.getMoveQueue()[0].targets; //TODO: is the bang correct here? + if (turnCommand.move && (moveTargets.targets.length <= 1 || moveTargets.multiple)) { + turnCommand.move.targets = moveTargets.targets; + } else if ( + turnCommand.move && + playerPokemon.getTag(BattlerTagType.CHARGING) && + playerPokemon.getMoveQueue().length >= 1 + ) { + turnCommand.move.targets = playerPokemon.getMoveQueue()[0].targets; } else { globalScene.unshiftPhase(new SelectTargetPhase(this.fieldIndex)); } @@ -206,7 +208,7 @@ export class CommandPhase extends FieldPhase { globalScene.currentBattle.turnCommands[this.fieldIndex] = turnCommand; success = true; } else if (cursor < playerPokemon.getMoveset().length) { - const move = playerPokemon.getMoveset()[cursor]!; //TODO: is this bang correct? + const move = playerPokemon.getMoveset()[cursor]; globalScene.ui.setMode(Mode.MESSAGE); // Decides between a Disabled, Not Implemented, or No PP translation message diff --git a/src/phases/damage-anim-phase.ts b/src/phases/damage-anim-phase.ts index e31fe8c9475..703cd3d160e 100644 --- a/src/phases/damage-anim-phase.ts +++ b/src/phases/damage-anim-phase.ts @@ -21,7 +21,7 @@ export class DamageAnimPhase extends PokemonPhase { start() { super.start(); - if (this.damageResult === HitResult.ONE_HIT_KO) { + if (this.damageResult === HitResult.ONE_HIT_KO || this.damageResult === HitResult.INDIRECT_KO) { if (globalScene.moveAnimations) { globalScene.toggleInvert(true); } @@ -42,9 +42,11 @@ export class DamageAnimPhase extends PokemonPhase { applyDamage() { switch (this.damageResult) { case HitResult.EFFECTIVE: + case HitResult.CONFUSION: globalScene.playSound("se/hit"); break; case HitResult.SUPER_EFFECTIVE: + case HitResult.INDIRECT_KO: case HitResult.ONE_HIT_KO: globalScene.playSound("se/hit_strong"); break; @@ -57,7 +59,7 @@ export class DamageAnimPhase extends PokemonPhase { globalScene.damageNumberHandler.add(this.getPokemon(), this.amount, this.damageResult, this.critical); } - if (this.damageResult !== HitResult.OTHER && this.amount > 0) { + if (this.damageResult !== HitResult.INDIRECT && this.amount > 0) { const flashTimer = globalScene.time.addEvent({ delay: 100, repeat: 5, diff --git a/src/phases/encounter-phase.ts b/src/phases/encounter-phase.ts index 5decab522b5..ad2bf689e38 100644 --- a/src/phases/encounter-phase.ts +++ b/src/phases/encounter-phase.ts @@ -7,7 +7,7 @@ import { getCharVariantFromDialogue } from "#app/data/dialogue"; import { getEncounterText } from "#app/data/mystery-encounters/utils/encounter-dialogue-utils"; import { doTrainerExclamation } from "#app/data/mystery-encounters/utils/encounter-phase-utils"; import { getGoldenBugNetSpecies } from "#app/data/mystery-encounters/utils/encounter-pokemon-utils"; -import { TrainerSlot } from "#app/data/trainer-config"; +import { TrainerSlot } from "#enums/trainer-slot"; import { getRandomWeatherType } from "#app/data/weather"; import { EncounterPhaseEvent } from "#app/events/battle-scene"; import type Pokemon from "#app/field/pokemon"; @@ -684,7 +684,7 @@ export class EncounterPhase extends BattlePhase { */ trySetWeatherIfNewBiome(): void { if (!this.loaded) { - globalScene.arena.trySetWeather(getRandomWeatherType(globalScene.arena), false); + globalScene.arena.trySetWeather(getRandomWeatherType(globalScene.arena)); } } } diff --git a/src/phases/faint-phase.ts b/src/phases/faint-phase.ts index 7fc7a517853..dfc0e0653a5 100644 --- a/src/phases/faint-phase.ts +++ b/src/phases/faint-phase.ts @@ -258,7 +258,7 @@ export class FaintPhase extends PokemonPhase { } else { // Final boss' HP threshold has been bypassed; cancel faint and force check for 2nd phase enemy.hp++; - globalScene.unshiftPhase(new DamageAnimPhase(enemy.getBattlerIndex(), 0, HitResult.OTHER)); + globalScene.unshiftPhase(new DamageAnimPhase(enemy.getBattlerIndex(), 0, HitResult.INDIRECT)); this.end(); } return true; diff --git a/src/phases/game-over-modifier-reward-phase.ts b/src/phases/game-over-modifier-reward-phase.ts index f3f2aebd67d..d0a39a4031a 100644 --- a/src/phases/game-over-modifier-reward-phase.ts +++ b/src/phases/game-over-modifier-reward-phase.ts @@ -1,5 +1,4 @@ import { globalScene } from "#app/global-scene"; -import type { ModifierTypeFunc } from "#app/modifier/modifier-type"; import { Mode } from "#app/ui/ui"; import i18next from "i18next"; import { ModifierRewardPhase } from "./modifier-reward-phase"; diff --git a/src/phases/game-over-phase.ts b/src/phases/game-over-phase.ts index af948ad0632..2090592367d 100644 --- a/src/phases/game-over-phase.ts +++ b/src/phases/game-over-phase.ts @@ -5,7 +5,7 @@ import { pokemonEvolutions } from "#app/data/balance/pokemon-evolutions"; import { getCharVariantFromDialogue } from "#app/data/dialogue"; import type PokemonSpecies from "#app/data/pokemon-species"; import { getPokemonSpecies } from "#app/data/pokemon-species"; -import { trainerConfigs } from "#app/data/trainer-config"; +import { trainerConfigs } from "#app/data/trainers/trainer-config"; import type Pokemon from "#app/field/pokemon"; import { modifierTypes } from "#app/modifier/modifier-type"; import { BattlePhase } from "#app/phases/battle-phase"; diff --git a/src/phases/hide-ability-phase.ts b/src/phases/hide-ability-phase.ts new file mode 100644 index 00000000000..0745b3f832a --- /dev/null +++ b/src/phases/hide-ability-phase.ts @@ -0,0 +1,27 @@ +import { globalScene } from "#app/global-scene"; +import type { BattlerIndex } from "#app/battle"; +import { PokemonPhase } from "./pokemon-phase"; + +export class HideAbilityPhase extends PokemonPhase { + private passive: boolean; + + constructor(battlerIndex: BattlerIndex, passive = false) { + super(battlerIndex); + + this.passive = passive; + } + + start() { + super.start(); + + const pokemon = this.getPokemon(); + + if (pokemon) { + globalScene.abilityBar.hide().then(() => { + this.end(); + }); + } else { + this.end(); + } + } +} diff --git a/src/phases/learn-move-phase.ts b/src/phases/learn-move-phase.ts index 7bed71b3363..4107a9cf087 100644 --- a/src/phases/learn-move-phase.ts +++ b/src/phases/learn-move-phase.ts @@ -49,7 +49,7 @@ export class LearnMovePhase extends PlayerPartyMemberPokemonPhase { const currentMoveset = pokemon.getMoveset(); // The game first checks if the Pokemon already has the move and ends the phase if it does. - const hasMoveAlready = currentMoveset.some(m => m?.moveId === move.id) && this.moveId !== Moves.SKETCH; + const hasMoveAlready = currentMoveset.some(m => m.moveId === move.id) && this.moveId !== Moves.SKETCH; if (hasMoveAlready) { return this.end(); } diff --git a/src/phases/message-phase.ts b/src/phases/message-phase.ts index af4e63c6916..cff7249fcfa 100644 --- a/src/phases/message-phase.ts +++ b/src/phases/message-phase.ts @@ -28,17 +28,28 @@ export class MessagePhase extends Phase { super.start(); if (this.text.indexOf("$") > -1) { + const pokename: string[] = []; + const repname = ["#POKEMON1", "#POKEMON2"]; + for (let p = 0; p < globalScene.getPlayerField().length; p++) { + pokename.push(globalScene.getPlayerField()[p].getNameToRender()); + this.text = this.text.split(pokename[p]).join(repname[p]); + } const pageIndex = this.text.indexOf("$"); - globalScene.unshiftPhase( - new MessagePhase( - this.text.slice(pageIndex + 1), - this.callbackDelay, - this.prompt, - this.promptDelay, - this.speaker, - ), - ); - this.text = this.text.slice(0, pageIndex).trim(); + for (let p = 0; p < globalScene.getPlayerField().length; p++) { + this.text = this.text.split(repname[p]).join(pokename[p]); + } + if (pageIndex !== -1) { + globalScene.unshiftPhase( + new MessagePhase( + this.text.slice(pageIndex + 1), + this.callbackDelay, + this.prompt, + this.promptDelay, + this.speaker, + ), + ); + this.text = this.text.slice(0, pageIndex).trim(); + } } if (this.speaker) { @@ -61,12 +72,4 @@ export class MessagePhase extends Phase { ); } } - - end() { - if (globalScene.abilityBar.shown) { - globalScene.abilityBar.hide(); - } - - super.end(); - } } diff --git a/src/phases/move-effect-phase.ts b/src/phases/move-effect-phase.ts index 4152fc243f0..995684f8c03 100644 --- a/src/phases/move-effect-phase.ts +++ b/src/phases/move-effect-phase.ts @@ -653,7 +653,7 @@ export class MoveEffectPhase extends PokemonPhase { this.applyOnHitEffects(user, target, firstHit, lastHit, firstTarget); this.applyOnGetHitAbEffects(user, target, hitResult); applyPostAttackAbAttrs(PostAttackAbAttr, user, target, this.move.getMove(), hitResult); - if (this.move.getMove() instanceof AttackMove) { + if (this.move.getMove() instanceof AttackMove && hitResult !== HitResult.STATUS) { globalScene.applyModifiers(ContactHeldItemTransferChanceModifier, this.player, user, target); } } diff --git a/src/phases/move-end-phase.ts b/src/phases/move-end-phase.ts index 4716370cc4e..46e266a32b7 100644 --- a/src/phases/move-end-phase.ts +++ b/src/phases/move-end-phase.ts @@ -1,5 +1,4 @@ import { globalScene } from "#app/global-scene"; -import type { BattlerIndex } from "#app/battle"; import { BattlerTagLapseType } from "#app/data/battler-tags"; import { PokemonPhase } from "./pokemon-phase"; diff --git a/src/phases/move-phase.ts b/src/phases/move-phase.ts index 16802f8e0ff..f8edaa56981 100644 --- a/src/phases/move-phase.ts +++ b/src/phases/move-phase.ts @@ -504,7 +504,7 @@ export class MovePhase extends BattlePhase { globalScene .getField(true) .filter(p => p !== this.pokemon) - .forEach(p => applyAbAttrs(RedirectMoveAbAttr, p, null, false, this.move.moveId, redirectTarget)); + .forEach(p => applyAbAttrs(RedirectMoveAbAttr, p, null, false, this.move.moveId, redirectTarget, this.pokemon)); /** `true` if an Ability is responsible for redirecting the move to another target; `false` otherwise */ let redirectedByAbility = currentTarget !== redirectTarget.value; diff --git a/src/phases/mystery-encounter-phases.ts b/src/phases/mystery-encounter-phases.ts index 26012df191d..eb187617e69 100644 --- a/src/phases/mystery-encounter-phases.ts +++ b/src/phases/mystery-encounter-phases.ts @@ -22,7 +22,7 @@ import { globalScene } from "#app/global-scene"; import { getCharVariantFromDialogue } from "../data/dialogue"; import type { OptionSelectSettings } from "../data/mystery-encounters/utils/encounter-phase-utils"; import { transitionMysteryEncounterIntroVisuals } from "../data/mystery-encounters/utils/encounter-phase-utils"; -import { TrainerSlot } from "../data/trainer-config"; +import { TrainerSlot } from "#enums/trainer-slot"; import { IvScannerModifier } from "../modifier/modifier"; import { Phase } from "../phase"; import { Mode } from "../ui/ui"; diff --git a/src/phases/new-biome-encounter-phase.ts b/src/phases/new-biome-encounter-phase.ts index ed768742aac..bb1fe54fe9f 100644 --- a/src/phases/new-biome-encounter-phase.ts +++ b/src/phases/new-biome-encounter-phase.ts @@ -45,6 +45,6 @@ export class NewBiomeEncounterPhase extends NextEncounterPhase { * Set biome weather. */ trySetWeatherIfNewBiome(): void { - globalScene.arena.trySetWeather(getRandomWeatherType(globalScene.arena), false); + globalScene.arena.trySetWeather(getRandomWeatherType(globalScene.arena)); } } diff --git a/src/phases/party-heal-phase.ts b/src/phases/party-heal-phase.ts index d95400a3f48..a9b24309e24 100644 --- a/src/phases/party-heal-phase.ts +++ b/src/phases/party-heal-phase.ts @@ -23,7 +23,7 @@ export class PartyHealPhase extends BattlePhase { pokemon.hp = pokemon.getMaxHp(); pokemon.resetStatus(); for (const move of pokemon.moveset) { - move!.ppUsed = 0; // TODO: is this bang correct? + move.ppUsed = 0; } pokemon.updateInfo(true); } diff --git a/src/phases/pokemon-heal-phase.ts b/src/phases/pokemon-heal-phase.ts index ab49def5a3d..ecfe99389eb 100644 --- a/src/phases/pokemon-heal-phase.ts +++ b/src/phases/pokemon-heal-phase.ts @@ -3,7 +3,6 @@ import type { BattlerIndex } from "#app/battle"; import { CommonAnim } from "#app/data/battle-anims"; import { getStatusEffectHealText } from "#app/data/status-effect"; import { StatusEffect } from "#app/enums/status-effect"; -import type { DamageResult } from "#app/field/pokemon"; import { HitResult } from "#app/field/pokemon"; import { getPokemonNameWithAffix } from "#app/messages"; import { HealingBoosterModifier } from "#app/modifier/modifier"; @@ -79,7 +78,7 @@ export class PokemonHealPhase extends CommonAnimPhase { } const healAmount = new Utils.NumberHolder(Math.floor(this.hpHealed * hpRestoreMultiplier.value)); if (healAmount.value < 0) { - pokemon.damageAndUpdate(healAmount.value * -1, HitResult.HEAL as DamageResult); + pokemon.damageAndUpdate(healAmount.value * -1, { result: HitResult.INDIRECT }); healAmount.value = 0; } // Prevent healing to full if specified (in case of healing tokens so Sturdy doesn't cause a softlock) diff --git a/src/phases/pokemon-transform-phase.ts b/src/phases/pokemon-transform-phase.ts index 70b390dc6de..b33689321b5 100644 --- a/src/phases/pokemon-transform-phase.ts +++ b/src/phases/pokemon-transform-phase.ts @@ -5,6 +5,8 @@ import { EFFECTIVE_STATS, BATTLE_STATS } from "#enums/stat"; import { PokemonMove } from "#app/field/pokemon"; import { globalScene } from "#app/global-scene"; import { PokemonPhase } from "./pokemon-phase"; +import { getPokemonNameWithAffix } from "#app/messages"; +import i18next from "i18next"; /** * Transforms a Pokemon into another Pokemon on the field. @@ -62,6 +64,13 @@ export class PokemonTransformPhase extends PokemonPhase { globalScene.playSound("battle_anims/PRSFX- Transform"); } + globalScene.queueMessage( + i18next.t("abilityTriggers:postSummonTransform", { + pokemonNameWithAffix: getPokemonNameWithAffix(user), + targetName: target.name, + }), + ); + promises.push( user.loadAssets(false).then(() => { user.playAnim(); diff --git a/src/phases/post-summon-phase.ts b/src/phases/post-summon-phase.ts index a7aa9389505..45b0a0f65ce 100644 --- a/src/phases/post-summon-phase.ts +++ b/src/phases/post-summon-phase.ts @@ -1,5 +1,4 @@ import { globalScene } from "#app/global-scene"; -import type { BattlerIndex } from "#app/battle"; import { applyAbAttrs, applyPostSummonAbAttrs, CommanderAbAttr, PostSummonAbAttr } from "#app/data/ability"; import { ArenaTrapTag } from "#app/data/arena-tag"; import { StatusEffect } from "#app/enums/status-effect"; diff --git a/src/phases/select-starter-phase.ts b/src/phases/select-starter-phase.ts index 103174a4c83..b3ebe6731c9 100644 --- a/src/phases/select-starter-phase.ts +++ b/src/phases/select-starter-phase.ts @@ -53,6 +53,7 @@ export class SelectStarterPhase extends Phase { let starterFormIndex = Math.min(starterProps.formIndex, Math.max(starter.species.forms.length - 1, 0)); if ( starter.species.speciesId in Overrides.STARTER_FORM_OVERRIDES && + !Utils.isNullOrUndefined(Overrides.STARTER_FORM_OVERRIDES[starter.species.speciesId]) && starter.species.forms[Overrides.STARTER_FORM_OVERRIDES[starter.species.speciesId]!] ) { starterFormIndex = Overrides.STARTER_FORM_OVERRIDES[starter.species.speciesId]!; @@ -100,7 +101,7 @@ export class SelectStarterPhase extends Phase { starterPokemon.generateFusionSpecies(true); } starterPokemon.setVisible(false); - applyChallenges(globalScene.gameMode, ChallengeType.STARTER_MODIFY, starterPokemon); + applyChallenges(ChallengeType.STARTER_MODIFY, starterPokemon); party.push(starterPokemon); loadPokemonAssets.push(starterPokemon.loadAssets()); }); diff --git a/src/phases/show-ability-phase.ts b/src/phases/show-ability-phase.ts index 326b3a55ce3..1b3c6dde568 100644 --- a/src/phases/show-ability-phase.ts +++ b/src/phases/show-ability-phase.ts @@ -1,36 +1,60 @@ import { globalScene } from "#app/global-scene"; import type { BattlerIndex } from "#app/battle"; import { PokemonPhase } from "./pokemon-phase"; +import { getPokemonNameWithAffix } from "#app/messages"; +import { HideAbilityPhase } from "#app/phases/hide-ability-phase"; export class ShowAbilityPhase extends PokemonPhase { private passive: boolean; + private pokemonName: string; + private abilityName: string; + private pokemonOnField: boolean; constructor(battlerIndex: BattlerIndex, passive = false) { super(battlerIndex); this.passive = passive; + + const pokemon = this.getPokemon(); + if (pokemon) { + // Set these now as the pokemon object may change before the queued phase is run + this.pokemonName = getPokemonNameWithAffix(pokemon); + this.abilityName = (passive ? this.getPokemon().getPassiveAbility() : this.getPokemon().getAbility()).name; + this.pokemonOnField = true; + } else { + this.pokemonOnField = false; + } } start() { super.start(); + if (!this.pokemonOnField || !this.getPokemon()) { + return this.end(); + } + + // If the bar is already out, hide it before showing the new one + if (globalScene.abilityBar.isVisible()) { + globalScene.unshiftPhase(new HideAbilityPhase(this.battlerIndex, this.passive)); + globalScene.unshiftPhase(new ShowAbilityPhase(this.battlerIndex, this.passive)); + return this.end(); + } + const pokemon = this.getPokemon(); - if (pokemon) { - if (!pokemon.isPlayer()) { - /** If its an enemy pokemon, list it as last enemy to use ability or move */ - globalScene.currentBattle.lastEnemyInvolved = pokemon.getBattlerIndex() % 2; - } else { - globalScene.currentBattle.lastPlayerInvolved = pokemon.getBattlerIndex() % 2; - } - - globalScene.abilityBar.showAbility(pokemon, this.passive); + if (!pokemon.isPlayer()) { + /** If its an enemy pokemon, list it as last enemy to use ability or move */ + globalScene.currentBattle.lastEnemyInvolved = pokemon.getBattlerIndex() % 2; + } else { + globalScene.currentBattle.lastPlayerInvolved = pokemon.getBattlerIndex() % 2; + } + globalScene.abilityBar.showAbility(this.pokemonName, this.abilityName, this.passive, this.player).then(() => { if (pokemon?.battleData) { pokemon.battleData.abilityRevealed = true; } - } - this.end(); + this.end(); + }); } } diff --git a/src/phases/stat-stage-change-phase.ts b/src/phases/stat-stage-change-phase.ts index 71b50fa9dce..f58744ef5ce 100644 --- a/src/phases/stat-stage-change-phase.ts +++ b/src/phases/stat-stage-change-phase.ts @@ -4,6 +4,7 @@ import { applyAbAttrs, applyPostStatStageChangeAbAttrs, applyPreStatStageChangeAbAttrs, + ConditionalUserFieldProtectStatAbAttr, PostStatStageChangeAbAttr, ProtectStatAbAttr, ReflectStatStageChangeAbAttr, @@ -151,6 +152,25 @@ export class StatStageChangePhase extends PokemonPhase { if (!cancelled.value && !this.selfTarget && stages.value < 0) { applyPreStatStageChangeAbAttrs(ProtectStatAbAttr, pokemon, stat, cancelled, simulate); + applyPreStatStageChangeAbAttrs( + ConditionalUserFieldProtectStatAbAttr, + pokemon, + stat, + cancelled, + simulate, + pokemon, + ); + const ally = pokemon.getAlly(); + if (ally) { + applyPreStatStageChangeAbAttrs( + ConditionalUserFieldProtectStatAbAttr, + ally, + stat, + cancelled, + simulate, + pokemon, + ); + } /** Potential stat reflection due to Mirror Armor, does not apply to Octolock end of turn effect */ if ( diff --git a/src/phases/summon-phase.ts b/src/phases/summon-phase.ts index 31cd2645e68..621c8c8c2a9 100644 --- a/src/phases/summon-phase.ts +++ b/src/phases/summon-phase.ts @@ -1,7 +1,7 @@ import { BattleType } from "#app/battle"; import { getPokeballAtlasKey, getPokeballTintColor } from "#app/data/pokeball"; import { SpeciesFormChangeActiveTrigger } from "#app/data/pokemon-forms"; -import { TrainerSlot } from "#app/data/trainer-config"; +import { TrainerSlot } from "#enums/trainer-slot"; import { PlayerGender } from "#app/enums/player-gender"; import { addPokeballOpenParticles } from "#app/field/anims"; import type Pokemon from "#app/field/pokemon"; @@ -195,6 +195,10 @@ export class SummonPhase extends PartyMemberPokemonPhase { pokemon.cry(pokemon.getHpRatio() > 0.25 ? undefined : { rate: 0.85 }); pokemon.getSprite().clearTint(); pokemon.resetSummonData(); + // necessary to stay transformed during wild waves + if (pokemon.summonData?.speciesForm) { + pokemon.loadAssets(false); + } globalScene.time.delayedCall(1000, () => this.end()); }, }); diff --git a/src/phases/switch-summon-phase.ts b/src/phases/switch-summon-phase.ts index 48bcd0c4ebd..16868bf9bc0 100644 --- a/src/phases/switch-summon-phase.ts +++ b/src/phases/switch-summon-phase.ts @@ -3,7 +3,7 @@ import { applyPreSwitchOutAbAttrs, PostDamageForceSwitchAbAttr, PreSwitchOutAbAt import { allMoves, ForceSwitchOutAttr } from "#app/data/moves/move"; import { getPokeballTintColor } from "#app/data/pokeball"; import { SpeciesFormChangeActiveTrigger } from "#app/data/pokemon-forms"; -import { TrainerSlot } from "#app/data/trainer-config"; +import { TrainerSlot } from "#enums/trainer-slot"; import type Pokemon from "#app/field/pokemon"; import { getPokemonNameWithAffix } from "#app/messages"; import { SwitchEffectTransferModifier } from "#app/modifier/modifier"; diff --git a/src/phases/title-phase.ts b/src/phases/title-phase.ts index 5b69f8db45c..dc455a0a62a 100644 --- a/src/phases/title-phase.ts +++ b/src/phases/title-phase.ts @@ -212,6 +212,8 @@ export class TitlePhase extends Phase { const generateDaily = (seed: string) => { globalScene.gameMode = getGameMode(GameModes.DAILY); + // Daily runs don't support all challenges yet (starter select restrictions aren't considered) + globalScene.eventManager.startEventChallenges(); globalScene.setSeed(seed); globalScene.resetSeed(0); diff --git a/src/phases/trainer-message-test-phase.ts b/src/phases/trainer-message-test-phase.ts index fa3f553cdd6..23c2c86361c 100644 --- a/src/phases/trainer-message-test-phase.ts +++ b/src/phases/trainer-message-test-phase.ts @@ -1,5 +1,5 @@ import { globalScene } from "#app/global-scene"; -import { trainerConfigs } from "#app/data/trainer-config"; +import { trainerConfigs } from "#app/data/trainers/trainer-config"; import type { TrainerType } from "#app/enums/trainer-type"; import { BattlePhase } from "./battle-phase"; import { TestMessagePhase } from "./test-message-phase"; diff --git a/src/phases/trainer-victory-phase.ts b/src/phases/trainer-victory-phase.ts index 024c1e3f837..a024885121f 100644 --- a/src/phases/trainer-victory-phase.ts +++ b/src/phases/trainer-victory-phase.ts @@ -7,10 +7,11 @@ import * as Utils from "#app/utils"; import { BattlePhase } from "./battle-phase"; import { ModifierRewardPhase } from "./modifier-reward-phase"; import { MoneyRewardPhase } from "./money-reward-phase"; -import { TrainerSlot } from "#app/data/trainer-config"; +import { TrainerSlot } from "#enums/trainer-slot"; import { globalScene } from "#app/global-scene"; import { Biome } from "#app/enums/biome"; import { achvs } from "#app/system/achv"; +import { timedEventManager } from "#app/global-event-manager"; export class TrainerVictoryPhase extends BattlePhase { constructor() { @@ -29,7 +30,7 @@ export class TrainerVictoryPhase extends BattlePhase { globalScene.unshiftPhase(new ModifierRewardPhase(modifierRewardFunc)); } - if (globalScene.eventManager.isEventActive()) { + if (timedEventManager.isEventActive()) { for (const rewardFunc of globalScene.currentBattle.trainer?.config.eventRewardFuncs!) { globalScene.unshiftPhase(new ModifierRewardPhase(rewardFunc)); } @@ -42,7 +43,7 @@ export class TrainerVictoryPhase extends BattlePhase { !globalScene.validateVoucher(vouchers[TrainerType[trainerType]]) && globalScene.currentBattle.trainer?.config.isBoss ) { - if (globalScene.eventManager.getUpgradeUnlockedVouchers()) { + if (timedEventManager.getUpgradeUnlockedVouchers()) { globalScene.unshiftPhase( new ModifierRewardPhase( [ diff --git a/src/phases/turn-end-phase.ts b/src/phases/turn-end-phase.ts index c55f6d69a58..836647fbfb4 100644 --- a/src/phases/turn-end-phase.ts +++ b/src/phases/turn-end-phase.ts @@ -68,12 +68,12 @@ export class TurnEndPhase extends FieldPhase { globalScene.arena.lapseTags(); if (globalScene.arena.weather && !globalScene.arena.weather.lapse()) { - globalScene.arena.trySetWeather(WeatherType.NONE, false); + globalScene.arena.trySetWeather(WeatherType.NONE); globalScene.arena.triggerWeatherBasedFormChangesToNormal(); } if (globalScene.arena.terrain && !globalScene.arena.terrain.lapse()) { - globalScene.arena.trySetTerrain(TerrainType.NONE, false); + globalScene.arena.trySetTerrain(TerrainType.NONE); } this.end(); diff --git a/src/phases/turn-start-phase.ts b/src/phases/turn-start-phase.ts index 6065a0caf6e..34dd7df3e89 100644 --- a/src/phases/turn-start-phase.ts +++ b/src/phases/turn-start-phase.ts @@ -178,7 +178,7 @@ export class TurnStartPhase extends FieldPhase { continue; } const move = - pokemon.getMoveset().find(m => m?.moveId === queuedMove.move && m?.ppUsed < m?.getMovePp()) || + pokemon.getMoveset().find(m => m.moveId === queuedMove.move && m.ppUsed < m.getMovePp()) || new PokemonMove(queuedMove.move); if (move.getMove().hasAttr(MoveHeaderAttr)) { globalScene.unshiftPhase(new MoveHeaderPhase(pokemon, move)); diff --git a/src/phases/weather-effect-phase.ts b/src/phases/weather-effect-phase.ts index 9199b7996bc..d7a1f193029 100644 --- a/src/phases/weather-effect-phase.ts +++ b/src/phases/weather-effect-phase.ts @@ -66,7 +66,7 @@ export class WeatherEffectPhase extends CommonAnimPhase { const damage = Utils.toDmgValue(pokemon.getMaxHp() / 16); globalScene.queueMessage(getWeatherDamageMessage(this.weather?.weatherType!, pokemon)!); // TODO: are those bangs correct? - pokemon.damageAndUpdate(damage, HitResult.EFFECTIVE, false, false, true); + pokemon.damageAndUpdate(damage, { result: HitResult.INDIRECT, ignoreSegments: true }); }; this.executeForAll((pokemon: Pokemon) => { diff --git a/src/plugins/i18n.ts b/src/plugins/i18n.ts index 92b0e15dbb9..5e145d08e28 100644 --- a/src/plugins/i18n.ts +++ b/src/plugins/i18n.ts @@ -170,8 +170,11 @@ export async function initI18n(): Promise { i18next.use(processor); i18next.use(new KoreanPostpositionProcessor()); await i18next.init({ - fallbackLng: "en", - supportedLngs: ["en", "es-ES", "fr", "it", "de", "zh-CN", "zh-TW", "pt-BR", "ko", "ja", "ca-ES"], + fallbackLng: { + "es-MX": ["es-ES", "en"], + default: ["en"], + }, + supportedLngs: ["en", "es-ES", "es-MX", "fr", "it", "de", "zh-CN", "zh-TW", "pt-BR", "ko", "ja", "ca-ES"], backend: { loadPath(lng: string, [ns]: string[]) { let fileName: string; @@ -237,6 +240,7 @@ export async function initI18n(): Promise { "terrain", "titles", "trainerClasses", + "trainersCommon", "trainerNames", "tutorial", "voucher", diff --git a/src/system/game-data.ts b/src/system/game-data.ts index 82ad2276fef..2388918dca2 100644 --- a/src/system/game-data.ts +++ b/src/system/game-data.ts @@ -17,7 +17,7 @@ import { Unlockables } from "#app/system/unlockables"; import { GameModes, getGameMode } from "#app/game-mode"; import { BattleType } from "#app/battle"; import TrainerData from "#app/system/trainer-data"; -import { trainerConfigs } from "#app/data/trainer-config"; +import { trainerConfigs } from "#app/data/trainers/trainer-config"; import { resetSettings, setSetting, SettingKeys } from "#app/system/settings/settings"; import { achvs } from "#app/system/achv"; import EggData from "#app/system/egg-data"; @@ -98,12 +98,13 @@ export function getDataTypeKey(dataType: GameDataType, slotId = 0): string { switch (dataType) { case GameDataType.SYSTEM: return "data"; - case GameDataType.SESSION: + case GameDataType.SESSION: { let ret = "sessionData"; if (slotId) { ret += slotId; } return ret; + } case GameDataType.SETTINGS: return "settings"; case GameDataType.TUTORIALS: @@ -201,39 +202,6 @@ export interface DexEntry { ivs: number[]; } -export const DexAttr = { - NON_SHINY: 1n, - SHINY: 2n, - MALE: 4n, - FEMALE: 8n, - DEFAULT_VARIANT: 16n, - VARIANT_2: 32n, - VARIANT_3: 64n, - DEFAULT_FORM: 128n, -}; - -export interface DexAttrProps { - shiny: boolean; - female: boolean; - variant: Variant; - formIndex: number; -} - -export const AbilityAttr = { - ABILITY_1: 1, - ABILITY_2: 2, - ABILITY_HIDDEN: 4, -}; - -export type RunHistoryData = Record; - -export interface RunEntry { - entry: SessionSaveData; - isVictory: boolean; - /*Automatically set to false at the moment - implementation TBD*/ - isFavorite: boolean; -} - export type StarterMoveset = [Moves] | [Moves, Moves] | [Moves, Moves, Moves] | [Moves, Moves, Moves, Moves]; export interface StarterFormMoveData { @@ -260,6 +228,39 @@ export interface StarterPreferences { [key: number]: StarterAttributes; } +export interface DexAttrProps { + shiny: boolean; + female: boolean; + variant: Variant; + formIndex: number; +} + +export type RunHistoryData = Record; + +export interface RunEntry { + entry: SessionSaveData; + isVictory: boolean; + /*Automatically set to false at the moment - implementation TBD*/ + isFavorite: boolean; +} + +export const DexAttr = { + NON_SHINY: 1n, + SHINY: 2n, + MALE: 4n, + FEMALE: 8n, + DEFAULT_VARIANT: 16n, + VARIANT_2: 32n, + VARIANT_3: 64n, + DEFAULT_FORM: 128n, +}; + +export const AbilityAttr = { + ABILITY_1: 1, + ABILITY_2: 2, + ABILITY_HIDDEN: 4, +}; + // the latest data saved/loaded for the Starter Preferences. Required to reduce read/writes. Initialize as "{}", since this is the default value and no data needs to be stored if present. // if they ever add private static variables, move this into StarterPrefs const StarterPrefers_DEFAULT: string = "{}"; @@ -1553,16 +1554,18 @@ export class GameData { try { dataName = GameDataType[dataType].toLowerCase(); switch (dataType) { - case GameDataType.SYSTEM: + case GameDataType.SYSTEM: { dataStr = this.convertSystemDataStr(dataStr); const systemData = this.parseSystemData(dataStr); valid = !!systemData.dexData && !!systemData.timestamp; break; - case GameDataType.SESSION: + } + case GameDataType.SESSION: { const sessionData = this.parseSessionData(dataStr); valid = !!sessionData.party && !!sessionData.enemyParty && !!sessionData.timestamp; break; - case GameDataType.RUN_HISTORY: + } + case GameDataType.RUN_HISTORY: { const data = JSON.parse(dataStr); const keys = Object.keys(data); dataName = i18next.t("menuUiHandler:RUN_HISTORY").toLowerCase(); @@ -1572,6 +1575,7 @@ export class GameData { ["isFavorite", "isVictory", "entry"].every(v => entryKeys.includes(v)) && entryKeys.length === 3; }); break; + } case GameDataType.SETTINGS: case GameDataType.TUTORIALS: valid = true; @@ -2179,7 +2183,7 @@ export class GameData { } const cost = new Utils.NumberHolder(value); - applyChallenges(globalScene.gameMode, ChallengeType.STARTER_COST, speciesId, cost); + applyChallenges(ChallengeType.STARTER_COST, speciesId, cost); return cost.value; } diff --git a/src/system/game-speed.ts b/src/system/game-speed.ts index e2156c03728..d9c48664f80 100644 --- a/src/system/game-speed.ts +++ b/src/system/game-speed.ts @@ -5,8 +5,8 @@ import type BattleScene from "#app/battle-scene"; import { globalScene } from "#app/global-scene"; import * as Utils from "../utils"; -type FadeIn = typeof FadeIn; -type FadeOut = typeof FadeOut; +type FadeInType = typeof FadeIn; +type FadeOutType = typeof FadeOut; export function initGameSpeed() { const thisArg = this as BattleScene; @@ -101,7 +101,7 @@ export function initGameSpeed() { const originalFadeOut = SoundFade.fadeOut; SoundFade.fadeOut = ((_scene: Phaser.Scene, sound: Phaser.Sound.BaseSound, duration: number, destroy?: boolean) => - originalFadeOut(globalScene, sound, transformValue(duration), destroy)) as FadeOut; + originalFadeOut(globalScene, sound, transformValue(duration), destroy)) as FadeOutType; const originalFadeIn = SoundFade.fadeIn; SoundFade.fadeIn = (( @@ -110,5 +110,5 @@ export function initGameSpeed() { duration: number, endVolume?: number, startVolume?: number, - ) => originalFadeIn(globalScene, sound, transformValue(duration), endVolume, startVolume)) as FadeIn; + ) => originalFadeIn(globalScene, sound, transformValue(duration), endVolume, startVolume)) as FadeInType; } diff --git a/src/system/pokemon-data.ts b/src/system/pokemon-data.ts index 4e694bc1189..957d43797a1 100644 --- a/src/system/pokemon-data.ts +++ b/src/system/pokemon-data.ts @@ -3,10 +3,10 @@ import { globalScene } from "#app/global-scene"; import type { Gender } from "../data/gender"; import type { Nature } from "#enums/nature"; import type { PokeballType } from "#enums/pokeball"; -import { getPokemonSpecies } from "../data/pokemon-species"; +import { getPokemonSpecies, getPokemonSpeciesForm } from "../data/pokemon-species"; import { Status } from "../data/status-effect"; import Pokemon, { EnemyPokemon, PokemonMove, PokemonSummonData } from "../field/pokemon"; -import { TrainerSlot } from "../data/trainer-config"; +import { TrainerSlot } from "#enums/trainer-slot"; import type { Variant } from "#app/data/variant"; import { loadBattlerTag } from "../data/battler-tags"; import type { Biome } from "#enums/biome"; @@ -34,7 +34,7 @@ export default class PokemonData { public stats: number[]; public ivs: number[]; public nature: Nature; - public moveset: (PokemonMove | null)[]; + public moveset: PokemonMove[]; public status: Status | null; public friendship: number; public metLevel: number; @@ -63,6 +63,7 @@ export default class PokemonData { public bossSegments?: number; public summonData: PokemonSummonData; + public summonDataSpeciesFormIndex: number; /** Data that can customize a Pokemon in non-standard ways from its Species */ public customPokemonData: CustomPokemonData; @@ -145,8 +146,9 @@ export default class PokemonData { this.moveset = sourcePokemon.moveset; if (!forHistory) { this.status = sourcePokemon.status; - if (this.player) { + if (this.player && sourcePokemon.summonData) { this.summonData = sourcePokemon.summonData; + this.summonDataSpeciesFormIndex = this.getSummonDataSpeciesFormIndex(); } } } else { @@ -170,6 +172,8 @@ export default class PokemonData { this.summonData.ability = source.summonData.ability; this.summonData.moveset = source.summonData.moveset?.map(m => PokemonMove.loadMove(m)); this.summonData.types = source.summonData.types; + this.summonData.speciesForm = source.summonData.speciesForm; + this.summonDataSpeciesFormIndex = source.summonDataSpeciesFormIndex; if (source.summonData.tags) { this.summonData.tags = source.summonData.tags?.map(t => loadBattlerTag(t)); @@ -213,8 +217,28 @@ export default class PokemonData { this, ); if (this.summonData) { + // when loading from saved session, recover summonData.speciesFrom and form index species object + // used to stay transformed on reload session + if (this.summonData.speciesForm) { + this.summonData.speciesForm = getPokemonSpeciesForm( + this.summonData.speciesForm.speciesId, + this.summonDataSpeciesFormIndex, + ); + } ret.primeSummonData(this.summonData); } return ret; } + + /** + * Method to save summon data species form index + * Necessary in case the pokemon is transformed + * to reload the correct form + */ + getSummonDataSpeciesFormIndex(): number { + if (this.summonData.speciesForm) { + return this.summonData.speciesForm.formIndex; + } + return 0; + } } diff --git a/src/system/settings/settings.ts b/src/system/settings/settings.ts index 1a7279d371c..377216291e2 100644 --- a/src/system/settings/settings.ts +++ b/src/system/settings/settings.ts @@ -916,6 +916,10 @@ export function setSetting(setting: string, value: number): boolean { label: "Español (ES)", handler: () => changeLocaleHandler("es-ES"), }, + { + label: "Español (LATAM)", + handler: () => changeLocaleHandler("es-MX"), + }, { label: "Italiano", handler: () => changeLocaleHandler("it"), @@ -948,10 +952,10 @@ export function setSetting(setting: string, value: number): boolean { label: "日本語", handler: () => changeLocaleHandler("ja"), }, - // { - // label: "Català", - // handler: () => changeLocaleHandler("ca-ES") - // }, + { + label: "Català", + handler: () => changeLocaleHandler("ca-ES"), + }, { label: i18next.t("settings:back"), handler: () => cancelHandler(), diff --git a/src/system/voucher.ts b/src/system/voucher.ts index 39294bccf13..ce10560c3e2 100644 --- a/src/system/voucher.ts +++ b/src/system/voucher.ts @@ -3,7 +3,7 @@ import { AchvTier, achvs, getAchievementDescription } from "./achv"; import type { PlayerGender } from "#enums/player-gender"; import { TrainerType } from "#enums/trainer-type"; import type { ConditionFn } from "#app/@types/common"; -import { trainerConfigs } from "#app/data/trainer-config"; +import { trainerConfigs } from "#app/data/trainers/trainer-config"; export enum VoucherType { REGULAR, diff --git a/src/timed-event-manager.ts b/src/timed-event-manager.ts index 80667b033ad..7bbd157948b 100644 --- a/src/timed-event-manager.ts +++ b/src/timed-event-manager.ts @@ -9,6 +9,7 @@ import { WeatherType } from "#enums/weather-type"; import { CLASSIC_CANDY_FRIENDSHIP_MULTIPLIER } from "./data/balance/starters"; import { MysteryEncounterType } from "./enums/mystery-encounter-type"; import { MysteryEncounterTier } from "./enums/mystery-encounter-tier"; +import { Challenges } from "#enums/challenges"; export enum EventType { SHINY, @@ -36,6 +37,18 @@ interface EventMysteryEncounterTier { disable?: boolean; } +interface EventWaveReward { + wave: number; + type: string; +} + +type EventMusicReplacement = [string, string]; + +interface EventChallenge { + challenge: Challenges; + value: number; +} + interface TimedEvent extends EventBanner { name: string; eventType: EventType; @@ -51,6 +64,10 @@ interface TimedEvent extends EventBanner { mysteryEncounterTierChanges?: EventMysteryEncounterTier[]; luckBoostedSpecies?: Species[]; boostFusions?: boolean; //MODIFIER REWORK PLEASE + classicWaveRewards?: EventWaveReward[]; // Rival battle rewards + trainerShinyChance?: number; // Odds over 65536 of trainer mon generating as shiny + music?: EventMusicReplacement[]; + dailyRunChallenges?: EventChallenge[]; } const timedEvents: TimedEvent[] = [ @@ -61,7 +78,7 @@ const timedEvents: TimedEvent[] = [ upgradeUnlockedVouchers: true, startDate: new Date(Date.UTC(2024, 11, 21, 0)), endDate: new Date(Date.UTC(2025, 0, 4, 0)), - bannerKey: "winter_holidays2024-event-", + bannerKey: "winter_holidays2024-event", scale: 0.21, availableLangs: ["en", "de", "it", "fr", "ja", "ko", "es-ES", "pt-BR", "zh-CN"], eventEncounters: [ @@ -104,6 +121,12 @@ const timedEvents: TimedEvent[] = [ disable: true, }, ], + classicWaveRewards: [ + { wave: 8, type: "SHINY_CHARM" }, + { wave: 8, type: "ABILITY_CHARM" }, + { wave: 8, type: "CATCHING_CHARM" }, + { wave: 25, type: "SHINY_CHARM" }, + ], }, { name: "Year of the Snake", @@ -111,7 +134,7 @@ const timedEvents: TimedEvent[] = [ luckBoost: 1, startDate: new Date(Date.UTC(2025, 0, 29, 0)), endDate: new Date(Date.UTC(2025, 1, 3, 0)), - bannerKey: "yearofthesnakeevent-", + bannerKey: "yearofthesnakeevent", scale: 0.21, availableLangs: ["en", "de", "it", "fr", "ja", "ko", "es-ES", "pt-BR", "zh-CN"], eventEncounters: [ @@ -169,6 +192,12 @@ const timedEvents: TimedEvent[] = [ Species.ROARING_MOON, Species.BLOODMOON_URSALUNA, ], + classicWaveRewards: [ + { wave: 8, type: "SHINY_CHARM" }, + { wave: 8, type: "ABILITY_CHARM" }, + { wave: 8, type: "CATCHING_CHARM" }, + { wave: 25, type: "SHINY_CHARM" }, + ], }, { name: "Valentine", @@ -177,7 +206,7 @@ const timedEvents: TimedEvent[] = [ endDate: new Date(Date.UTC(2025, 1, 21)), boostFusions: true, shinyMultiplier: 2, - bannerKey: "valentines2025event-", + bannerKey: "valentines2025event", scale: 0.21, availableLangs: ["en", "de", "it", "fr", "ja", "ko", "es-ES", "pt-BR", "zh-CN"], eventEncounters: [ @@ -203,6 +232,12 @@ const timedEvents: TimedEvent[] = [ { species: Species.ENAMORUS }, ], luckBoostedSpecies: [Species.LUVDISC], + classicWaveRewards: [ + { wave: 8, type: "SHINY_CHARM" }, + { wave: 8, type: "ABILITY_CHARM" }, + { wave: 8, type: "CATCHING_CHARM" }, + { wave: 25, type: "SHINY_CHARM" }, + ], }, { name: "PKMNDAY2025", @@ -210,7 +245,7 @@ const timedEvents: TimedEvent[] = [ startDate: new Date(Date.UTC(2025, 1, 27)), endDate: new Date(Date.UTC(2025, 2, 4)), classicFriendshipMultiplier: 4, - bannerKey: "pkmnday2025event-", + bannerKey: "pkmnday2025event", scale: 0.21, availableLangs: ["en", "de", "it", "fr", "ja", "ko", "es-ES", "pt-BR", "zh-CN"], eventEncounters: [ @@ -248,6 +283,32 @@ const timedEvents: TimedEvent[] = [ Species.ZYGARDE, Species.ETERNAL_FLOETTE, ], + classicWaveRewards: [ + { wave: 8, type: "SHINY_CHARM" }, + { wave: 8, type: "ABILITY_CHARM" }, + { wave: 8, type: "CATCHING_CHARM" }, + { wave: 25, type: "SHINY_CHARM" }, + ], + }, + { + name: "April Fools 2025", + eventType: EventType.LUCK, + startDate: new Date(Date.UTC(2025, 2, 31)), + endDate: new Date(Date.UTC(2025, 3, 3)), + bannerKey: "aprf25", + scale: 0.21, + availableLangs: ["en", "de", "it", "fr", "ja", "ko", "es-ES", "es-MX", "pt-BR", "zh-CN"], + trainerShinyChance: 13107, // 13107/65536 = 1/5 + music: [ + ["title", "title_afd"], + ["battle_rival_3", "battle_rival_3_afd"], + ], + dailyRunChallenges: [ + { + challenge: Challenges.INVERSE_BATTLE, + value: 1, + }, + ], }, ]; @@ -265,7 +326,7 @@ export class TimedEventManager { } activeEventHasBanner(): boolean { - const activeEvents = timedEvents.filter(te => this.isActive(te) && te.hasOwnProperty("bannerFilename")); + const activeEvents = timedEvents.filter(te => this.isActive(te) && te.hasOwnProperty("bannerKey")); return activeEvents.length > 0; } @@ -283,6 +344,12 @@ export class TimedEventManager { return timedEvents.find((te: TimedEvent) => this.isActive(te))?.bannerKey ?? ""; } + getEventBannerLangs(): string[] { + const ret: string[] = []; + ret.push(...timedEvents.find(te => this.isActive(te) && !isNullOrUndefined(te.availableLangs))?.availableLangs!); + return ret; + } + getEventEncounters(): EventEncounter[] { const ret: EventEncounter[] = []; timedEvents @@ -417,6 +484,55 @@ export class TimedEventManager { areFusionsBoosted(): boolean { return timedEvents.some(te => this.isActive(te) && te.boostFusions); } + + /** + * Gets all the modifier types associated with a certain wave during an event + * @see EventWaveReward + * @param wave the wave to check for associated rewards + * @returns array of strings of the event modifier reward types + */ + getFixedBattleEventRewards(wave: number): string[] { + const ret: string[] = []; + timedEvents + .filter(te => this.isActive(te) && !isNullOrUndefined(te.classicWaveRewards)) + .map(te => { + ret.push(...te.classicWaveRewards!.filter(cwr => cwr.wave === wave).map(cwr => cwr.type)); + }); + return ret; + } + + // Gets the extra shiny chance for trainers due to event (odds/65536) + getClassicTrainerShinyChance(): number { + let ret = 0; + const tsEvents = timedEvents.filter(te => this.isActive(te) && !isNullOrUndefined(te.trainerShinyChance)); + tsEvents.map(t => (ret += t.trainerShinyChance!)); + return ret; + } + + getEventBgmReplacement(bgm: string): string { + let ret = bgm; + timedEvents.map(te => { + if (this.isActive(te) && !isNullOrUndefined(te.music)) { + te.music.map(mr => { + if (mr[0] === bgm) { + console.log(`it is ${te.name} so instead of ${mr[0]} we play ${mr[1]}`); + ret = mr[1]; + } + }); + } + }); + return ret; + } + + /** + * Activates any challenges on {@linkcode globalScene.gameMode} for the currently active event + */ + startEventChallenges(): void { + const challenges = this.activeEvent()?.dailyRunChallenges; + challenges?.forEach((eventChal: EventChallenge) => + globalScene.gameMode.setChallengeValue(eventChal.challenge, eventChal.value), + ); + } } export class TimedEventDisplay extends Phaser.GameObjects.Container { @@ -456,11 +572,12 @@ export class TimedEventDisplay extends Phaser.GameObjects.Container { let key = this.event.bannerKey; if (lang && this.event.availableLangs && this.event.availableLangs.length > 0) { if (this.event.availableLangs.includes(lang)) { - key += lang; + key += "-" + lang; } else { - key += "en"; + key += "-en"; } } + console.log(key); console.log(this.event.bannerKey); const padding = 5; const showTimer = this.event.eventType !== EventType.NO_TIMER_DISPLAY; diff --git a/src/ui/ability-bar.ts b/src/ui/ability-bar.ts index 7fe9c0d8052..5481791de64 100644 --- a/src/ui/ability-bar.ts +++ b/src/ui/ability-bar.ts @@ -1,31 +1,33 @@ -import { getPokemonNameWithAffix } from "#app/messages"; import { globalScene } from "#app/global-scene"; -import type Pokemon from "../field/pokemon"; import { TextStyle, addTextObject } from "./text"; import i18next from "i18next"; -const hiddenX = -118; -const shownX = 0; +const barWidth = 118; +const screenLeft = 0; const baseY = -116; export default class AbilityBar extends Phaser.GameObjects.Container { - private bg: Phaser.GameObjects.Image; + private abilityBars: Phaser.GameObjects.Image[]; private abilityBarText: Phaser.GameObjects.Text; - - private tween: Phaser.Tweens.Tween | null; - private autoHideTimer: NodeJS.Timeout | null; - - public shown: boolean; + private player: boolean; + private screenRight: number; // hold screenRight in case size changes between show and hide + private shown: boolean; constructor() { - super(globalScene, hiddenX, baseY); + super(globalScene, barWidth, baseY); + this.abilityBars = []; + this.player = true; + this.shown = false; } setup(): void { - this.bg = globalScene.add.image(0, 0, "ability_bar_left"); - this.bg.setOrigin(0, 0); - - this.add(this.bg); + for (const key of ["ability_bar_right", "ability_bar_left"]) { + const bar = globalScene.add.image(0, 0, key); + bar.setOrigin(0, 0); + bar.setVisible(false); + this.add(bar); + this.abilityBars.push(bar); + } this.abilityBarText = addTextObject(15, 3, "", TextStyle.MESSAGE, { fontSize: "72px", @@ -33,72 +35,80 @@ export default class AbilityBar extends Phaser.GameObjects.Container { this.abilityBarText.setOrigin(0, 0); this.abilityBarText.setWordWrapWidth(600, true); this.add(this.abilityBarText); + this.bringToTop(this.abilityBarText); this.setVisible(false); - this.shown = false; + this.setX(-barWidth); // start hidden (right edge of bar at x=0) } - showAbility(pokemon: Pokemon, passive = false): void { - this.abilityBarText.setText( - `${i18next.t("fightUiHandler:abilityFlyInText", { pokemonName: getPokemonNameWithAffix(pokemon), passive: passive ? i18next.t("fightUiHandler:passive") : "", abilityName: !passive ? pokemon.getAbility().name : pokemon.getPassiveAbility().name })}`, - ); + public override setVisible(value: boolean): this { + this.abilityBars[+this.player].setVisible(value); + this.shown = value; + return this; + } - if (this.shown) { - return; + public async startTween(config: any, text?: string): Promise { + this.setVisible(true); + if (text) { + this.abilityBarText.setText(text); } + return new Promise(resolve => { + globalScene.tweens.add({ + ...config, + onComplete: () => { + if (config.onComplete) { + config.onComplete(); + } + resolve(); + }, + }); + }); + } + public async showAbility(pokemonName: string, abilityName: string, passive = false, player = true): Promise { + const text = `${i18next.t("fightUiHandler:abilityFlyInText", { pokemonName: pokemonName, passive: passive ? i18next.t("fightUiHandler:passive") : "", abilityName: abilityName })}`; + this.screenRight = globalScene.scaledCanvas.width; + if (player !== this.player) { + // Move the bar if it has changed from the player to enemy side (or vice versa) + this.setX(player ? -barWidth : this.screenRight); + this.player = player; + } globalScene.fieldUI.bringToTop(this); - this.y = baseY + (globalScene.currentBattle.double ? 14 : 0); - this.tween = globalScene.tweens.add({ - targets: this, - x: shownX, - duration: 500, - ease: "Sine.easeOut", - onComplete: () => { - this.tween = null; - this.resetAutoHideTimer(); - }, - }); + let y = baseY; + if (this.player) { + y += globalScene.currentBattle.double ? 14 : 0; + } else { + y -= globalScene.currentBattle.double ? 28 : 14; + } - this.setVisible(true); - this.shown = true; + this.setY(y); + + return this.startTween( + { + targets: this, + x: this.player ? screenLeft : this.screenRight - barWidth, + duration: 500, + ease: "Sine.easeOut", + hold: 1000, + }, + text, + ); } - hide(): void { - if (!this.shown) { - return; - } - - if (this.autoHideTimer) { - clearInterval(this.autoHideTimer); - } - - if (this.tween) { - this.tween.stop(); - } - - this.tween = globalScene.tweens.add({ + public async hide(): Promise { + return this.startTween({ targets: this, - x: -91, - duration: 500, + x: this.player ? -barWidth : this.screenRight, + duration: 200, ease: "Sine.easeIn", onComplete: () => { - this.tween = null; this.setVisible(false); }, }); - - this.shown = false; } - resetAutoHideTimer(): void { - if (this.autoHideTimer) { - clearInterval(this.autoHideTimer); - } - this.autoHideTimer = setTimeout(() => { - this.hide(); - this.autoHideTimer = null; - }, 2500); + public isVisible(): boolean { + return this.shown; } } diff --git a/src/ui/confirm-ui-handler.ts b/src/ui/confirm-ui-handler.ts index a8710b0ab01..eb7018051b7 100644 --- a/src/ui/confirm-ui-handler.ts +++ b/src/ui/confirm-ui-handler.ts @@ -21,11 +21,12 @@ export default class ConfirmUiHandler extends AbstractOptionSelectUiHandler { show(args: any[]): boolean { if ( - args.length === 4 && + args.length === 5 && args[0] instanceof Function && args[1] instanceof Function && args[2] instanceof Function && - args[3] === "fullParty" + args[3] instanceof Function && + args[4] === "fullParty" ) { const config: OptionSelectConfig = { options: [ @@ -37,29 +38,36 @@ export default class ConfirmUiHandler extends AbstractOptionSelectUiHandler { }, }, { - label: i18next.t("menu:yes"), + label: i18next.t("partyUiHandler:POKEDEX"), handler: () => { args[1](); return true; }, }, { - label: i18next.t("menu:no"), + label: i18next.t("menu:yes"), handler: () => { args[2](); return true; }, }, + { + label: i18next.t("menu:no"), + handler: () => { + args[3](); + return true; + }, + }, ], - delay: args.length >= 8 && args[7] !== null ? (args[7] as number) : 0, + delay: args.length >= 9 && args[8] !== null ? (args[8] as number) : 0, }; super.show([config]); - this.switchCheck = args.length >= 5 && args[4] !== null && (args[4] as boolean); + this.switchCheck = args.length >= 6 && args[5] !== null && (args[5] as boolean); - const xOffset = args.length >= 6 && args[5] !== null ? (args[5] as number) : 0; - const yOffset = args.length >= 7 && args[6] !== null ? (args[6] as number) : 0; + const xOffset = args.length >= 7 && args[6] !== null ? (args[6] as number) : 0; + const yOffset = args.length >= 8 && args[7] !== null ? (args[7] as number) : 0; this.optionSelectContainer.setPosition(globalScene.game.canvas.width / 6 - 1 + xOffset, -48 + yOffset); diff --git a/src/ui/fight-ui-handler.ts b/src/ui/fight-ui-handler.ts index a4f02e13303..9f76e85f228 100644 --- a/src/ui/fight-ui-handler.ts +++ b/src/ui/fight-ui-handler.ts @@ -243,7 +243,7 @@ export default class FightUiHandler extends UiHandler implements InfoToggle { const hasMove = cursor < moveset.length; if (hasMove) { - const pokemonMove = moveset[cursor]!; // TODO: is the bang correct? + const pokemonMove = moveset[cursor]; const moveType = pokemon.getMoveType(pokemonMove.getMove()); const textureKey = Utils.getLocalizedSpriteKey("types"); this.typeIcon.setTexture(textureKey, PokemonType[moveType].toLowerCase()).setScale(0.8); diff --git a/src/ui/message-ui-handler.ts b/src/ui/message-ui-handler.ts index 50522152021..e927793e0ab 100644 --- a/src/ui/message-ui-handler.ts +++ b/src/ui/message-ui-handler.ts @@ -76,6 +76,12 @@ export default abstract class MessageUiHandler extends AwaitableUiHandler { const fadeMap = new Map(); const actionPattern = /@(c|d|s|f)\{(.*?)\}/; let actionMatch: RegExpExecArray | null; + const pokename: string[] = []; + const repname = ["#POKEMON1", "#POKEMON2"]; + for (let p = 0; p < globalScene.getPlayerField().length; p++) { + pokename.push(globalScene.getPlayerField()[p].getNameToRender()); + text = text.split(pokename[p]).join(repname[p]); + } while ((actionMatch = actionPattern.exec(text))) { switch (actionMatch[1]) { case "c": @@ -94,6 +100,9 @@ export default abstract class MessageUiHandler extends AwaitableUiHandler { text = text.slice(0, actionMatch.index) + text.slice(actionMatch.index + actionMatch[2].length + 4); } + for (let p = 0; p < globalScene.getPlayerField().length; p++) { + text = text.split(repname[p]).join(pokename[p]); + } if (text) { // Predetermine overflow line breaks to avoid words breaking while displaying const textWords = text.split(" "); diff --git a/src/ui/party-ui-handler.ts b/src/ui/party-ui-handler.ts index 21e5f9077f4..caddd64cd28 100644 --- a/src/ui/party-ui-handler.ts +++ b/src/ui/party-ui-handler.ts @@ -216,7 +216,7 @@ export default class PartyUiHandler extends MessageUiHandler { */ private FilterChallengeLegal = (pokemon: PlayerPokemon) => { const challengeAllowed = new Utils.BooleanHolder(true); - applyChallenges(globalScene.gameMode, ChallengeType.POKEMON_IN_BATTLE, pokemon, challengeAllowed); + applyChallenges(ChallengeType.POKEMON_IN_BATTLE, pokemon, challengeAllowed); if (!challengeAllowed.value) { return i18next.t("partyUiHandler:cantBeUsed", { pokemonName: getPokemonNameWithAffix(pokemon), @@ -478,7 +478,7 @@ export default class PartyUiHandler extends MessageUiHandler { filterResult = this.FilterChallengeLegal(pokemon); } if (filterResult === null && this.partyUiMode === PartyUiMode.MOVE_MODIFIER) { - filterResult = this.moveSelectFilter(pokemon.moveset[this.optionsCursor]!); // TODO: is this bang correct? + filterResult = this.moveSelectFilter(pokemon.moveset[this.optionsCursor]); } } else { filterResult = (this.selectFilter as PokemonModifierTransferSelectFilter)( @@ -574,9 +574,7 @@ export default class PartyUiHandler extends MessageUiHandler { form: pokemon.formIndex, female: pokemon.gender === Gender.FEMALE, }; - ui.setOverlayMode(Mode.POKEDEX_PAGE, pokemon.species, pokemon.formIndex, attributes).then(() => - this.clearOptions(), - ); + ui.setOverlayMode(Mode.POKEDEX_PAGE, pokemon.species, attributes).then(() => this.clearOptions()); return true; } else if (option === PartyOption.UNPAUSE_EVOLUTION) { this.clearOptions(); @@ -1184,7 +1182,7 @@ export default class PartyUiHandler extends MessageUiHandler { case PartyOption.MOVE_2: case PartyOption.MOVE_3: case PartyOption.MOVE_4: - const move = pokemon.moveset[option - PartyOption.MOVE_1]!; // TODO: is the bang correct? + const move = pokemon.moveset[option - PartyOption.MOVE_1]; if (this.showMovePp) { const maxPP = move.getMovePp(); const currPP = maxPP - move.ppUsed; @@ -1649,7 +1647,7 @@ class PartySlot extends Phaser.GameObjects.Container { this.slotHpText.setVisible(false); let slotTmText: string; - if (this.pokemon.getMoveset().filter(m => m?.moveId === tmMoveId).length > 0) { + if (this.pokemon.getMoveset().filter(m => m.moveId === tmMoveId).length > 0) { slotTmText = i18next.t("partyUiHandler:learned"); } else if (this.pokemon.compatibleTms.indexOf(tmMoveId) === -1) { slotTmText = i18next.t("partyUiHandler:notAble"); diff --git a/src/ui/pokedex-page-ui-handler.ts b/src/ui/pokedex-page-ui-handler.ts index 74921f13683..062b4c3797c 100644 --- a/src/ui/pokedex-page-ui-handler.ts +++ b/src/ui/pokedex-page-ui-handler.ts @@ -20,20 +20,18 @@ import { allSpecies, getPokemonSpecies, getPokemonSpeciesForm, normalForm } from import { getStarterValueFriendshipCap, speciesStarterCosts } from "#app/data/balance/starters"; import { starterPassiveAbilities } from "#app/data/balance/passives"; import { PokemonType } from "#enums/pokemon-type"; -import { GameModes } from "#app/game-mode"; import type { DexEntry, StarterAttributes } from "#app/system/game-data"; import { AbilityAttr, DexAttr } from "#app/system/game-data"; import type { OptionSelectItem } from "#app/ui/abstact-option-select-ui-handler"; import MessageUiHandler from "#app/ui/message-ui-handler"; import { StatsContainer } from "#app/ui/stats-container"; -import { TextStyle, addTextObject, getTextStyleOptions } from "#app/ui/text"; +import { TextStyle, addBBCodeTextObject, addTextObject, getTextColor, getTextStyleOptions } from "#app/ui/text"; import { Mode } from "#app/ui/ui"; import { addWindow } from "#app/ui/ui-theme"; import { Egg } from "#app/data/egg"; import Overrides from "#app/overrides"; import { SettingKeyboard } from "#app/system/settings/settings-keyboard"; import { Passive as PassiveAttr } from "#enums/passive"; -import * as Challenge from "#app/data/challenge"; import MoveInfoOverlay from "#app/ui/move-info-overlay"; import PokedexInfoOverlay from "#app/ui/pokedex-info-overlay"; import { getEggTierForSpecies } from "#app/data/egg"; @@ -51,7 +49,6 @@ import { BooleanHolder, getLocalizedSpriteKey, isNullOrUndefined, - NumberHolder, padInt, rgbHexToRgba, toReadableString, @@ -66,6 +63,7 @@ import { TimeOfDay } from "#app/enums/time-of-day"; import type { Abilities } from "#app/enums/abilities"; import { BaseStatsOverlay } from "#app/ui/base-stats-overlay"; import { globalScene } from "#app/global-scene"; +import type BBCodeText from "phaser3-rex-plugins/plugins/gameobjects/tagtext/bbcodetext/BBCodeText"; interface LanguageSetting { starterInfoTextSize: string; @@ -242,6 +240,9 @@ export default class PokedexPageUiHandler extends MessageUiHandler { private starterAttributes: StarterAttributes; private savedStarterAttributes: StarterAttributes; + private previousSpecies: PokemonSpecies[]; + private previousStarterAttributes: StarterAttributes[]; + protected blockInput = false; protected blockInputOverlay = false; @@ -250,7 +251,7 @@ export default class PokedexPageUiHandler extends MessageUiHandler { // Menu private menuContainer: Phaser.GameObjects.Container; private menuBg: Phaser.GameObjects.NineSlice; - protected optionSelectText: Phaser.GameObjects.Text; + protected optionSelectText: BBCodeText; private menuOptions: MenuOptions[]; protected scale = 0.1666666667; private menuDescriptions: string[]; @@ -261,6 +262,7 @@ export default class PokedexPageUiHandler extends MessageUiHandler { private unlockedVariants: boolean[]; private canUseCandies: boolean; + private exitCallback; constructor() { super(Mode.POKEDEX_PAGE); @@ -592,14 +594,13 @@ export default class PokedexPageUiHandler extends MessageUiHandler { this.menuOptions = Utils.getEnumKeys(MenuOptions).map(m => Number.parseInt(MenuOptions[m]) as MenuOptions); - this.optionSelectText = addTextObject( + this.optionSelectText = addBBCodeTextObject( 0, 0, this.menuOptions.map(o => `${i18next.t(`pokedexUiHandler:${MenuOptions[o]}`)}`).join("\n"), TextStyle.WINDOW, - { maxLines: this.menuOptions.length }, + { maxLines: this.menuOptions.length, lineSpacing: 12 }, ); - this.optionSelectText.setLineSpacing(12); this.menuDescriptions = [ i18next.t("pokedexUiHandler:showBaseStats"), @@ -622,7 +623,7 @@ export default class PokedexPageUiHandler extends MessageUiHandler { ); this.menuBg.setOrigin(0, 0); - this.optionSelectText.setPositionRelative(this.menuBg, 10 + 24 * this.scale, 6); + this.optionSelectText.setPosition(this.menuBg.x + 10 + 24 * this.scale, this.menuBg.y + 6); this.menuContainer.add(this.menuBg); @@ -656,6 +657,9 @@ export default class PokedexPageUiHandler extends MessageUiHandler { // Filter bar sits above everything, except the message box this.starterSelectContainer.bringToTop(this.starterSelectMessageBoxContainer); + + this.previousSpecies = []; + this.previousStarterAttributes = []; } show(args: any[]): boolean { @@ -668,16 +672,20 @@ export default class PokedexPageUiHandler extends MessageUiHandler { return false; } this.species = args[0]; - this.formIndex = args[1] ?? 0; - this.savedStarterAttributes = args[2] ?? { + this.savedStarterAttributes = args[1] ?? { shiny: false, female: true, variant: 0, form: 0, }; - this.filteredIndices = args[3] ?? null; + this.formIndex = this.savedStarterAttributes.form ?? 0; + this.filteredIndices = args[2] ?? null; this.starterSetup(); + if (args[4] instanceof Function) { + this.exitCallback = args[4]; + } + this.moveInfoOverlay.clear(); // clear this when removing a menu; the cancel button doesn't seem to trigger this automatically on controllers this.infoOverlay.clear(); @@ -696,11 +704,39 @@ export default class PokedexPageUiHandler extends MessageUiHandler { this.setSpecies(); this.updateInstructions(); + this.optionSelectText.setText(this.getMenuText()); + this.setCursor(0); return true; } + getMenuText(): string { + const isSeen = this.isSeen(); + const isStarterCaught = !!this.isCaught(this.getStarterSpecies(this.species)); + + return this.menuOptions + .map(o => { + const label = `${i18next.t(`pokedexUiHandler:${MenuOptions[o]}`)}`; + const isDark = + !isSeen || + (!isStarterCaught && (o === MenuOptions.TOGGLE_IVS || o === MenuOptions.NATURES)) || + (this.tmMoves.length < 1 && o === MenuOptions.TM_MOVES); + const color = getTextColor( + isDark ? TextStyle.SHADOW_TEXT : TextStyle.SETTINGS_VALUE, + false, + globalScene.uiTheme, + ); + const shadow = getTextColor( + isDark ? TextStyle.SHADOW_TEXT : TextStyle.SETTINGS_VALUE, + true, + globalScene.uiTheme, + ); + return `[shadow=${shadow}][color=${color}]${label}[/color][/shadow]`; + }) + .join("\n"); + } + starterSetup(): void { this.evolutions = []; this.prevolutions = []; @@ -896,6 +932,7 @@ export default class PokedexPageUiHandler extends MessageUiHandler { return (dexEntry?.caughtAttr ?? 0n) & (starterDexEntry?.caughtAttr ?? 0n) & species.getFullUnlocksData(); } + /** * Check whether a given form is caught for a given species. * All forms that can be reached through a form change during battle are considered caught and show up in the dex as such. @@ -920,6 +957,14 @@ export default class PokedexPageUiHandler extends MessageUiHandler { return isFormCaught; } + isSeen(): boolean { + if (this.speciesStarterDexEntry?.seenAttr) { + return true; + } + const starterCaughtAttr = this.isCaught(this.getStarterSpecies(this.species)); + return !!starterCaughtAttr; + } + /** * Get the starter attributes for the given PokemonSpecies, after sanitizing them. * If somehow a preference is set for a form, variant, gender, ability or nature @@ -933,7 +978,7 @@ export default class PokedexPageUiHandler extends MessageUiHandler { const caughtAttr = this.isCaught(); // no preferences or Pokemon wasn't caught, return empty attribute - if (!starterAttributes || !caughtAttr) { + if (!starterAttributes || !this.isSeen()) { return {}; } @@ -1068,6 +1113,8 @@ export default class PokedexPageUiHandler extends MessageUiHandler { const isCaught = this.isCaught(); const isFormCaught = this.isFormCaught(); + const isSeen = this.isSeen(); + const isStarterCaught = !!this.isCaught(this.getStarterSpecies(this.species)); if (this.blockInputOverlay) { if (button === Button.CANCEL || button === Button.ACTION) { @@ -1091,8 +1138,26 @@ export default class PokedexPageUiHandler extends MessageUiHandler { if (this.statsMode) { this.toggleStatsMode(false); success = true; + } else if (this.previousSpecies.length > 0) { + this.blockInput = true; + ui.setModeWithoutClear(Mode.OPTION_SELECT).then(() => { + const species = this.previousSpecies.pop(); + const starterAttributes = this.previousStarterAttributes.pop(); + this.moveInfoOverlay.clear(); + this.clearText(); + ui.setModeForceTransition(Mode.POKEDEX_PAGE, species, starterAttributes); + success = true; + }); + this.blockInput = false; } else { - this.getUi().revertMode(); + ui.revertMode().then(() => { + console.log("exitCallback", this.exitCallback); + if (this.exitCallback instanceof Function) { + const exitCallback = this.exitCallback; + this.exitCallback = null; + exitCallback(); + } + }); success = true; } } else { @@ -1103,7 +1168,7 @@ export default class PokedexPageUiHandler extends MessageUiHandler { if (button === Button.ACTION) { switch (this.cursor) { case MenuOptions.BASE_STATS: - if (!isCaught || !isFormCaught) { + if (!isSeen) { error = true; } else { this.blockInput = true; @@ -1123,7 +1188,7 @@ export default class PokedexPageUiHandler extends MessageUiHandler { break; case MenuOptions.LEVEL_MOVES: - if (!isCaught || !isFormCaught) { + if (!isSeen) { error = true; } else { this.blockInput = true; @@ -1181,7 +1246,7 @@ export default class PokedexPageUiHandler extends MessageUiHandler { break; case MenuOptions.EGG_MOVES: - if (!isCaught || !isFormCaught) { + if (!isSeen) { error = true; } else { this.blockInput = true; @@ -1248,7 +1313,7 @@ export default class PokedexPageUiHandler extends MessageUiHandler { break; case MenuOptions.TM_MOVES: - if (!isCaught || !isFormCaught) { + if (!isSeen) { error = true; } else if (this.tmMoves.length < 1) { ui.showText(i18next.t("pokedexUiHandler:noTmMoves")); @@ -1299,7 +1364,7 @@ export default class PokedexPageUiHandler extends MessageUiHandler { break; case MenuOptions.ABILITIES: - if (!isCaught || !isFormCaught) { + if (!isSeen) { error = true; } else { this.blockInput = true; @@ -1387,7 +1452,7 @@ export default class PokedexPageUiHandler extends MessageUiHandler { break; case MenuOptions.BIOMES: - if (!(isCaught || this.speciesStarterDexEntry?.seenAttr)) { + if (!isSeen) { error = true; } else { this.blockInput = true; @@ -1466,7 +1531,7 @@ export default class PokedexPageUiHandler extends MessageUiHandler { break; case MenuOptions.EVOLUTIONS: - if (!isCaught || !isFormCaught) { + if (!isSeen) { error = true; } else { this.blockInput = true; @@ -1507,6 +1572,8 @@ export default class PokedexPageUiHandler extends MessageUiHandler { ? (preSpecies ?? this.species).getFormNameToDisplay(preFormIndex, true) : (preSpecies ?? this.species).getExpandedSpeciesName(), handler: () => { + this.previousSpecies.push(this.species); + this.previousStarterAttributes.push({ ...this.savedStarterAttributes }); const newSpecies = allSpecies.find( species => species.speciesId === pokemonPrevolutions[pre.speciesId], ); @@ -1522,7 +1589,7 @@ export default class PokedexPageUiHandler extends MessageUiHandler { this.savedStarterAttributes.form = newFormIndex; this.moveInfoOverlay.clear(); this.clearText(); - ui.setMode(Mode.POKEDEX_PAGE, newSpecies, newFormIndex, this.savedStarterAttributes); + ui.setMode(Mode.POKEDEX_PAGE, newSpecies, this.savedStarterAttributes); return true; }, onHover: () => this.showText(conditionText), @@ -1558,11 +1625,13 @@ export default class PokedexPageUiHandler extends MessageUiHandler { : (evoSpecies ?? this.species).getExpandedSpeciesName(), style: isCaughtEvo && isFormCaughtEvo ? TextStyle.WINDOW : TextStyle.SHADOW_TEXT, handler: () => { + this.previousSpecies.push(this.species); + this.previousStarterAttributes.push({ ...this.savedStarterAttributes }); this.starterAttributes.form = newFormIndex; this.savedStarterAttributes.form = newFormIndex; this.moveInfoOverlay.clear(); this.clearText(); - ui.setMode(Mode.POKEDEX_PAGE, evoSpecies, newFormIndex, this.savedStarterAttributes); + ui.setMode(Mode.POKEDEX_PAGE, evoSpecies, this.savedStarterAttributes); return true; }, onHover: () => this.showText(conditionText), @@ -1598,6 +1667,8 @@ export default class PokedexPageUiHandler extends MessageUiHandler { label: label, style: isFormCaught ? TextStyle.WINDOW : TextStyle.SHADOW_TEXT, handler: () => { + this.previousSpecies.push(this.species); + this.previousStarterAttributes.push({ ...this.savedStarterAttributes }); const newSpecies = this.species; const newFormIndex = this.species.forms.find(f => f.formKey === bf.formKey)?.formIndex; this.starterAttributes.form = newFormIndex; @@ -1607,7 +1678,6 @@ export default class PokedexPageUiHandler extends MessageUiHandler { ui.setMode( Mode.POKEDEX_PAGE, newSpecies, - newFormIndex, this.savedStarterAttributes, this.filteredIndices, ); @@ -1645,7 +1715,7 @@ export default class PokedexPageUiHandler extends MessageUiHandler { break; case MenuOptions.TOGGLE_IVS: - if (!isCaught || !isFormCaught) { + if (!isStarterCaught) { error = true; } else { this.toggleStatsMode(); @@ -1655,7 +1725,7 @@ export default class PokedexPageUiHandler extends MessageUiHandler { break; case MenuOptions.NATURES: - if (!isCaught || !isFormCaught) { + if (!isStarterCaught) { error = true; } else { this.blockInput = true; @@ -1956,8 +2026,18 @@ export default class PokedexPageUiHandler extends MessageUiHandler { } break; case Button.LEFT: + if (this.filteredIndices && this.filteredIndices.length <= 1) { + ui.playError(); + this.blockInput = false; + return true; + } this.blockInput = true; ui.setModeWithoutClear(Mode.OPTION_SELECT).then(() => { + // Always go back to first selection after scrolling around + if (this.previousSpecies.length === 0) { + this.previousSpecies.push(this.species); + this.previousStarterAttributes.push({ ...this.savedStarterAttributes }); + } let newSpecies: PokemonSpecies; if (this.filteredIndices) { const index = this.filteredIndices.findIndex(id => id === this.species.speciesId); @@ -1979,7 +2059,6 @@ export default class PokedexPageUiHandler extends MessageUiHandler { ui.setModeForceTransition( Mode.POKEDEX_PAGE, newSpecies, - newFormIndex, this.savedStarterAttributes, this.filteredIndices, ); @@ -1987,7 +2066,17 @@ export default class PokedexPageUiHandler extends MessageUiHandler { this.blockInput = false; break; case Button.RIGHT: + if (this.filteredIndices && this.filteredIndices.length <= 1) { + ui.playError(); + this.blockInput = false; + return true; + } ui.setModeWithoutClear(Mode.OPTION_SELECT).then(() => { + // Always go back to first selection after scrolling around + if (this.previousSpecies.length === 0) { + this.previousSpecies.push(this.species); + this.previousStarterAttributes.push({ ...this.savedStarterAttributes }); + } let newSpecies: PokemonSpecies; if (this.filteredIndices) { const index = this.filteredIndices.findIndex(id => id === this.species.speciesId); @@ -2009,7 +2098,6 @@ export default class PokedexPageUiHandler extends MessageUiHandler { ui.setModeForceTransition( Mode.POKEDEX_PAGE, newSpecies, - newFormIndex, this.savedStarterAttributes, this.filteredIndices, ); @@ -2128,22 +2216,6 @@ export default class PokedexPageUiHandler extends MessageUiHandler { } } - getValueLimit(): number { - const valueLimit = new NumberHolder(0); - switch (globalScene.gameMode.modeId) { - case GameModes.ENDLESS: - case GameModes.SPLICED_ENDLESS: - valueLimit.value = 15; - break; - default: - valueLimit.value = 10; - } - - Challenge.applyChallenges(globalScene.gameMode, Challenge.ChallengeType.STARTER_POINTS, valueLimit); - - return valueLimit.value; - } - setCursor(cursor: number): boolean { const ret = super.setCursor(cursor); @@ -2158,9 +2230,7 @@ export default class PokedexPageUiHandler extends MessageUiHandler { const ui = this.getUi(); - const isFormCaught = this.isFormCaught(); - - if ((this.isCaught() && isFormCaught) || (this.speciesStarterDexEntry?.seenAttr && cursor === 5)) { + if ((this.isCaught() && this.isFormCaught()) || this.isSeen()) { ui.showText(this.menuDescriptions[cursor]); } else { ui.showText(""); @@ -2239,7 +2309,7 @@ export default class PokedexPageUiHandler extends MessageUiHandler { } } - if (species && (this.speciesStarterDexEntry?.seenAttr || this.isCaught())) { + if (species && (this.isSeen() || this.isCaught())) { this.pokemonNumberText.setText(padInt(species.speciesId, 4)); if (this.isCaught()) { @@ -2368,8 +2438,6 @@ export default class PokedexPageUiHandler extends MessageUiHandler { } if (species) { - const dexEntry = globalScene.gameData.dexData[species.speciesId]; - const caughtAttr = this.isCaught(species); if (!caughtAttr) { @@ -2390,7 +2458,7 @@ export default class PokedexPageUiHandler extends MessageUiHandler { } const isFormCaught = this.isFormCaught(); - const isFormSeen = dexEntry ? (dexEntry.seenAttr & globalScene.gameData.getFormAttr(formIndex ?? 0)) > 0n : false; + const isFormSeen = this.isSeen(); this.shinyOverlay.setVisible(shiny ?? false); // TODO: is false the correct default? this.pokemonNumberText.setColor(this.getTextColor(shiny ? TextStyle.SUMMARY_GOLD : TextStyle.SUMMARY, false)); diff --git a/src/ui/pokedex-ui-handler.ts b/src/ui/pokedex-ui-handler.ts index f4cb9f51c16..230b1bcb42b 100644 --- a/src/ui/pokedex-ui-handler.ts +++ b/src/ui/pokedex-ui-handler.ts @@ -12,7 +12,7 @@ import { getStarterValueFriendshipCap, speciesStarterCosts, POKERUS_STARTER_COUN import { catchableSpecies } from "#app/data/balance/biomes"; import { PokemonType } from "#enums/pokemon-type"; import type { DexAttrProps, DexEntry, StarterAttributes, StarterPreferences } from "#app/system/game-data"; -import { AbilityAttr, DexAttr, loadStarterPreferences, saveStarterPreferences } from "#app/system/game-data"; +import { AbilityAttr, DexAttr, loadStarterPreferences } from "#app/system/game-data"; import MessageUiHandler from "#app/ui/message-ui-handler"; import PokemonIconAnimHandler, { PokemonIconAnimMode } from "#app/ui/pokemon-icon-anim-handler"; import { TextStyle, addTextObject } from "#app/ui/text"; @@ -37,11 +37,10 @@ import { addWindow } from "./ui-theme"; import type { OptionSelectConfig } from "./abstact-option-select-ui-handler"; import { FilterText, FilterTextRow } from "./filter-text"; import { allAbilities } from "#app/data/ability"; -import type { PassiveAbilities } from "#app/data/balance/passives"; import { starterPassiveAbilities } from "#app/data/balance/passives"; import { allMoves } from "#app/data/moves/move"; import { speciesTmMoves } from "#app/data/balance/tms"; -import { pokemonStarters } from "#app/data/balance/pokemon-evolutions"; +import { pokemonPrevolutions, pokemonStarters } from "#app/data/balance/pokemon-evolutions"; import { Biome } from "#enums/biome"; import { globalScene } from "#app/global-scene"; @@ -782,6 +781,15 @@ export default class PokedexUiHandler extends MessageUiHandler { this.starterSelectMessageBoxContainer.setVisible(!!text?.length); } + isSeen(species: PokemonSpecies, dexEntry: DexEntry): boolean { + if (dexEntry?.seenAttr) { + return true; + } + + const starterDexEntry = globalScene.gameData.dexData[this.getStarterSpeciesId(species.speciesId)]; + return !!starterDexEntry?.caughtAttr; + } + /** * Determines if 'Icon' based upgrade notifications should be shown * @returns true if upgrade notifications are enabled and set to display an 'Icon' @@ -1125,7 +1133,7 @@ export default class PokedexUiHandler extends MessageUiHandler { } else if (this.showingTray) { if (button === Button.ACTION) { const formIndex = this.trayForms[this.trayCursor].formIndex; - ui.setOverlayMode(Mode.POKEDEX_PAGE, this.lastSpecies, formIndex, { form: formIndex }, this.filteredIndices); + ui.setOverlayMode(Mode.POKEDEX_PAGE, this.lastSpecies, { form: formIndex }, this.filteredIndices); success = true; } else { const numberOfForms = this.trayContainers.length; @@ -1174,7 +1182,7 @@ export default class PokedexUiHandler extends MessageUiHandler { } } else { if (button === Button.ACTION) { - ui.setOverlayMode(Mode.POKEDEX_PAGE, this.lastSpecies, 0, null, this.filteredIndices); + ui.setOverlayMode(Mode.POKEDEX_PAGE, this.lastSpecies, null, this.filteredIndices); success = true; } else { switch (button) { @@ -1365,7 +1373,7 @@ export default class PokedexUiHandler extends MessageUiHandler { const levelMoves = pokemonSpeciesLevelMoves[species.speciesId].map(m => allMoves[m[1]].name); // This always gets egg moves from the starter const eggMoves = speciesEggMoves[starterId]?.map(m => allMoves[m].name) ?? []; - const tmMoves = speciesTmMoves[starterId]?.map(m => allMoves[Array.isArray(m) ? m[1] : m].name) ?? []; + const tmMoves = speciesTmMoves[species.speciesId]?.map(m => allMoves[Array.isArray(m) ? m[1] : m].name) ?? []; const selectedMove1 = this.filterText.getValue(FilterTextRow.MOVE_1); const selectedMove2 = this.filterText.getValue(FilterTextRow.MOVE_2); @@ -1404,7 +1412,12 @@ export default class PokedexUiHandler extends MessageUiHandler { // Ability filter const abilities = [species.ability1, species.ability2, species.abilityHidden].map(a => allAbilities[a].name); - const passives = starterPassiveAbilities[starterId] ?? ({} as PassiveAbilities); + const passiveId = starterPassiveAbilities.hasOwnProperty(species.speciesId) + ? species.speciesId + : starterPassiveAbilities.hasOwnProperty(starterId) + ? starterId + : pokemonPrevolutions[starterId]; + const passives = starterPassiveAbilities[passiveId]; const selectedAbility1 = this.filterText.getValue(FilterTextRow.ABILITY_1); const fitsFormAbility1 = species.forms.some(form => @@ -1736,42 +1749,32 @@ export default class PokedexUiHandler extends MessageUiHandler { if (caughtAttr & data.species.getFullUnlocksData() || globalScene.dexForDevs) { container.icon.clearTint(); - } else if (dexEntry.seenAttr) { + } else if (this.isSeen(data.species, dexEntry)) { container.icon.setTint(0x808080); } else { container.icon.setTint(0); } - if (data.eggMove1) { - container.eggMove1Icon.setVisible(true); - } else { - container.eggMove1Icon.setVisible(false); - } - if (data.eggMove2) { - container.eggMove2Icon.setVisible(true); - } else { - container.eggMove2Icon.setVisible(false); - } - if (data.tmMove1) { - container.tmMove1Icon.setVisible(true); - } else { - container.tmMove1Icon.setVisible(false); - } - if (data.tmMove2) { - container.tmMove2Icon.setVisible(true); - } else { - container.tmMove2Icon.setVisible(false); - } - if (data.passive1) { - container.passive1Icon.setVisible(true); - } else { - container.passive1Icon.setVisible(false); - } - if (data.passive2) { - container.passive2Icon.setVisible(true); - } else { - container.passive2Icon.setVisible(false); - } + const pairs: [boolean | undefined, Phaser.GameObjects.Image][] = [ + [data.eggMove1, container.eggMove1Icon], + [data.eggMove2, container.eggMove2Icon], + [data.tmMove1, container.tmMove1Icon], + [data.tmMove2, container.tmMove2Icon], + [data.passive1, container.passive1Icon], + [data.passive2, container.passive2Icon], + ]; + + pairs.forEach(([unlocked, icon]) => { + if (unlocked) { + icon.setVisible(true); + icon.clearTint(); + } else if (unlocked === false) { + icon.setVisible(true); + icon.setTint(0x808080); + } else { + icon.setVisible(false); + } + }); if (this.showDecorations) { if (this.pokerusSpecies.includes(data.species)) { @@ -1937,13 +1940,11 @@ export default class PokedexUiHandler extends MessageUiHandler { const props = this.getSanitizedProps(globalScene.gameData.getSpeciesDexAttrProps(this.lastSpecies, dexAttr)); this.trayContainers = []; + const isFormSeen = this.isSeen(species, dexEntry); this.trayForms.map((f, index) => { const isFormCaught = dexEntry ? (dexEntry.caughtAttr & species.getFullUnlocksData() & globalScene.gameData.getFormAttr(f.formIndex ?? 0)) > 0n : false; - const isFormSeen = dexEntry - ? (dexEntry.seenAttr & globalScene.gameData.getFormAttr(f.formIndex ?? 0)) > 0n - : false; const formContainer = new PokedexMonContainer(species, { formIndex: f.formIndex, female: props.female, @@ -2153,7 +2154,7 @@ export default class PokedexUiHandler extends MessageUiHandler { } const isFormCaught = dexEntry ? (caughtAttr & globalScene.gameData.getFormAttr(formIndex ?? 0)) > 0n : false; - const isFormSeen = dexEntry ? (dexEntry.seenAttr & globalScene.gameData.getFormAttr(formIndex ?? 0)) > 0n : false; + const isFormSeen = this.isSeen(species, dexEntry); const assetLoadCancelled = new BooleanHolder(false); this.assetLoadCancelled = assetLoadCancelled; diff --git a/src/ui/pokemon-info-container.ts b/src/ui/pokemon-info-container.ts index 64c743ec88d..56201f38748 100644 --- a/src/ui/pokemon-info-container.ts +++ b/src/ui/pokemon-info-container.ts @@ -458,7 +458,7 @@ export default class PokemonInfoContainer extends Phaser.GameObjects.Container { makeRoomForConfirmUi(speedMultiplier = 1, fromCatch = false): Promise { const xPosition = fromCatch - ? this.initialX - this.infoWindowWidth - 65 + ? this.initialX - this.infoWindowWidth - 67 : this.initialX - this.infoWindowWidth - ConfirmUiHandler.windowWidth; return new Promise(resolve => { globalScene.tweens.add({ diff --git a/src/ui/settings/settings-display-ui-handler.ts b/src/ui/settings/settings-display-ui-handler.ts index b3505fe90f2..985aa9adca2 100644 --- a/src/ui/settings/settings-display-ui-handler.ts +++ b/src/ui/settings/settings-display-ui-handler.ts @@ -33,6 +33,12 @@ export default class SettingsDisplayUiHandler extends AbstractSettingsUiHandler label: "Español (ES)", }; break; + case "es-MX": + this.settings[languageIndex].options[0] = { + value: "Español (LATAM)", + label: "Español (LATAM)", + }; + break; case "it": this.settings[languageIndex].options[0] = { value: "Italiano", diff --git a/src/ui/starter-select-ui-handler.ts b/src/ui/starter-select-ui-handler.ts index ccc56f38368..1e84b367791 100644 --- a/src/ui/starter-select-ui-handler.ts +++ b/src/ui/starter-select-ui-handler.ts @@ -80,6 +80,7 @@ import { PLAYER_PARTY_MAX_SIZE } from "#app/constants"; import { achvs } from "#app/system/achv"; import * as Utils from "../utils"; import type { GameObjects } from "phaser"; +import { checkStarterValidForChallenge } from "#app/data/challenge"; export type StarterSelectCallback = (starters: Starter[]) => void; @@ -116,6 +117,10 @@ const languageSettings: { [key: string]: LanguageSetting } = { starterInfoTextSize: "52px", instructionTextSize: "35px", }, + "es-MX": { + starterInfoTextSize: "52px", + instructionTextSize: "35px", + }, fr: { starterInfoTextSize: "54px", instructionTextSize: "38px", @@ -149,7 +154,7 @@ const languageSettings: { [key: string]: LanguageSetting } = { instructionTextSize: "38px", }, "ca-ES": { - starterInfoTextSize: "56px", + starterInfoTextSize: "52px", instructionTextSize: "38px", }, }; @@ -1760,21 +1765,14 @@ export default class StarterSelectUiHandler extends MessageUiHandler { const species = starter.species; const [isDupe] = this.isInParty(species); const starterCost = globalScene.gameData.getSpeciesStarterValue(species.speciesId); - const isValidForChallenge = new BooleanHolder(true); - Challenge.applyChallenges( - globalScene.gameMode, - Challenge.ChallengeType.STARTER_CHOICE, + const isValidForChallenge = checkStarterValidForChallenge( species, - isValidForChallenge, globalScene.gameData.getSpeciesDexAttrProps(species, this.getCurrentDexProps(species.speciesId)), this.isPartyValid(), ); const isCaught = globalScene.gameData.dexData[species.speciesId].caughtAttr; return ( - !isDupe && - isValidForChallenge.value && - currentPartyValue + starterCost <= this.getValueLimit() && - isCaught + !isDupe && isValidForChallenge && currentPartyValue + starterCost <= this.getValueLimit() && isCaught ); }); if (validStarters.length === 0) { @@ -1861,16 +1859,11 @@ export default class StarterSelectUiHandler extends MessageUiHandler { const ui = this.getUi(); let options: any[] = []; // TODO: add proper type - const [isDupe, removeIndex]: [boolean, number] = this.isInParty(this.lastSpecies); // checks to see if the pokemon is a duplicate; if it is, returns the index that will be removed + const [isDupe, removeIndex]: [boolean, number] = this.isInParty(this.lastSpecies); const isPartyValid = this.isPartyValid(); - const isValidForChallenge = new BooleanHolder(true); - - Challenge.applyChallenges( - globalScene.gameMode, - Challenge.ChallengeType.STARTER_CHOICE, + const isValidForChallenge = checkStarterValidForChallenge( this.lastSpecies, - isValidForChallenge, globalScene.gameData.getSpeciesDexAttrProps( this.lastSpecies, this.getCurrentDexProps(this.lastSpecies.speciesId), @@ -1888,11 +1881,10 @@ export default class StarterSelectUiHandler extends MessageUiHandler { const newCost = globalScene.gameData.getSpeciesStarterValue(this.lastSpecies.speciesId); if ( !isDupe && - isValidForChallenge.value && + isValidForChallenge && currentPartyValue + newCost <= this.getValueLimit() && this.starterSpecies.length < PLAYER_PARTY_MAX_SIZE ) { - // this checks to make sure the pokemon doesn't exist in your party, it's valid for the challenge and that it won't go over the cost limit; if it meets all these criteria it will add it to your party options = [ { label: i18next.t("starterSelectUiHandler:addToParty"), @@ -1902,7 +1894,7 @@ export default class StarterSelectUiHandler extends MessageUiHandler { globalScene.gameData.getSpeciesStarterValue(this.lastSpecies.speciesId), true, ); - if (!isDupe && isValidForChallenge.value && isOverValueLimit) { + if (!isDupe && isValidForChallenge && isOverValueLimit) { const cursorObj = this.starterCursorObjs[this.starterSpecies.length]; cursorObj.setVisible(true); cursorObj.setPosition(this.cursorObj.x, this.cursorObj.y); @@ -2336,7 +2328,7 @@ export default class StarterSelectUiHandler extends MessageUiHandler { form: starterAttributes.form, female: starterAttributes.female, }; - ui.setOverlayMode(Mode.POKEDEX_PAGE, this.lastSpecies, starterAttributes.form, attributes); + ui.setOverlayMode(Mode.POKEDEX_PAGE, this.lastSpecies, attributes); }); return true; }, @@ -2968,7 +2960,7 @@ export default class StarterSelectUiHandler extends MessageUiHandler { valueLimit.value = 10; } - Challenge.applyChallenges(globalScene.gameMode, Challenge.ChallengeType.STARTER_POINTS, valueLimit); + Challenge.applyChallenges(Challenge.ChallengeType.STARTER_POINTS, valueLimit); return valueLimit.value; } @@ -2993,32 +2985,27 @@ export default class StarterSelectUiHandler extends MessageUiHandler { /* Here we are making a fake form index dex props for challenges * Since some pokemon rely on forms to be valid (i.e. blaze tauros for fire challenges), we make a fake form and dex props to use in the challenge */ + if (!species.forms[i].isStarterSelectable) { + continue; + } const tempFormProps = BigInt(Math.pow(2, i)) * DexAttr.DEFAULT_FORM; - const isValidForChallenge = new BooleanHolder(true); - Challenge.applyChallenges( - globalScene.gameMode, - Challenge.ChallengeType.STARTER_CHOICE, + const isValidForChallenge = checkStarterValidForChallenge( container.species, - isValidForChallenge, globalScene.gameData.getSpeciesDexAttrProps(species, tempFormProps), true, ); - allFormsValid = allFormsValid || isValidForChallenge.value; + allFormsValid = allFormsValid || isValidForChallenge; } } else { - const isValidForChallenge = new BooleanHolder(true); - Challenge.applyChallenges( - globalScene.gameMode, - Challenge.ChallengeType.STARTER_CHOICE, + const isValidForChallenge = checkStarterValidForChallenge( container.species, - isValidForChallenge, globalScene.gameData.getSpeciesDexAttrProps( species, globalScene.gameData.getSpeciesDefaultDexAttr(container.species, false, true), ), true, ); - allFormsValid = isValidForChallenge.value; + allFormsValid = isValidForChallenge; } if (allFormsValid) { this.validStarterContainers.push(container); @@ -3851,15 +3838,6 @@ export default class StarterSelectUiHandler extends MessageUiHandler { this.pokemonSprite.setVisible(!this.statsMode); } - const isValidForChallenge = new BooleanHolder(true); - Challenge.applyChallenges( - globalScene.gameMode, - Challenge.ChallengeType.STARTER_CHOICE, - species, - isValidForChallenge, - globalScene.gameData.getSpeciesDexAttrProps(species, this.dexAttrCursor), - !!this.starterSpecies.length, - ); const currentFilteredContainer = this.filteredStarterContainers.find( p => p.species.speciesId === species.speciesId, ); @@ -4233,20 +4211,15 @@ export default class StarterSelectUiHandler extends MessageUiHandler { globalScene.time.delayedCall(fixedInt(500), () => this.tryUpdateValue()); return false; } - let isPartyValid: boolean = this.isPartyValid(); // this checks to see if the party is valid + let isPartyValid: boolean = this.isPartyValid(); if (addingToParty) { - // this does a check to see if the pokemon being added is valid; if so, it will update the isPartyValid boolean - const isNewPokemonValid = new BooleanHolder(true); const species = this.filteredStarterContainers[this.cursor].species; - Challenge.applyChallenges( - globalScene.gameMode, - Challenge.ChallengeType.STARTER_CHOICE, + const isNewPokemonValid = checkStarterValidForChallenge( species, - isNewPokemonValid, globalScene.gameData.getSpeciesDexAttrProps(species, this.getCurrentDexProps(species.speciesId)), false, ); - isPartyValid = isPartyValid || isNewPokemonValid.value; + isPartyValid = isPartyValid || isNewPokemonValid; } /** @@ -4270,12 +4243,8 @@ export default class StarterSelectUiHandler extends MessageUiHandler { * If speciesStarterDexEntry?.caughtAttr is true, this species registered in stater. * we change to can AddParty value to true since the user has enough cost to choose this pokemon and this pokemon registered too. */ - const isValidForChallenge = new BooleanHolder(true); - Challenge.applyChallenges( - globalScene.gameMode, - Challenge.ChallengeType.STARTER_CHOICE, + const isValidForChallenge = checkStarterValidForChallenge( this.allSpecies[s], - isValidForChallenge, globalScene.gameData.getSpeciesDexAttrProps( this.allSpecies[s], this.getCurrentDexProps(this.allSpecies[s].speciesId), @@ -4283,7 +4252,7 @@ export default class StarterSelectUiHandler extends MessageUiHandler { isPartyValid, ); - const canBeChosen = remainValue >= speciesStarterValue && isValidForChallenge.value; + const canBeChosen = remainValue >= speciesStarterValue && isValidForChallenge; const isPokemonInParty = this.isInParty(this.allSpecies[s])[0]; // this will get the valud of isDupe from isInParty. This will let us see if the pokemon in question is in our party already so we don't grey out the sprites if they're invalid @@ -4417,17 +4386,13 @@ export default class StarterSelectUiHandler extends MessageUiHandler { isPartyValid(): boolean { let canStart = false; for (let s = 0; s < this.starterSpecies.length; s++) { - const isValidForChallenge = new BooleanHolder(true); const species = this.starterSpecies[s]; - Challenge.applyChallenges( - globalScene.gameMode, - Challenge.ChallengeType.STARTER_CHOICE, + const isValidForChallenge = checkStarterValidForChallenge( species, - isValidForChallenge, globalScene.gameData.getSpeciesDexAttrProps(species, this.getCurrentDexProps(species.speciesId)), false, ); - canStart = canStart || isValidForChallenge.value; + canStart = canStart || isValidForChallenge; } return canStart; } @@ -4592,4 +4557,13 @@ export default class StarterSelectUiHandler extends MessageUiHandler { icon.setFrame(species.getIconId(female, formIndex, false, variant)); } } + + /** + * Clears this UI's starter preferences. + * + * Designed to be used for unit tests that utilize this UI. + */ + clearStarterPreferences() { + this.starterPreferences = {}; + } } diff --git a/src/ui/summary-ui-handler.ts b/src/ui/summary-ui-handler.ts index d42572cfef4..9b209ded57a 100644 --- a/src/ui/summary-ui-handler.ts +++ b/src/ui/summary-ui-handler.ts @@ -1208,7 +1208,7 @@ export default class SummaryUiHandler extends UiHandler { } if (this.moveCursor < 4 && this.pokemon && this.moveCursor < this.pokemon.moveset.length) { - return this.pokemon.moveset[this.moveCursor]!.getMove(); // TODO: is this bang correct? + return this.pokemon.moveset[this.moveCursor].getMove(); } if (this.summaryUiMode === SummaryUiMode.LEARN_MOVE && this.moveCursor === 4) { return this.newMove; diff --git a/src/ui/title-ui-handler.ts b/src/ui/title-ui-handler.ts index 2f797bb4bfb..d87d4e5ca79 100644 --- a/src/ui/title-ui-handler.ts +++ b/src/ui/title-ui-handler.ts @@ -8,10 +8,14 @@ import { TimedEventDisplay } from "#app/timed-event-manager"; import { version } from "../../package.json"; import { pokerogueApi } from "#app/plugins/api/pokerogue-api"; import { globalScene } from "#app/global-scene"; +import type { Species } from "#enums/species"; +import { getPokemonSpecies } from "#app/data/pokemon-species"; +import { PlayerGender } from "#enums/player-gender"; +import { timedEventManager } from "#app/global-event-manager"; export default class TitleUiHandler extends OptionSelectUiHandler { /** If the stats can not be retrieved, use this fallback value */ - private static readonly BATTLES_WON_FALLBACK: number = -99999999; + private static readonly BATTLES_WON_FALLBACK: number = -1; private titleContainer: Phaser.GameObjects.Container; private playerCountLabel: Phaser.GameObjects.Text; @@ -40,8 +44,8 @@ export default class TitleUiHandler extends OptionSelectUiHandler { logo.setOrigin(0.5, 0); this.titleContainer.add(logo); - if (globalScene.eventManager.isEventActive()) { - this.eventDisplay = new TimedEventDisplay(0, 0, globalScene.eventManager.activeEvent()); + if (timedEventManager.isEventActive()) { + this.eventDisplay = new TimedEventDisplay(0, 0, timedEventManager.activeEvent()); this.eventDisplay.setup(); this.titleContainer.add(this.eventDisplay); } @@ -98,6 +102,29 @@ export default class TitleUiHandler extends OptionSelectUiHandler { }); } + /** Used solely to display a random Pokémon name in a splash message. */ + randomPokemon(): void { + const rand = Utils.randInt(1025, 1); + const pokemon = getPokemonSpecies(rand as Species); + if ( + this.splashMessage === "splashMessages:underratedPokemon" || + this.splashMessage === "splashMessages:dontTalkAboutThePokemonIncident" || + this.splashMessage === "splashMessages:aWildPokemonAppeared" || + this.splashMessage === "splashMessages:aprilFools.removedPokemon" + ) { + this.splashMessageText.setText(i18next.t(this.splashMessage, { pokemonName: pokemon.name })); + } + } + + /** Used for a specific April Fools splash message. */ + genderSplash(): void { + if (this.splashMessage === "splashMessages:aprilFools.helloKyleAmber") { + globalScene.gameData.gender === PlayerGender.MALE + ? this.splashMessageText.setText(i18next.t(this.splashMessage, { name: i18next.t("trainerNames:player_m") })) + : this.splashMessageText.setText(i18next.t(this.splashMessage, { name: i18next.t("trainerNames:player_f") })); + } + } + show(args: any[]): boolean { const ret = super.show(args); @@ -116,11 +143,14 @@ export default class TitleUiHandler extends OptionSelectUiHandler { const ui = this.getUi(); - if (globalScene.eventManager.isEventActive()) { + if (timedEventManager.isEventActive()) { this.eventDisplay.setWidth(globalScene.scaledCanvas.width - this.optionSelectBg.width - this.optionSelectBg.x); this.eventDisplay.show(); } + this.randomPokemon(); + this.genderSplash(); + this.updateTitleStats(); this.titleStatsTimer = setInterval(() => { diff --git a/src/ui/ui.ts b/src/ui/ui.ts index 7c202e9210d..6605e5ef730 100644 --- a/src/ui/ui.ts +++ b/src/ui/ui.ts @@ -328,17 +328,28 @@ export default class UI extends Phaser.GameObjects.Container { prompt?: boolean | null, promptDelay?: number | null, ): void { + const pokename: string[] = []; + const repname = ["#POKEMON1", "#POKEMON2"]; + for (let p = 0; p < globalScene.getPlayerField().length; p++) { + pokename.push(globalScene.getPlayerField()[p].getNameToRender()); + text = text.split(pokename[p]).join(repname[p]); + } if (prompt && text.indexOf("$") > -1) { const messagePages = text.split(/\$/g).map(m => m.trim()); // biome-ignore lint/complexity/useOptionalChain: optional chain would change this to be null instead of undefined. let showMessageAndCallback = () => callback && callback(); for (let p = messagePages.length - 1; p >= 0; p--) { const originalFunc = showMessageAndCallback; + messagePages[p] = messagePages[p].split(repname[0]).join(pokename[0]); + messagePages[p] = messagePages[p].split(repname[1]).join(pokename[1]); showMessageAndCallback = () => this.showText(messagePages[p], null, originalFunc, null, true); } showMessageAndCallback(); } else { const handler = this.getHandler(); + for (let p = 0; p < globalScene.getPlayerField().length; p++) { + text = text.split(repname[p]).join(pokename[p]); + } if (handler instanceof MessageUiHandler) { (handler as MessageUiHandler).showText(text, delay, callback, callbackDelay, prompt, promptDelay); } else { diff --git a/src/utils.ts b/src/utils.ts index 7d3dea0247e..4092b68b405 100644 --- a/src/utils.ts +++ b/src/utils.ts @@ -456,6 +456,7 @@ export function hasAllLocalizedSprites(lang?: string): boolean { switch (lang) { case "es-ES": + case "es-MX": case "fr": case "de": case "it": @@ -464,6 +465,7 @@ export function hasAllLocalizedSprites(lang?: string): boolean { case "pt-BR": case "ko": case "ja": + case "ca-ES": return true; default: return false; diff --git a/test/abilities/desolate-land.test.ts b/test/abilities/desolate-land.test.ts index 67d9ac1cdf5..bb0b152418d 100644 --- a/test/abilities/desolate-land.test.ts +++ b/test/abilities/desolate-land.test.ts @@ -1,5 +1,7 @@ import { PokeballType } from "#app/enums/pokeball"; import { WeatherType } from "#app/enums/weather-type"; +import type { CommandPhase } from "#app/phases/command-phase"; +import { Command } from "#app/ui/command-ui-handler"; import { Abilities } from "#enums/abilities"; import { Moves } from "#enums/moves"; import { Species } from "#enums/species"; @@ -131,4 +133,18 @@ describe("Abilities - Desolate Land", () => { expect(game.scene.arena.weather?.weatherType).not.toBe(WeatherType.HARSH_SUN); }); + + it("should lift after fleeing from a wild pokemon", async () => { + game.override.enemyAbility(Abilities.DESOLATE_LAND).ability(Abilities.BALL_FETCH); + await game.classicMode.startBattle([Species.MAGIKARP]); + expect(game.scene.arena.weather?.weatherType).toBe(WeatherType.HARSH_SUN); + + vi.spyOn(game.scene.getPlayerPokemon()!, "randSeedInt").mockReturnValue(0); + + const commandPhase = game.scene.getCurrentPhase() as CommandPhase; + commandPhase.handleCommand(Command.RUN, 0); + await game.phaseInterceptor.to("BerryPhase"); + + expect(game.scene.arena.weather?.weatherType).not.toBe(WeatherType.HARSH_SUN); + }); }); diff --git a/test/abilities/flower_gift.test.ts b/test/abilities/flower_gift.test.ts index fff509a1f00..5da796539e5 100644 --- a/test/abilities/flower_gift.test.ts +++ b/test/abilities/flower_gift.test.ts @@ -1,12 +1,14 @@ import { BattlerIndex } from "#app/battle"; +import { allAbilities } from "#app/data/ability"; import { Abilities } from "#app/enums/abilities"; import { Stat } from "#app/enums/stat"; import { WeatherType } from "#app/enums/weather-type"; +import { TurnEndPhase } from "#app/phases/turn-end-phase"; import { Moves } from "#enums/moves"; import { Species } from "#enums/species"; import GameManager from "#test/testUtils/gameManager"; import Phaser from "phaser"; -import { afterEach, beforeAll, beforeEach, describe, expect, it } from "vitest"; +import { afterEach, beforeAll, beforeEach, describe, expect, it, vi } from "vitest"; describe("Abilities - Flower Gift", () => { let phaserGame: Phaser.Game; @@ -28,6 +30,64 @@ describe("Abilities - Flower Gift", () => { expect(game.scene.getPlayerPokemon()?.formIndex).toBe(OVERCAST_FORM); }; + /** + * Tests damage dealt by a move used against a target before and after Flower Gift is activated. + * @param game The game manager instance + * @param move The move that should be used + * @param allyAttacker True if the ally is attacking the enemy, false if the enemy is attacking the ally + * @param ability The ability that the ally pokemon should have + * @param enemyAbility The ability that the enemy pokemon should have + * + * @returns Two numbers, the first being the damage done to the target without flower gift active, the second being the damage done with flower gift active + */ + const testDamageDealt = async ( + game: GameManager, + move: Moves, + allyAttacker: boolean, + allyAbility = Abilities.BALL_FETCH, + enemyAbility = Abilities.BALL_FETCH, + ): Promise<[number, number]> => { + game.override.battleType("double"); + game.override.moveset([Moves.SPLASH, Moves.SUNNY_DAY, move, Moves.HEAL_PULSE]); + game.override.enemyMoveset([Moves.SPLASH, Moves.HEAL_PULSE]); + const target_index = allyAttacker ? BattlerIndex.ENEMY : BattlerIndex.PLAYER_2; + const attacker_index = allyAttacker ? BattlerIndex.PLAYER_2 : BattlerIndex.ENEMY; + const ally_move = allyAttacker ? move : Moves.SPLASH; + const enemy_move = allyAttacker ? Moves.SPLASH : move; + const ally_target = allyAttacker ? BattlerIndex.ENEMY : null; + + await game.classicMode.startBattle([Species.CHERRIM, Species.MAGIKARP]); + const target = allyAttacker ? game.scene.getEnemyField()[0] : game.scene.getPlayerField()[1]; + const initialHp = target.getMaxHp(); + + // Override the ability for the target and attacker only + vi.spyOn(game.scene.getPlayerField()[1], "getAbility").mockReturnValue(allAbilities[allyAbility]); + vi.spyOn(game.scene.getEnemyField()[0], "getAbility").mockReturnValue(allAbilities[enemyAbility]); + + // turn 1 + game.move.select(Moves.SUNNY_DAY, 0); + game.move.select(ally_move, 1, ally_target); + await game.forceEnemyMove(enemy_move, BattlerIndex.PLAYER_2); + await game.forceEnemyMove(Moves.SPLASH); + // Ensure sunny day is used last. + await game.setTurnOrder([attacker_index, target_index, BattlerIndex.ENEMY_2, BattlerIndex.PLAYER]); + await game.phaseInterceptor.to(TurnEndPhase); + const damageWithoutGift = initialHp - target.hp; + + target.hp = initialHp; + + // turn 2. Make target use recover to reset hp calculation. + game.move.select(Moves.SPLASH, 0, target_index); + game.move.select(ally_move, 1, ally_target); + await game.forceEnemyMove(enemy_move, BattlerIndex.PLAYER_2); + await game.forceEnemyMove(Moves.SPLASH); + await game.setTurnOrder([BattlerIndex.PLAYER, BattlerIndex.ENEMY_2, target_index, attacker_index]); + await game.phaseInterceptor.to(TurnEndPhase); + const damageWithGift = initialHp - target.hp; + + return [damageWithoutGift, damageWithGift]; + }; + beforeAll(() => { phaserGame = new Phaser.Game({ type: Phaser.HEADLESS, @@ -41,23 +101,24 @@ describe("Abilities - Flower Gift", () => { beforeEach(() => { game = new GameManager(phaserGame); game.override - .moveset([Moves.SPLASH, Moves.RAIN_DANCE, Moves.SUNNY_DAY, Moves.SKILL_SWAP]) + .moveset([Moves.SPLASH, Moves.SUNSTEEL_STRIKE, Moves.SUNNY_DAY, Moves.MUD_SLAP]) .enemySpecies(Species.MAGIKARP) .enemyMoveset(Moves.SPLASH) - .enemyAbility(Abilities.BALL_FETCH); + .enemyAbility(Abilities.BALL_FETCH) + .enemyLevel(100) + .startingLevel(100); }); - // TODO: Uncomment expect statements when the ability is implemented - currently does not increase stats of allies it("increases the ATK and SPDEF stat stages of the Pokémon with this Ability and its allies by 1.5× during Harsh Sunlight", async () => { game.override.battleType("double"); await game.classicMode.startBattle([Species.CHERRIM, Species.MAGIKARP]); - const [cherrim] = game.scene.getPlayerField(); + const [cherrim, magikarp] = game.scene.getPlayerField(); const cherrimAtkStat = cherrim.getEffectiveStat(Stat.ATK); const cherrimSpDefStat = cherrim.getEffectiveStat(Stat.SPDEF); - // const magikarpAtkStat = magikarp.getEffectiveStat(Stat.ATK);; - // const magikarpSpDefStat = magikarp.getEffectiveStat(Stat.SPDEF); + const magikarpAtkStat = magikarp.getEffectiveStat(Stat.ATK); + const magikarpSpDefStat = magikarp.getEffectiveStat(Stat.SPDEF); game.move.select(Moves.SUNNY_DAY, 0); game.move.select(Moves.SPLASH, 1); @@ -68,8 +129,34 @@ describe("Abilities - Flower Gift", () => { expect(cherrim.formIndex).toBe(SUNSHINE_FORM); expect(cherrim.getEffectiveStat(Stat.ATK)).toBe(Math.floor(cherrimAtkStat * 1.5)); expect(cherrim.getEffectiveStat(Stat.SPDEF)).toBe(Math.floor(cherrimSpDefStat * 1.5)); - // expect(magikarp.getEffectiveStat(Stat.ATK)).toBe(Math.floor(magikarpAtkStat * 1.5)); - // expect(magikarp.getEffectiveStat(Stat.SPDEF)).toBe(Math.floor(magikarpSpDefStat * 1.5)); + expect(magikarp.getEffectiveStat(Stat.ATK)).toBe(Math.floor(magikarpAtkStat * 1.5)); + expect(magikarp.getEffectiveStat(Stat.SPDEF)).toBe(Math.floor(magikarpSpDefStat * 1.5)); + }); + + it("should not increase the damage of an ally using an ability ignoring move", async () => { + const [damageWithGift, damageWithoutGift] = await testDamageDealt(game, Moves.SUNSTEEL_STRIKE, true); + expect(damageWithGift).toBe(damageWithoutGift); + }); + + it("should not increase the damage of a mold breaker ally", async () => { + const [damageWithGift, damageWithoutGift] = await testDamageDealt(game, Moves.TACKLE, true, Abilities.MOLD_BREAKER); + expect(damageWithGift).toBe(damageWithoutGift); + }); + + it("should decrease the damage an ally takes from a special attack", async () => { + const [damageWithoutGift, damageWithGift] = await testDamageDealt(game, Moves.MUD_SLAP, false); + expect(damageWithGift).toBeLessThan(damageWithoutGift); + }); + + it("should not decrease the damage an ally takes from a mold breaker enemy using a special attack", async () => { + const [damageWithoutGift, damageWithGift] = await testDamageDealt( + game, + Moves.MUD_SLAP, + false, + Abilities.BALL_FETCH, + Abilities.MOLD_BREAKER, + ); + expect(damageWithGift).toBe(damageWithoutGift); }); it("changes the Pokemon's form during Harsh Sunlight", async () => { @@ -90,25 +177,6 @@ describe("Abilities - Flower Gift", () => { await testRevertFormAgainstAbility(game, Abilities.CLOUD_NINE); }); - it("reverts to Overcast Form when the Pokémon loses Flower Gift, changes form under Harsh Sunlight/Sunny when it regains it", async () => { - game.override.enemyMoveset([Moves.SKILL_SWAP]).weather(WeatherType.HARSH_SUN); - - await game.classicMode.startBattle([Species.CHERRIM]); - - const cherrim = game.scene.getPlayerPokemon()!; - - game.move.select(Moves.SKILL_SWAP); - - await game.phaseInterceptor.to("TurnStartPhase"); - expect(cherrim.formIndex).toBe(SUNSHINE_FORM); - - await game.phaseInterceptor.to("MoveEndPhase"); - expect(cherrim.formIndex).toBe(OVERCAST_FORM); - - await game.phaseInterceptor.to("MoveEndPhase"); - expect(cherrim.formIndex).toBe(SUNSHINE_FORM); - }); - it("reverts to Overcast Form when the Flower Gift is suppressed, changes form under Harsh Sunlight/Sunny when it regains it", async () => { game.override.enemyMoveset([Moves.GASTRO_ACID]).weather(WeatherType.HARSH_SUN); diff --git a/test/abilities/flower_veil.test.ts b/test/abilities/flower_veil.test.ts new file mode 100644 index 00000000000..c26a952acff --- /dev/null +++ b/test/abilities/flower_veil.test.ts @@ -0,0 +1,166 @@ +import { BattlerIndex } from "#app/battle"; +import { Abilities } from "#enums/abilities"; +import { Moves } from "#enums/moves"; +import { Species } from "#enums/species"; +import { Stat } from "#enums/stat"; +import { StatusEffect } from "#enums/status-effect"; +import GameManager from "#test/testUtils/gameManager"; +import Phaser from "phaser"; +import { afterEach, beforeAll, beforeEach, describe, expect, it, vi } from "vitest"; +import { allMoves } from "#app/data/moves/move"; +import { BattlerTagType } from "#enums/battler-tag-type"; +import { allAbilities } from "#app/data/ability"; + +describe("Abilities - Flower Veil", () => { + let phaserGame: Phaser.Game; + let game: GameManager; + + beforeAll(() => { + phaserGame = new Phaser.Game({ + type: Phaser.HEADLESS, + }); + }); + + afterEach(() => { + game.phaseInterceptor.restoreOg(); + }); + + beforeEach(() => { + game = new GameManager(phaserGame); + game.override + .moveset([Moves.SPLASH]) + .enemySpecies(Species.BULBASAUR) + .ability(Abilities.FLOWER_VEIL) + .battleType("single") + .disableCrits() + .enemySpecies(Species.MAGIKARP) + .enemyAbility(Abilities.BALL_FETCH) + .enemyMoveset(Moves.SPLASH); + }); + + /*********************************************** + * Tests for proper handling of status effects * + ***********************************************/ + it("should not prevent any source of self-inflicted status conditions", async () => { + game.override + .enemyMoveset([Moves.TACKLE, Moves.SPLASH]) + .moveset([Moves.REST, Moves.SPLASH]) + .startingHeldItems([{ name: "FLAME_ORB" }]); + await game.classicMode.startBattle([Species.BULBASAUR]); + const user = game.scene.getPlayerPokemon()!; + game.move.select(Moves.REST); + await game.forceEnemyMove(Moves.TACKLE); + await game.setTurnOrder([BattlerIndex.ENEMY, BattlerIndex.PLAYER]); + await game.toNextTurn(); + expect(user.status?.effect).toBe(StatusEffect.SLEEP); + + // remove sleep status so we can get burn from the orb + user.resetStatus(); + game.move.select(Moves.SPLASH); + await game.forceEnemyMove(Moves.SPLASH); + await game.toNextTurn(); + expect(user.status?.effect).toBe(StatusEffect.BURN); + }); + + it("should prevent drowsiness from yawn for a grass user and its grass allies", async () => { + game.override.enemyMoveset([Moves.YAWN]).moveset([Moves.SPLASH]).battleType("double"); + await game.classicMode.startBattle([Species.BULBASAUR, Species.BULBASAUR]); + + // Clear the ability of the ally to isolate the test + const ally = game.scene.getPlayerField()[1]!; + vi.spyOn(ally, "getAbility").mockReturnValue(allAbilities[Abilities.BALL_FETCH]); + game.move.select(Moves.SPLASH); + game.move.select(Moves.SPLASH); + await game.forceEnemyMove(Moves.YAWN, BattlerIndex.PLAYER); + await game.forceEnemyMove(Moves.YAWN, BattlerIndex.PLAYER_2); + + await game.phaseInterceptor.to("BerryPhase"); + const user = game.scene.getPlayerPokemon()!; + expect(user.getTag(BattlerTagType.DROWSY)).toBeFalsy(); + expect(ally.getTag(BattlerTagType.DROWSY)).toBeFalsy(); + }); + + it("should prevent status conditions from moves like Thunder Wave for a grass user and its grass allies", async () => { + game.override.enemyMoveset([Moves.THUNDER_WAVE]).moveset([Moves.SPLASH]).battleType("double"); + vi.spyOn(allMoves[Moves.THUNDER_WAVE], "accuracy", "get").mockReturnValue(100); + await game.classicMode.startBattle([Species.BULBASAUR]); + + game.move.select(Moves.SPLASH); + await game.forceEnemyMove(Moves.THUNDER_WAVE); + await game.toNextTurn(); + expect(game.scene.getPlayerPokemon()!.status).toBeUndefined(); + vi.spyOn(allMoves[Moves.THUNDER_WAVE], "accuracy", "get").mockClear(); + }); + + it("should not prevent status conditions for a non-grass user and its non-grass allies", async () => { + game.override.enemyMoveset([Moves.THUNDER_WAVE]).moveset([Moves.SPLASH]).battleType("double"); + await game.classicMode.startBattle([Species.MAGIKARP, Species.MAGIKARP]); + const [user, ally] = game.scene.getPlayerField(); + vi.spyOn(allMoves[Moves.THUNDER_WAVE], "accuracy", "get").mockReturnValue(100); + // Clear the ally ability to isolate the test + vi.spyOn(ally, "getAbility").mockReturnValue(allAbilities[Abilities.BALL_FETCH]); + game.move.select(Moves.SPLASH); + game.move.select(Moves.SPLASH); + await game.forceEnemyMove(Moves.THUNDER_WAVE, BattlerIndex.PLAYER); + await game.forceEnemyMove(Moves.THUNDER_WAVE, BattlerIndex.PLAYER_2); + await game.phaseInterceptor.to("BerryPhase"); + expect(user.status?.effect).toBe(StatusEffect.PARALYSIS); + expect(ally.status?.effect).toBe(StatusEffect.PARALYSIS); + }); + + /******************************************* + * Tests for proper handling of stat drops * + *******************************************/ + + it("should prevent the status drops from enemies for the a grass user and its grass allies", async () => { + game.override.enemyMoveset([Moves.GROWL]).moveset([Moves.SPLASH]).battleType("double"); + await game.classicMode.startBattle([Species.BULBASAUR, Species.BULBASAUR]); + const [user, ally] = game.scene.getPlayerField(); + // Clear the ally ability to isolate the test + vi.spyOn(ally, "getAbility").mockReturnValue(allAbilities[Abilities.BALL_FETCH]); + game.move.select(Moves.SPLASH); + game.move.select(Moves.SPLASH); + await game.phaseInterceptor.to("BerryPhase"); + expect(user.getStatStage(Stat.ATK)).toBe(0); + expect(ally.getStatStage(Stat.ATK)).toBe(0); + }); + + it("should not prevent status drops for a non-grass user and its non-grass allies", async () => { + game.override.enemyMoveset([Moves.GROWL]).moveset([Moves.SPLASH]).battleType("double"); + await game.classicMode.startBattle([Species.MAGIKARP, Species.MAGIKARP]); + const [user, ally] = game.scene.getPlayerField(); + // Clear the ally ability to isolate the test + vi.spyOn(ally, "getAbility").mockReturnValue(allAbilities[Abilities.BALL_FETCH]); + game.move.select(Moves.SPLASH); + game.move.select(Moves.SPLASH); + await game.phaseInterceptor.to("BerryPhase"); + expect(user.getStatStage(Stat.ATK)).toBe(-2); + expect(ally.getStatStage(Stat.ATK)).toBe(-2); + }); + + it("should not prevent self-inflicted stat drops from moves like Close Combat for a user or its allies", async () => { + game.override.moveset([Moves.CLOSE_COMBAT]).battleType("double"); + await game.classicMode.startBattle([Species.BULBASAUR, Species.BULBASAUR]); + const [user, ally] = game.scene.getPlayerField(); + // Clear the ally ability to isolate the test + vi.spyOn(ally, "getAbility").mockReturnValue(allAbilities[Abilities.BALL_FETCH]); + + game.move.select(Moves.CLOSE_COMBAT, 0, BattlerIndex.ENEMY); + game.move.select(Moves.CLOSE_COMBAT, 1, BattlerIndex.ENEMY_2); + await game.phaseInterceptor.to("BerryPhase"); + expect(user.getStatStage(Stat.DEF)).toBe(-1); + expect(user.getStatStage(Stat.SPDEF)).toBe(-1); + expect(ally.getStatStage(Stat.DEF)).toBe(-1); + expect(ally.getStatStage(Stat.SPDEF)).toBe(-1); + }); + + it("should prevent the drops while retaining the boosts from spicy extract", async () => { + game.override.enemyMoveset([Moves.SPICY_EXTRACT]).moveset([Moves.SPLASH]); + await game.classicMode.startBattle([Species.BULBASAUR]); + const user = game.scene.getPlayerPokemon()!; + game.move.select(Moves.SPLASH); + await game.phaseInterceptor.to("BerryPhase"); + expect(user.getStatStage(Stat.ATK)).toBe(2); + expect(user.getStatStage(Stat.DEF)).toBe(0); + }); +}); diff --git a/test/abilities/forecast.test.ts b/test/abilities/forecast.test.ts index bdc32604bba..a25af32537d 100644 --- a/test/abilities/forecast.test.ts +++ b/test/abilities/forecast.test.ts @@ -181,7 +181,7 @@ describe("Abilities - Forecast", () => { expect(castform.formIndex).toBe(SNOWY_FORM); - game.scene.arena.trySetWeather(WeatherType.FOG, false); + game.scene.arena.trySetWeather(WeatherType.FOG); game.move.select(Moves.SPLASH); game.move.select(Moves.SPLASH, 1); await game.phaseInterceptor.to("TurnStartPhase"); @@ -210,37 +210,6 @@ describe("Abilities - Forecast", () => { expect(game.scene.getEnemyPokemon()?.formIndex).not.toBe(RAINY_FORM); }); - it("reverts to Normal Form when Castform loses Forecast, changes form to match the weather when it regains it", async () => { - game.override - .moveset([Moves.SKILL_SWAP, Moves.WORRY_SEED, Moves.SPLASH]) - .weather(WeatherType.RAIN) - .battleType("double"); - await game.startBattle([Species.CASTFORM, Species.FEEBAS]); - - const castform = game.scene.getPlayerField()[0]; - - expect(castform.formIndex).toBe(RAINY_FORM); - - game.move.select(Moves.SKILL_SWAP, 0, BattlerIndex.PLAYER_2); - game.move.select(Moves.SKILL_SWAP, 1, BattlerIndex.PLAYER); - await game.setTurnOrder([BattlerIndex.PLAYER, BattlerIndex.PLAYER_2, BattlerIndex.ENEMY, BattlerIndex.ENEMY_2]); - - await game.phaseInterceptor.to("MoveEndPhase"); - expect(castform.formIndex).toBe(NORMAL_FORM); - - await game.phaseInterceptor.to("MoveEndPhase"); - expect(castform.formIndex).toBe(RAINY_FORM); - - await game.toNextTurn(); - - game.move.select(Moves.SPLASH); - game.move.select(Moves.WORRY_SEED, 1, BattlerIndex.PLAYER); - await game.setTurnOrder([BattlerIndex.PLAYER_2, BattlerIndex.PLAYER, BattlerIndex.ENEMY, BattlerIndex.ENEMY_2]); - await game.phaseInterceptor.to("MoveEndPhase"); - - expect(castform.formIndex).toBe(NORMAL_FORM); - }); - it("reverts to Normal Form when Forecast is suppressed, changes form to match the weather when it regains it", async () => { game.override.enemyMoveset([Moves.GASTRO_ACID]).weather(WeatherType.RAIN); await game.startBattle([Species.CASTFORM, Species.PIKACHU]); diff --git a/test/abilities/imposter.test.ts b/test/abilities/imposter.test.ts index b4469cd9042..2c7302d04b7 100644 --- a/test/abilities/imposter.test.ts +++ b/test/abilities/imposter.test.ts @@ -127,4 +127,63 @@ describe("Abilities - Imposter", () => { expect(game.scene.getEnemyPokemon()?.getStatStage(Stat.ATK)).toBe(-1); }); + + it("should persist transformed attributes across reloads", async () => { + game.override.moveset([Moves.ABSORB]); + + await game.classicMode.startBattle([Species.DITTO]); + + const player = game.scene.getPlayerPokemon()!; + const enemy = game.scene.getEnemyPokemon()!; + + game.move.select(Moves.SPLASH); + await game.doKillOpponents(); + await game.toNextWave(); + + expect(game.scene.getCurrentPhase()?.constructor.name).toBe("CommandPhase"); + expect(game.scene.currentBattle.waveIndex).toBe(2); + + await game.reload.reloadSession(); + + const playerReloaded = game.scene.getPlayerPokemon()!; + const playerMoveset = player.getMoveset(); + + expect(playerReloaded.getSpeciesForm().speciesId).toBe(enemy.getSpeciesForm().speciesId); + expect(playerReloaded.getAbility()).toBe(enemy.getAbility()); + expect(playerReloaded.getGender()).toBe(enemy.getGender()); + + expect(playerReloaded.getStat(Stat.HP, false)).not.toBe(enemy.getStat(Stat.HP)); + for (const s of EFFECTIVE_STATS) { + expect(playerReloaded.getStat(s, false)).toBe(enemy.getStat(s, false)); + } + + expect(playerMoveset.length).toEqual(1); + expect(playerMoveset[0]?.moveId).toEqual(Moves.SPLASH); + }); + + it("should stay transformed with the correct form after reload", async () => { + game.override.moveset([Moves.ABSORB]); + game.override.enemySpecies(Species.UNOWN); + await game.classicMode.startBattle([Species.DITTO]); + + const enemy = game.scene.getEnemyPokemon()!; + + // change form + enemy.species.forms[5]; + enemy.species.formIndex = 5; + + game.move.select(Moves.SPLASH); + await game.doKillOpponents(); + await game.toNextWave(); + + expect(game.scene.getCurrentPhase()?.constructor.name).toBe("CommandPhase"); + expect(game.scene.currentBattle.waveIndex).toBe(2); + + await game.reload.reloadSession(); + + const playerReloaded = game.scene.getPlayerPokemon()!; + + expect(playerReloaded.getSpeciesForm().speciesId).toBe(enemy.getSpeciesForm().speciesId); + expect(playerReloaded.getSpeciesForm().formIndex).toBe(enemy.getSpeciesForm().formIndex); + }); }); diff --git a/test/abilities/lightningrod.test.ts b/test/abilities/lightningrod.test.ts new file mode 100644 index 00000000000..986899353ff --- /dev/null +++ b/test/abilities/lightningrod.test.ts @@ -0,0 +1,114 @@ +import { BattlerIndex } from "#app/battle"; +import { Abilities } from "#enums/abilities"; +import { Moves } from "#enums/moves"; +import { Species } from "#enums/species"; +import { Stat } from "#enums/stat"; +import GameManager from "#test/testUtils/gameManager"; +import Phaser from "phaser"; +import { afterEach, beforeAll, beforeEach, describe, expect, it } from "vitest"; + +describe("Abilities - Lightningrod", () => { + let phaserGame: Phaser.Game; + let game: GameManager; + + beforeAll(() => { + phaserGame = new Phaser.Game({ + type: Phaser.HEADLESS, + }); + }); + + afterEach(() => { + game.phaseInterceptor.restoreOg(); + }); + + beforeEach(() => { + game = new GameManager(phaserGame); + game.override + .moveset([Moves.SPLASH, Moves.SHOCK_WAVE]) + .ability(Abilities.BALL_FETCH) + .battleType("double") + .disableCrits() + .enemySpecies(Species.MAGIKARP) + .enemyAbility(Abilities.BALL_FETCH) + .enemyMoveset(Moves.SPLASH); + }); + + it("should redirect electric type moves", async () => { + await game.classicMode.startBattle([Species.FEEBAS, Species.MAGIKARP]); + + const enemy1 = game.scene.getEnemyField()[0]; + const enemy2 = game.scene.getEnemyField()[1]; + + enemy2.summonData.ability = Abilities.LIGHTNING_ROD; + + game.move.select(Moves.SHOCK_WAVE, BattlerIndex.PLAYER, BattlerIndex.ENEMY); + game.move.select(Moves.SPLASH, BattlerIndex.PLAYER_2); + await game.phaseInterceptor.to("BerryPhase"); + + expect(enemy1.isFullHp()).toBe(true); + }); + + it("should not redirect non-electric type moves", async () => { + game.override.moveset([Moves.SPLASH, Moves.AERIAL_ACE]); + await game.classicMode.startBattle([Species.FEEBAS, Species.MAGIKARP]); + + const enemy1 = game.scene.getEnemyField()[0]; + const enemy2 = game.scene.getEnemyField()[1]; + + enemy2.summonData.ability = Abilities.LIGHTNING_ROD; + + game.move.select(Moves.AERIAL_ACE, BattlerIndex.PLAYER, BattlerIndex.ENEMY); + game.move.select(Moves.SPLASH, BattlerIndex.PLAYER_2); + await game.phaseInterceptor.to("BerryPhase"); + + expect(enemy1.isFullHp()).toBe(false); + }); + + it("should boost the user's spatk without damaging", async () => { + await game.classicMode.startBattle([Species.FEEBAS, Species.MAGIKARP]); + + const enemy2 = game.scene.getEnemyField()[1]; + + enemy2.summonData.ability = Abilities.LIGHTNING_ROD; + + game.move.select(Moves.SHOCK_WAVE, BattlerIndex.PLAYER, BattlerIndex.ENEMY); + game.move.select(Moves.SPLASH, BattlerIndex.PLAYER_2); + await game.phaseInterceptor.to("BerryPhase"); + + expect(enemy2.isFullHp()).toBe(true); + expect(enemy2.getStatStage(Stat.SPATK)).toBe(1); + }); + + it("should not redirect moves changed from electric type via ability", async () => { + game.override.ability(Abilities.NORMALIZE); + await game.classicMode.startBattle([Species.FEEBAS, Species.MAGIKARP]); + + const enemy1 = game.scene.getEnemyField()[0]; + const enemy2 = game.scene.getEnemyField()[1]; + + enemy2.summonData.ability = Abilities.LIGHTNING_ROD; + + game.move.select(Moves.SHOCK_WAVE, BattlerIndex.PLAYER, BattlerIndex.ENEMY); + game.move.select(Moves.SPLASH, BattlerIndex.PLAYER_2); + await game.phaseInterceptor.to("BerryPhase"); + + expect(enemy1.isFullHp()).toBe(false); + }); + + it("should redirect moves changed to electric type via ability", async () => { + game.override.ability(Abilities.GALVANIZE).moveset(Moves.TACKLE); + await game.classicMode.startBattle([Species.FEEBAS, Species.MAGIKARP]); + + const enemy1 = game.scene.getEnemyField()[0]; + const enemy2 = game.scene.getEnemyField()[1]; + + enemy2.summonData.ability = Abilities.LIGHTNING_ROD; + + game.move.select(Moves.TACKLE, BattlerIndex.PLAYER, BattlerIndex.ENEMY); + game.move.select(Moves.SPLASH, BattlerIndex.PLAYER_2); + await game.phaseInterceptor.to("BerryPhase"); + + expect(enemy1.isFullHp()).toBe(true); + expect(enemy2.getStatStage(Stat.SPATK)).toBe(1); + }); +}); diff --git a/test/abilities/neutralizing_gas.test.ts b/test/abilities/neutralizing_gas.test.ts index 2bba5b83987..a10a246d855 100644 --- a/test/abilities/neutralizing_gas.test.ts +++ b/test/abilities/neutralizing_gas.test.ts @@ -1,4 +1,7 @@ import { BattlerIndex } from "#app/battle"; +import type { CommandPhase } from "#app/phases/command-phase"; +import { Command } from "#app/ui/command-ui-handler"; +import { PostSummonWeatherChangeAbAttr } from "#app/data/ability"; import { Abilities } from "#enums/abilities"; import { ArenaTagType } from "#enums/arena-tag-type"; import { Moves } from "#enums/moves"; @@ -7,7 +10,7 @@ import { Species } from "#enums/species"; import { Stat } from "#enums/stat"; import GameManager from "#test/testUtils/gameManager"; import Phaser from "phaser"; -import { afterEach, beforeAll, beforeEach, describe, expect, it } from "vitest"; +import { afterEach, beforeAll, beforeEach, describe, expect, it, vi } from "vitest"; describe("Abilities - Neutralizing Gas", () => { let phaserGame: Phaser.Game; @@ -155,4 +158,36 @@ describe("Abilities - Neutralizing Gas", () => { expect(game.scene.arena.getTag(ArenaTagType.NEUTRALIZING_GAS)).toBeUndefined(); }); + + it("should deactivate after fleeing from a wild pokemon", async () => { + game.override.enemyAbility(Abilities.NEUTRALIZING_GAS).ability(Abilities.BALL_FETCH); + await game.classicMode.startBattle([Species.MAGIKARP]); + expect(game.scene.arena.getTag(ArenaTagType.NEUTRALIZING_GAS)).toBeDefined(); + + vi.spyOn(game.scene.getPlayerPokemon()!, "randSeedInt").mockReturnValue(0); + + const commandPhase = game.scene.getCurrentPhase() as CommandPhase; + commandPhase.handleCommand(Command.RUN, 0); + await game.phaseInterceptor.to("BerryPhase"); + + expect(game.scene.arena.getTag(ArenaTagType.NEUTRALIZING_GAS)).toBeUndefined(); + }); + + it("should not activate abilities of pokemon no longer on the field", async () => { + game.override.battleType("single").ability(Abilities.NEUTRALIZING_GAS).enemyAbility(Abilities.DELTA_STREAM); + await game.classicMode.startBattle([Species.MAGIKARP]); + + const enemy = game.scene.getEnemyPokemon()!; + const weatherChangeAttr = enemy.getAbilityAttrs(PostSummonWeatherChangeAbAttr, false)[0]; + vi.spyOn(weatherChangeAttr, "applyPostSummon"); + + expect(game.scene.arena.getTag(ArenaTagType.NEUTRALIZING_GAS)).toBeDefined(); + + game.move.select(Moves.SPLASH); + await game.killPokemon(enemy); + await game.killPokemon(game.scene.getPlayerPokemon()!); + + expect(game.scene.arena.getTag(ArenaTagType.NEUTRALIZING_GAS)).toBeUndefined(); + expect(weatherChangeAttr.applyPostSummon).not.toHaveBeenCalled(); + }); }); diff --git a/test/abilities/protosynthesis.test.ts b/test/abilities/protosynthesis.test.ts index d0ae46cd951..882474b7cef 100644 --- a/test/abilities/protosynthesis.test.ts +++ b/test/abilities/protosynthesis.test.ts @@ -46,16 +46,56 @@ describe("Abilities - Protosynthesis", () => { // Nature of starting mon is randomized. We need to fix it to a neutral nature for the automated test. mew.setNature(Nature.HARDY); const enemy = game.scene.getEnemyPokemon()!; - const def_before_boost = mew.getEffectiveStat(Stat.DEF, undefined, undefined, false, undefined, false, false, true); - const atk_before_boost = mew.getEffectiveStat(Stat.ATK, undefined, undefined, false, undefined, false, false, true); + const def_before_boost = mew.getEffectiveStat( + Stat.DEF, + undefined, + undefined, + false, + undefined, + undefined, + false, + false, + true, + ); + const atk_before_boost = mew.getEffectiveStat( + Stat.ATK, + undefined, + undefined, + false, + undefined, + undefined, + false, + false, + true, + ); const initialHp = enemy.hp; game.move.select(Moves.TACKLE); await game.setTurnOrder([BattlerIndex.PLAYER, BattlerIndex.ENEMY]); await game.toNextTurn(); const unboosted_dmg = initialHp - enemy.hp; enemy.hp = initialHp; - const def_after_boost = mew.getEffectiveStat(Stat.DEF, undefined, undefined, false, undefined, false, false, true); - const atk_after_boost = mew.getEffectiveStat(Stat.ATK, undefined, undefined, false, undefined, false, false, true); + const def_after_boost = mew.getEffectiveStat( + Stat.DEF, + undefined, + undefined, + false, + undefined, + undefined, + false, + false, + true, + ); + const atk_after_boost = mew.getEffectiveStat( + Stat.ATK, + undefined, + undefined, + false, + undefined, + undefined, + false, + false, + true, + ); game.move.select(Moves.TACKLE); await game.setTurnOrder([BattlerIndex.PLAYER, BattlerIndex.ENEMY]); await game.toNextTurn(); diff --git a/test/abilities/steely_spirit.test.ts b/test/abilities/steely_spirit.test.ts index 9b4d32efcae..b180ff8919e 100644 --- a/test/abilities/steely_spirit.test.ts +++ b/test/abilities/steely_spirit.test.ts @@ -12,7 +12,8 @@ describe("Abilities - Steely Spirit", () => { let game: GameManager; const steelySpiritMultiplier = 1.5; const moveToCheck = Moves.IRON_HEAD; - const ironHeadPower = allMoves[moveToCheck].power; + + let ironHeadPower: number; beforeAll(() => { phaserGame = new Phaser.Game({ @@ -25,6 +26,7 @@ describe("Abilities - Steely Spirit", () => { }); beforeEach(() => { + ironHeadPower = allMoves[moveToCheck].power; game = new GameManager(phaserGame); game.override.battleType("double"); game.override.enemySpecies(Species.SHUCKLE); diff --git a/test/abilities/storm_drain.test.ts b/test/abilities/storm_drain.test.ts new file mode 100644 index 00000000000..58ff477fa43 --- /dev/null +++ b/test/abilities/storm_drain.test.ts @@ -0,0 +1,114 @@ +import { BattlerIndex } from "#app/battle"; +import { Abilities } from "#enums/abilities"; +import { Moves } from "#enums/moves"; +import { Species } from "#enums/species"; +import { Stat } from "#enums/stat"; +import GameManager from "#test/testUtils/gameManager"; +import Phaser from "phaser"; +import { afterEach, beforeAll, beforeEach, describe, expect, it } from "vitest"; + +describe("Abilities - Storm Drain", () => { + let phaserGame: Phaser.Game; + let game: GameManager; + + beforeAll(() => { + phaserGame = new Phaser.Game({ + type: Phaser.HEADLESS, + }); + }); + + afterEach(() => { + game.phaseInterceptor.restoreOg(); + }); + + beforeEach(() => { + game = new GameManager(phaserGame); + game.override + .moveset([Moves.SPLASH, Moves.WATER_GUN]) + .ability(Abilities.BALL_FETCH) + .battleType("double") + .disableCrits() + .enemySpecies(Species.MAGIKARP) + .enemyAbility(Abilities.BALL_FETCH) + .enemyMoveset(Moves.SPLASH); + }); + + it("should redirect water type moves", async () => { + await game.classicMode.startBattle([Species.FEEBAS, Species.MAGIKARP]); + + const enemy1 = game.scene.getEnemyField()[0]; + const enemy2 = game.scene.getEnemyField()[1]; + + enemy2.summonData.ability = Abilities.STORM_DRAIN; + + game.move.select(Moves.WATER_GUN, BattlerIndex.PLAYER, BattlerIndex.ENEMY); + game.move.select(Moves.SPLASH, BattlerIndex.PLAYER_2); + await game.phaseInterceptor.to("BerryPhase"); + + expect(enemy1.isFullHp()).toBe(true); + }); + + it("should not redirect non-water type moves", async () => { + game.override.moveset([Moves.SPLASH, Moves.AERIAL_ACE]); + await game.classicMode.startBattle([Species.FEEBAS, Species.MAGIKARP]); + + const enemy1 = game.scene.getEnemyField()[0]; + const enemy2 = game.scene.getEnemyField()[1]; + + enemy2.summonData.ability = Abilities.STORM_DRAIN; + + game.move.select(Moves.AERIAL_ACE, BattlerIndex.PLAYER, BattlerIndex.ENEMY); + game.move.select(Moves.SPLASH, BattlerIndex.PLAYER_2); + await game.phaseInterceptor.to("BerryPhase"); + + expect(enemy1.isFullHp()).toBe(false); + }); + + it("should boost the user's spatk without damaging", async () => { + await game.classicMode.startBattle([Species.FEEBAS, Species.MAGIKARP]); + + const enemy2 = game.scene.getEnemyField()[1]; + + enemy2.summonData.ability = Abilities.STORM_DRAIN; + + game.move.select(Moves.WATER_GUN, BattlerIndex.PLAYER, BattlerIndex.ENEMY); + game.move.select(Moves.SPLASH, BattlerIndex.PLAYER_2); + await game.phaseInterceptor.to("BerryPhase"); + + expect(enemy2.isFullHp()).toBe(true); + expect(enemy2.getStatStage(Stat.SPATK)).toBe(1); + }); + + it("should not redirect moves changed from water type via ability", async () => { + game.override.ability(Abilities.NORMALIZE); + await game.classicMode.startBattle([Species.FEEBAS, Species.MAGIKARP]); + + const enemy1 = game.scene.getEnemyField()[0]; + const enemy2 = game.scene.getEnemyField()[1]; + + enemy2.summonData.ability = Abilities.STORM_DRAIN; + + game.move.select(Moves.WATER_GUN, BattlerIndex.PLAYER, BattlerIndex.ENEMY); + game.move.select(Moves.SPLASH, BattlerIndex.PLAYER_2); + await game.phaseInterceptor.to("BerryPhase"); + + expect(enemy1.isFullHp()).toBe(false); + }); + + it("should redirect moves changed to water type via ability", async () => { + game.override.ability(Abilities.LIQUID_VOICE).moveset(Moves.PSYCHIC_NOISE); + await game.classicMode.startBattle([Species.FEEBAS, Species.MAGIKARP]); + + const enemy1 = game.scene.getEnemyField()[0]; + const enemy2 = game.scene.getEnemyField()[1]; + + enemy2.summonData.ability = Abilities.STORM_DRAIN; + + game.move.select(Moves.PSYCHIC_NOISE, BattlerIndex.PLAYER, BattlerIndex.ENEMY); + game.move.select(Moves.SPLASH, BattlerIndex.PLAYER_2); + await game.phaseInterceptor.to("BerryPhase"); + + expect(enemy1.isFullHp()).toBe(true); + expect(enemy2.getStatStage(Stat.SPATK)).toBe(1); + }); +}); diff --git a/test/abilities/supreme_overlord.test.ts b/test/abilities/supreme_overlord.test.ts index b70acbd8d17..a71bf0a9354 100644 --- a/test/abilities/supreme_overlord.test.ts +++ b/test/abilities/supreme_overlord.test.ts @@ -1,4 +1,5 @@ import { Moves } from "#app/enums/moves"; +import type Move from "#app/data/moves/move"; import { Abilities } from "#enums/abilities"; import { Species } from "#enums/species"; import { BattlerIndex } from "#app/battle"; @@ -12,8 +13,8 @@ describe("Abilities - Supreme Overlord", () => { let phaserGame: Phaser.Game; let game: GameManager; - const move = allMoves[Moves.TACKLE]; - const basePower = move.power; + let move: Move; + let basePower: number; beforeAll(() => { phaserGame = new Phaser.Game({ @@ -26,6 +27,8 @@ describe("Abilities - Supreme Overlord", () => { }); beforeEach(() => { + move = allMoves[Moves.TACKLE]; + basePower = move.power; game = new GameManager(phaserGame); game.override .battleType("single") diff --git a/test/abilities/unseen_fist.test.ts b/test/abilities/unseen_fist.test.ts index 73ae25ff3b0..459bb00628c 100644 --- a/test/abilities/unseen_fist.test.ts +++ b/test/abilities/unseen_fist.test.ts @@ -32,22 +32,22 @@ describe("Abilities - Unseen Fist", () => { game.override.enemyLevel(100); }); - it("should cause a contact move to ignore Protect", () => - testUnseenFistHitResult(game, Moves.QUICK_ATTACK, Moves.PROTECT, true)); + it("should cause a contact move to ignore Protect", async () => + await testUnseenFistHitResult(game, Moves.QUICK_ATTACK, Moves.PROTECT, true)); - it("should not cause a non-contact move to ignore Protect", () => - testUnseenFistHitResult(game, Moves.ABSORB, Moves.PROTECT, false)); + it("should not cause a non-contact move to ignore Protect", async () => + await testUnseenFistHitResult(game, Moves.ABSORB, Moves.PROTECT, false)); it("should not apply if the source has Long Reach", async () => { game.override.passiveAbility(Abilities.LONG_REACH); await testUnseenFistHitResult(game, Moves.QUICK_ATTACK, Moves.PROTECT, false); }); - it("should cause a contact move to ignore Wide Guard", () => - testUnseenFistHitResult(game, Moves.BREAKING_SWIPE, Moves.WIDE_GUARD, true)); + it("should cause a contact move to ignore Wide Guard", async () => + await testUnseenFistHitResult(game, Moves.BREAKING_SWIPE, Moves.WIDE_GUARD, true)); - it("should not cause a non-contact move to ignore Wide Guard", () => - testUnseenFistHitResult(game, Moves.BULLDOZE, Moves.WIDE_GUARD, false)); + it("should not cause a non-contact move to ignore Wide Guard", async () => + await testUnseenFistHitResult(game, Moves.BULLDOZE, Moves.WIDE_GUARD, false)); it("should cause a contact move to ignore Protect, but not Substitute", async () => { game.override.enemyLevel(1); diff --git a/test/abilities/victory_star.test.ts b/test/abilities/victory_star.test.ts new file mode 100644 index 00000000000..92db522871a --- /dev/null +++ b/test/abilities/victory_star.test.ts @@ -0,0 +1,60 @@ +import { BattlerIndex } from "#app/battle"; +import { TurnEndPhase } from "#app/phases/turn-end-phase"; +import { Abilities } from "#enums/abilities"; +import { Moves } from "#enums/moves"; +import { Species } from "#enums/species"; +import GameManager from "#test/testUtils/gameManager"; +import Phaser from "phaser"; +import { afterEach, beforeAll, beforeEach, describe, expect, it, vi } from "vitest"; + +describe("Abilities - Victory Star", () => { + let phaserGame: Phaser.Game; + let game: GameManager; + + beforeAll(() => { + phaserGame = new Phaser.Game({ + type: Phaser.HEADLESS, + }); + }); + + afterEach(() => { + game.phaseInterceptor.restoreOg(); + }); + + beforeEach(() => { + game = new GameManager(phaserGame); + game.override + .moveset([Moves.TACKLE, Moves.SPLASH]) + .battleType("double") + .disableCrits() + .enemySpecies(Species.MAGIKARP) + .enemyAbility(Abilities.BALL_FETCH) + .enemyMoveset(Moves.SPLASH); + }); + + it("should increase the accuracy of its user", async () => { + await game.classicMode.startBattle([Species.VICTINI, Species.MAGIKARP]); + + const user = game.scene.getPlayerField()[0]; + + vi.spyOn(user, "getAccuracyMultiplier"); + game.move.select(Moves.TACKLE, 0, BattlerIndex.ENEMY); + game.move.select(Moves.SPLASH, 1); + await game.phaseInterceptor.to(TurnEndPhase); + + expect(user.getAccuracyMultiplier).toHaveReturnedWith(1.1); + }); + + it("should increase the accuracy of its user's ally", async () => { + await game.classicMode.startBattle([Species.MAGIKARP, Species.VICTINI]); + + const ally = game.scene.getPlayerField()[0]; + vi.spyOn(ally, "getAccuracyMultiplier"); + + game.move.select(Moves.TACKLE, 0, BattlerIndex.ENEMY); + game.move.select(Moves.SPLASH, 1); + await game.phaseInterceptor.to(TurnEndPhase); + + expect(ally.getAccuracyMultiplier).toHaveReturnedWith(1.1); + }); +}); diff --git a/test/abilities/wonder_skin.test.ts b/test/abilities/wonder_skin.test.ts index f2cb0faed72..18d5be36aef 100644 --- a/test/abilities/wonder_skin.test.ts +++ b/test/abilities/wonder_skin.test.ts @@ -1,4 +1,3 @@ -import { allAbilities } from "#app/data/ability"; import { allMoves } from "#app/data/moves/move"; import { MoveEffectPhase } from "#app/phases/move-effect-phase"; import { Abilities } from "#enums/abilities"; @@ -56,16 +55,21 @@ describe("Abilities - Wonder Skin", () => { expect(moveToCheck.calculateBattleAccuracy).toHaveReturnedWith(100); }); - const bypassAbilities = [Abilities.MOLD_BREAKER, Abilities.TERAVOLT, Abilities.TURBOBLAZE]; + const bypassAbilities = [ + [Abilities.MOLD_BREAKER, "Mold Breaker"], + [Abilities.TERAVOLT, "Teravolt"], + [Abilities.TURBOBLAZE, "Turboblaze"], + ]; bypassAbilities.forEach(ability => { - it(`does not affect pokemon with ${allAbilities[ability].name}`, async () => { + it(`does not affect pokemon with ${ability[1]}`, async () => { const moveToCheck = allMoves[Moves.CHARM]; - game.override.ability(ability); + // @ts-ignore ts doesn't know that ability[0] is an ability and not a string... + game.override.ability(ability[0]); vi.spyOn(moveToCheck, "calculateBattleAccuracy"); - await game.startBattle([Species.PIKACHU]); + await game.classicMode.startBattle([Species.PIKACHU]); game.move.select(Moves.CHARM); await game.phaseInterceptor.to(MoveEffectPhase); diff --git a/test/achievements/achievement.test.ts b/test/achievements/achievement.test.ts index 26d33adb00a..5c53e38e208 100644 --- a/test/achievements/achievement.test.ts +++ b/test/achievements/achievement.test.ts @@ -14,7 +14,7 @@ import { NumberHolder } from "#app/utils"; import GameManager from "#test/testUtils/gameManager"; import Phaser from "phaser"; import { afterEach, beforeAll, beforeEach, describe, expect, it, vi } from "vitest"; -import BattleScene from "#app/battle-scene"; +import type BattleScene from "#app/battle-scene"; describe("check some Achievement related stuff", () => { it("should check Achievement creation", () => { @@ -77,6 +77,25 @@ describe("Achv", () => { }); describe("MoneyAchv", () => { + let phaserGame: Phaser.Game; + let game: GameManager; + let scene: BattleScene; + + beforeAll(() => { + phaserGame = new Phaser.Game({ + type: Phaser.HEADLESS, + }); + }); + + afterEach(() => { + game.phaseInterceptor.restoreOg(); + }); + + beforeEach(() => { + game = new GameManager(phaserGame); + scene = game.scene; + }); + it("should create an instance of MoneyAchv", () => { const moneyAchv = new MoneyAchv("", "Test Money Achievement", 10000, "money_icon", 10); expect(moneyAchv).toBeInstanceOf(MoneyAchv); @@ -85,7 +104,6 @@ describe("MoneyAchv", () => { it("should validate the achievement based on the money amount", () => { const moneyAchv = new MoneyAchv("", "Test Money Achievement", 10000, "money_icon", 10); - const scene = new BattleScene(); scene.money = 5000; expect(moneyAchv.validate([])).toBe(false); diff --git a/test/battle/ability_swap.test.ts b/test/battle/ability_swap.test.ts index b9c609e89f6..72991dba6b0 100644 --- a/test/battle/ability_swap.test.ts +++ b/test/battle/ability_swap.test.ts @@ -64,4 +64,15 @@ describe("Test Ability Swapping", () => { expect(game.scene.getPlayerPokemon()?.getStatStage(Stat.ATK)).toBe(1); // would be 2 if passive activated again }); + + // Pickup and Honey Gather are special cases as they're the only abilities to be Unsuppressable but not Unswappable + it("should be able to swap pickup", async () => { + game.override.ability(Abilities.PICKUP).enemyAbility(Abilities.INTIMIDATE).moveset(Moves.ROLE_PLAY); + await game.classicMode.startBattle([Species.FEEBAS]); + + game.move.select(Moves.ROLE_PLAY); + await game.phaseInterceptor.to("BerryPhase"); + + expect(game.scene.getEnemyPokemon()?.getStatStage(Stat.ATK)).toBe(-1); + }); }); diff --git a/test/battlerTags/substitute.test.ts b/test/battlerTags/substitute.test.ts index e80453d2933..fca3dc5ef7e 100644 --- a/test/battlerTags/substitute.test.ts +++ b/test/battlerTags/substitute.test.ts @@ -1,22 +1,40 @@ -import { beforeEach, describe, expect, it, vi } from "vitest"; +import { afterEach, beforeAll, beforeEach, describe, expect, it, vi } from "vitest"; import type { PokemonTurnData, TurnMove, PokemonMove } from "#app/field/pokemon"; import type Pokemon from "#app/field/pokemon"; import { MoveResult } from "#app/field/pokemon"; -import BattleScene from "#app/battle-scene"; +import type BattleScene from "#app/battle-scene"; import { BattlerTagLapseType, BindTag, SubstituteTag } from "#app/data/battler-tags"; import { Moves } from "#app/enums/moves"; import { PokemonAnimType } from "#app/enums/pokemon-anim-type"; import * as messages from "#app/messages"; import { allMoves } from "#app/data/moves/move"; import type { MoveEffectPhase } from "#app/phases/move-effect-phase"; +import GameManager from "#test/testUtils/gameManager"; describe("BattlerTag - SubstituteTag", () => { + let phaserGame: Phaser.Game; + let game: GameManager; + + beforeAll(() => { + phaserGame = new Phaser.Game({ + type: Phaser.HEADLESS, + }); + }); + + afterEach(() => { + game.phaseInterceptor.restoreOg(); + }); + + beforeEach(() => { + game = new GameManager(phaserGame); + }); + let mockPokemon: Pokemon; describe("onAdd behavior", () => { beforeEach(() => { mockPokemon = { - scene: new BattleScene(), + scene: game.scene, hp: 101, id: 0, getMaxHp: vi.fn().mockReturnValue(101) as Pokemon["getMaxHp"], @@ -77,7 +95,7 @@ describe("BattlerTag - SubstituteTag", () => { describe("onRemove behavior", () => { beforeEach(() => { mockPokemon = { - scene: new BattleScene(), + scene: game.scene, hp: 101, id: 0, isFainted: vi.fn().mockReturnValue(false) as Pokemon["isFainted"], @@ -109,7 +127,7 @@ describe("BattlerTag - SubstituteTag", () => { describe("lapse behavior", () => { beforeEach(() => { mockPokemon = { - scene: new BattleScene(), + scene: game.scene, hp: 101, id: 0, turnData: { acted: true } as PokemonTurnData, diff --git a/test/data/splash_messages.test.ts b/test/data/splash_messages.test.ts index 8ae13366670..773b2715825 100644 --- a/test/data/splash_messages.test.ts +++ b/test/data/splash_messages.test.ts @@ -7,10 +7,10 @@ describe("Data - Splash Messages", () => { expect(getSplashMessages().length).toBeGreaterThanOrEqual(15); }); - // make sure to adjust this test if the weight it changed! - it("should add contain 10 `battlesWon` splash messages", () => { + // Make sure to adjust this test if the weight is changed! + it("should add contain 15 `battlesWon` splash messages", () => { const battlesWonMessages = getSplashMessages().filter(message => message === "splashMessages:battlesWon"); - expect(battlesWonMessages).toHaveLength(10); + expect(battlesWonMessages).toHaveLength(15); }); describe("Seasonal", () => { @@ -22,16 +22,24 @@ describe("Data - Splash Messages", () => { vi.useRealTimers(); // reset system time }); - it("should contain halloween messages from Sep 15 to Oct 31", () => { - testSeason(new Date("2024-09-15"), new Date("2024-10-31"), "halloween"); + it("should contain new years messages from Jan 1 to Jan 15", () => { + testSeason(new Date("2025-01-01"), new Date("2025-01-15"), "newYears"); }); - it("should contain xmas messages from Dec 1 to Dec 26", () => { - testSeason(new Date("2024-12-01"), new Date("2024-12-26"), "xmas"); + it("should contain valentines messages from Feb 7 to Feb 21", () => { + testSeason(new Date("2025-02-07"), new Date("2025-02-21"), "valentines"); }); - it("should contain new years messages frm Jan 1 to Jan 31", () => { - testSeason(new Date("2024-01-01"), new Date("2024-01-31"), "newYears"); + it("should contain april fools messages from April 1 to April 3", () => { + testSeason(new Date("2025-04-01"), new Date("2025-04-03"), "aprilFools"); + }); + + it("should contain halloween messages from Oct 15 to Oct 31", () => { + testSeason(new Date("2025-10-15"), new Date("2025-10-31"), "halloween"); + }); + + it("should contain winter holiday messages from Dec 1 to Dec 31", () => { + testSeason(new Date("2025-12-01"), new Date("2025-12-31"), "winterHoliday"); }); }); }); diff --git a/test/data/status_effect.test.ts b/test/data/status_effect.test.ts index 61dafc1c9b8..0fd2daa308b 100644 --- a/test/data/status_effect.test.ts +++ b/test/data/status_effect.test.ts @@ -13,17 +13,12 @@ import { Species } from "#enums/species"; import { StatusEffect } from "#enums/status-effect"; import GameManager from "#test/testUtils/gameManager"; import { mockI18next } from "#test/testUtils/testUtils"; -import i18next from "i18next"; import { afterEach, beforeAll, beforeEach, describe, expect, it, vi } from "vitest"; const pokemonName = "PKM"; const sourceText = "SOURCE"; describe("Status Effect Messages", () => { - beforeAll(async () => { - await i18next.init(); - }); - describe("NONE", () => { const statusEffect = StatusEffect.NONE; @@ -31,7 +26,6 @@ describe("Status Effect Messages", () => { mockI18next(); const text = getStatusEffectObtainText(statusEffect, pokemonName); - console.log("text:", text); expect(text).toBe(""); const emptySourceText = getStatusEffectObtainText(statusEffect, pokemonName, ""); diff --git a/test/items/grip_claw.test.ts b/test/items/grip_claw.test.ts index 1d169006116..aa7c23ca43d 100644 --- a/test/items/grip_claw.test.ts +++ b/test/items/grip_claw.test.ts @@ -98,6 +98,31 @@ describe("Items - Grip Claw", () => { expect(enemy1HeldItemCountsAfter).toBe(enemy1HeldItemCount); expect(enemy2HeldItemCountsAfter).toBe(enemy2HeldItemCount); }); + + it("should not allow Pollen Puff to steal items when healing ally", async () => { + game.override + .battleType("double") + .moveset([Moves.POLLEN_PUFF, Moves.ENDURE]) + .startingHeldItems([ + { name: "GRIP_CLAW", count: 1 }, + { name: "BERRY", type: BerryType.LUM, count: 1 }, + ]); + await game.classicMode.startBattle([Species.BULBASAUR, Species.OMANYTE]); + + const [leftPokemon, rightPokemon] = game.scene.getPlayerField(); + + const gripClaw = leftPokemon.getHeldItems()[0] as ContactHeldItemTransferChanceModifier; + vi.spyOn(gripClaw, "chance", "get").mockReturnValue(100); + + const heldItemCountBefore = getHeldItemCount(rightPokemon); + + game.move.select(Moves.POLLEN_PUFF, 0, BattlerIndex.PLAYER_2); + game.move.select(Moves.ENDURE, 1); + + await game.toNextTurn(); + + expect(getHeldItemCount(rightPokemon)).toBe(heldItemCountBefore); + }); }); /* diff --git a/test/items/multi_lens.test.ts b/test/items/multi_lens.test.ts index 90e73ae88ea..176e8213f55 100644 --- a/test/items/multi_lens.test.ts +++ b/test/items/multi_lens.test.ts @@ -211,4 +211,21 @@ describe("Items - Multi Lens", () => { // TODO: Update hit count to 1 once Future Sight is fixed to not activate held items if user is off the field expect(enemyPokemon.damageAndUpdate).toHaveBeenCalledTimes(2); }); + + it("should not allow Pollen Puff to heal ally more than once", async () => { + game.override.battleType("double").moveset([Moves.POLLEN_PUFF, Moves.ENDURE]); + await game.classicMode.startBattle([Species.BULBASAUR, Species.OMANYTE]); + + const [, rightPokemon] = game.scene.getPlayerField(); + + rightPokemon.damageAndUpdate(rightPokemon.hp - 1); + + game.move.select(Moves.POLLEN_PUFF, 0, BattlerIndex.PLAYER_2); + game.move.select(Moves.ENDURE, 1); + + await game.toNextTurn(); + + // Pollen Puff heals with a ratio of 0.5, as long as Pollen Puff triggers only once the pokemon will always be <= (0.5 * Max HP) + 1 + expect(rightPokemon.hp).toBeLessThanOrEqual(0.5 * rightPokemon.getMaxHp() + 1); + }); }); diff --git a/test/items/mystical_rock.test.ts b/test/items/mystical_rock.test.ts new file mode 100644 index 00000000000..0558bc21fe1 --- /dev/null +++ b/test/items/mystical_rock.test.ts @@ -0,0 +1,60 @@ +import { globalScene } from "#app/global-scene"; +import { Moves } from "#enums/moves"; +import { Abilities } from "#enums/abilities"; +import { Species } from "#enums/species"; +import GameManager from "#test/testUtils/gameManager"; +import Phase from "phaser"; +import { afterEach, beforeAll, beforeEach, describe, expect, it } from "vitest"; + +describe("Items - Mystical Rock", () => { + let phaserGame: Phaser.Game; + let game: GameManager; + + beforeAll(() => { + phaserGame = new Phase.Game({ + type: Phaser.HEADLESS, + }); + }); + + afterEach(() => { + game.phaseInterceptor.restoreOg(); + }); + + beforeEach(() => { + game = new GameManager(phaserGame); + + game.override + .enemySpecies(Species.SHUCKLE) + .enemyMoveset(Moves.SPLASH) + .enemyAbility(Abilities.BALL_FETCH) + .moveset([Moves.SUNNY_DAY, Moves.GRASSY_TERRAIN]) + .startingHeldItems([{ name: "MYSTICAL_ROCK", count: 2 }]) + .battleType("single"); + }); + + it("should increase weather duration by +2 turns per stack", async () => { + await game.classicMode.startBattle([Species.GASTLY]); + + game.move.select(Moves.SUNNY_DAY); + + await game.phaseInterceptor.to("MoveEndPhase"); + + const weather = globalScene.arena.weather; + + expect(weather).toBeDefined(); + expect(weather!.turnsLeft).to.equal(9); + }); + + it("should increase terrain duration by +2 turns per stack", async () => { + await game.classicMode.startBattle([Species.GASTLY]); + + game.move.select(Moves.GRASSY_TERRAIN); + + await game.phaseInterceptor.to("MoveEndPhase"); + + const terrain = globalScene.arena.terrain; + + expect(terrain).toBeDefined(); + expect(terrain!.turnsLeft).to.equal(9); + }); +}); diff --git a/test/items/reviver_seed.test.ts b/test/items/reviver_seed.test.ts new file mode 100644 index 00000000000..c06f354a94a --- /dev/null +++ b/test/items/reviver_seed.test.ts @@ -0,0 +1,153 @@ +import { BattlerIndex } from "#app/battle"; +import { allMoves } from "#app/data/moves/move"; +import { BattlerTagType } from "#app/enums/battler-tag-type"; +import type { PokemonInstantReviveModifier } from "#app/modifier/modifier"; +import { Abilities } from "#enums/abilities"; +import { Moves } from "#enums/moves"; +import { Species } from "#enums/species"; +import GameManager from "#test/testUtils/gameManager"; +import Phaser from "phaser"; +import { afterEach, beforeAll, beforeEach, describe, expect, it, vi } from "vitest"; + +describe("Items - Reviver Seed", () => { + let phaserGame: Phaser.Game; + let game: GameManager; + + beforeAll(() => { + phaserGame = new Phaser.Game({ + type: Phaser.HEADLESS, + }); + }); + + afterEach(() => { + game.phaseInterceptor.restoreOg(); + }); + + beforeEach(() => { + game = new GameManager(phaserGame); + game.override + .moveset([Moves.SPLASH, Moves.TACKLE, Moves.ENDURE]) + .ability(Abilities.BALL_FETCH) + .battleType("single") + .disableCrits() + .enemySpecies(Species.MAGIKARP) + .enemyAbility(Abilities.BALL_FETCH) + .startingHeldItems([{ name: "REVIVER_SEED" }]) + .enemyHeldItems([{ name: "REVIVER_SEED" }]) + .enemyMoveset(Moves.SPLASH); + vi.spyOn(allMoves[Moves.SHEER_COLD], "accuracy", "get").mockReturnValue(100); + vi.spyOn(allMoves[Moves.LEECH_SEED], "accuracy", "get").mockReturnValue(100); + vi.spyOn(allMoves[Moves.WHIRLPOOL], "accuracy", "get").mockReturnValue(100); + vi.spyOn(allMoves[Moves.WILL_O_WISP], "accuracy", "get").mockReturnValue(100); + }); + + it.each([ + { moveType: "Special Move", move: Moves.WATER_GUN }, + { moveType: "Physical Move", move: Moves.TACKLE }, + { moveType: "Fixed Damage Move", move: Moves.SEISMIC_TOSS }, + { moveType: "Final Gambit", move: Moves.FINAL_GAMBIT }, + { moveType: "Counter", move: Moves.COUNTER }, + { moveType: "OHKO", move: Moves.SHEER_COLD }, + ])("should activate the holder's reviver seed from a $moveType", async ({ move }) => { + game.override.enemyLevel(100).startingLevel(1).enemyMoveset(move); + await game.classicMode.startBattle([Species.MAGIKARP, Species.FEEBAS]); + const player = game.scene.getPlayerPokemon()!; + player.damageAndUpdate(player.hp - 1); + + const reviverSeed = player.getHeldItems()[0] as PokemonInstantReviveModifier; + vi.spyOn(reviverSeed, "apply"); + + game.move.select(Moves.TACKLE); + await game.phaseInterceptor.to("BerryPhase"); + + expect(player.isFainted()).toBeFalsy(); + }); + + it("should activate the holder's reviver seed from confusion self-hit", async () => { + game.override.enemyLevel(1).startingLevel(100).enemyMoveset(Moves.SPLASH); + await game.classicMode.startBattle([Species.MAGIKARP, Species.FEEBAS]); + const player = game.scene.getPlayerPokemon()!; + player.damageAndUpdate(player.hp - 1); + player.addTag(BattlerTagType.CONFUSED, 3); + + const reviverSeed = player.getHeldItems()[0] as PokemonInstantReviveModifier; + vi.spyOn(reviverSeed, "apply"); + + vi.spyOn(player, "randSeedInt").mockReturnValue(0); // Force confusion self-hit + game.move.select(Moves.TACKLE); + await game.phaseInterceptor.to("BerryPhase"); + + expect(player.isFainted()).toBeFalsy(); + }); + + // Damaging opponents tests + it.each([ + { moveType: "Damaging Move Chip Damage", move: Moves.SALT_CURE }, + { moveType: "Chip Damage", move: Moves.LEECH_SEED }, + { moveType: "Trapping Chip Damage", move: Moves.WHIRLPOOL }, + { moveType: "Status Effect Damage", move: Moves.WILL_O_WISP }, + { moveType: "Weather", move: Moves.SANDSTORM }, + ])("should not activate the holder's reviver seed from $moveType", async ({ move }) => { + game.override + .enemyLevel(1) + .startingLevel(100) + .enemySpecies(Species.MAGIKARP) + .moveset(move) + .enemyMoveset(Moves.ENDURE); + await game.classicMode.startBattle([Species.MAGIKARP, Species.FEEBAS]); + const enemy = game.scene.getEnemyPokemon()!; + enemy.damageAndUpdate(enemy.hp - 1); + + game.move.select(move); + await game.phaseInterceptor.to("TurnEndPhase"); + + expect(enemy.isFainted()).toBeTruthy(); + }); + + // Self-damage tests + it.each([ + { moveType: "Recoil", move: Moves.DOUBLE_EDGE }, + { moveType: "Self-KO", move: Moves.EXPLOSION }, + { moveType: "Self-Deduction", move: Moves.CURSE }, + { moveType: "Liquid Ooze", move: Moves.GIGA_DRAIN }, + ])("should not activate the holder's reviver seed from $moveType", async ({ move }) => { + game.override + .enemyLevel(100) + .startingLevel(1) + .enemySpecies(Species.MAGIKARP) + .moveset(move) + .enemyAbility(Abilities.LIQUID_OOZE) + .enemyMoveset(Moves.SPLASH); + await game.classicMode.startBattle([Species.GASTLY, Species.FEEBAS]); + const player = game.scene.getPlayerPokemon()!; + player.damageAndUpdate(player.hp - 1); + + const playerSeed = player.getHeldItems()[0] as PokemonInstantReviveModifier; + vi.spyOn(playerSeed, "apply"); + + game.move.select(move); + await game.phaseInterceptor.to("TurnEndPhase"); + + expect(player.isFainted()).toBeTruthy(); + }); + + it("should not activate the holder's reviver seed from Destiny Bond fainting", async () => { + game.override + .enemyLevel(100) + .startingLevel(1) + .enemySpecies(Species.MAGIKARP) + .moveset(Moves.DESTINY_BOND) + .startingHeldItems([]) // reset held items to nothing so user doesn't revive and not trigger Destiny Bond + .enemyMoveset(Moves.TACKLE); + await game.classicMode.startBattle([Species.MAGIKARP, Species.FEEBAS]); + const player = game.scene.getPlayerPokemon()!; + player.damageAndUpdate(player.hp - 1); + const enemy = game.scene.getEnemyPokemon()!; + + game.move.select(Moves.DESTINY_BOND); + await game.setTurnOrder([BattlerIndex.PLAYER, BattlerIndex.ENEMY]); + await game.phaseInterceptor.to("TurnEndPhase"); + + expect(enemy.isFainted()).toBeTruthy(); + }); +}); diff --git a/test/moves/chilly_reception.test.ts b/test/moves/chilly_reception.test.ts index f90aaf6bb02..39342a921b6 100644 --- a/test/moves/chilly_reception.test.ts +++ b/test/moves/chilly_reception.test.ts @@ -27,8 +27,8 @@ describe("Moves - Chilly Reception", () => { .battleType("single") .moveset([Moves.CHILLY_RECEPTION, Moves.SNOWSCAPE]) .enemyMoveset(Array(4).fill(Moves.SPLASH)) - .enemyAbility(Abilities.NONE) - .ability(Abilities.NONE); + .enemyAbility(Abilities.BALL_FETCH) + .ability(Abilities.BALL_FETCH); }); it("should still change the weather if user can't switch out", async () => { @@ -72,7 +72,6 @@ describe("Moves - Chilly Reception", () => { game.override .battleType("single") .enemyMoveset([Moves.CHILLY_RECEPTION, Moves.TACKLE]) - .enemyAbility(Abilities.NONE) .moveset(Array(4).fill(Moves.SPLASH)); await game.classicMode.startBattle([Species.SLOWKING, Species.MEOWTH]); @@ -89,7 +88,6 @@ describe("Moves - Chilly Reception", () => { .battleType("single") .startingWave(8) .enemyMoveset(Array(4).fill(Moves.CHILLY_RECEPTION)) - .enemyAbility(Abilities.NONE) .enemySpecies(Species.MAGIKARP) .moveset([Moves.SPLASH, Moves.THUNDERBOLT]); diff --git a/test/moves/copycat.test.ts b/test/moves/copycat.test.ts index c7242f0940e..0d9b0951f89 100644 --- a/test/moves/copycat.test.ts +++ b/test/moves/copycat.test.ts @@ -13,7 +13,7 @@ describe("Moves - Copycat", () => { let phaserGame: Phaser.Game; let game: GameManager; - const randomMoveAttr = allMoves[Moves.METRONOME].getAttrs(RandomMoveAttr)[0]; + let randomMoveAttr: RandomMoveAttr; beforeAll(() => { phaserGame = new Phaser.Game({ @@ -26,6 +26,7 @@ describe("Moves - Copycat", () => { }); beforeEach(() => { + randomMoveAttr = allMoves[Moves.METRONOME].getAttrs(RandomMoveAttr)[0]; game = new GameManager(phaserGame); game.override .moveset([Moves.COPYCAT, Moves.SPIKY_SHIELD, Moves.SWORDS_DANCE, Moves.SPLASH]) diff --git a/test/moves/dive.test.ts b/test/moves/dive.test.ts index 8d7b0f9dd00..d7b53701a25 100644 --- a/test/moves/dive.test.ts +++ b/test/moves/dive.test.ts @@ -120,7 +120,7 @@ describe("Moves - Dive", () => { await game.phaseInterceptor.to("TurnEndPhase"); await game.phaseInterceptor.to("TurnStartPhase", false); - game.scene.arena.trySetWeather(WeatherType.HARSH_SUN, false); + game.scene.arena.trySetWeather(WeatherType.HARSH_SUN); await game.phaseInterceptor.to("MoveEndPhase"); expect(playerPokemon.getLastXMoves(1)[0].result).toBe(MoveResult.FAIL); diff --git a/test/moves/dynamax_cannon.test.ts b/test/moves/dynamax_cannon.test.ts index 0ff0712710d..9cf3106b9c1 100644 --- a/test/moves/dynamax_cannon.test.ts +++ b/test/moves/dynamax_cannon.test.ts @@ -3,6 +3,7 @@ import { allMoves } from "#app/data/moves/move"; import { DamageAnimPhase } from "#app/phases/damage-anim-phase"; import { MoveEffectPhase } from "#app/phases/move-effect-phase"; import { Moves } from "#enums/moves"; +import type Move from "#app/data/moves/move"; import { Species } from "#enums/species"; import GameManager from "#test/testUtils/gameManager"; import Phaser from "phaser"; @@ -12,7 +13,7 @@ describe("Moves - Dynamax Cannon", () => { let phaserGame: Phaser.Game; let game: GameManager; - const dynamaxCannon = allMoves[Moves.DYNAMAX_CANNON]; + let dynamaxCannon: Move; beforeAll(() => { phaserGame = new Phaser.Game({ @@ -25,6 +26,7 @@ describe("Moves - Dynamax Cannon", () => { }); beforeEach(() => { + dynamaxCannon = allMoves[Moves.DYNAMAX_CANNON]; game = new GameManager(phaserGame); game.override.moveset([dynamaxCannon.id]); diff --git a/test/moves/effectiveness.test.ts b/test/moves/effectiveness.test.ts index dc55392f8bf..fb03f1c10a0 100644 --- a/test/moves/effectiveness.test.ts +++ b/test/moves/effectiveness.test.ts @@ -1,6 +1,6 @@ import { allMoves } from "#app/data/moves/move"; import { getPokemonSpecies } from "#app/data/pokemon-species"; -import { TrainerSlot } from "#app/data/trainer-config"; +import { TrainerSlot } from "#enums/trainer-slot"; import { PokemonType } from "#enums/pokemon-type"; import { Abilities } from "#app/enums/abilities"; import { Moves } from "#app/enums/moves"; diff --git a/test/moves/endure.test.ts b/test/moves/endure.test.ts index 8151128479d..8fbb2272ece 100644 --- a/test/moves/endure.test.ts +++ b/test/moves/endure.test.ts @@ -22,7 +22,7 @@ describe("Moves - Endure", () => { beforeEach(() => { game = new GameManager(phaserGame); game.override - .moveset([Moves.THUNDER, Moves.BULLET_SEED, Moves.TOXIC]) + .moveset([Moves.THUNDER, Moves.BULLET_SEED, Moves.TOXIC, Moves.SHEER_COLD]) .ability(Abilities.SKILL_LINK) .startingLevel(100) .battleType("single") @@ -50,16 +50,37 @@ describe("Moves - Endure", () => { expect(game.scene.getEnemyPokemon()!.hp).toBe(1); }); - it("shouldn't prevent fainting from indirect damage", async () => { - game.override.enemyLevel(100); - await game.classicMode.startBattle([Species.ARCEUS]); - + it("should let the pokemon survive against OHKO moves", async () => { + await game.classicMode.startBattle([Species.MAGIKARP]); const enemy = game.scene.getEnemyPokemon()!; - enemy.hp = 2; - game.move.select(Moves.TOXIC); - await game.phaseInterceptor.to("VictoryPhase"); + game.move.select(Moves.SHEER_COLD); + await game.phaseInterceptor.to("TurnEndPhase"); - expect(enemy.isFainted()).toBe(true); + expect(enemy.isFainted()).toBeFalsy(); + }); + + // comprehensive indirect damage test copied from Reviver Seed test + it.each([ + { moveType: "Damaging Move Chip Damage", move: Moves.SALT_CURE }, + { moveType: "Chip Damage", move: Moves.LEECH_SEED }, + { moveType: "Trapping Chip Damage", move: Moves.WHIRLPOOL }, + { moveType: "Status Effect Damage", move: Moves.TOXIC }, + { moveType: "Weather", move: Moves.SANDSTORM }, + ])("should not prevent fainting from $moveType", async ({ move }) => { + game.override + .enemyLevel(1) + .startingLevel(100) + .enemySpecies(Species.MAGIKARP) + .moveset(move) + .enemyMoveset(Moves.ENDURE); + await game.classicMode.startBattle([Species.MAGIKARP, Species.FEEBAS]); + const enemy = game.scene.getEnemyPokemon()!; + enemy.damageAndUpdate(enemy.hp - 1); + + game.move.select(move); + await game.phaseInterceptor.to("TurnEndPhase"); + + expect(enemy.isFainted()).toBeTruthy(); }); }); diff --git a/test/moves/false_swipe.test.ts b/test/moves/false_swipe.test.ts new file mode 100644 index 00000000000..4fb5b81ef67 --- /dev/null +++ b/test/moves/false_swipe.test.ts @@ -0,0 +1,53 @@ +import { MoveResult } from "#app/field/pokemon"; +import { Abilities } from "#enums/abilities"; +import { Moves } from "#enums/moves"; +import { Species } from "#enums/species"; +import GameManager from "#test/testUtils/gameManager"; +import Phaser from "phaser"; +import { afterEach, beforeAll, beforeEach, describe, expect, it } from "vitest"; + +describe("Moves - False Swipe", () => { + let phaserGame: Phaser.Game; + let game: GameManager; + + beforeAll(() => { + phaserGame = new Phaser.Game({ + type: Phaser.HEADLESS, + }); + }); + + afterEach(() => { + game.phaseInterceptor.restoreOg(); + }); + + beforeEach(() => { + game = new GameManager(phaserGame); + game.override + .moveset([Moves.FALSE_SWIPE]) + .ability(Abilities.BALL_FETCH) + .startingLevel(1000) + .battleType("single") + .disableCrits() + .enemySpecies(Species.MAGIKARP) + .enemyAbility(Abilities.BALL_FETCH) + .enemyMoveset(Moves.SPLASH); + }); + + it("should reduce the target to 1 HP", async () => { + await game.classicMode.startBattle([Species.MILOTIC]); + + const player = game.scene.getPlayerPokemon()!; + const enemy = game.scene.getEnemyPokemon()!; + + game.move.select(Moves.FALSE_SWIPE); + await game.toNextTurn(); + game.move.select(Moves.FALSE_SWIPE); + await game.phaseInterceptor.to("BerryPhase"); + + expect(enemy.hp).toBe(1); + const falseSwipeHistory = player + .getMoveHistory() + .every(turnMove => turnMove.move === Moves.FALSE_SWIPE && turnMove.result === MoveResult.SUCCESS); + expect(falseSwipeHistory).toBe(true); + }); +}); diff --git a/test/moves/fusion_flare_bolt.test.ts b/test/moves/fusion_flare_bolt.test.ts index 9a379cb4588..c340aeea63f 100644 --- a/test/moves/fusion_flare_bolt.test.ts +++ b/test/moves/fusion_flare_bolt.test.ts @@ -1,6 +1,7 @@ import { Stat } from "#enums/stat"; import { BattlerIndex } from "#app/battle"; import { allMoves } from "#app/data/moves/move"; +import type Move from "#app/data/moves/move"; import { DamageAnimPhase } from "#app/phases/damage-anim-phase"; import { MoveEffectPhase } from "#app/phases/move-effect-phase"; import { MoveEndPhase } from "#app/phases/move-end-phase"; @@ -15,8 +16,8 @@ describe("Moves - Fusion Flare and Fusion Bolt", () => { let phaserGame: Phaser.Game; let game: GameManager; - const fusionFlare = allMoves[Moves.FUSION_FLARE]; - const fusionBolt = allMoves[Moves.FUSION_BOLT]; + let fusionFlare: Move; + let fusionBolt: Move; beforeAll(() => { phaserGame = new Phaser.Game({ @@ -29,6 +30,8 @@ describe("Moves - Fusion Flare and Fusion Bolt", () => { }); beforeEach(() => { + fusionFlare = allMoves[Moves.FUSION_FLARE]; + fusionBolt = allMoves[Moves.FUSION_BOLT]; game = new GameManager(phaserGame); game.override.moveset([fusionFlare.id, fusionBolt.id]); game.override.startingLevel(1); @@ -45,7 +48,7 @@ describe("Moves - Fusion Flare and Fusion Bolt", () => { }); it("FUSION_FLARE should double power of subsequent FUSION_BOLT", async () => { - await game.startBattle([Species.ZEKROM, Species.ZEKROM]); + await game.classicMode.startBattle([Species.ZEKROM, Species.ZEKROM]); game.move.select(fusionFlare.id, 0, BattlerIndex.ENEMY); game.move.select(fusionBolt.id, 1, BattlerIndex.ENEMY); @@ -65,7 +68,7 @@ describe("Moves - Fusion Flare and Fusion Bolt", () => { }, 20000); it("FUSION_BOLT should double power of subsequent FUSION_FLARE", async () => { - await game.startBattle([Species.ZEKROM, Species.ZEKROM]); + await game.classicMode.startBattle([Species.ZEKROM, Species.ZEKROM]); game.move.select(fusionBolt.id, 0, BattlerIndex.ENEMY); game.move.select(fusionFlare.id, 1, BattlerIndex.ENEMY); @@ -85,7 +88,7 @@ describe("Moves - Fusion Flare and Fusion Bolt", () => { }, 20000); it("FUSION_FLARE should double power of subsequent FUSION_BOLT if a move failed in between", async () => { - await game.startBattle([Species.ZEKROM, Species.ZEKROM]); + await game.classicMode.startBattle([Species.ZEKROM, Species.ZEKROM]); game.move.select(fusionFlare.id, 0, BattlerIndex.PLAYER); game.move.select(fusionBolt.id, 1, BattlerIndex.PLAYER); @@ -111,7 +114,7 @@ describe("Moves - Fusion Flare and Fusion Bolt", () => { it("FUSION_FLARE should not double power of subsequent FUSION_BOLT if a move succeeded in between", async () => { game.override.enemyMoveset([Moves.SPLASH, Moves.SPLASH, Moves.SPLASH, Moves.SPLASH]); - await game.startBattle([Species.ZEKROM, Species.ZEKROM]); + await game.classicMode.startBattle([Species.ZEKROM, Species.ZEKROM]); game.move.select(fusionFlare.id, 0, BattlerIndex.ENEMY); game.move.select(fusionBolt.id, 1, BattlerIndex.ENEMY); @@ -156,7 +159,7 @@ describe("Moves - Fusion Flare and Fusion Bolt", () => { it("FUSION_FLARE and FUSION_BOLT alternating throughout turn should double power of subsequent moves", async () => { game.override.enemyMoveset([fusionFlare.id, fusionFlare.id, fusionFlare.id, fusionFlare.id]); - await game.startBattle([Species.ZEKROM, Species.ZEKROM]); + await game.classicMode.startBattle([Species.ZEKROM, Species.ZEKROM]); const party = game.scene.getPlayerParty(); const enemyParty = game.scene.getEnemyParty(); @@ -210,7 +213,7 @@ describe("Moves - Fusion Flare and Fusion Bolt", () => { it("FUSION_FLARE and FUSION_BOLT alternating throughout turn should double power of subsequent moves if moves are aimed at allies", async () => { game.override.enemyMoveset([fusionFlare.id, fusionFlare.id, fusionFlare.id, fusionFlare.id]); - await game.startBattle([Species.ZEKROM, Species.ZEKROM]); + await game.classicMode.startBattle([Species.ZEKROM, Species.ZEKROM]); const party = game.scene.getPlayerParty(); const enemyParty = game.scene.getEnemyParty(); diff --git a/test/moves/grudge.test.ts b/test/moves/grudge.test.ts index ebd062a76ee..161fa38edd2 100644 --- a/test/moves/grudge.test.ts +++ b/test/moves/grudge.test.ts @@ -41,7 +41,7 @@ describe("Moves - Grudge", () => { await game.setTurnOrder([BattlerIndex.ENEMY, BattlerIndex.PLAYER]); await game.phaseInterceptor.to("BerryPhase"); - const playerMove = playerPokemon?.getMoveset().find(m => m?.moveId === Moves.EMBER); + const playerMove = playerPokemon?.getMoveset().find(m => m.moveId === Moves.EMBER); expect(playerMove?.getPpRatio()).toBe(0); }); @@ -60,7 +60,7 @@ describe("Moves - Grudge", () => { await game.setTurnOrder([BattlerIndex.PLAYER, BattlerIndex.ENEMY]); await game.phaseInterceptor.to("BerryPhase"); - const playerMove = playerPokemon?.getMoveset().find(m => m?.moveId === Moves.EMBER); + const playerMove = playerPokemon?.getMoveset().find(m => m.moveId === Moves.EMBER); expect(playerMove?.getPpRatio()).toBe(0); }); @@ -84,7 +84,7 @@ describe("Moves - Grudge", () => { expect(enemyPokemon?.isFainted()).toBe(true); - const playerMove = playerPokemon?.getMoveset().find(m => m?.moveId === Moves.FALSE_SWIPE); + const playerMove = playerPokemon?.getMoveset().find(m => m.moveId === Moves.FALSE_SWIPE); expect(playerMove?.getPpRatio()).toBeGreaterThan(0); }); }); diff --git a/test/moves/hard_press.test.ts b/test/moves/hard_press.test.ts index 1bb6adc8e90..8891f0bf0e2 100644 --- a/test/moves/hard_press.test.ts +++ b/test/moves/hard_press.test.ts @@ -6,12 +6,13 @@ import { Species } from "#enums/species"; import GameManager from "#test/testUtils/gameManager"; import Phaser from "phaser"; import { afterEach, beforeAll, beforeEach, describe, expect, it, vi } from "vitest"; +import type Move from "#app/data/moves/move"; describe("Moves - Hard Press", () => { let phaserGame: Phaser.Game; let game: GameManager; - const moveToCheck = allMoves[Moves.HARD_PRESS]; + let moveToCheck: Move; beforeAll(() => { phaserGame = new Phaser.Game({ @@ -24,6 +25,7 @@ describe("Moves - Hard Press", () => { }); beforeEach(() => { + moveToCheck = allMoves[Moves.HARD_PRESS]; game = new GameManager(phaserGame); game.override.battleType("single"); game.override.ability(Abilities.BALL_FETCH); diff --git a/test/moves/last_respects.test.ts b/test/moves/last_respects.test.ts index 57752cea1af..ccab8a43415 100644 --- a/test/moves/last_respects.test.ts +++ b/test/moves/last_respects.test.ts @@ -4,6 +4,7 @@ import { Species } from "#enums/species"; import { Abilities } from "#enums/abilities"; import GameManager from "#test/testUtils/gameManager"; import { allMoves } from "#app/data/moves/move"; +import type Move from "#app/data/moves/move"; import { MoveEffectPhase } from "#app/phases/move-effect-phase"; import Phaser from "phaser"; import { afterEach, beforeAll, beforeEach, describe, expect, it, vi } from "vitest"; @@ -12,8 +13,8 @@ describe("Moves - Last Respects", () => { let phaserGame: Phaser.Game; let game: GameManager; - const move = allMoves[Moves.LAST_RESPECTS]; - const basePower = move.power; + let move: Move; + let basePower: number; beforeAll(() => { phaserGame = new Phaser.Game({ @@ -27,6 +28,8 @@ describe("Moves - Last Respects", () => { beforeEach(() => { game = new GameManager(phaserGame); + move = allMoves[Moves.LAST_RESPECTS]; + basePower = move.power; game.override .battleType("single") .disableCrits() diff --git a/test/moves/metronome.test.ts b/test/moves/metronome.test.ts index 15790777ed3..80f32a3a6fb 100644 --- a/test/moves/metronome.test.ts +++ b/test/moves/metronome.test.ts @@ -13,7 +13,7 @@ describe("Moves - Metronome", () => { let phaserGame: Phaser.Game; let game: GameManager; - const randomMoveAttr = allMoves[Moves.METRONOME].getAttrs(RandomMoveAttr)[0]; + let randomMoveAttr: RandomMoveAttr; beforeAll(() => { phaserGame = new Phaser.Game({ @@ -26,6 +26,7 @@ describe("Moves - Metronome", () => { }); beforeEach(() => { + randomMoveAttr = allMoves[Moves.METRONOME].getAttrs(RandomMoveAttr)[0]; game = new GameManager(phaserGame); game.override .moveset([Moves.METRONOME, Moves.SPLASH]) diff --git a/test/moves/pollen_puff.test.ts b/test/moves/pollen_puff.test.ts new file mode 100644 index 00000000000..3af3ea1f41d --- /dev/null +++ b/test/moves/pollen_puff.test.ts @@ -0,0 +1,64 @@ +import { BattlerIndex } from "#app/battle"; +import { Abilities } from "#enums/abilities"; +import { Moves } from "#enums/moves"; +import { Species } from "#enums/species"; +import GameManager from "#test/testUtils/gameManager"; +import Phaser from "phaser"; +import { afterEach, beforeAll, beforeEach, describe, expect, it } from "vitest"; + +describe("Moves - Pollen Puff", () => { + let phaserGame: Phaser.Game; + let game: GameManager; + + beforeAll(() => { + phaserGame = new Phaser.Game({ + type: Phaser.HEADLESS, + }); + }); + + afterEach(() => { + game.phaseInterceptor.restoreOg(); + }); + + beforeEach(() => { + game = new GameManager(phaserGame); + game.override + .moveset([Moves.POLLEN_PUFF]) + .ability(Abilities.BALL_FETCH) + .battleType("single") + .disableCrits() + .enemySpecies(Species.MAGIKARP) + .enemyAbility(Abilities.BALL_FETCH) + .enemyMoveset(Moves.SPLASH); + }); + + it("should not heal more than once when the user has a source of multi-hit", async () => { + game.override.battleType("double").moveset([Moves.POLLEN_PUFF, Moves.ENDURE]).ability(Abilities.PARENTAL_BOND); + await game.classicMode.startBattle([Species.BULBASAUR, Species.OMANYTE]); + + const [_, rightPokemon] = game.scene.getPlayerField(); + + rightPokemon.damageAndUpdate(rightPokemon.hp - 1); + + game.move.select(Moves.POLLEN_PUFF, 0, BattlerIndex.PLAYER_2); + game.move.select(Moves.ENDURE, 1); + + await game.phaseInterceptor.to("BerryPhase"); + + // Pollen Puff heals with a ratio of 0.5, as long as Pollen Puff triggers only once the pokemon will always be <= (0.5 * Max HP) + 1 + expect(rightPokemon.hp).toBeLessThanOrEqual(0.5 * rightPokemon.getMaxHp() + 1); + }); + + it("should damage an enemy multiple times when the user has a source of multi-hit", async () => { + game.override.moveset([Moves.POLLEN_PUFF]).ability(Abilities.PARENTAL_BOND).enemyLevel(100); + await game.classicMode.startBattle([Species.MAGIKARP]); + + const target = game.scene.getEnemyPokemon()!; + + game.move.select(Moves.POLLEN_PUFF); + + await game.phaseInterceptor.to("BerryPhase"); + + expect(target.battleData.hitCount).toBe(2); + }); +}); diff --git a/test/moves/rage_fist.test.ts b/test/moves/rage_fist.test.ts index 8bcb212d60e..f44901c5aba 100644 --- a/test/moves/rage_fist.test.ts +++ b/test/moves/rage_fist.test.ts @@ -3,6 +3,7 @@ import { Abilities } from "#enums/abilities"; import { Moves } from "#enums/moves"; import { Species } from "#enums/species"; import { allMoves } from "#app/data/moves/move"; +import type Move from "#app/data/moves/move"; import GameManager from "#test/testUtils/gameManager"; import Phaser from "phaser"; import { afterEach, beforeAll, beforeEach, describe, expect, it, vi } from "vitest"; @@ -10,7 +11,7 @@ import { afterEach, beforeAll, beforeEach, describe, expect, it, vi } from "vite describe("Moves - Rage Fist", () => { let phaserGame: Phaser.Game; let game: GameManager; - const move = allMoves[Moves.RAGE_FIST]; + let move: Move; beforeAll(() => { phaserGame = new Phaser.Game({ @@ -23,6 +24,7 @@ describe("Moves - Rage Fist", () => { }); beforeEach(() => { + move = allMoves[Moves.RAGE_FIST]; game = new GameManager(phaserGame); game.override .battleType("single") diff --git a/test/moves/retaliate.test.ts b/test/moves/retaliate.test.ts index 5cc0b08ccc6..e916c9ffeaa 100644 --- a/test/moves/retaliate.test.ts +++ b/test/moves/retaliate.test.ts @@ -4,12 +4,13 @@ import GameManager from "#test/testUtils/gameManager"; import { Species } from "#enums/species"; import { Moves } from "#enums/moves"; import { allMoves } from "#app/data/moves/move"; +import type Move from "#app/data/moves/move"; describe("Moves - Retaliate", () => { let phaserGame: Phaser.Game; let game: GameManager; - const retaliate = allMoves[Moves.RETALIATE]; + let retaliate: Move; beforeAll(() => { phaserGame = new Phaser.Game({ @@ -22,6 +23,7 @@ describe("Moves - Retaliate", () => { }); beforeEach(() => { + retaliate = allMoves[Moves.RETALIATE]; game = new GameManager(phaserGame); game.override .battleType("single") diff --git a/test/moves/revival_blessing.test.ts b/test/moves/revival_blessing.test.ts index 187b5e62e76..87be20f60ad 100644 --- a/test/moves/revival_blessing.test.ts +++ b/test/moves/revival_blessing.test.ts @@ -114,4 +114,21 @@ describe("Moves - Revival Blessing", () => { expect(feebas.hp).toBe(toDmgValue(0.5 * feebas.getMaxHp())); expect(game.scene.getPlayerField()[0]).toBe(feebas); }); + + it("should not summon multiple pokemon to the same slot when reviving the enemy ally in doubles", async () => { + game.override.battleType("double").enemyMoveset([Moves.REVIVAL_BLESSING]).moveset([Moves.SPLASH]).startingWave(25); // 2nd rival battle - must have 3+ pokemon + await game.classicMode.startBattle([Species.ARCEUS, Species.GIRATINA]); + + const enemyFainting = game.scene.getEnemyField()[0]; + + game.move.select(Moves.SPLASH, 0); + game.move.select(Moves.SPLASH, 1); + await game.killPokemon(enemyFainting); + + await game.phaseInterceptor.to("BerryPhase"); + await game.toNextTurn(); + // If there are incorrectly two switch phases into this slot, the fainted pokemon will end up in slot 3 + // Make sure it's still in slot 1 + expect(game.scene.getEnemyParty()[0]).toBe(enemyFainting); + }); }); diff --git a/test/moves/secret_power.test.ts b/test/moves/secret_power.test.ts index 28dc7efc434..37f1664251b 100644 --- a/test/moves/secret_power.test.ts +++ b/test/moves/secret_power.test.ts @@ -68,7 +68,7 @@ describe("Moves - Secret Power", () => { await game.classicMode.startBattle([Species.BLASTOISE, Species.CHARIZARD]); const sereneGraceAttr = allAbilities[Abilities.SERENE_GRACE].getAttrs(MoveEffectChanceMultiplierAbAttr)[0]; - vi.spyOn(sereneGraceAttr, "apply"); + vi.spyOn(sereneGraceAttr, "canApply"); game.move.select(Moves.WATER_PLEDGE, 0, BattlerIndex.ENEMY); game.move.select(Moves.FIRE_PLEDGE, 1, BattlerIndex.ENEMY_2); @@ -86,8 +86,8 @@ describe("Moves - Secret Power", () => { await game.phaseInterceptor.to("BerryPhase", false); - expect(sereneGraceAttr.apply).toHaveBeenCalledOnce(); - expect(sereneGraceAttr.apply).toHaveLastReturnedWith(true); + expect(sereneGraceAttr.canApply).toHaveBeenCalledOnce(); + expect(sereneGraceAttr.canApply).toHaveLastReturnedWith(true); expect(rainbowEffect.apply).toHaveBeenCalledTimes(0); }); diff --git a/test/moves/shell_side_arm.test.ts b/test/moves/shell_side_arm.test.ts index 47da5e1c2f7..a5b065b76cb 100644 --- a/test/moves/shell_side_arm.test.ts +++ b/test/moves/shell_side_arm.test.ts @@ -1,5 +1,6 @@ import { BattlerIndex } from "#app/battle"; import { allMoves, ShellSideArmCategoryAttr } from "#app/data/moves/move"; +import type Move from "#app/data/moves/move"; import { Abilities } from "#enums/abilities"; import { Moves } from "#enums/moves"; import { Species } from "#enums/species"; @@ -10,8 +11,8 @@ import { afterEach, beforeAll, beforeEach, describe, expect, it, vi } from "vite describe("Moves - Shell Side Arm", () => { let phaserGame: Phaser.Game; let game: GameManager; - const shellSideArm = allMoves[Moves.SHELL_SIDE_ARM]; - const shellSideArmAttr = shellSideArm.getAttrs(ShellSideArmCategoryAttr)[0]; + let shellSideArm: Move; + let shellSideArmAttr: ShellSideArmCategoryAttr; beforeAll(() => { phaserGame = new Phaser.Game({ @@ -24,6 +25,8 @@ describe("Moves - Shell Side Arm", () => { }); beforeEach(() => { + shellSideArm = allMoves[Moves.SHELL_SIDE_ARM]; + shellSideArmAttr = shellSideArm.getAttrs(ShellSideArmCategoryAttr)[0]; game = new GameManager(phaserGame); game.override .moveset([Moves.SHELL_SIDE_ARM, Moves.SPLASH]) diff --git a/test/moves/spit_up.test.ts b/test/moves/spit_up.test.ts index d986ae4d141..d71647bda52 100644 --- a/test/moves/spit_up.test.ts +++ b/test/moves/spit_up.test.ts @@ -7,6 +7,7 @@ import { MoveResult } from "#app/field/pokemon"; import GameManager from "#test/testUtils/gameManager"; import { Abilities } from "#enums/abilities"; import { Moves } from "#enums/moves"; +import type Move from "#app/data/moves/move"; import { Species } from "#enums/species"; import Phaser from "phaser"; import { afterEach, beforeAll, beforeEach, describe, expect, it, vi } from "vitest"; @@ -17,7 +18,7 @@ describe("Moves - Spit Up", () => { let phaserGame: Phaser.Game; let game: GameManager; - const spitUp = allMoves[Moves.SPIT_UP]; + let spitUp: Move; beforeAll(() => { phaserGame = new Phaser.Game({ type: Phaser.HEADLESS }); @@ -28,6 +29,7 @@ describe("Moves - Spit Up", () => { }); beforeEach(() => { + spitUp = allMoves[Moves.SPIT_UP]; game = new GameManager(phaserGame); game.override.battleType("single"); diff --git a/test/moves/tailwind.test.ts b/test/moves/tailwind.test.ts index 24a7fa25061..591b94408ce 100644 --- a/test/moves/tailwind.test.ts +++ b/test/moves/tailwind.test.ts @@ -1,9 +1,9 @@ -import { Stat } from "#enums/stat"; import { ArenaTagSide } from "#app/data/arena-tag"; import { ArenaTagType } from "#app/enums/arena-tag-type"; -import { TurnEndPhase } from "#app/phases/turn-end-phase"; +import { Abilities } from "#enums/abilities"; import { Moves } from "#enums/moves"; import { Species } from "#enums/species"; +import { Stat } from "#enums/stat"; import GameManager from "#test/testUtils/gameManager"; import Phaser from "phaser"; import { afterEach, beforeAll, beforeEach, describe, expect, it } from "vitest"; @@ -24,13 +24,16 @@ describe("Moves - Tailwind", () => { beforeEach(() => { game = new GameManager(phaserGame); - game.override.battleType("double"); - game.override.moveset([Moves.TAILWIND, Moves.SPLASH, Moves.PETAL_BLIZZARD, Moves.SANDSTORM]); - game.override.enemyMoveset(Moves.SPLASH); + game.override + .battleType("double") + .moveset([Moves.TAILWIND, Moves.SPLASH]) + .enemyMoveset(Moves.SPLASH) + .enemyAbility(Abilities.BALL_FETCH) + .ability(Abilities.BALL_FETCH); }); it("doubles the Speed stat of the Pokemons on its side", async () => { - await game.startBattle([Species.MAGIKARP, Species.MEOWTH]); + await game.classicMode.startBattle([Species.MAGIKARP, Species.MEOWTH]); const magikarp = game.scene.getPlayerField()[0]; const meowth = game.scene.getPlayerField()[1]; @@ -43,7 +46,7 @@ describe("Moves - Tailwind", () => { game.move.select(Moves.TAILWIND); game.move.select(Moves.SPLASH, 1); - await game.phaseInterceptor.to(TurnEndPhase); + await game.phaseInterceptor.to("TurnEndPhase"); expect(magikarp.getEffectiveStat(Stat.SPD)).toBe(magikarpSpd * 2); expect(meowth.getEffectiveStat(Stat.SPD)).toBe(meowthSpd * 2); @@ -53,7 +56,7 @@ describe("Moves - Tailwind", () => { it("lasts for 4 turns", async () => { game.override.battleType("single"); - await game.startBattle([Species.MAGIKARP]); + await game.classicMode.startBattle([Species.MAGIKARP]); game.move.select(Moves.TAILWIND); await game.toNextTurn(); @@ -76,7 +79,7 @@ describe("Moves - Tailwind", () => { it("does not affect the opposing side", async () => { game.override.battleType("single"); - await game.startBattle([Species.MAGIKARP]); + await game.classicMode.startBattle([Species.MAGIKARP]); const ally = game.scene.getPlayerPokemon()!; const enemy = game.scene.getEnemyPokemon()!; @@ -91,7 +94,7 @@ describe("Moves - Tailwind", () => { game.move.select(Moves.TAILWIND); - await game.phaseInterceptor.to(TurnEndPhase); + await game.phaseInterceptor.to("TurnEndPhase"); expect(ally.getEffectiveStat(Stat.SPD)).toBe(allySpd * 2); expect(enemy.getEffectiveStat(Stat.SPD)).equal(enemySpd); diff --git a/test/moves/tera_blast.test.ts b/test/moves/tera_blast.test.ts index dffe39f4d87..c1a2b999fa0 100644 --- a/test/moves/tera_blast.test.ts +++ b/test/moves/tera_blast.test.ts @@ -1,6 +1,7 @@ import { BattlerIndex } from "#app/battle"; import { Stat } from "#enums/stat"; import { allMoves, TeraMoveCategoryAttr } from "#app/data/moves/move"; +import type Move from "#app/data/moves/move"; import { PokemonType } from "#enums/pokemon-type"; import { Abilities } from "#app/enums/abilities"; import { HitResult } from "#app/field/pokemon"; @@ -13,13 +14,16 @@ import { afterEach, beforeAll, beforeEach, describe, expect, it, vi } from "vite describe("Moves - Tera Blast", () => { let phaserGame: Phaser.Game; let game: GameManager; - const moveToCheck = allMoves[Moves.TERA_BLAST]; - const teraBlastAttr = moveToCheck.getAttrs(TeraMoveCategoryAttr)[0]; + + let moveToCheck: Move; + let teraBlastAttr: TeraMoveCategoryAttr; beforeAll(() => { phaserGame = new Phaser.Game({ type: Phaser.HEADLESS, }); + moveToCheck = allMoves[Moves.TERA_BLAST]; + teraBlastAttr = moveToCheck.getAttrs(TeraMoveCategoryAttr)[0]; }); afterEach(() => { diff --git a/test/moves/transform.test.ts b/test/moves/transform.test.ts index 5140202a383..d37decf28f4 100644 --- a/test/moves/transform.test.ts +++ b/test/moves/transform.test.ts @@ -6,6 +6,7 @@ import { TurnEndPhase } from "#app/phases/turn-end-phase"; import { Moves } from "#enums/moves"; import { Stat, BATTLE_STATS, EFFECTIVE_STATS } from "#enums/stat"; import { Abilities } from "#enums/abilities"; +import { BattlerIndex } from "#app/battle"; // TODO: Add more tests once Transform is fully implemented describe("Moves - Transform", () => { @@ -58,7 +59,7 @@ describe("Moves - Transform", () => { } const playerMoveset = player.getMoveset(); - const enemyMoveset = player.getMoveset(); + const enemyMoveset = enemy.getMoveset(); expect(playerMoveset.length).toBe(enemyMoveset.length); for (let i = 0; i < playerMoveset.length && i < enemyMoveset.length; i++) { @@ -127,4 +128,71 @@ describe("Moves - Transform", () => { expect(game.scene.getEnemyPokemon()?.getStatStage(Stat.ATK)).toBe(-1); }); + + it("should persist transformed attributes across reloads", async () => { + game.override.enemyMoveset([]).moveset([]); + + await game.classicMode.startBattle([Species.DITTO]); + + const player = game.scene.getPlayerPokemon()!; + const enemy = game.scene.getEnemyPokemon()!; + + game.move.changeMoveset(player, Moves.TRANSFORM); + game.move.changeMoveset(enemy, Moves.MEMENTO); + + game.move.select(Moves.TRANSFORM); + await game.setTurnOrder([BattlerIndex.PLAYER, BattlerIndex.ENEMY]); + await game.toNextWave(); + + expect(game.scene.getCurrentPhase()?.constructor.name).toBe("CommandPhase"); + expect(game.scene.currentBattle.waveIndex).toBe(2); + + await game.reload.reloadSession(); + + const playerReloaded = game.scene.getPlayerPokemon()!; + const playerMoveset = player.getMoveset(); + + expect(playerReloaded.getSpeciesForm().speciesId).toBe(enemy.getSpeciesForm().speciesId); + expect(playerReloaded.getAbility()).toBe(enemy.getAbility()); + expect(playerReloaded.getGender()).toBe(enemy.getGender()); + + expect(playerReloaded.getStat(Stat.HP, false)).not.toBe(enemy.getStat(Stat.HP)); + for (const s of EFFECTIVE_STATS) { + expect(playerReloaded.getStat(s, false)).toBe(enemy.getStat(s, false)); + } + + expect(playerMoveset.length).toEqual(1); + expect(playerMoveset[0]?.moveId).toEqual(Moves.MEMENTO); + }); + + it("should stay transformed with the correct form after reload", async () => { + game.override.enemyMoveset([]).moveset([]); + game.override.enemySpecies(Species.DARMANITAN); + + await game.classicMode.startBattle([Species.DITTO]); + + const player = game.scene.getPlayerPokemon()!; + const enemy = game.scene.getEnemyPokemon()!; + + // change form + enemy.species.forms[1]; + enemy.species.formIndex = 1; + + game.move.changeMoveset(player, Moves.TRANSFORM); + game.move.changeMoveset(enemy, Moves.MEMENTO); + + game.move.select(Moves.TRANSFORM); + await game.setTurnOrder([BattlerIndex.PLAYER, BattlerIndex.ENEMY]); + await game.toNextWave(); + + expect(game.scene.getCurrentPhase()?.constructor.name).toBe("CommandPhase"); + expect(game.scene.currentBattle.waveIndex).toBe(2); + + await game.reload.reloadSession(); + + const playerReloaded = game.scene.getPlayerPokemon()!; + + expect(playerReloaded.getSpeciesForm().speciesId).toBe(enemy.getSpeciesForm().speciesId); + expect(playerReloaded.getSpeciesForm().formIndex).toBe(enemy.getSpeciesForm().formIndex); + }); }); diff --git a/test/moves/triple_arrows.test.ts b/test/moves/triple_arrows.test.ts index c1114b69b99..eb434b25815 100644 --- a/test/moves/triple_arrows.test.ts +++ b/test/moves/triple_arrows.test.ts @@ -1,6 +1,7 @@ import { allMoves, FlinchAttr, StatStageChangeAttr } from "#app/data/moves/move"; import { Abilities } from "#enums/abilities"; import { Moves } from "#enums/moves"; +import type Move from "#app/data/moves/move"; import { Species } from "#enums/species"; import GameManager from "#test/testUtils/gameManager"; import Phaser from "phaser"; @@ -9,14 +10,17 @@ import { afterEach, beforeAll, beforeEach, describe, expect, it, vi } from "vite describe("Moves - Triple Arrows", () => { let phaserGame: Phaser.Game; let game: GameManager; - const tripleArrows = allMoves[Moves.TRIPLE_ARROWS]; - const flinchAttr = tripleArrows.getAttrs(FlinchAttr)[0]; - const defDropAttr = tripleArrows.getAttrs(StatStageChangeAttr)[0]; + let tripleArrows: Move; + let flinchAttr: FlinchAttr; + let defDropAttr: StatStageChangeAttr; beforeAll(() => { phaserGame = new Phaser.Game({ type: Phaser.HEADLESS, }); + tripleArrows = allMoves[Moves.TRIPLE_ARROWS]; + flinchAttr = tripleArrows.getAttrs(FlinchAttr)[0]; + defDropAttr = tripleArrows.getAttrs(StatStageChangeAttr)[0]; }); afterEach(() => { diff --git a/test/mystery-encounter/encounter-test-utils.ts b/test/mystery-encounter/encounter-test-utils.ts index 19ec364618e..8c54e0dd606 100644 --- a/test/mystery-encounter/encounter-test-utils.ts +++ b/test/mystery-encounter/encounter-test-utils.ts @@ -48,16 +48,6 @@ export async function runMysteryEncounterToEnd( ); if (isBattle) { - game.onNextPrompt( - "DamageAnimPhase", - Mode.MESSAGE, - () => { - game.setMode(Mode.MESSAGE); - game.endPhase(); - }, - () => game.isCurrentPhase(CommandPhase), - ); - game.onNextPrompt( "CheckSwitchPhase", Mode.CONFIRM, diff --git a/test/mystery-encounter/encounters/absolute-avarice-encounter.test.ts b/test/mystery-encounter/encounters/absolute-avarice-encounter.test.ts index 3e1588f3a72..e00ce03333c 100644 --- a/test/mystery-encounter/encounters/absolute-avarice-encounter.test.ts +++ b/test/mystery-encounter/encounters/absolute-avarice-encounter.test.ts @@ -136,7 +136,7 @@ describe("Absolute Avarice - Mystery Encounter", () => { expect(scene.getCurrentPhase()?.constructor.name).toBe(CommandPhase.name); expect(enemyField.length).toBe(1); expect(enemyField[0].species.speciesId).toBe(Species.GREEDENT); - const moveset = enemyField[0].moveset.map(m => m?.moveId); + const moveset = enemyField[0].moveset.map(m => m.moveId); expect(moveset?.length).toBe(4); expect(moveset).toEqual([Moves.THRASH, Moves.BODY_PRESS, Moves.STUFF_CHEEKS, Moves.CRUNCH]); @@ -259,7 +259,7 @@ describe("Absolute Avarice - Mystery Encounter", () => { expect(partyCountBefore + 1).toBe(partyCountAfter); const greedent = scene.getPlayerParty()[scene.getPlayerParty().length - 1]; expect(greedent.species.speciesId).toBe(Species.GREEDENT); - const moveset = greedent.moveset.map(m => m?.moveId); + const moveset = greedent.moveset.map(m => m.moveId); expect(moveset?.length).toBe(4); expect(moveset).toEqual([Moves.THRASH, Moves.BODY_PRESS, Moves.STUFF_CHEEKS, Moves.SLACK_OFF]); }); diff --git a/test/mystery-encounter/encounters/dancing-lessons-encounter.test.ts b/test/mystery-encounter/encounters/dancing-lessons-encounter.test.ts index a4c1052463c..77cd65e51b9 100644 --- a/test/mystery-encounter/encounters/dancing-lessons-encounter.test.ts +++ b/test/mystery-encounter/encounters/dancing-lessons-encounter.test.ts @@ -112,7 +112,7 @@ describe("Dancing Lessons - Mystery Encounter", () => { expect(enemyField.length).toBe(1); expect(enemyField[0].species.speciesId).toBe(Species.ORICORIO); expect(enemyField[0].summonData.statStages).toEqual([1, 1, 1, 1, 0, 0, 0]); - const moveset = enemyField[0].moveset.map(m => m?.moveId); + const moveset = enemyField[0].moveset.map(m => m.moveId); expect(moveset.some(m => m === Moves.REVELATION_DANCE)).toBeTruthy(); const movePhases = phaseSpy.mock.calls.filter(p => p[0] instanceof MovePhase).map(p => p[0]); @@ -208,7 +208,7 @@ describe("Dancing Lessons - Mystery Encounter", () => { expect(partyCountBefore + 1).toBe(partyCountAfter); const oricorio = scene.getPlayerParty()[scene.getPlayerParty().length - 1]; expect(oricorio.species.speciesId).toBe(Species.ORICORIO); - const moveset = oricorio.moveset.map(m => m?.moveId); + const moveset = oricorio.moveset.map(m => m.moveId); expect(moveset?.some(m => m === Moves.REVELATION_DANCE)).toBeTruthy(); expect(moveset?.some(m => m === Moves.DRAGON_DANCE)).toBeTruthy(); }); diff --git a/test/mystery-encounter/encounters/mysterious-challengers-encounter.test.ts b/test/mystery-encounter/encounters/mysterious-challengers-encounter.test.ts index 8e825dc2c9b..f620cbd6c36 100644 --- a/test/mystery-encounter/encounters/mysterious-challengers-encounter.test.ts +++ b/test/mystery-encounter/encounters/mysterious-challengers-encounter.test.ts @@ -16,7 +16,9 @@ import { MysteryEncounterTier } from "#enums/mystery-encounter-tier"; import { initSceneWithoutEncounterPhase } from "#test/testUtils/gameManagerUtils"; import { ModifierTier } from "#app/modifier/modifier-tier"; import { MysteriousChallengersEncounter } from "#app/data/mystery-encounters/encounters/mysterious-challengers-encounter"; -import { TrainerConfig, TrainerPartyCompoundTemplate, TrainerPartyTemplate } from "#app/data/trainer-config"; +import { TrainerConfig } from "#app/data/trainers/trainer-config"; +import { TrainerPartyCompoundTemplate } from "#app/data/trainers/TrainerPartyTemplate"; +import { TrainerPartyTemplate } from "#app/data/trainers/TrainerPartyTemplate"; import { PartyMemberStrength } from "#enums/party-member-strength"; import { MysteryEncounterMode } from "#enums/mystery-encounter-mode"; import ModifierSelectUiHandler from "#app/ui/modifier-select-ui-handler"; diff --git a/test/mystery-encounter/encounters/the-strong-stuff-encounter.test.ts b/test/mystery-encounter/encounters/the-strong-stuff-encounter.test.ts index 57d55af5dac..a9e6a339d36 100644 --- a/test/mystery-encounter/encounters/the-strong-stuff-encounter.test.ts +++ b/test/mystery-encounter/encounters/the-strong-stuff-encounter.test.ts @@ -114,7 +114,7 @@ describe("The Strong Stuff - Mystery Encounter", () => { bossSegments: 5, shiny: false, customPokemonData: new CustomPokemonData({ spriteScale: 1.25 }), - nature: Nature.BOLD, + nature: Nature.HARDY, moveSet: [Moves.INFESTATION, Moves.SALT_CURE, Moves.GASTRO_ACID, Moves.HEAL_ORDER], modifierConfigs: expect.any(Array), tags: [BattlerTagType.MYSTERY_ENCOUNTER_POST_SUMMON], @@ -198,7 +198,7 @@ describe("The Strong Stuff - Mystery Encounter", () => { expect(scene.getCurrentPhase()?.constructor.name).toBe(CommandPhase.name); expect(enemyField.length).toBe(1); expect(enemyField[0].species.speciesId).toBe(Species.SHUCKLE); - expect(enemyField[0].summonData.statStages).toEqual([0, 2, 0, 2, 0, 0, 0]); + expect(enemyField[0].summonData.statStages).toEqual([0, 1, 0, 1, 0, 0, 0]); const shuckleItems = enemyField[0].getHeldItems(); expect(shuckleItems.length).toBe(5); expect(shuckleItems.find(m => m instanceof BerryModifier && m.berryType === BerryType.SITRUS)?.stackCount).toBe( diff --git a/test/mystery-encounter/encounters/trash-to-treasure-encounter.test.ts b/test/mystery-encounter/encounters/trash-to-treasure-encounter.test.ts index 90e2312e624..df7bbb9f424 100644 --- a/test/mystery-encounter/encounters/trash-to-treasure-encounter.test.ts +++ b/test/mystery-encounter/encounters/trash-to-treasure-encounter.test.ts @@ -1,30 +1,37 @@ +import type BattleScene from "#app/battle-scene"; +import * as BattleAnims from "#app/data/battle-anims"; +import { TrashToTreasureEncounter } from "#app/data/mystery-encounters/encounters/trash-to-treasure-encounter"; import * as MysteryEncounters from "#app/data/mystery-encounters/mystery-encounters"; +import * as EncounterPhaseUtils from "#app/data/mystery-encounters/utils/encounter-phase-utils"; +import { + type EnemyPartyConfig, + type EnemyPokemonConfig, + generateModifierType, +} from "#app/data/mystery-encounters/utils/encounter-phase-utils"; +import { getPokemonSpecies } from "#app/data/pokemon-species"; import { Biome } from "#app/enums/biome"; import { MysteryEncounterType } from "#app/enums/mystery-encounter-type"; import { Species } from "#app/enums/species"; -import GameManager from "#test/testUtils/gameManager"; -import { afterEach, beforeAll, beforeEach, describe, expect, it, vi } from "vitest"; -import { getPokemonSpecies } from "#app/data/pokemon-species"; -import * as BattleAnims from "#app/data/battle-anims"; -import * as EncounterPhaseUtils from "#app/data/mystery-encounters/utils/encounter-phase-utils"; +import { PokemonMove } from "#app/field/pokemon"; +import { HealShopCostModifier, HitHealModifier, TurnHealModifier } from "#app/modifier/modifier"; +import { ModifierTier } from "#app/modifier/modifier-tier"; +import { modifierTypes, type PokemonHeldItemModifierType } from "#app/modifier/modifier-type"; +import { CommandPhase } from "#app/phases/command-phase"; +import { MovePhase } from "#app/phases/move-phase"; +import { SelectModifierPhase } from "#app/phases/select-modifier-phase"; +import ModifierSelectUiHandler from "#app/ui/modifier-select-ui-handler"; +import { Mode } from "#app/ui/ui"; +import * as Utils from "#app/utils"; +import { Moves } from "#enums/moves"; +import { MysteryEncounterOptionMode } from "#enums/mystery-encounter-option-mode"; +import { MysteryEncounterTier } from "#enums/mystery-encounter-tier"; import { runMysteryEncounterToEnd, skipBattleRunMysteryEncounterRewardsPhase, } from "#test/mystery-encounter/encounter-test-utils"; -import { Moves } from "#enums/moves"; -import type BattleScene from "#app/battle-scene"; -import { PokemonMove } from "#app/field/pokemon"; -import { Mode } from "#app/ui/ui"; -import ModifierSelectUiHandler from "#app/ui/modifier-select-ui-handler"; -import { HitHealModifier, HealShopCostModifier, TurnHealModifier } from "#app/modifier/modifier"; -import { MysteryEncounterOptionMode } from "#enums/mystery-encounter-option-mode"; -import { MysteryEncounterTier } from "#enums/mystery-encounter-tier"; +import GameManager from "#test/testUtils/gameManager"; import { initSceneWithoutEncounterPhase } from "#test/testUtils/gameManagerUtils"; -import { TrashToTreasureEncounter } from "#app/data/mystery-encounters/encounters/trash-to-treasure-encounter"; -import { ModifierTier } from "#app/modifier/modifier-tier"; -import { SelectModifierPhase } from "#app/phases/select-modifier-phase"; -import { CommandPhase } from "#app/phases/command-phase"; -import { MovePhase } from "#app/phases/move-phase"; +import { afterEach, beforeAll, beforeEach, describe, expect, it, vi } from "vitest"; const namespace = "mysteryEncounters/trashToTreasure"; const defaultParty = [Species.LAPRAS, Species.GENGAR, Species.ABRA]; @@ -73,6 +80,7 @@ describe("Trash to Treasure - Mystery Encounter", () => { }); it("should initialize fully", async () => { + vi.spyOn(Utils, "randSeedInt").mockImplementation((range, min = 0) => min + range - 1); initSceneWithoutEncounterPhase(scene, defaultParty); scene.currentBattle.mysteryEncounter = TrashToTreasureEncounter; const moveInitSpy = vi.spyOn(BattleAnims, "initMoveAnim"); @@ -85,22 +93,61 @@ describe("Trash to Treasure - Mystery Encounter", () => { TrashToTreasureEncounter.populateDialogueTokensFromRequirements(); const onInitResult = onInit!(); - expect(TrashToTreasureEncounter.enemyPartyConfigs).toEqual([ - { - levelAdditiveModifier: 0.5, - disableSwitch: true, - pokemonConfigs: [ - { - species: getPokemonSpecies(Species.GARBODOR), - isBoss: true, - shiny: false, - formIndex: 1, - bossSegmentModifier: 1, - moveSet: [Moves.PAYBACK, Moves.GUNK_SHOT, Moves.STOMPING_TANTRUM, Moves.DRAIN_PUNCH], - }, - ], - }, - ]); + const bossSpecies = getPokemonSpecies(Species.GARBODOR); + const pokemonConfig: EnemyPokemonConfig = { + species: bossSpecies, + isBoss: true, + shiny: false, // Shiny lock because of custom intro sprite + formIndex: 1, // Gmax + bossSegmentModifier: 1, // +1 Segment from normal + moveSet: [Moves.GUNK_SHOT, Moves.STOMPING_TANTRUM, Moves.HAMMER_ARM, Moves.PAYBACK], + modifierConfigs: [ + { + modifier: generateModifierType(modifierTypes.BERRY) as PokemonHeldItemModifierType, + }, + { + modifier: generateModifierType(modifierTypes.BERRY) as PokemonHeldItemModifierType, + }, + { + modifier: generateModifierType(modifierTypes.BERRY) as PokemonHeldItemModifierType, + }, + { + modifier: generateModifierType(modifierTypes.BERRY) as PokemonHeldItemModifierType, + }, + { + modifier: generateModifierType(modifierTypes.BASE_STAT_BOOSTER) as PokemonHeldItemModifierType, + }, + { + modifier: generateModifierType(modifierTypes.BASE_STAT_BOOSTER) as PokemonHeldItemModifierType, + }, + { + modifier: generateModifierType(modifierTypes.TOXIC_ORB) as PokemonHeldItemModifierType, + stackCount: Utils.randSeedInt(2, 0), + }, + { + modifier: generateModifierType(modifierTypes.SOOTHE_BELL) as PokemonHeldItemModifierType, + stackCount: Utils.randSeedInt(2, 1), + }, + { + modifier: generateModifierType(modifierTypes.LUCKY_EGG) as PokemonHeldItemModifierType, + stackCount: Utils.randSeedInt(3, 1), + }, + { + modifier: generateModifierType(modifierTypes.GOLDEN_EGG) as PokemonHeldItemModifierType, + stackCount: Utils.randSeedInt(2, 0), + }, + ], + }; + const config: EnemyPartyConfig = { + levelAdditiveModifier: 0.5, + pokemonConfigs: [pokemonConfig], + disableSwitch: true, + }; + const enemyPartyConfigs = [config]; + + expect(JSON.stringify(TrashToTreasureEncounter.enemyPartyConfigs, undefined, 2)).toEqual( + JSON.stringify(enemyPartyConfigs, undefined, 2), + ); await vi.waitFor(() => expect(moveInitSpy).toHaveBeenCalled()); await vi.waitFor(() => expect(moveLoadSpy).toHaveBeenCalled()); expect(onInitResult).toBe(true); @@ -122,7 +169,7 @@ describe("Trash to Treasure - Mystery Encounter", () => { }); }); - it("should give 2 Leftovers, 2 Shell Bell, and Black Sludge", async () => { + it("should give 2 Leftovers, 1 Shell Bell, and Black Sludge", async () => { await game.runToMysteryEncounter(MysteryEncounterType.TRASH_TO_TREASURE, defaultParty); await runMysteryEncounterToEnd(game, 1); await game.phaseInterceptor.to(SelectModifierPhase, false); @@ -134,7 +181,7 @@ describe("Trash to Treasure - Mystery Encounter", () => { const shellBell = scene.findModifier(m => m instanceof HitHealModifier) as HitHealModifier; expect(shellBell).toBeDefined(); - expect(shellBell?.stackCount).toBe(2); + expect(shellBell?.stackCount).toBe(1); const blackSludge = scene.findModifier(m => m instanceof HealShopCostModifier) as HealShopCostModifier; expect(blackSludge).toBeDefined(); @@ -178,17 +225,17 @@ describe("Trash to Treasure - Mystery Encounter", () => { expect(enemyField.length).toBe(1); expect(enemyField[0].species.speciesId).toBe(Species.GARBODOR); expect(enemyField[0].moveset).toEqual([ - new PokemonMove(Moves.PAYBACK), new PokemonMove(Moves.GUNK_SHOT), new PokemonMove(Moves.STOMPING_TANTRUM), - new PokemonMove(Moves.DRAIN_PUNCH), + new PokemonMove(Moves.HAMMER_ARM), + new PokemonMove(Moves.PAYBACK), ]); // Should have used moves pre-battle const movePhases = phaseSpy.mock.calls.filter(p => p[0] instanceof MovePhase).map(p => p[0]); expect(movePhases.length).toBe(2); expect(movePhases.filter(p => (p as MovePhase).move.moveId === Moves.TOXIC).length).toBe(1); - expect(movePhases.filter(p => (p as MovePhase).move.moveId === Moves.AMNESIA).length).toBe(1); + expect(movePhases.filter(p => (p as MovePhase).move.moveId === Moves.STOCKPILE).length).toBe(1); }); it("should have 2 Rogue, 1 Ultra, 1 Great in rewards", async () => { diff --git a/test/phases/phases.test.ts b/test/phases/phases.test.ts index 4aabeb55b9e..96225c9151c 100644 --- a/test/phases/phases.test.ts +++ b/test/phases/phases.test.ts @@ -31,7 +31,7 @@ describe("Phases", () => { it("should start the login phase", async () => { const loginPhase = new LoginPhase(); scene.unshiftPhase(loginPhase); - await game.phaseInterceptor.run(LoginPhase); + await game.phaseInterceptor.to(LoginPhase); expect(scene.ui.getMode()).to.equal(Mode.MESSAGE); }); }); @@ -40,7 +40,7 @@ describe("Phases", () => { it("should start the title phase", async () => { const titlePhase = new TitlePhase(); scene.unshiftPhase(titlePhase); - await game.phaseInterceptor.run(TitlePhase); + await game.phaseInterceptor.to(TitlePhase); expect(scene.ui.getMode()).to.equal(Mode.TITLE); }); }); @@ -49,7 +49,7 @@ describe("Phases", () => { it("should start the unavailable phase", async () => { const unavailablePhase = new UnavailablePhase(); scene.unshiftPhase(unavailablePhase); - await game.phaseInterceptor.run(UnavailablePhase); + await game.phaseInterceptor.to(UnavailablePhase); expect(scene.ui.getMode()).to.equal(Mode.UNAVAILABLE); }, 20000); }); diff --git a/test/phases/select-modifier-phase.test.ts b/test/phases/select-modifier-phase.test.ts index bb3d5debc7c..d352acea77a 100644 --- a/test/phases/select-modifier-phase.test.ts +++ b/test/phases/select-modifier-phase.test.ts @@ -48,8 +48,8 @@ describe("SelectModifierPhase", () => { it("should start a select modifier phase", async () => { initSceneWithoutEncounterPhase(scene, [Species.ABRA, Species.VOLCARONA]); const selectModifierPhase = new SelectModifierPhase(); - scene.pushPhase(selectModifierPhase); - await game.phaseInterceptor.run(SelectModifierPhase); + scene.unshiftPhase(selectModifierPhase); + await game.phaseInterceptor.to(SelectModifierPhase); expect(scene.ui.getMode()).to.equal(Mode.MODIFIER_SELECT); }); diff --git a/test/plugins/api/pokerogue-account-api.test.ts b/test/plugins/api/pokerogue-account-api.test.ts index 9ec98b6a59f..e7e1b2d52b0 100644 --- a/test/plugins/api/pokerogue-account-api.test.ts +++ b/test/plugins/api/pokerogue-account-api.test.ts @@ -4,11 +4,17 @@ import { PokerogueAccountApi } from "#app/plugins/api/pokerogue-account-api"; import { getApiBaseUrl } from "#test/testUtils/testUtils"; import * as Utils from "#app/utils"; import { http, HttpResponse } from "msw"; -import { afterEach, beforeEach, describe, expect, it, vi } from "vitest"; +import { beforeAll, afterEach, beforeEach, describe, expect, it, vi } from "vitest"; +import { initServerForApiTests } from "#test/testUtils/testFileInitialization"; +import type { SetupServerApi } from "msw/node"; const apiBase = getApiBaseUrl(); const accountApi = new PokerogueAccountApi(apiBase); -const { server } = global; +let server: SetupServerApi; + +beforeAll(async () => { + server = await initServerForApiTests(); +}); afterEach(() => { server.resetHandlers(); diff --git a/test/plugins/api/pokerogue-admin-api.test.ts b/test/plugins/api/pokerogue-admin-api.test.ts index 0ce727b88da..08c4cf0dc45 100644 --- a/test/plugins/api/pokerogue-admin-api.test.ts +++ b/test/plugins/api/pokerogue-admin-api.test.ts @@ -9,11 +9,17 @@ import type { import { PokerogueAdminApi } from "#app/plugins/api/pokerogue-admin-api"; import { getApiBaseUrl } from "#test/testUtils/testUtils"; import { http, HttpResponse } from "msw"; -import { afterEach, beforeEach, describe, expect, it, vi } from "vitest"; +import { beforeAll, afterEach, beforeEach, describe, expect, it, vi } from "vitest"; +import { initServerForApiTests } from "#test/testUtils/testFileInitialization"; +import type { SetupServerApi } from "msw/node"; const apiBase = getApiBaseUrl(); const adminApi = new PokerogueAdminApi(apiBase); -const { server } = global; +let server: SetupServerApi; + +beforeAll(async () => { + server = await initServerForApiTests(); +}); afterEach(() => { server.resetHandlers(); diff --git a/test/plugins/api/pokerogue-api.test.ts b/test/plugins/api/pokerogue-api.test.ts index 241453866a5..c53a38e23ab 100644 --- a/test/plugins/api/pokerogue-api.test.ts +++ b/test/plugins/api/pokerogue-api.test.ts @@ -2,10 +2,16 @@ import type { TitleStatsResponse } from "#app/@types/PokerogueApi"; import { pokerogueApi } from "#app/plugins/api/pokerogue-api"; import { getApiBaseUrl } from "#test/testUtils/testUtils"; import { http, HttpResponse } from "msw"; -import { afterEach, beforeEach, describe, expect, it, vi } from "vitest"; +import { beforeAll, afterEach, beforeEach, describe, expect, it, vi } from "vitest"; +import { initServerForApiTests } from "#test/testUtils/testFileInitialization"; +import type { SetupServerApi } from "msw/node"; const apiBase = getApiBaseUrl(); -const { server } = global; +let server: SetupServerApi; + +beforeAll(async () => { + server = await initServerForApiTests(); +}); afterEach(() => { server.resetHandlers(); diff --git a/test/plugins/api/pokerogue-daily-api.test.ts b/test/plugins/api/pokerogue-daily-api.test.ts index 95d938e6625..563e6d09009 100644 --- a/test/plugins/api/pokerogue-daily-api.test.ts +++ b/test/plugins/api/pokerogue-daily-api.test.ts @@ -3,11 +3,17 @@ import { PokerogueDailyApi } from "#app/plugins/api/pokerogue-daily-api"; import { getApiBaseUrl } from "#test/testUtils/testUtils"; import { ScoreboardCategory, type RankingEntry } from "#app/ui/daily-run-scoreboard"; import { http, HttpResponse } from "msw"; -import { afterEach, beforeEach, describe, expect, it, vi } from "vitest"; +import { beforeAll, afterEach, beforeEach, describe, expect, it, vi } from "vitest"; +import { initServerForApiTests } from "#test/testUtils/testFileInitialization"; +import type { SetupServerApi } from "msw/node"; const apiBase = getApiBaseUrl(); const dailyApi = new PokerogueDailyApi(apiBase); -const { server } = global; +let server: SetupServerApi; + +beforeAll(async () => { + server = await initServerForApiTests(); +}); afterEach(() => { server.resetHandlers(); diff --git a/test/plugins/api/pokerogue-savedata-api.test.ts b/test/plugins/api/pokerogue-savedata-api.test.ts index 47eafa0a933..481ba62c19d 100644 --- a/test/plugins/api/pokerogue-savedata-api.test.ts +++ b/test/plugins/api/pokerogue-savedata-api.test.ts @@ -2,11 +2,17 @@ import type { UpdateAllSavedataRequest } from "#app/@types/PokerogueSavedataApi" import { PokerogueSavedataApi } from "#app/plugins/api/pokerogue-savedata-api"; import { getApiBaseUrl } from "#test/testUtils/testUtils"; import { http, HttpResponse } from "msw"; -import { afterEach, beforeEach, describe, expect, it, vi } from "vitest"; +import { beforeAll, afterEach, beforeEach, describe, expect, it, vi } from "vitest"; +import { initServerForApiTests } from "#test/testUtils/testFileInitialization"; +import type { SetupServerApi } from "msw/node"; const apiBase = getApiBaseUrl(); const savedataApi = new PokerogueSavedataApi(apiBase); -const { server } = global; +let server: SetupServerApi; + +beforeAll(async () => { + server = await initServerForApiTests(); +}); afterEach(() => { server.resetHandlers(); diff --git a/test/plugins/api/pokerogue-session-savedata-api.test.ts b/test/plugins/api/pokerogue-session-savedata-api.test.ts index 67abc9c9336..d4c235ac51a 100644 --- a/test/plugins/api/pokerogue-session-savedata-api.test.ts +++ b/test/plugins/api/pokerogue-session-savedata-api.test.ts @@ -10,11 +10,17 @@ import { PokerogueSessionSavedataApi } from "#app/plugins/api/pokerogue-session- import type { SessionSaveData } from "#app/system/game-data"; import { getApiBaseUrl } from "#test/testUtils/testUtils"; import { http, HttpResponse } from "msw"; -import { afterEach, beforeEach, describe, expect, it, vi } from "vitest"; +import { beforeAll, afterEach, beforeEach, describe, expect, it, vi } from "vitest"; +import { initServerForApiTests } from "#test/testUtils/testFileInitialization"; +import type { SetupServerApi } from "msw/node"; const apiBase = getApiBaseUrl(); const sessionSavedataApi = new PokerogueSessionSavedataApi(apiBase); -const { server } = global; + +let server: SetupServerApi; +beforeAll(async () => { + server = await initServerForApiTests(); +}); afterEach(() => { server.resetHandlers(); diff --git a/test/plugins/api/pokerogue-system-savedata-api.test.ts b/test/plugins/api/pokerogue-system-savedata-api.test.ts index 81d863049f0..0c69ab8f922 100644 --- a/test/plugins/api/pokerogue-system-savedata-api.test.ts +++ b/test/plugins/api/pokerogue-system-savedata-api.test.ts @@ -6,13 +6,20 @@ import type { } from "#app/@types/PokerogueSystemSavedataApi"; import { PokerogueSystemSavedataApi } from "#app/plugins/api/pokerogue-system-savedata-api"; import type { SystemSaveData } from "#app/system/game-data"; +import { initServerForApiTests } from "#test/testUtils/testFileInitialization"; import { getApiBaseUrl } from "#test/testUtils/testUtils"; import { http, HttpResponse } from "msw"; -import { afterEach, beforeEach, describe, expect, it, vi } from "vitest"; +import { afterEach, beforeAll, beforeEach, describe, expect, it, vi } from "vitest"; +import type { SetupServerApi } from "msw/node"; const apiBase = getApiBaseUrl(); const systemSavedataApi = new PokerogueSystemSavedataApi(getApiBaseUrl()); -const { server } = global; + +let server: SetupServerApi; + +beforeAll(async () => { + server = await initServerForApiTests(); +}); afterEach(() => { server.resetHandlers(); diff --git a/test/pre.test.ts b/test/pre.test.ts deleted file mode 100644 index 6ed29dce481..00000000000 --- a/test/pre.test.ts +++ /dev/null @@ -1,6 +0,0 @@ -import Overrides, { defaultOverrides } from "#app/overrides"; -import { expect, test } from "vitest"; - -test("Overrides are default values", () => { - expect(Overrides).toEqual(defaultOverrides); -}); diff --git a/test/testUtils/gameManager.ts b/test/testUtils/gameManager.ts index 0ebc83cae31..390e71af126 100644 --- a/test/testUtils/gameManager.ts +++ b/test/testUtils/gameManager.ts @@ -55,6 +55,9 @@ import TextInterceptor from "#test/testUtils/TextInterceptor"; import { AES, enc } from "crypto-js"; import fs from "node:fs"; import { expect, vi } from "vitest"; +import { globalScene } from "#app/global-scene"; +import type StarterSelectUiHandler from "#app/ui/starter-select-ui-handler"; +import { MockFetch } from "#test/testUtils/mocks/mockFetch"; /** * Class to manage the game state and transitions between phases. @@ -84,10 +87,34 @@ export default class GameManager { ErrorInterceptor.getInstance().clear(); BattleScene.prototype.randBattleSeedInt = (range, min = 0) => min + range - 1; // This simulates a max roll this.gameWrapper = new GameWrapper(phaserGame, bypassLogin); - this.scene = new BattleScene(); + + let firstTimeScene = false; + + if (globalScene) { + this.scene = globalScene; + } else { + this.scene = new BattleScene(); + this.gameWrapper.setScene(this.scene); + firstTimeScene = true; + } + this.phaseInterceptor = new PhaseInterceptor(this.scene); + + if (!firstTimeScene) { + this.scene.reset(false, true); + (this.scene.ui.handlers[Mode.STARTER_SELECT] as StarterSelectUiHandler).clearStarterPreferences(); + this.scene.clearAllPhases(); + + // Must be run after phase interceptor has been initialized. + + this.scene.pushPhase(new LoginPhase()); + this.scene.pushPhase(new TitlePhase()); + this.scene.shiftPhase(); + + this.gameWrapper.scene = this.scene; + } + this.textInterceptor = new TextInterceptor(this.scene); - this.gameWrapper.setScene(this.scene); this.override = new OverridesHelper(this); this.move = new MoveHelper(this); this.classicMode = new ClassicModeHelper(this); @@ -96,9 +123,12 @@ export default class GameManager { this.settings = new SettingsHelper(this); this.reload = new ReloadHelper(this); this.modifiers = new ModifierHelper(this); + this.override.sanitizeOverrides(); // Disables Mystery Encounters on all tests (can be overridden at test level) this.override.mysteryEncounterChance(0); + + global.fetch = vi.fn(MockFetch) as any; } /** @@ -292,7 +322,7 @@ export default class GameManager { const move = (this.scene.getCurrentPhase() as SelectTargetPhase) .getPokemon() .getMoveset() - [movePosition]!.getMove(); // TODO: is the bang correct? + [movePosition].getMove(); if (!move.isMultiTarget()) { handler.setCursor(targetIndex !== undefined ? targetIndex : BattlerIndex.ENEMY); } diff --git a/test/testUtils/gameManagerUtils.ts b/test/testUtils/gameManagerUtils.ts index ae6c11f5efa..11636bd66b4 100644 --- a/test/testUtils/gameManagerUtils.ts +++ b/test/testUtils/gameManagerUtils.ts @@ -99,7 +99,7 @@ export function waitUntil(truth): Promise { export function getMovePosition(scene: BattleScene, pokemonIndex: 0 | 1, move: Moves): number { const playerPokemon = scene.getPlayerField()[pokemonIndex]; const moveSet = playerPokemon.getMoveset(); - const index = moveSet.findIndex(m => m?.moveId === move && m?.ppUsed < m?.getMovePp()); + const index = moveSet.findIndex(m => m.moveId === move && m.ppUsed < m.getMovePp()); console.log(`Move position for ${Moves[move]} (=${move}):`, index); return index; } diff --git a/test/testUtils/gameWrapper.ts b/test/testUtils/gameWrapper.ts index 6af36f22d24..388861e01c4 100644 --- a/test/testUtils/gameWrapper.ts +++ b/test/testUtils/gameWrapper.ts @@ -1,44 +1,26 @@ -/* eslint-disable */ -// @ts-nocheck +// @ts-nocheck - TODO: remove this import BattleScene, * as battleScene from "#app/battle-scene"; import { MoveAnim } from "#app/data/battle-anims"; import Pokemon from "#app/field/pokemon"; import * as Utils from "#app/utils"; import { blobToString } from "#test/testUtils/gameManagerUtils"; import { MockClock } from "#test/testUtils/mocks/mockClock"; -import mockConsoleLog from "#test/testUtils/mocks/mockConsoleLog"; import { MockFetch } from "#test/testUtils/mocks/mockFetch"; import MockLoader from "#test/testUtils/mocks/mockLoader"; -import mockLocalStorage from "#test/testUtils/mocks/mockLocalStorage"; -import MockImage from "#test/testUtils/mocks/mocksContainer/mockImage"; import MockTextureManager from "#test/testUtils/mocks/mockTextureManager"; import fs from "node:fs"; import Phaser from "phaser"; -import InputText from "phaser3-rex-plugins/plugins/inputtext"; -import BBCodeText from "phaser3-rex-plugins/plugins/bbcodetext"; import { vi } from "vitest"; +import { version } from "../../package.json"; import { MockGameObjectCreator } from "./mocks/mockGameObjectCreator"; +import { MockTimedEventManager } from "./mocks/mockTimedEventManager"; import InputManager = Phaser.Input.InputManager; import KeyboardManager = Phaser.Input.Keyboard.KeyboardManager; import KeyboardPlugin = Phaser.Input.Keyboard.KeyboardPlugin; import GamepadPlugin = Phaser.Input.Gamepad.GamepadPlugin; import EventEmitter = Phaser.Events.EventEmitter; import UpdateList = Phaser.GameObjects.UpdateList; -import { version } from "../../package.json"; -import { MockTimedEventManager } from "./mocks/mockTimedEventManager"; -Object.defineProperty(window, "localStorage", { - value: mockLocalStorage(), -}); -Object.defineProperty(window, "console", { - value: mockConsoleLog(false), -}); - -BBCodeText.prototype.destroy = () => null; -BBCodeText.prototype.resize = () => null; -InputText.prototype.setElement = () => null; -InputText.prototype.resize = () => null; -Phaser.GameObjects.Image = MockImage; window.URL.createObjectURL = (blob: Blob) => { blobToString(blob).then((data: string) => { localStorage.setItem("toExport", data); @@ -53,25 +35,6 @@ window.matchMedia = () => ({ matches: false, }); -/** - * Sets this object's position relative to another object with a given offset - * @param guideObject {@linkcode Phaser.GameObjects.GameObject} to base the position off of - * @param x The relative x position - * @param y The relative y position - */ -const setPositionRelative = function (guideObject: any, x: number, y: number) { - const offsetX = guideObject.width * (-0.5 + (0.5 - guideObject.originX)); - const offsetY = guideObject.height * (-0.5 + (0.5 - guideObject.originY)); - this.setPosition(guideObject.x + offsetX + x, guideObject.y + offsetY + y); -}; - -Phaser.GameObjects.Container.prototype.setPositionRelative = setPositionRelative; -Phaser.GameObjects.Sprite.prototype.setPositionRelative = setPositionRelative; -Phaser.GameObjects.Image.prototype.setPositionRelative = setPositionRelative; -Phaser.GameObjects.NineSlice.prototype.setPositionRelative = setPositionRelative; -Phaser.GameObjects.Text.prototype.setPositionRelative = setPositionRelative; -Phaser.GameObjects.Rectangle.prototype.setPositionRelative = setPositionRelative; - export default class GameWrapper { public game: Phaser.Game; public scene: BattleScene; diff --git a/test/testUtils/helpers/overridesHelper.ts b/test/testUtils/helpers/overridesHelper.ts index e69e05bce45..9bb0369a31a 100644 --- a/test/testUtils/helpers/overridesHelper.ts +++ b/test/testUtils/helpers/overridesHelper.ts @@ -1,12 +1,9 @@ import type { Variant } from "#app/data/variant"; import { Weather } from "#app/data/weather"; import { Abilities } from "#app/enums/abilities"; -import * as GameMode from "#app/game-mode"; -import type { GameModes } from "#app/game-mode"; -import { getGameMode } from "#app/game-mode"; import type { ModifierOverride } from "#app/modifier/modifier-type"; import type { BattleStyle } from "#app/overrides"; -import Overrides from "#app/overrides"; +import Overrides, { defaultOverrides } from "#app/overrides"; import type { Unlockables } from "#app/system/unlockables"; import { Biome } from "#enums/biome"; import { Moves } from "#enums/moves"; @@ -15,8 +12,9 @@ import type { MysteryEncounterType } from "#enums/mystery-encounter-type"; import { Species } from "#enums/species"; import { StatusEffect } from "#enums/status-effect"; import type { WeatherType } from "#enums/weather-type"; -import { vi } from "vitest"; +import { expect, vi } from "vitest"; import { GameManagerHelper } from "./gameManagerHelper"; +import { shiftCharCodes } from "#app/utils"; /** * Helper to handle overrides in tests @@ -226,12 +224,7 @@ export class OverridesHelper extends GameManagerHelper { * @returns `this` */ public disableTrainerWaves(): this { - const realFn = getGameMode; - vi.spyOn(GameMode, "getGameMode").mockImplementation((gameMode: GameModes) => { - const mode = realFn(gameMode); - mode.hasTrainers = false; - return mode; - }); + vi.spyOn(Overrides, "DISABLE_STANDARD_TRAINERS_OVERRIDE", "get").mockReturnValue(true); this.log("Standard trainer waves are disabled!"); return this; } @@ -263,11 +256,8 @@ export class OverridesHelper extends GameManagerHelper { * @returns `this` */ public seed(seed: string): this { - vi.spyOn(this.game.scene, "resetSeed").mockImplementation(() => { - this.game.scene.waveSeed = seed; - Phaser.Math.RND.sow([seed]); - this.game.scene.rngCounter = 0; - }); + // Shift the seed here with a negative wave number, to compensate for `resetSeed()` shifting the seed itself. + this.game.scene.setSeed(shiftCharCodes(seed, (this.game.scene.currentBattle?.waveIndex ?? 0) * -1)); this.game.scene.resetSeed(); this.log(`Seed set to "${seed}"!`); return this; @@ -539,4 +529,14 @@ export class OverridesHelper extends GameManagerHelper { private log(...params: any[]) { console.log("Overrides:", ...params); } + + public sanitizeOverrides(): void { + for (const key of Object.keys(defaultOverrides)) { + if (Overrides[key] !== defaultOverrides[key]) { + vi.spyOn(Overrides, key as any, "get").mockReturnValue(defaultOverrides[key]); + } + } + expect(Overrides).toEqual(defaultOverrides); + this.log("Sanitizing all overrides!"); + } } diff --git a/test/testUtils/listenersManager.ts b/test/testUtils/listenersManager.ts new file mode 100644 index 00000000000..da624aa8a56 --- /dev/null +++ b/test/testUtils/listenersManager.ts @@ -0,0 +1,41 @@ +import { expect } from "vitest"; + +/** + * Whether or not it is currently the first time running this manager. + */ +let firstTime = true; + +/** + * The list of listeners that were present during the first time this manager is run. + * These initial listeners are needed throughout the entire test suite, so we never remove them. + */ +const initialListeners: NodeJS.MessageListener[] = []; + +/** + * The current listener that is only needed for the current test file. + * We plan to delete it during the next test file, when it is no longer needed. + */ +let currentListener: NodeJS.MessageListener | null; + +export function manageListeners() { + if (firstTime) { + initialListeners.push(...process.listeners("message")); + } else { + expect(process.listeners("message").length).toBeLessThan(7); + + // Remove the listener that was used during the previous test file + if (currentListener) { + process.removeListener("message", currentListener); + currentListener = null; + } + + // Find the new listener that is being used for the current test file + process.listeners("message").forEach(fn => { + if (!initialListeners.includes(fn)) { + currentListener = fn; + } + }); + } + + firstTime = false; +} diff --git a/test/testUtils/mocks/mockConsoleLog.ts b/test/testUtils/mocks/mockConsoleLog.ts index 808b6ea4d4d..f54d41fea3e 100644 --- a/test/testUtils/mocks/mockConsoleLog.ts +++ b/test/testUtils/mocks/mockConsoleLog.ts @@ -1,82 +1,80 @@ -const MockConsoleLog = (_logDisabled = false, _phaseText = false) => { - let logs: any[] = []; - const logDisabled: boolean = _logDisabled; - const phaseText: boolean = _phaseText; - const originalLog = console.log; - const originalError = console.error; - const originalDebug = console.debug; - const originalWarn = console.warn; - const notified: any[] = []; +const originalLog = console.log; +const originalError = console.error; +const originalDebug = console.debug; +const originalWarn = console.warn; - const blacklist = ["Phaser", "variant icon does not exist", 'Texture "%s" not found']; - const whitelist = ["Phase"]; +const blacklist = ["Phaser", "variant icon does not exist", 'Texture "%s" not found']; +const whitelist = ["Phase"]; - return { - log(...args) { - const argsStr = this.getStr(args); - logs.push(argsStr); - if (logDisabled && !phaseText) { - return; - } - if ((phaseText && !whitelist.some(b => argsStr.includes(b))) || blacklist.some(b => argsStr.includes(b))) { - return; - } - originalLog(args); - }, - error(...args) { - const argsStr = this.getStr(args); - logs.push(argsStr); - originalError(args); // Appelle le console.error originel - }, - debug(...args) { - const argsStr = this.getStr(args); - logs.push(argsStr); - if (logDisabled && !phaseText) { - return; - } - if (!whitelist.some(b => argsStr.includes(b)) || blacklist.some(b => argsStr.includes(b))) { - return; - } - originalDebug(args); - }, - warn(...args) { - const argsStr = this.getStr(args); - logs.push(args); - if (logDisabled && !phaseText) { - return; - } - if (!whitelist.some(b => argsStr.includes(b)) || blacklist.some(b => argsStr.includes(b))) { - return; - } - originalWarn(args); - }, - notify(msg) { - originalLog(msg); - notified.push(msg); - }, - getLogs() { - return logs; - }, - clearLogs() { - logs = []; - }, - getStr(...args) { - return args - .map(arg => { - if (typeof arg === "object" && arg !== null) { - // Handle objects including arrays - return JSON.stringify(arg, (_key, value) => (typeof value === "bigint" ? value.toString() : value)); - } - if (typeof arg === "bigint") { - // Handle BigInt values - return arg.toString(); - } - // Handle all other types +export class MockConsoleLog { + constructor( + private logDisabled = false, + private phaseText = false, + ) {} + private logs: any[] = []; + private notified: any[] = []; + + public log(...args) { + const argsStr = this.getStr(args); + this.logs.push(argsStr); + if (this.logDisabled && !this.phaseText) { + return; + } + if ((this.phaseText && !whitelist.some(b => argsStr.includes(b))) || blacklist.some(b => argsStr.includes(b))) { + return; + } + originalLog(args); + } + public error(...args) { + const argsStr = this.getStr(args); + this.logs.push(argsStr); + originalError(args); // Appelle le console.error originel + } + public debug(...args) { + const argsStr = this.getStr(args); + this.logs.push(argsStr); + if (this.logDisabled && !this.phaseText) { + return; + } + if (!whitelist.some(b => argsStr.includes(b)) || blacklist.some(b => argsStr.includes(b))) { + return; + } + originalDebug(args); + } + warn(...args) { + const argsStr = this.getStr(args); + this.logs.push(args); + if (this.logDisabled && !this.phaseText) { + return; + } + if (!whitelist.some(b => argsStr.includes(b)) || blacklist.some(b => argsStr.includes(b))) { + return; + } + originalWarn(args); + } + notify(msg) { + originalLog(msg); + this.notified.push(msg); + } + getLogs() { + return this.logs; + } + clearLogs() { + this.logs = []; + } + getStr(...args) { + return args + .map(arg => { + if (typeof arg === "object" && arg !== null) { + // Handle objects including arrays + return JSON.stringify(arg, (_key, value) => (typeof value === "bigint" ? value.toString() : value)); + } + if (typeof arg === "bigint") { + // Handle BigInt values return arg.toString(); - }) - .join(";"); - }, - }; -}; - -export default MockConsoleLog; + } + return arg.toString(); + }) + .join(";"); + } +} diff --git a/test/testUtils/mocks/mockContextCanvas.ts b/test/testUtils/mocks/mockContextCanvas.ts new file mode 100644 index 00000000000..a69f039c5e9 --- /dev/null +++ b/test/testUtils/mocks/mockContextCanvas.ts @@ -0,0 +1,26 @@ +/** + * A minimal stub object to mock HTMLCanvasElement + */ +export const mockCanvas: any = { + width: 0, + getContext() { + return mockContext; + }, +}; +/** + * A minimal stub object to mock CanvasRenderingContext2D + */ +export const mockContext: any = { + font: "", + measureText: () => { + return {}; + }, + save: () => {}, + scale: () => {}, + clearRect: () => {}, + fillRect: () => {}, + fillText: () => {}, + getImageData: () => {}, + canvas: mockCanvas, + restore: () => {}, +}; diff --git a/test/testUtils/mocks/mockLocalStorage.ts b/test/testUtils/mocks/mockLocalStorage.ts index 235aa76f664..6b336841ad6 100644 --- a/test/testUtils/mocks/mockLocalStorage.ts +++ b/test/testUtils/mocks/mockLocalStorage.ts @@ -1,4 +1,4 @@ -const mockLocalStorage = () => { +export const mockLocalStorage = () => { let store = {} as Storage; return { @@ -23,5 +23,3 @@ const mockLocalStorage = () => { }, }; }; - -export default mockLocalStorage; diff --git a/test/testUtils/mocks/mockTextureManager.ts b/test/testUtils/mocks/mockTextureManager.ts index fe249c5a5f7..585ee0a674a 100644 --- a/test/testUtils/mocks/mockTextureManager.ts +++ b/test/testUtils/mocks/mockTextureManager.ts @@ -1,5 +1,5 @@ import MockContainer from "#test/testUtils/mocks/mocksContainer/mockContainer"; -import MockImage from "#test/testUtils/mocks/mocksContainer/mockImage"; +import { MockImage } from "#test/testUtils/mocks/mocksContainer/mockImage"; import MockNineslice from "#test/testUtils/mocks/mocksContainer/mockNineslice"; import MockPolygon from "#test/testUtils/mocks/mocksContainer/mockPolygon"; import MockRectangle from "#test/testUtils/mocks/mocksContainer/mockRectangle"; diff --git a/test/testUtils/mocks/mocksContainer/mockContainer.ts b/test/testUtils/mocks/mocksContainer/mockContainer.ts index 0a792c6fc79..5e739fbe3cc 100644 --- a/test/testUtils/mocks/mocksContainer/mockContainer.ts +++ b/test/testUtils/mocks/mocksContainer/mockContainer.ts @@ -215,4 +215,10 @@ export default class MockContainer implements MockGameObject { } disableInteractive = () => null; + + each(method) { + for (const item of this.list) { + method(item); + } + } } diff --git a/test/testUtils/mocks/mocksContainer/mockImage.ts b/test/testUtils/mocks/mocksContainer/mockImage.ts index 768fcfeb765..d20b4663771 100644 --- a/test/testUtils/mocks/mocksContainer/mockImage.ts +++ b/test/testUtils/mocks/mocksContainer/mockImage.ts @@ -1,6 +1,6 @@ import MockContainer from "#test/testUtils/mocks/mocksContainer/mockContainer"; -export default class MockImage extends MockContainer { +export class MockImage extends MockContainer { private texture; constructor(textureManager, x, y, texture) { diff --git a/test/testUtils/mocks/mocksContainer/mockRectangle.ts b/test/testUtils/mocks/mocksContainer/mockRectangle.ts index eec431d8ada..7bdf343759d 100644 --- a/test/testUtils/mocks/mocksContainer/mockRectangle.ts +++ b/test/testUtils/mocks/mocksContainer/mockRectangle.ts @@ -72,4 +72,6 @@ export default class MockRectangle implements MockGameObject { setScale(_scale) { // return this.phaserText.setScale(scale); } + + off() {} } diff --git a/test/testUtils/testFileInitialization.ts b/test/testUtils/testFileInitialization.ts new file mode 100644 index 00000000000..2b41f3aa29a --- /dev/null +++ b/test/testUtils/testFileInitialization.ts @@ -0,0 +1,117 @@ +import { SESSION_ID_COOKIE_NAME } from "#app/constants"; +import { initLoggedInUser } from "#app/account"; +import { initAbilities } from "#app/data/ability"; +import { initBiomes } from "#app/data/balance/biomes"; +import { initEggMoves } from "#app/data/balance/egg-moves"; +import { initPokemonPrevolutions } from "#app/data/balance/pokemon-evolutions"; +import { initMoves } from "#app/data/moves/move"; +import { initMysteryEncounters } from "#app/data/mystery-encounters/mystery-encounters"; +import { initPokemonForms } from "#app/data/pokemon-forms"; +import { initSpecies } from "#app/data/pokemon-species"; +import { initAchievements } from "#app/system/achv"; +import { initVouchers } from "#app/system/voucher"; +import { initStatsKeys } from "#app/ui/game-stats-ui-handler"; +import { setCookie } from "#app/utils"; +import { blobToString } from "#test/testUtils/gameManagerUtils"; +import { MockConsoleLog } from "#test/testUtils/mocks/mockConsoleLog"; +import { mockContext } from "#test/testUtils/mocks/mockContextCanvas"; +import { mockLocalStorage } from "#test/testUtils/mocks/mockLocalStorage"; +import { MockImage } from "#test/testUtils/mocks/mocksContainer/mockImage"; +import Phaser from "phaser"; +import InputText from "phaser3-rex-plugins/plugins/inputtext"; +import BBCodeText from "phaser3-rex-plugins/plugins/bbcodetext"; +import { manageListeners } from "./listenersManager"; + +let wasInitialized = false; +/** + * An initialization function that is run at the beginning of every test file (via `beforeAll()`). + */ +export function initTestFile() { + // Set the timezone to UTC for tests. + process.env.TZ = "UTC"; + + Object.defineProperty(window, "localStorage", { + value: mockLocalStorage(), + }); + Object.defineProperty(window, "console", { + value: new MockConsoleLog(false), + }); + Object.defineProperty(document, "fonts", { + writable: true, + value: { + add: () => {}, + }, + }); + + BBCodeText.prototype.destroy = () => null; + // @ts-ignore + BBCodeText.prototype.resize = () => null; + InputText.prototype.setElement = () => null as any; + InputText.prototype.resize = () => null as any; + Phaser.GameObjects.Image = MockImage as any; + window.URL.createObjectURL = (blob: Blob) => { + blobToString(blob).then((data: string) => { + localStorage.setItem("toExport", data); + }); + return null as any; + }; + navigator.getGamepads = () => []; + setCookie(SESSION_ID_COOKIE_NAME, "fake_token"); + + window.matchMedia = () => + ({ + matches: false, + }) as any; + + /** + * Sets this object's position relative to another object with a given offset + * @param guideObject {@linkcode Phaser.GameObjects.GameObject} to base the position off of + * @param x The relative x position + * @param y The relative y position + */ + const setPositionRelative = function (guideObject: any, x: number, y: number) { + const offsetX = guideObject.width * (-0.5 + (0.5 - guideObject.originX)); + const offsetY = guideObject.height * (-0.5 + (0.5 - guideObject.originY)); + this.setPosition(guideObject.x + offsetX + x, guideObject.y + offsetY + y); + }; + + Phaser.GameObjects.Container.prototype.setPositionRelative = setPositionRelative; + Phaser.GameObjects.Sprite.prototype.setPositionRelative = setPositionRelative; + Phaser.GameObjects.Image.prototype.setPositionRelative = setPositionRelative; + Phaser.GameObjects.NineSlice.prototype.setPositionRelative = setPositionRelative; + Phaser.GameObjects.Text.prototype.setPositionRelative = setPositionRelative; + Phaser.GameObjects.Rectangle.prototype.setPositionRelative = setPositionRelative; + HTMLCanvasElement.prototype.getContext = () => mockContext; + + // Initialize all of these things if and only if they have not been initialized yet + // initSpecies(); + if (!wasInitialized) { + wasInitialized = true; + initVouchers(); + initAchievements(); + initStatsKeys(); + initPokemonPrevolutions(); + initBiomes(); + initEggMoves(); + initPokemonForms(); + initSpecies(); + initMoves(); + initAbilities(); + initLoggedInUser(); + initMysteryEncounters(); + } + + manageListeners(); +} + +/** + * Closes the current mock server and initializes a new mock server. + * This is run at the beginning of every API test file. + */ +export async function initServerForApiTests() { + global.server?.close(); + const { setupServer } = await import("msw/node"); + global.server = setupServer(); + global.server.listen({ onUnhandledRequest: "error" }); + return global.server; +} diff --git a/test/vitest.setup.ts b/test/vitest.setup.ts index 44175049042..93b439e540f 100644 --- a/test/vitest.setup.ts +++ b/test/vitest.setup.ts @@ -1,31 +1,17 @@ import "vitest-canvas-mock"; - -import { initLoggedInUser } from "#app/account"; -import { initAbilities } from "#app/data/ability"; -import { initBiomes } from "#app/data/balance/biomes"; -import { initEggMoves } from "#app/data/balance/egg-moves"; -import { initPokemonPrevolutions } from "#app/data/balance/pokemon-evolutions"; -import { initMoves } from "#app/data/moves/move"; -import { initMysteryEncounters } from "#app/data/mystery-encounters/mystery-encounters"; -import { initPokemonForms } from "#app/data/pokemon-forms"; -import { initSpecies } from "#app/data/pokemon-species"; -import { initAchievements } from "#app/system/achv"; -import { initVouchers } from "#app/system/voucher"; -import { initStatsKeys } from "#app/ui/game-stats-ui-handler"; import { afterAll, beforeAll, vi } from "vitest"; +import { initTestFile } from "./testUtils/testFileInitialization"; + /** Set the timezone to UTC for tests. */ -process.env.TZ = "UTC"; /** Mock the override import to always return default values, ignoring any custom overrides. */ vi.mock("#app/overrides", async importOriginal => { - // eslint-disable-next-line @typescript-eslint/consistent-type-imports const { defaultOverrides } = await importOriginal(); return { default: defaultOverrides, defaultOverrides, - // eslint-disable-next-line @typescript-eslint/consistent-type-imports } satisfies typeof import("#app/overrides"); }); @@ -63,28 +49,10 @@ vi.mock("i18next", async importOriginal => { return await importOriginal(); }); -initVouchers(); -initAchievements(); -initStatsKeys(); -initPokemonPrevolutions(); -initBiomes(); -initEggMoves(); -initPokemonForms(); -initSpecies(); -initMoves(); -initAbilities(); -initLoggedInUser(); -initMysteryEncounters(); - global.testFailed = false; beforeAll(() => { - Object.defineProperty(document, "fonts", { - writable: true, - value: { - add: () => {}, - }, - }); + initTestFile(); }); afterAll(() => { diff --git a/vitest.config.ts b/vitest.config.ts index b52c16ec00c..c781bde97ed 100644 --- a/vitest.config.ts +++ b/vitest.config.ts @@ -1,20 +1,31 @@ import { defineProject } from "vitest/config"; import { defaultConfig } from "./vite.config"; +import { BaseSequencer, type TestSpecification } from "vitest/node"; + +function getTestOrder(testName: string): number { + if (testName.includes("battle-scene.test.ts")) { + return 1; + } + if (testName.includes("inputs.test.ts")) { + return 2; + } + return 3; +} export default defineProject(({ mode }) => ({ ...defaultConfig, test: { testTimeout: 20000, setupFiles: ["./test/fontFace.setup.ts", "./test/vitest.setup.ts"], - server: { - deps: { - inline: ["vitest-canvas-mock"], - //@ts-ignore - optimizer: { - web: { - include: ["vitest-canvas-mock"], - }, - }, + sequence: { + sequencer: class CustomSequencer extends BaseSequencer { + async sort(files: TestSpecification[]) { + // use default sorting at first. + files = await super.sort(files); + // Except, forcibly reorder + + return files.sort((a, b) => getTestOrder(a.moduleId) - getTestOrder(b.moduleId)); + } }, }, environment: "jsdom" as const, @@ -34,7 +45,6 @@ export default defineProject(({ mode }) => ({ }, name: "main", include: ["./test/**/*.{test,spec}.ts"], - exclude: ["./test/pre.test.ts"], }, esbuild: { pure: mode === "production" ? ["console.log"] : [],